302 http status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: kkhd.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 9 ]><html class="ie9 no-js"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]--> <head> <!-- Stock Alerts is generated by Ordersify --> <style type="text/css"></style><script type="text/javascript"> window.ORDERSIFY_BIS = window.ORDERSIFY_BIS || {}; window.ORDERSIFY_BIS.template = "index"; window.ORDERSIFY_BIS.language = "en"; window.ORDERSIFY_BIS.primary_language = "en"; window.ORDERSIFY_BIS.product_collections = []; window.ORDERSIFY_BIS.variant_inventory = []; window.ORDERSIFY_BIS.collection_product_inventories = []; window.ORDERSIFY_BIS.collection_product_collections = []; window.ORDERSIFY_BIS.collection_products = null window.ORDERSIFY_BIS.shop = "kolorfulkitchen.myshopify.com"; window.ORDERSIFY_BIS.variant_inventory = []; window.ORDERSIFY_BIS.popupSetting = {"is_optin_enable":false,"is_preorder":false,"is_brand_mark":true,"font_family":"Work Sans","is_multiple_language":true,"font_size":14,"popup_border_radius":4,"popup_heading_color":"#212b36","popup_text_color":"#212b36","is_message_enable":false,"is_sms_enable":false,"is_accepts_marketing_enable":false,"field_border_radius":4,"popup_button_color":"#ffffff","popup_button_bg_color":"#212b36","is_float_button":true,"is_inline_form":false,"inline_form_selector":null,"inline_form_position":null,"float_button_position":"right","float_button_top":15,"float_button_color":"#ffffff","float_button_bg_color":"#212b36","is_inline_button":false,"inline_button_color":"#ffffff","inline_button_bg_color":"#212b36","is_push_notification_enable":false,"is_overlay_close":false,"ignore_collection_ids":"","ignore_product_tags":"","ignore_product_ids":"","is_auto_translation":false,"selector":null,"selector_position":"right","is_ga":true,"is_fp":true,"is_fb_checkbox":false,"fb_page_id":null,"is_pushowl":false}; window.ORDERSIFY_BIS.product = null; window.ORDERSIFY_BIS.currentVariant = null; window.ORDERSIFY_BIS.stockRemainingSetting = {"status":false,"selector":"#osf_stock_remaining","selector_position":"inside","font_family":"Lato","font_size":13,"content":"Low stock! Only {{ quantity }} {{ plural: item | items }} left!","display_quantity":100}; window.ORDERSIFY_BIS.translations = {"en":{"inline_button_text":"Notify when available","float_button_text":"Notify when available","popup_heading":"Notify me when available","popup_description":"We will send you a notification as soon as this product is available again.","popup_button_text":"Notify me","popup_note":"We respect your privacy and don't share your email with anybody.","field_email_placeholder":"eg. [email protected]","field_phone_placeholder":"eg. (201) 555-5555","field_message_placeholder":"Tell something about your requirements to shop","success_text":"You subscribed notification successfully","required_email":"Your email is required","invalid_email":"Your email is invalid","invalid_message":"Your message must be less then 255 characters","push_notification_message":"Receive via web notification","low_stock_content":"Low stock! Only {{ quantity }} {{ plural: item | items }} left!","optin_message":"I agree with Terms of Service and Privacy Policy","please_agree":"Please confirm your agreement","pre_order_button_content":"Pre-Order","pre_order_preparation_banner":"We need {{ preparation_days }} {{ day\/days | plural: preparation_days }} to prepare the product","coming_soon_button_content":"Coming Soon","pre_order_delivery_banner":"We will ship it on {{ delivery_datetime | date }}","coming_soon_message":"We will release this product soon","pre_order_limit_purchases":"You can purchase only {{ limit_purchases }} items","mixed_cart_content":"Your cart contains both pre-order products and normal products","badge_low_stock_content":"Low Stock","badge_out_of_stock_content":"Out of Stock","badge_pre_order_content":"Pre-Order","badge_coming_soon_content":"Coming Soon"}}; window.ORDERSIFY_BIS.poSettings = {"status":false,"is_multiple_language":false,"product_add_to_cart_selector":"[action^=\"\/cart\/add\"] [type=\"submit\"]","product_add_to_cart_text_selector":"[action^=\"\/cart\/add\"] [type=\"submit\"]","product_quantity_selector":"[name=\"quantity\"]","product_form_selector":"[action^=\"\/cart\/add\"]","product_variant_selector":"[name=\"id\"]","po_button_color":"#ffffff","po_button_bg_color":"#000000","is_hide_bin":false,"mx_color":"#000000","mx_bg_color":"transparent","is_mixed_cart":true,"cs_button_color":"#000000","cs_button_bg_color":"transparent","banner_radius":4,"banner_color":"#000000","banner_bg_color":"transparent"}; window.ORDERSIFY_BIS.badgeSettings = {"status":false,"is_low_stock":true,"is_out_of_stock":true,"is_pre_order":true,"is_coming_soon":true,"low_stock_threshold":10,"is_multiple_language":0,"low_stock_type":"one","out_of_stock_type":"one","pre_order_type":"one","coming_soon_type":"one"}; window.ORDERSIFY_BIS.poCampaigns = []; </script> <!-- End of Stock Alerts is generated by Ordersify --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KWQSBDD');</script> <!-- End Google Tag Manager --> <!-- Basic page needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Title and description ================================================== --> <title> Kolorful Kitchen </title> <meta name="description" content="An online retailer for Crow Canyon Home Enamelware, Golden Rabbit Enamelware, Park Designs, and More!"> <!-- Product meta ================================================== --> <meta property="og:type" content="website"> <meta property="og:title" content="Kolorful Kitchen"> <meta property="og:description" content="An online retailer for Crow Canyon Home Enamelware, Golden Rabbit Enamelware, Park Designs, and More!"> <meta property="og:url" content="https://www.kolorfulkitchen.com/"> <meta property="og:site_name" content="Kolorful Kitchen"> <!-- /snippets/twitter-card.liquid --> <!-- Helpers ================================================== --> <link rel="canonical" href="https://www.kolorfulkitchen.com/"> <link canonical-shop-url="https://www.kolorfulkitchen.com/"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/vendor.min.css?v=72559489221033970801692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/theme-styles.css?v=143445330277981396311692172418" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/theme-styles-responsive.css?v=176758420131594430461692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/theme-settings.css?v=124464924231714925681692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/header-05.css?v=180687859257110468381692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/header-06.css?v=126606608905150543181692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/header-07.css?v=100353581849455261521692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/header-08.css?v=110770940473052809951692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/footer-06.css?v=132629616272968652451692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/footer-07.css?v=19457261069086938391692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/footer-08.css?v=17161311055609253561692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/footer-09.css?v=31723816694365087181692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/product-skin.css?v=86030726725359264551692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/layout_style_1170.css?v=175837568721092489071692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/layout_style_fullwidth.css?v=139908533630461757151692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/layout_style_flower.css?v=46301794337413993831692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/layout_style_suppermarket.css?v=128954938120041481171692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/layout_style_surfup.css?v=6333508663724808751692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/product-supermarket.css?v=171093545267327271411692168715" as="style"> <link rel="preload" href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/jquery.min.js?v=56888366816115934351692168715" as="script"> <!-- open sans font cdn link --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"> <!-- Favicon --> <link rel="shortcut icon" href="//www.kolorfulkitchen.com/cdn/shop/files/fav-icon_32x32.png?v=1649141960" type="image/png"> <!-- Styles --> <style> @font-face { font-display: swap; font-family: Poppins; font-weight: 400; font-style: normal; src: url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=bae54c249345a393a5d62abb9007384f27b182318cc3ab0dec112fc835e95846") format("woff2"), url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=c273548f1b770d34af5e8dc594c166d7239d000c315fde5f94ca18ef26605bc6") format("woff"); } @font-face { font-display: swap; font-family: Poppins; font-weight: 500; font-style: normal; src: url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n5.25334cd7ff48c81cfd51a6bc5a81d92a1b4d4501.woff2?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=fff85871c0a9c9da2dedc57d64307d746ce83e53f13ad4b6db7bf3b1b7019323") format("woff2"), url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n5.fc8eae64d8f1b5d2b8c42b45ddc0749aff4750a6.woff?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=274a74cfd128fc1da775ab95c17a624fbc7ebe0669a301258ac2ce80b6f84a38") format("woff"); } @font-face { font-display: swap; font-family: Poppins; font-weight: 600; font-style: normal; src: url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n6.e2fdd168541a5add2d1a8d6f2b89b09c9c9e690d.woff2?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=30b1d8b6c9e6dadf77a5584ca771bd5fe33eea2261c25e58656c3b92b5d4ba7b") format("woff2"), url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n6.6d62d2d0f11a9ff578d200ad2154f9860db165c1.woff?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=69709aac115f5aff7cf1d5c24a706c9de70f9cb5df92a3257cd6a53e47a09f6f") format("woff"); } @font-face { font-display: swap; font-family: Poppins; font-weight: 700; font-style: normal; src: url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=916fb009fcfd50ee2943768a1196663ba17cb8860d949cf5611faf38c99715b4") format("woff2"), url("//www.kolorfulkitchen.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=a29sb3JmdWxraXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=a29sb3JmdWxraXRjaGVuLmNvbQ&hmac=f8c989b635ce4457e1259e67cb55ec4a2069f44eb2bb80812b0dbc11f9638ace") format("woff"); } :root { --font_size: 12px; --font_size_minus1: 11px; --font_size_minus2: 10px; --font_size_minus3: 9px; --font_size_minus4: 8px; --font_size_plus1: 13px; --font_size_plus2: 14px; --font_size_plus3: 15px; --font_size_plus4: 16px; --font_size_plus5: 17px; --font_size_plus6: 18px; --font_size_plus7: 19px; --font_size_plus8: 20px; --font_size_plus9: 21px; --font_size_plus10: 22px; --font_size_plus11: 23px; --font_size_plus12: 24px; --font_size_plus13: 25px; --font_size_plus14: 26px; --font_size_plus15: 27px; --font_size_plus16: 28px; --font_size_plus18: 30px; --font_size_plus21: 33px; --font_size_plus22: 34px; --font_size_plus23: 35px; --font_size_plus24: 36px; --font_size_plus29: 41px; --font_size_plus33: 45px; --font_size_plus34: 46px; --fonts_name: Poppins,sans-serif; --fonts_name_2: Poppins,sans-serif; /* Color */ --body_bg: #ffffff; --body_color: #3c3c3c; --link_color: #0688e2; --link_color_hover: #232323; --link_color_underline: rgba(6, 136, 226, 0.3); /* Breadcrumb */ --breadcrumb_color : #999999; --breadcrumb_text_transform : capitalize; /* Header and Title */ --page_title_font_size: 20px; --page_title_font_size_minus4: 16px; --page_title_font_size_minus6: 14px; --page_title_font_size_plus5: 25px; --page_title_color: #232323; --page_title_text_align : left; --page_title_color_underline: rgba(35, 35, 35, 0.3); /* Product */ --product_name_font_size: 12px; --product_name_line_height: 22px; --product_text_transform: none; --product_name_font_weight: 500; --product_name_text_align: center; --product_vendor_text_transform: capitalize; --product_vendor_font_weight: 500; --product_vendor_font_size: 12px; --color_title_pr: #232323; --color_title_pr_hover: #232323; --color_title_pr_hover_underline: rgba(35, 35, 35, 0.3); --color_vendor : #232323; --sale_text : #ffffff; --bg_sale : #e95144; --custom_label_text : #ffffff; --custom_label_bg : #323232; --bundle_label_text : #ffffff; --bundle_label_bg : #232323; --new_label_text : #323232; --new_label_bg : #ffffff; --new_label_border : #f6f6f6; --sold_out_text : #ffffff; --bg_sold_out : #c1c1c1; --color_price: #232323; --color_price_sale: #e95144; --color_compare_price: #969696; --color_compare_product: #3c3c3c; --color_quick_view: rgba(255, 255, 255, 0.7); --bg_quick_view: rgba(0, 0, 0, 0.8); --border_quick_view: transparent; --color_wishlist: #232323; --bg_wishlist: #ffffff; --border_wishlist: transparent; --bg_wishlist_active: #ffe5e5; /* Button 1 */ --background_1: #232323; --color_1 : #ffffff; --border_1 : #232323; /* Button 2 */ --background_2: #ffffff; --color_2 : #232323; --border_2 : #232323; /* Button 3 */ --background_3: #e95144; --color_3 : #ffffff; --border_3 : #e95144; /* Button Add To Cart */ --color_add_to_cart : #fff; --border_add_to_cart : #000; --background_add_to_cart : #000; --color_add_to_cart_hover : #000; --border_add_to_cart_hover : #000; --background_add_to_cart_hover : #fff; /* Button */ --button_font_family: Poppins,sans-serif; --button_font_size: px; --button_font_weight: ; --button_border_radius: px; --button_border_width: px; --button_border_style: ; --button_text_align: ; --button_text_transform: ; --button_letter_spacing: ; --button_padding_top: px; --button_padding_bottom: px; --button_padding_left: px; --button_padding_right: px; /* Border Color */ --border_widget_title : #e0e0e0; --border_color_1 : #ebebeb; --border_color_2: #e7e7e7; --border_page_title: #eaeaea; --border_input: #cbcbcb; --border_checkbox: #d0d0d0; --border_dropdown: #dadada; --border_bt_sidebar : #f6f6f6; --color_icon_drop: #6b6b6b; --color_ipt: #3c3c3c; --color_slick_arrow: #323232; --color_border_slick_arrow: #323232; --color_bg_slick_arrow: #ffffff; /*color Mobile*/ --color_menu_mb: #232323; --color_menu_level3: #3c3c3c; /* Mixin ================= */ --font_size_btn: 13px; --padding_btn: 7px 15px 7px; --letter_spacing_btn: .05em; --padding_btn_qv_add_to_cart: 12px 15px 10px; --padding_btn_bundle: 10px 15px 8px 15px; --color-price-box: var(--color_compare_price); --color_review: #232323; --color_review_empty: #232323; --border-product-image: #e6e6e6; --border-radius-17: 17px; --border-radius-50: 50%; --ask_an_expert_positon: 20vh; --ask_an_expert_positon_tb: 14vh; } </style> <link href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/vendor.min.css?v=72559489221033970801692168715" rel="stylesheet" type="text/css" media="all" /> <link href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/theme-styles.css?v=143445330277981396311692172418" rel="stylesheet" type="text/css" media="all" /> <link href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/theme-styles-responsive.css?v=176758420131594430461692168715" rel="stylesheet" type="text/css" media="all" /> <link href="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/theme-settings.css?v=124464924231714925681692168715" rel="stylesheet" type="text/css" media="all" /> <!-- Scripts --> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/jquery.min.js?v=56888366816115934351692168715" type="text/javascript"></script> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/jquery-cookie.min.js?v=72365755745404048181692168715" type="text/javascript"></script> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/lazysizes.min.js?v=84414966064882348651692168715" type="text/javascript"></script> <script> window.lazySizesConfig = window.lazySizesConfig || {}; lazySizesConfig.loadMode = 1; window.lazySizesConfig.init = false; lazySizes.init(); window.ajax_cart = "upsell"; window.money_format = "${{amount}}";//"${{amount}} USD"; window.shop_currency = "USD"; window.show_multiple_currencies = false; window.use_color_swatch = true; window.product_variant_name = true; window.color_swatch_style = "variant"; window.enable_sidebar_multiple_choice = true; window.file_url = "//www.kolorfulkitchen.com/cdn/shop/files/?1543"; window.asset_url = ""; window.router = ""; window.swatch_recently = "color"; window.label_sale = "discount_sale"; window.layout_style = "layout_style_1"; window.layout_home = ""; window.product_style = "default"; window.category_style = "default"; window.layout_body = "default"; window.inventory_text = { in_stock: "In stock", many_in_stock: "Many in stock", out_of_stock: "Out of stock", add_to_cart: "Add to cart", add_all_to_cart: "Add all to Cart", sold_out: "Sold Out", select_options : "View", unavailable: "Sold Out", view_all_collection: "View All", no_more_product: "No more product", show_options: "Show Variants", hide_options: "Hide Variants", adding : "Adding", thank_you : "Thank You", add_more : "Add More", cart_feedback : "Added", add_wishlist : "Add to Wish List", remove_wishlist : "Remove Wish List", add_wishlist_1 : "Add to wishlist", remove_wishlist_1 : "Remove wishlist", previous: "Prev", next: "Next", pre_order : "Pre Order", hotStock: "Hurry up! only [inventory] left", view_more: "View All", view_less : "View Less", show_more: "Show More", show_less : "Show Less", days : "Days", hours : "Hours", mins : "Mins", secs : "Secs", customlabel: "Custom Label", newlabel: "New", salelabel: "Sale", soldoutlabel: "Sold Out", bundlelabel: "Bundle", message_compare : "You must select at least two products to compare!", message_iscart : "is added to your shopping cart.", add_compare : "Add to compare", remove_compare : "Remove compare", remove: "Remove", warning_quantity: "Maximum quantity", }; window.multi_lang = false; window.collection_pagination_type = "scroll"; window.newsletter_popup = true; window.hidden_newsletter = false; window.option_ptoduct1 = "size"; window.option_ptoduct2 = "color"; window.option_ptoduct3 = "option 3" /* Free Shipping Message */ window.free_shipping_color1 = "#F44336"; window.free_shipping_color2 = "#FF9800"; window.free_shipping_color3 = "#69c69c"; window.free_shipping_price = 800; window.free_shipping_text = { free_shipping_message_1: "You qualify for free shipping!", free_shipping_message_2:"Only", free_shipping_message_3: "away from", free_shipping_message_4: "free shipping", free_shipping_1: "Free", free_shipping_2: "TBD", } </script> <!-- Google Ads Remarketing Tag START --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-11012286391"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-11012286391'); </script> <script> gtag('event', 'home', { 'send_to': 'AW-11012286391', }); </script> <!-- Google Ads Remarketing Tag END --> <!-- Header hook for plugins ================================ --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/60921970847/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="8a854a94c42931d1582c7bc8fb743b6d"> <meta id="in-context-paypal-metadata" data-shop-id="60921970847" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=60921970847" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":60921970847,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/60921970847","merchantName":"Kolorful Kitchen","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Kolorful Kitchen","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"8a854a94c42931d1582c7bc8fb743b6d","betas":["rich-media-storefront-analytics"],"domain":"www.kolorfulkitchen.com","predictiveSearch":true,"shopId":60921970847,"locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "kolorfulkitchen.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"live-backup-16th_Aug - Webdev","id":132775149727,"schema_name":"Ella","schema_version":"5.1.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.kolorfulkitchen.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_D1htJDJY.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js"],"shop-button":["modules/v2/client.shop-button_SijXdQ1Q.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js"],"init-windoid":["modules/v2/client.init-windoid_D_6lE6et.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_BnJx5b7z.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DQDTMJis.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"pay-button":["modules/v2/client.pay-button_CAC6T3Dl.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_ComFfasf.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_D0pWkwX1.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_B52F_LWg.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_DhB4Octd.en.esm.js","modules/v2/client.shop-login-button_B52F_LWg.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_D1919NaP.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_D2oWYpL-.en.esm.js","modules/v2/client.shop-login-button_B52F_LWg.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BfzHbqee.en.esm.js","modules/v2/client.shop-login-button_B52F_LWg.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"lead-capture":["modules/v2/client.lead-capture_B5pguZjH.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"],"payment-terms":["modules/v2/client.payment-terms_fHPihywS.en.esm.js","modules/v2/chunk.common_BkPGl38F.esm.js","modules/v2/chunk.modal_BK5fx1Na.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/solucia.s3.us-east-2.amazonaws.com\/script.js?shop=kolorfulkitchen.myshopify.com","https:\/\/dey0chv4vjp1u.cloudfront.net\/server.js?1=true\u0026shop=kolorfulkitchen.myshopify.com","\/\/cdn.shopify.com\/proxy\/e43199837c1b667fe4c9bed27788dde55e4f8d94961817a04adb306bf43ec90c\/datepicker.buunto.com\/widget\/build\/buunto-date-picker.js?shop=kolorfulkitchen.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/cdn.ordersify.com\/sdk\/v2\/ordersify-shopify.min.js?shop=kolorfulkitchen.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=UYg8qw\u0026shop=kolorfulkitchen.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":60921970847,"offset":-14400,"reqid":"a81d0843-70f8-488d-ba8f-1d56588185f0-1747713600","pageurl":"www.kolorfulkitchen.com\/","u":"e5a0466d294e","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-w1TMG8bx+vw+BuOfT7Dh2avfdjByyjlNYGyp9vJB5oo=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-c354cc1bc6f1fafc3e06e39f4fb0e1d9abdf763072ca394d606ca9f6f241e68a.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://www.kolorfulkitchen.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}}; </script> <script data-source-attribution="shopify.dynamic_checkout.buyer_consent"> function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent); </script> <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}})); </script> <link rel="stylesheet" media="screen" href="https://www.kolorfulkitchen.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-accelerated-checkout-cart"> #shopify-buyer-consent { margin-top: 1em; display: inline-block; width: 100%; } #shopify-buyer-consent.hidden { display: none; } #shopify-subscription-policy-button { background: none; border: none; padding: 0; text-decoration: underline; font-size: inherit; cursor: pointer; } #shopify-subscription-policy-button::before { box-shadow: none; } </style> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> <![endif]--> <script> Shopify.productOptionsMap = {}; Shopify.quickViewOptionsMap = {}; Shopify.updateOptionsInSelector = function(selectorIndex, wrapperSlt) { Shopify.optionsMap = wrapperSlt === '.product' ? Shopify.productOptionsMap : Shopify.quickViewOptionsMap; switch (selectorIndex) { case 0: var key = 'root'; var selector = $(wrapperSlt + ' .single-option-selector:eq(0)'); break; case 1: var key = $(wrapperSlt + ' .single-option-selector:eq(0)').val(); var selector = $(wrapperSlt + ' .single-option-selector:eq(1)'); break; case 2: var key = $(wrapperSlt + ' .single-option-selector:eq(0)').val(); key += ' / ' + $(wrapperSlt + ' .single-option-selector:eq(1)').val(); var selector = $(wrapperSlt + ' .single-option-selector:eq(2)'); } var initialValue = selector.val(); selector.empty(); var availableOptions = Shopify.optionsMap[key]; if (availableOptions && availableOptions.length) { for (var i = 0; i < availableOptions.length; i++) { var option = availableOptions[i].replace('-sold-out',''); var newOption = $('<option></option>').val(option).html(option); selector.append(newOption); } $(wrapperSlt + ' .swatch[data-option-index="' + selectorIndex + '"] .swatch-element').each(function() { // debugger; if ($.inArray($(this).attr('data-value'), availableOptions) !== -1) { $(this).addClass('available').removeClass('soldout').find(':radio').prop('disabled',false).prop('checked',true); } else { if ($.inArray($(this).attr('data-value') + '-sold-out', availableOptions) !== -1) { $(this).addClass('available').addClass('soldout').find(':radio').prop('disabled',false).prop('checked',true); } else { $(this).removeClass('available').addClass('soldout').find(':radio').prop('disabled',true).prop('checked',false); } } }); if ($.inArray(initialValue, availableOptions) !== -1) { selector.val(initialValue); } selector.trigger('change'); }; }; Shopify.linkOptionSelectors = function(product, wrapperSlt, check) { // Building our mapping object. Shopify.optionsMap = wrapperSlt === '.product' ? Shopify.productOptionsMap : Shopify.quickViewOptionsMap; var arr_1= [], arr_2= [], arr_3= []; Shopify.optionsMap['root'] == []; for (var i = 0; i < product.variants.length; i++) { var variant = product.variants[i]; if (variant) { var key1 = variant.option1; var key2 = variant.option1 + ' / ' + variant.option2; Shopify.optionsMap[key1] = []; Shopify.optionsMap[key2] = []; } } for (var i = 0; i < product.variants.length; i++) { var variant = product.variants[i]; if (variant) { if (window.use_color_swatch) { if (variant.available) { // Gathering values for the 1st drop-down. Shopify.optionsMap['root'] = Shopify.optionsMap['root'] || []; // if ($.inArray(variant.option1 + '-sold-out', Shopify.optionsMap['root']) !== -1) { // Shopify.optionsMap['root'].pop(); // } arr_1.push(variant.option1); arr_1 = $.unique(arr_1); Shopify.optionsMap['root'].push(variant.option1); Shopify.optionsMap['root'] = Shopify.uniq(Shopify.optionsMap['root']); // Gathering values for the 2nd drop-down. if (product.options.length > 1) { var key = variant.option1; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; // if ($.inArray(variant.option2 + '-sold-out', Shopify.optionsMap[key]) !== -1) { // Shopify.optionsMap[key].pop(); // } Shopify.optionsMap[key].push(variant.option2); if ($.inArray(variant.option2, arr_2) === -1) { arr_2.push(variant.option2); arr_2 = $.unique(arr_2); } Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } // Gathering values for the 3rd drop-down. if (product.options.length === 3) { var key = variant.option1 + ' / ' + variant.option2; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option3); if ($.inArray(variant.option3, arr_3) === -1) { arr_3.push(variant.option3); arr_3 = $.unique(arr_3); } Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } } else { // Gathering values for the 1st drop-down. Shopify.optionsMap['root'] = Shopify.optionsMap['root'] || []; if ($.inArray(variant.option1, arr_1) === -1) { Shopify.optionsMap['root'].push(variant.option1 + '-sold-out'); } Shopify.optionsMap['root'] = Shopify.uniq(Shopify.optionsMap['root']); // Gathering values for the 2nd drop-down. if (product.options.length > 1) { var key = variant.option1; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; // Shopify.optionsMap[key].push(variant.option2); // if ($.inArray(variant.option2, arr_2) === -1) { Shopify.optionsMap[key].push(variant.option2 + '-sold-out'); // } Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } // Gathering values for the 3rd drop-down. if (product.options.length === 3) { var key = variant.option1 + ' / ' + variant.option2; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; // if ($.inArray(variant.option3, arr_3) === -1) { Shopify.optionsMap[key].push(variant.option3 + '-sold-out'); // } Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } } } else { // Gathering values for the 1st drop-down. if (check) { if (variant.available) { Shopify.optionsMap['root'] = Shopify.optionsMap['root'] || []; Shopify.optionsMap['root'].push(variant.option1); Shopify.optionsMap['root'] = Shopify.uniq(Shopify.optionsMap['root']); // Gathering values for the 2nd drop-down. if (product.options.length > 1) { var key = variant.option1; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option2); Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } // Gathering values for the 3rd drop-down. if (product.options.length === 3) { var key = variant.option1 + ' / ' + variant.option2; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option3); Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } } } else { Shopify.optionsMap['root'] = Shopify.optionsMap['root'] || []; Shopify.optionsMap['root'].push(variant.option1); Shopify.optionsMap['root'] = Shopify.uniq(Shopify.optionsMap['root']); // Gathering values for the 2nd drop-down. if (product.options.length > 1) { var key = variant.option1; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option2); Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } // Gathering values for the 3rd drop-down. if (product.options.length === 3) { var key = variant.option1 + ' / ' + variant.option2; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option3); Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } } } } }; // Update options right away. Shopify.updateOptionsInSelector(0, wrapperSlt); if (product.options.length > 1) Shopify.updateOptionsInSelector(1, wrapperSlt); if (product.options.length === 3) Shopify.updateOptionsInSelector(2, wrapperSlt); // When there is an update in the first dropdown. $(wrapperSlt + " .single-option-selector:eq(0)").change(function() { Shopify.updateOptionsInSelector(1, wrapperSlt); if (product.options.length === 3) Shopify.updateOptionsInSelector(2, wrapperSlt); return true; }); // When there is an update in the second dropdown. $(wrapperSlt + " .single-option-selector:eq(1)").change(function() { if (product.options.length === 3) Shopify.updateOptionsInSelector(2, wrapperSlt); return true; }); }; </script> <style> .cust_order-page .container-lg { height: calc(100vh - (113px + 113px)); } .product-title, .product-name { display: inherit !important; -webkit-line-clamp: unset !important; } </style> <script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"343157452", enableAutoSpaTracking: true};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script> <!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/UYg8qw/klaviyo.js?company_id=UYg8qw"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/bc6443ec-b404-493d-9770-8feeb38f12e0/glo-color-swatch-variant-image-156/assets/globoswatch.js" type="text/javascript" defer="defer"></script> <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0609/2197/0847/files/site-logo.png?height=628&pad_color=ffffff&v=1648459368&width=1200" /> <meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0609/2197/0847/files/site-logo.png?height=628&pad_color=ffffff&v=1648459368&width=1200" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="628" /> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 60921970847,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 60921970847,storefrontBaseUrl: "https://www.kolorfulkitchen.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"500039839","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-JXNFWRWQ5S\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-JXNFWRWQ5S\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"32490078a1ca868202a857e260a8d770","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"34930847","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"LP - GAds Conversion Tracking"},{"id":"35061919","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"LP - MAds Revenue Tracking"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "com",initData: {"shop":{"name":"Kolorful Kitchen","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"kolorfulkitchen.myshopify.com","countryCode":"US","storefrontUrl":"https://www.kolorfulkitchen.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.kolorfulkitchen.com/cdn","230b189fw3875b864p642644e6m74838f3a",{"modern":"","legacy":""},{"shopId":"60921970847","storefrontBaseUrl":"https://www.kolorfulkitchen.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"230b189fw3875b864p642644e6m74838f3a"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 60921970847, theme_id: 132775149727, app_name: "storefront", context_url: window.location.href, source_url: "//www.kolorfulkitchen.com/cdn/s/trekkie.storefront.fc89087661a0619ee61984dff12e5581bfee89c0.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.kolorfulkitchen.com/cdn/s/trekkie.storefront.fc89087661a0619ee61984dff12e5581bfee89c0.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.kolorfulkitchen.com/cdn/s/trekkie.storefront.fc89087661a0619ee61984dff12e5581bfee89c0.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":60921970847,"isMerchantRequest":null,"themeId":132775149727,"themeCityHash":"10814798499234746531","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script> if (!window.ga || (window.ga && typeof window.ga !== 'function')) { window.ga = function ga() { (window.ga.q = window.ga.q || []).push(arguments); if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') { window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"}); } console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information."); }; if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') { window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"}); } } </script> <script defer src="https://www.kolorfulkitchen.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.2.min.js" data-application="storefront-renderer" data-shop-id="60921970847" data-render-region="gcp-europe-west1" data-page-type="index" data-theme-instance-id="132775149727" data-theme-name="Ella" data-theme-version="5.1.0" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" ></script> </head> <body data-url-lang="/cart" id="kolorful-kitchen" class="header-02-tpl template-index style_product_grid_1 layout_default " data-page-handle="kolorful-kitchen"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KWQSBDD" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <h1 style="display: none">Kolorful Kitchen</h1> <div class="wrapper-header wrapper_header_02 header-lang-style2 "> <div id="shopify-section-header-02" class="shopify-section"><style> /* Header Top */ /* Search */ /* Header Bottom */ /* Cart */ .header-logo a.logo-title, .header-logo .logo-title svg { color: #000000; } .header-top { background-color: #000000; color: #ffffff; } .header-top a { color: #ffffff; } .header-top .close { margin-top: -2px; } .header-top .top-message { font-weight: 400; letter-spacing: 0; padding: 11px 25px 10px 25px; font-size: 12px; } .header-top .top-message p a:hover { border-bottom-color: #ffffff; } .header-top .close:hover { color: #ffffff; } .text-center { text-align: center; } .logo-img { display: inline-block; } .header-mb .logo-img img, .logo-fixed .logo-img img, .header-mb .logo-title { width: 140px; } .header-pc .logo-img img { width: 100%; } .header-02 .search-form .input-group-field { color: #3c3c3c; background-color: #ffffff; border-bottom-color: #7b7b7b; } .search-open .template-index .header-02 .search-form .input-group-field { color: #3c3c3c; background-color: #ffffff; border-bottom-color: #7b7b7b; } .header-02 .search-form .search-bar ::-webkit-input-placeholder { color: #3c3c3c; } .header-02 .search-form .search-bar ::-moz-placeholder { color: #3c3c3c; } .header-02 .search-form .search-bar :-ms-input-placeholder { color: #3c3c3c; } .header-02 .search-form .search-bar :-moz-placeholder { color: #3c3c3c; } .cart-icon .cartCount { background-color: #ffffff; color: #646464; font-size: 12px; font-weight: 400; } .wrapper_header_02 .sticky-wrapper .cart-icon .cartCount { max-height: 23px; line-height: 21px; } @media (max-width:1199px) { .search-open .wrapper-header .search-bar { background-color: #ffffff; } .wrapper-navigation .header-bottom-right{ border-top: 1px solid #ebebeb; padding-top: 20px; margin-top: 15px; } .wrapper_header_02 .mb-area .wishlist .wishlist-quantity{ display: inline-block; min-width: 23px; height: 23px; line-height: 23px; text-align: center; border-radius: 50%; background-color: #ffffff; color: #646464; font-size: 12px; font-weight: 400; margin-left: 10px; } .cart-icon svg { width: 26px; height: 26px; } } @media (min-width:1200px) { .wrapper_header_02 .header-pc .icon-search svg, .wrapper_header_02 .customer-links svg, .wrapper_header_02 .wishlist svg, .wrapper_header_02 .header-pc .cart-icon svg { color: #232323 } .search-open .wrapper_header_02 .search-form .search-bar { background-color: #ffffff; } .wrapper_header_02 .icon-search { color: #232323; } .wrapper_header_02 .wishlist { position: relative; } .wishlist-quantity { background: #ffffff; color: #000000; font-size: 12px; font-weight: 400; min-width: 23px; line-height: 23px; height: 23px; top: -10px; right: -7px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; position: absolute; padding: 0 3px } .header-02 .header-bottom { background-color: #ffffff; color: #3c3c3c; } .header-02 .lang-currency-groups, .header-02 .shipping-text { display: inline-block; } .header-02 .lang-currency-groups .dropdown-label { color: #3c3c3c; } .lang-currency-groups .btn-group .dropdown-item { color: var(--color_menu_level3); } .lang-currency-groups .btn-group .dropdown-item:hover, .lang-currency-groups .btn-group .dropdown-item:focus: .lang-currency-groups .btn-group .dropdown-item:active, .lang-currency-groups .btn-group .dropdown-item.active { color: #3c3c3c; } .lang-currency-groups .dropdown-menu { background-color: #ffffff; } .search-open .wrapper_header_02 .search-form .close-search { color: #3c3c3c; } .wrapper_header_02 .header-bottom { padding-top: 30px; padding-bottom: 8px; } .header-lang-style2 .lang-currency-groups { margin-left: 0 } .header-lang-style2 .lang-currency-groups .dropdown-toggle:after { color: #3c3c3c; } } </style> <header class="site-header header-02" role="banner"> <div class="header-top"> <div class="container"> <div class="top-message"> <p> <span>Always Free & Fast Shipping (Continental US)</span> </p> <a href="#" title="close" class="close" data-close-header-top> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> </div> </div> </div> <a href="#" class="icon-nav close-menu-mb" title="Menu Mobile Icon" data-menu-mb-toogle> <span class="icon-line"></span> </a> <div class="header-bottom" data-sticky-mb> <div class="container"> <div class="wrapper-header-bt"> <div class="header-mb "> <div class="header-mb-left header-mb-items"> <div class="hamburger-icon svg-mb"> <a href="#" class="icon-nav" title="Menu Mobile Icon" data-menu-mb-toogle> <span class="icon-line"></span> </a> </div> <div class="search-mb svg-mb"> <a href="#" title="Search Icon" class="icon-search" data-search-mobile-toggle> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M508.875,493.792L353.089,338.005c32.358-35.927,52.245-83.296,52.245-135.339C405.333,90.917,314.417,0,202.667,0 S0,90.917,0,202.667s90.917,202.667,202.667,202.667c52.043,0,99.411-19.887,135.339-52.245l155.786,155.786 c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125C513.042,504.708,513.042,497.958,508.875,493.792z M202.667,384c-99.979,0-181.333-81.344-181.333-181.333S102.688,21.333,202.667,21.333S384,102.677,384,202.667 S302.646,384,202.667,384z"/> </g> </g> </svg> </a> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="search-form" data-ajax-search> <div class="header-search"> <div class="header-search__form"> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <form action="/search" method="get" class="search-bar" role="search"> <input type="hidden" name="options[prefix]" value="last"> <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> <button type="submit" class="btn icon-search"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M508.875,493.792L353.089,338.005c32.358-35.927,52.245-83.296,52.245-135.339C405.333,90.917,314.417,0,202.667,0 S0,90.917,0,202.667s90.917,202.667,202.667,202.667c52.043,0,99.411-19.887,135.339-52.245l155.786,155.786 c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125C513.042,504.708,513.042,497.958,508.875,493.792z M202.667,384c-99.979,0-181.333-81.344-181.333-181.333S102.688,21.333,202.667,21.333S384,102.677,384,202.667 S302.646,384,202.667,384z"/> </g> </g> </svg> </button> </form> </div> <div class="quickSearchResultsWrap" style="display: none;"> <div class="custom-scrollbar"> <div class="container"> <div class="header-block header-search__trending"> <div class="box-title"> <span>trending</span> </div> <ul class="list-item"> <li class="item"> <a href="/search?q=dempus*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>dempus</span> </a> </li> <li class="item"> <a href="/search?q=sample*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>sample</span> </a> </li> <li class="item"> <a href="/search?q=magnis*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>magnis</span> </a> </li> <li class="item"> <a href="/search?q=loremous-saliduar*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>loremous saliduar</span> </a> </li> <li class="item"> <a href="/search?q=naminos*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>naminos</span> </a> </li> <li class="item"> <a href="/search?q=dinterdum*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>dinterdum</span> </a> </li> </ul> </div> <div class="header-search__results-wrapper"></div> </div> </div> </div> </div> <script id="search-results-template" type="text/template7"> {{#if is_loading}} <div class="header-search__results"> <div class="header-search__spinner-container"> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> </div> </div> {{else}} {{#if is_show}} <div class="header-search__results header-block"> {{#if has_results}} <div class="box-title"> {{ title_heading }} </div> <div class="search__products"> <div class="products-grid row"> {{#each results}} <div class="grid-item col-6 col-sm-4 col3 "> <div class="inner product-item"> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="{{url}}" class="product-grid-image"> <img src="{{image}}" alt="{{image_alt}}"> </a> </div> </div> <div class="product-bottom"> <a class="product-title" href="{{url}}"> {{title}} </a> <div class="price-box"> {{#if on_sale}} <div class="price-sale"> <span class="old-price">{{ compare_at_price }}</span> <span class="special-price"> {{ price }} </span> </div> {{else}} <div class="price-regular"> <span>{{ price }}</span> </div> {{/if}} </div> </div> </div> </div> </div> {{/each}} </div> </div> <div class="text-center"> <a href="{{results_url}}" class="text-results header-search__see-more" data-results-count="{{results_count}}"> {{results_label}} ({{results_count}}) </a> </div> {{else}} <p class="header-search__no-results text-results">{{ results_label }}</p> {{/if}} </div> {{/if}} {{/if}} </script> </div> </div> </div> <div class="header-mb-middle header-mb-items"> <div class="header-logo"> <a class="logo-img" href="/" title="Logo"> <img data-src="//www.kolorfulkitchen.com/cdn/shop/files/site-logo.png?v=1648459368" src="//www.kolorfulkitchen.com/cdn/shop/files/site-logo.png?v=1648459368" alt="Kolorful Kitchen" itemprop="logo" class="lazyautosizes lazyloade" data-sizes="auto"> </a> </div> </div> <div class="header-mb-right header-mb-items"> <div class="acc-mb svg-mb"> <a href="#" title="User Icon" class="icon-user" data-user-mobile-toggle> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="lnr-user" viewBox="0 0 1024 1024" width="100%" height="100%"><title>user</title><path class="path1" d="M486.4 563.2c-155.275 0-281.6-126.325-281.6-281.6s126.325-281.6 281.6-281.6 281.6 126.325 281.6 281.6-126.325 281.6-281.6 281.6zM486.4 51.2c-127.043 0-230.4 103.357-230.4 230.4s103.357 230.4 230.4 230.4c127.042 0 230.4-103.357 230.4-230.4s-103.358-230.4-230.4-230.4z"/><path class="path2" d="M896 1024h-819.2c-42.347 0-76.8-34.451-76.8-76.8 0-3.485 0.712-86.285 62.72-168.96 36.094-48.126 85.514-86.36 146.883-113.634 74.957-33.314 168.085-50.206 276.797-50.206 108.71 0 201.838 16.893 276.797 50.206 61.37 27.275 110.789 65.507 146.883 113.634 62.008 82.675 62.72 165.475 62.72 168.96 0 42.349-34.451 76.8-76.8 76.8zM486.4 665.6c-178.52 0-310.267 48.789-381 141.093-53.011 69.174-54.195 139.904-54.2 140.61 0 14.013 11.485 25.498 25.6 25.498h819.2c14.115 0 25.6-11.485 25.6-25.6-0.006-0.603-1.189-71.333-54.198-140.507-70.734-92.304-202.483-141.093-381.002-141.093z"/></svg> </a> </div> <div class="cart-icon svg-mb sm-cart-icon-top"> <a href="#" title="Cart Icon" data-cart-toggle> <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path> </svg> <img class="cart-img-icon" src="https://i.postimg.cc/k55ztnnr/Vector-1.png"> <span class="cartCount" data-cart-count> 0 </span> </a> </div> </div> </div> <div class="header-pc"> <div class="header-panel-top"> <div class="row"> <div class="col-12 col-xl-4 header-bottom-left"> <div class="hamburger-icon top_togglemenu svg-mb"> <a href="#" class="icon-nav" title="Menu Mobile Icon"> <span class="icon-line"></span> </a> </div> <!-- <div class="shipping-text header-items"> <div class="free-shipping-text"> <span>Always Free Shipping (Continental US)</span> </div> </div>--> </div> <div class="col-12 col-xl-4 header-bottom-center text-center"> <div class="header-logo" itemscope itemtype="http://schema.org/Organization"> <meta itemprop="url" content="https://www.kolorfulkitchen.com"> <a class="logo-img" href="/" title="Logo"> <img class="" itemprop="logo" data-src="//www.kolorfulkitchen.com/cdn/shop/files/site-logo.png?v=1648459368" src="//www.kolorfulkitchen.com/cdn/shop/files/site-logo.png?v=1648459368" alt="Kolorful Kitchen" itemprop="logo" class="lazyautosizes lazyloaded" data-sizes="auto"> </a> </div> </div> <div class="col-12 header-bottom-right col-xl-4"> <div class="right-groups header-items"> <div class="nav-search"> <div class="search-form" data-ajax-search> <div class="header-search"> <div class="header-search__form"> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <form action="/search" method="get" class="search-bar" role="search"> <input type="hidden" name="options[prefix]" value="last"> <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> <button type="submit" class="btn icon-search"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M508.875,493.792L353.089,338.005c32.358-35.927,52.245-83.296,52.245-135.339C405.333,90.917,314.417,0,202.667,0 S0,90.917,0,202.667s90.917,202.667,202.667,202.667c52.043,0,99.411-19.887,135.339-52.245l155.786,155.786 c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125C513.042,504.708,513.042,497.958,508.875,493.792z M202.667,384c-99.979,0-181.333-81.344-181.333-181.333S102.688,21.333,202.667,21.333S384,102.677,384,202.667 S302.646,384,202.667,384z"/> </g> </g> </svg> </button> </form> </div> <div class="quickSearchResultsWrap" style="display: none;"> <div class="custom-scrollbar"> <div class="container"> <div class="header-block header-search__trending"> <div class="box-title"> <span>trending</span> </div> <ul class="list-item"> <li class="item"> <a href="/search?q=dempus*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>dempus</span> </a> </li> <li class="item"> <a href="/search?q=sample*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>sample</span> </a> </li> <li class="item"> <a href="/search?q=magnis*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>magnis</span> </a> </li> <li class="item"> <a href="/search?q=loremous-saliduar*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>loremous saliduar</span> </a> </li> <li class="item"> <a href="/search?q=naminos*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>naminos</span> </a> </li> <li class="item"> <a href="/search?q=dinterdum*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>dinterdum</span> </a> </li> </ul> </div> <div class="header-search__results-wrapper"></div> </div> </div> </div> </div> <script id="search-results-template" type="text/template7"> {{#if is_loading}} <div class="header-search__results"> <div class="header-search__spinner-container"> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> </div> </div> {{else}} {{#if is_show}} <div class="header-search__results header-block"> {{#if has_results}} <div class="box-title"> {{ title_heading }} </div> <div class="search__products"> <div class="products-grid row"> {{#each results}} <div class="grid-item col-6 col-sm-4 col3 "> <div class="inner product-item"> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="{{url}}" class="product-grid-image"> <img src="{{image}}" alt="{{image_alt}}"> </a> </div> </div> <div class="product-bottom"> <a class="product-title" href="{{url}}"> {{title}} </a> <div class="price-box"> {{#if on_sale}} <div class="price-sale"> <span class="old-price">{{ compare_at_price }}</span> <span class="special-price"> {{ price }} </span> </div> {{else}} <div class="price-regular"> <span>{{ price }}</span> </div> {{/if}} </div> </div> </div> </div> </div> {{/each}} </div> </div> <div class="text-center"> <a href="{{results_url}}" class="text-results header-search__see-more" data-results-count="{{results_count}}"> {{results_label}} ({{results_count}}) </a> </div> {{else}} <p class="header-search__no-results text-results">{{ results_label }}</p> {{/if}} </div> {{/if}} {{/if}} </script> </div> </div> <div class="customer-links"> <a data-user-pc-translate class="acc-links acc-sign-in" id="customer_login_link" href="/account/login" > <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="lnr-user" viewBox="0 0 1024 1024" width="100%" height="100%"><title>user</title><path class="path1" d="M486.4 563.2c-155.275 0-281.6-126.325-281.6-281.6s126.325-281.6 281.6-281.6 281.6 126.325 281.6 281.6-126.325 281.6-281.6 281.6zM486.4 51.2c-127.043 0-230.4 103.357-230.4 230.4s103.357 230.4 230.4 230.4c127.042 0 230.4-103.357 230.4-230.4s-103.358-230.4-230.4-230.4z"/><path class="path2" d="M896 1024h-819.2c-42.347 0-76.8-34.451-76.8-76.8 0-3.485 0.712-86.285 62.72-168.96 36.094-48.126 85.514-86.36 146.883-113.634 74.957-33.314 168.085-50.206 276.797-50.206 108.71 0 201.838 16.893 276.797 50.206 61.37 27.275 110.789 65.507 146.883 113.634 62.008 82.675 62.72 165.475 62.72 168.96 0 42.349-34.451 76.8-76.8 76.8zM486.4 665.6c-178.52 0-310.267 48.789-381 141.093-53.011 69.174-54.195 139.904-54.2 140.61 0 14.013 11.485 25.498 25.6 25.498h819.2c14.115 0 25.6-11.485 25.6-25.6-0.006-0.603-1.189-71.333-54.198-140.507-70.734-92.304-202.483-141.093-381.002-141.093z"/></svg> <span class="text">Sign In</span> </a> </div> <a class="wishlist" href="/pages/wish-list" title=''> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 412.735 412.735" style="enable-background:new 0 0 412.735 412.735;" xml:space="preserve"> <g> <g> <path d="M295.706,35.522C295.706,35.522,295.706,35.522,295.706,35.522c-34.43-0.184-67.161,14.937-89.339,41.273 c-22.039-26.516-54.861-41.68-89.339-41.273C52.395,35.522,0,87.917,0,152.55C0,263.31,193.306,371.456,201.143,375.636 c3.162,2.113,7.286,2.113,10.449,0c7.837-4.18,201.143-110.759,201.143-223.086C412.735,87.917,360.339,35.522,295.706,35.522z M206.367,354.738C176.065,336.975,20.898,242.412,20.898,152.55c0-53.091,43.039-96.131,96.131-96.131 c32.512-0.427,62.938,15.972,80.457,43.363c3.557,4.905,10.418,5.998,15.323,2.44c0.937-0.68,1.761-1.503,2.44-2.44 c29.055-44.435,88.631-56.903,133.066-27.848c27.202,17.787,43.575,48.114,43.521,80.615 C391.837,243.456,236.669,337.497,206.367,354.738z"/> </g> </g> </svg> <span class="wishlist-text text-hover"> My Wish Lists </span> <div class="countPill wishlist-quantity" data-wishlist-count></div> </a> <div class="cart-icon top-header-cart-icon-fix" data-cart-header-02> <a href="#" title="Cart Icon" data-cart-toggle> <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path> </svg> <img class="cart-img-icon" src="https://i.postimg.cc/k55ztnnr/Vector-1.png"> <span class="cartCount" data-cart-count> 0 </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="topleft_menu toptoggle-style"> <a href="javascript:void(0)" title="Close" class="close-topleft_menu close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> <span> Close </span> </a> <div class="container"> <ul class="sites-nav"> <li class="menu-lv-1 item no-mega-menu dropdown "> <a class="" href="#"> <span>Shop by Category</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> </a> <ul class="child"> <li><a href= "/collections/dinnerware">Dinnerware</a> </li> <li><a href= "/collections/drinkware">Drinkware</a> </li> <li><a href= "/collections/serveware">Serveware</a> </li> <li><a href= "/collections/cookware-bakeware">Cookware/Bakeware</a> </li> <li><a href= "/collections/kitchen">Kitchen</a> </li> <li><a href= "/collections/gift-sets">Gift Sets</a> </li> <li><a href= "/collections/artificial-foods">Artificial Foods</a> </li> <li><a href= "/collections/home-decor">Home Decor</a> </li> </ul> </li> <li class="menu-lv-1 item no-mega-menu dropdown "> <a class="" href="#"> <span>Brands</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> </a> <ul class="child"> <li><a href= "/collections/bluebird">Bluebird</a> </li> <li><a href= "/collections/crown-canyon">Crown Canyon</a> </li> <li><a href= "/collections/demdaco">Demdaco</a> </li> <li><a href= "/collections/flora-bunda">Flora Bunda</a> </li> <li><a href= "/collections/gsi-outdoors">GSI Outdoors</a> </li> <li><a href= "/collections/golden-rabbit">Golden Rabbit</a> </li> <li><a href= "/collections/park-designs">Park Designs</a> </li> </ul> </li> <li class="menu-lv-1 item no-mega-menu dropdown "> <a class="" href="#"> <span>Colors</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> </a> <ul class="child"> <li><a href= "/collections/black">Black</a> </li> <li><a href= "/collections/blue">Blue</a> </li> <li><a href= "/collections/brown">Brown</a> </li> <li><a href= "/collections/burgundy">Burgundy</a> </li> <li><a href= "/collections/clear">Clear</a> </li> <li><a href= "/collections/cream">Cream</a> </li> <li><a href= "/collections/graphics">Graphics</a> </li> <li><a href= "/collections/grey">Grey</a> </li> <li><a href= "/collections/glass">Glass</a> </li> <li><a href= "/collections/navy-blue">Navy Blue</a> </li> <li><a href= "/collections/green">Green</a> </li> <li><a href= "/collections/orange">Orange</a> </li> <li><a href= "/collections/pink">Pink</a> </li> <li><a href= "/collections/purple">Purple</a> </li> <li><a href= "/collections/red">Red</a> </li> <li><a href= "/collections/silver">Silver</a> </li> <li><a href= "/collections/taupe">Taupe</a> </li> <li><a href= "/collections/turquoise">Turquoise</a> </li> <li><a href= "/collections/white">White</a> </li> <li><a href= "/collections/fly-fishing">Fly Fishing</a> </li> </ul> </li> <li class="menu-lv-1 item no-mega-menu dropdown "> <a class="" href="/collections/last-call-sale-items"> <span>Last call/Sale Items</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> </a> </li> <li class="menu-lv-1 item no-mega-menu dropdown "> <a class="" href="/pages/custom-and-bulk-orders"> <span>Custom Orders & Bulk Purchases</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> </a> </li> </ul> </div> </div> </header> <style> .toptoggle-style { width: -moz-calc(350px - 40px); width: -webkit-calc(350px - 40px); width: -ms-calc(350px - 40px); width: calc(350px - 40px); } .toptoggle-style { position: fixed; top: 0; bottom: 0; right: 100%; height: 100vh; z-index: 999; overflow-y: scroll; -webkit-transition: transform .5s ease; -moz-transition: transform .5s ease; -ms-transition: transform .5s ease; -o-transition: transform .5s ease; transition: transform .5s ease; padding-bottom: 100px; } .toptoggle-style { background-color: #fff; } html.translate-overlay .toptoggle-style { -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translate(100%); } </style> <script> var appendPrependMenuMobile = function() { var headerPanelTop = $('.wrapper-header .header-panel-top'), headerPc = $('.wrapper-header .header-pc'), wrapperNav = $('.wrapper-navigation'), areaMb = wrapperNav.find('.mb-area'); if (window.innerWidth < 1200) { headerPanelTop.appendTo(areaMb); } else { headerPc.prepend(headerPanelTop); if ($('.is-parallax .wrapper-navigation').length <= 0 ){ wrapperNav.appendTo('.is-parallax'); }; }; }; $(document).ready(function() { appendPrependMenuMobile(); jQuery('.top_togglemenu a').on('click', function(){ $('html').toggleClass('translate-overlay'); $('.topleft_menu a').toggleClass('menu-open'); }); $('.topleft_menu a.close-topleft_menu').on('click', function(){ $(this).removeClass('menu-open'); $('html').removeClass('translate-overlay'); //$('html').removeClass('translate-overlay'); }); }); var winWidth = $(window).innerWidth(); $(window).on('resize', function () { var resizeTimerId; clearTimeout(resizeTimerId); resizeTimerId = setTimeout(function() { var curWinWidth = $(window).innerWidth(); if ((curWinWidth < 1200 && winWidth >= 1200) || (curWinWidth >= 1200 && winWidth < 1200)) { appendPrependMenuMobile(); }; winWidth = curWinWidth; }, 0); }) </script> </div> <div id="shopify-section-navigation" class="shopify-section"><style> /* Menu Lv 1 */ /* Menu Lv 2 */ /* Menu Lv 3 */ /* Label - Navigation */ .nav-vertical .social-icons a { color: #000000; } .nav-vertical .header-logo img { width: ; } .site-nav .menu-lv-1 > a, .site-nav .menu-mb-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; } .site-nav .mega-menu .menu-lv-2 > a, .site-nav .mega-menu .mega-banner .title { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0; } .site-nav .menu-lv-3 > a, .site-nav .no-mega-menu .menu-lv-2 > a { font-size: 12px; font-weight: 400; text-transform: none; letter-spacing: 0; } @media (min-width:1200px) { .wrapper_header_06.header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed .cartCount { background-color: #000000; color: #ffffff; } .navigation-vertical-menu, .wrapper-navigation, .main-menu, .vertical-menu .nav-bar { background-color: #ffffff; } .header-02 .is-sticky .wrapper-navigation, .header-02 .is-sticky .main-menu { background-color: #ffffff; } .navigation-08 .site-nav .mega-menu .sub-menu-mobile { background-color: ; } .site-nav .sub-menu-mobile, .site-nav .sub-menu-mobile .bg { background-color: #ffffff; } .wrapper-navigation .main-menu { text-align: left; } /* Menu Lv 1 */ .has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon svg, .wrapper-navigation .fixed-right-menu a, .wrapper-navigation .site-nav .menu-lv-1 > a, .wrapper_header_supermarket .vertical-menu .menu-lv-1.dropdown>a:after { color: #000000; } .is-sticky .wrapper-navigation .fixed-right-menu .search-fixed, .is-sticky .wrapper-navigation .fixed-right-menu .cart-fixed { border-left-color: rgba(0, 0, 0, 0.15); } .site-nav .menu-lv-1 > a:hover { color: #202020; } .site-nav .menu-lv-1>a span:before { background-color: #202020; } /* Menu Lv 2 */ .site-nav .menu-lv-2>a, .site-nav .mega-menu .mega-banner .title, .site-nav .mega-menu .product-item .btn { color: #232323; } .site-nav .mega-menu .product-item .btn { border-bottom-color: rgba(35, 35, 35, 0.7); } .site-nav .menu-lv-2 > a:hover { color: #232323; } .navigation-08 .site-nav .no-mega-menu li > a span:before, .navigation-08 .site-nav .no-mega-menu .dropdown > a span:before { background-color: #0688e2; } .navigation-08 .site-nav .no-mega-menu li:hover, .navigation-08 .site-nav .no-mega-menu .dropdown:hover { background-color: } /* Menu Lv 3 */ .site-nav .menu-lv-3 > a, .site-nav .no-mega-menu .menu-lv-2 > a{ color: #3c3c3c; } .site-nav .menu-lv-3 > a:hover, .site-nav .no-mega-menu .menu-lv-2 > a:hover { color: #0688e2; } .site-nav .menu-lv-3 > a span:before { background-color: #0688e2; } .site-nav .icon_sale:before { border-top-color: #ef6454; } .site-nav .icon_new:before { border-top-color: #06bfe2; } .site-nav .icon_hot:before { border-top-color: #ffbb49; } } .site-nav .icon_sale { background-color: #ef6454; color: #ffffff; } .site-nav .icon_new { background-color: #06bfe2; color: #ffffff; } .site-nav .icon_hot { background-color: #ffbb49; color: #ffffff; } .site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu a, .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-right .link-brands { color: #232323; } @media (max-width:1199px) { .site-nav .icon_sale:before { border-right-color: #ef6454; } .site-nav .icon_new:before { border-right-color: #06bfe2; } .site-nav .icon_hot:before { border-right-color: #ffbb49; } } </style> <div class="wrapper-navigation" data-sticky-pc> <div class="header-logo logo-fixed"> <a class="logo-img" href="/" title="Logo"> <img data-src="//www.kolorfulkitchen.com/cdn/shop/files/site-logo.png?v=1648459368" src="//www.kolorfulkitchen.com/cdn/shop/files/site-logo.png?v=1648459368" alt="Kolorful Kitchen" itemprop="logo" class="lazyautosizes lazyloaded" data-sizes="auto"> </a> </div> <div class="main-menu jas-mb-style"> <div class="container"> <div class="row"> <div class="col-12"> <div class="mb-area"> <nav class="nav-bar" role="navigation"> <ul class="site-nav"> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/dinnerware"> <span>Dinnerware</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/drinkware"> <span>Drinkware</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/serveware"> <span>Serveware</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/cookware-bakeware"> <span>Cookware/Bakeware</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/kitchen"> <span>Kitchen</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/gift-sets"> <span>Gift Sets</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/artificial-foods"> <span>Artificial Foods</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> <li class=" menu-lv-1 item dropdown no-mega-menu"> <a class="menu__moblie " href="/collections/home-decor"> <span>Home Decor</span> <span class="icon-dropdown" data-toggle-menu-mb> <i class="fa fa-angle-right" aria-hidden="true"></i> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> <div class="fixed-right-menu"> <div class="search-fixed"> <a href="#" title="Search Icon" class="icon-search" data-search-mobile-toggle> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M508.875,493.792L353.089,338.005c32.358-35.927,52.245-83.296,52.245-135.339C405.333,90.917,314.417,0,202.667,0 S0,90.917,0,202.667s90.917,202.667,202.667,202.667c52.043,0,99.411-19.887,135.339-52.245l155.786,155.786 c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125C513.042,504.708,513.042,497.958,508.875,493.792z M202.667,384c-99.979,0-181.333-81.344-181.333-181.333S102.688,21.333,202.667,21.333S384,102.677,384,202.667 S302.646,384,202.667,384z"/> </g> </g> </svg> </a> </div> <div class="cart-fixed cart-icon" data-cart-header-02 > <a href="javascript:void(0)" title="Cart Icon" data-cart-toggle > <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path> </svg> <span class="cartCount" data-cart-count> 0 </span> </a> </div> </div> </div> <style> .site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu a { font-size: 12px } @media (min-width:1200px) { .site-nav .mega-menu .style_5 .mega-banner { background-color: #eaeaea; } .site-nav .mega-menu .style_5 .mega-banner .col-left:before { background-color: #eaeaea; } .site-nav .mega-menu .style_5 .mega-banner.skin-2:before { background-color: #eaeaea; } .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product, .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:before, .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:after { background-color: #eaeaea !important; } .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow { background: #8c8c8c; border: #8c8c8c; } .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow svg { color: #ffffff; } } </style> <script> window.fixtop_menu = true; </script> </div> </div> <div class="wrapper-container wrapper-body"> <main class="main-content" role="main"> <!-- BEGIN content_for_index --><div id="shopify-section-1540952363851" class="shopify-section home-slideshow-sections"> <section class="home-slideshow hasvideo" id="slideshow-1540952363851" data-loader-script="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/halo.slide-show-hasvideo.js?v=165629589365623725551692168715"> <div class="container-fluid"> <div class="row"> <div class ="no-padd col-12 init-slider"> <div class="slideshow " data-auto-video="true" data-init-slideshow data-dots="true" data-autoplay="true" data-autoplay-speed="10000" data-fade="true" data-arrows="true"> <div class="item slide-active" id="block-4f85568d-c80c-4fae-9d01-d916cf88769d" data-index="1"> <div class="images-contain"> <div class="adaptive_height slide-pc" style="padding-top: 66.5314401622718%"> <a href="/collections/dinnerware-sets" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/cc-table.jpg?v=1664935665" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="adaptive_height slide-mobile" style="padding-top: 66.5314401622718%"> <a href="/collections/dinnerware-sets" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/cc-table.jpg?v=1664935665" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <style type="text/css"> #slideshow-1540952363851 .lb-icon-1-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-1-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon:before, #slideshow-1540952363851 .lb-icon-1-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-1-4f85568d-c80c-4fae-9d01-d916cf88769d:before{ color: #ffffff; } #slideshow-1540952363851 .lb-icon-2-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-2-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon:before, #slideshow-1540952363851 .lb-icon-2-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-2-4f85568d-c80c-4fae-9d01-d916cf88769d:before{ color: #ffffff; } #slideshow-1540952363851 .lb-icon-3-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-3-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon:before, #slideshow-1540952363851 .lb-icon-3-4f85568d-c80c-4fae-9d01-d916cf88769d .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-3-4f85568d-c80c-4fae-9d01-d916cf88769d:before{ color: #ffffff; } @media (min-width: 768px) { #slideshow-1540952363851 #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content.abs_custom { left: 30%; } } </style> </div> <div class="slide-content abs_center text_center"> <h2 class="slide-heading" style=" font-size: 40px; color:#0f0f0f; "> <span class="line" style="background-color: #0f0f0f;"></span> <span>Shop our Kolorful Kitchen Enamelware</span> </h2> <a href="/collections/dinnerware-sets" class="slide-button slide-button-1 btn no-des" style=" background-color:#232323; border-color:#232323; color:#ffffff; "> <span>Shop Now</span> </a> <style> @media (max-width: 1199px) { #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-heading { font-size: 24px !important; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-sub { font-size: 18px !important; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-text { font-size: 12px !important; } } @media (max-width: 767px) { #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-heading { color: #ffffff !important; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-sub { color: #ffffff !important; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-heading .line { background-color: #ffffff !important; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-text { color: #202020 !Important; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content .slide-button { background-color:#232323 !important; border-color:#232323 !important; color:#ffffff !Important; } } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content.style_2, #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content.style_3 { background-color: #ffffff; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content.style_2:before, #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content.style_3:before { border-color: #bcbcbc; } #block-4f85568d-c80c-4fae-9d01-d916cf88769d .slide-content.style_4 .slide-heading strong { color: #10ffda; } </style> </div> </div> <div class="item " id="block-1540952363851-0" data-index="2"> <div class="images-contain"> <div class="adaptive_height slide-pc" style="padding-top: 66.65%"> <a href="/collections/gift-sets" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/LifeStyle_photos.jpg?v=1700414771" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="adaptive_height slide-mobile" style="padding-top: 66.65%"> <a href="/collections/gift-sets" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/LifeStyle_photos.jpg?v=1700414771" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <style type="text/css"> #slideshow-1540952363851 .lb-icon-1-1540952363851-0 .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-1-1540952363851-0 .glyphicon:before, #slideshow-1540952363851 .lb-icon-1-1540952363851-0 .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-1-1540952363851-0:before{ color: #ffffff; } #slideshow-1540952363851 .lb-icon-2-1540952363851-0 .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-2-1540952363851-0 .glyphicon:before, #slideshow-1540952363851 .lb-icon-2-1540952363851-0 .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-2-1540952363851-0:before{ color: #ffffff; } #slideshow-1540952363851 .lb-icon-3-1540952363851-0 .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-3-1540952363851-0 .glyphicon:before, #slideshow-1540952363851 .lb-icon-3-1540952363851-0 .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-3-1540952363851-0:before{ color: #ffffff; } @media (min-width: 768px) { #slideshow-1540952363851 #block-1540952363851-0 .slide-content.abs_custom { left: 35%; } } </style> </div> <div class="slide-content abs_center text_center"> <h2 class="slide-heading" style=" font-size: 40px; color:#ffffff; "> <span class="line" style="background-color: #ffffff;"></span> <span>Gift Sets for all Occasions!</span> </h2> <a href="/collections/gift-sets" class="slide-button slide-button-1 btn no-des" style=" background-color:#232323; border-color:#232323; color:#ffffff; "> <span>Shop Now</span> </a> <style> @media (max-width: 1199px) { #block-1540952363851-0 .slide-content .slide-heading { font-size: 24px !important; } #block-1540952363851-0 .slide-content .slide-sub { font-size: 18px !important; } #block-1540952363851-0 .slide-content .slide-text { font-size: 12px !important; } } @media (max-width: 767px) { #block-1540952363851-0 .slide-content .slide-heading { color: #ffffff !important; } #block-1540952363851-0 .slide-content .slide-sub { color: #ffffff !important; } #block-1540952363851-0 .slide-content .slide-heading .line { background-color: #ffffff !important; } #block-1540952363851-0 .slide-content .slide-text { color: #ffffff !Important; } #block-1540952363851-0 .slide-content .slide-button { background-color:#232323 !important; border-color:#232323 !important; color:#ffffff !Important; } } #block-1540952363851-0 .slide-content.style_2, #block-1540952363851-0 .slide-content.style_3 { background-color: #ffffff; } #block-1540952363851-0 .slide-content.style_2:before, #block-1540952363851-0 .slide-content.style_3:before { border-color: #bcbcbc; } #block-1540952363851-0 .slide-content.style_4 .slide-heading strong { color: #10ffda; } </style> </div> </div> <div class="item " id="block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8" data-index="3"> <div class="images-contain"> <div class="adaptive_height slide-pc" style="padding-top: 65.65910999160369%"> <a href="/collections/serveware" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Entertain.jpg?v=1700535278" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="adaptive_height slide-mobile" style="padding-top: 65.65910999160369%"> <a href="/collections/serveware" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Entertain.jpg?v=1700535278" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <style type="text/css"> #slideshow-1540952363851 .lb-icon-1-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-1-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon:before, #slideshow-1540952363851 .lb-icon-1-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-1-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8:before{ color: #ffffff; } #slideshow-1540952363851 .lb-icon-2-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-2-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon:before, #slideshow-1540952363851 .lb-icon-2-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-2-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8:before{ color: #ffffff; } #slideshow-1540952363851 .lb-icon-3-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon { background-color: #323232; } #slideshow-1540952363851 .lb-icon-3-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon:before, #slideshow-1540952363851 .lb-icon-3-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .glyphicon:after { background-color: #ffffff; } #slideshow-1540952363851 .lb-icon-3-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8:before{ color: #ffffff; } @media (min-width: 768px) { #slideshow-1540952363851 #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content.abs_custom { left: 35%; } } </style> </div> <div class="slide-content abs_center text_center"> <h2 class="slide-heading" style=" font-size: 40px; color:#ffffff; "> <span class="line" style="background-color: #ffffff;"></span> <span>Entertain in Style!</span> </h2> <a href="/collections/serveware" class="slide-button slide-button-1 btn no-des" style=" background-color:#232323; border-color:#232323; color:#ffffff; "> <span>Shop Now</span> </a> <style> @media (max-width: 1199px) { #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-heading { font-size: 24px !important; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-sub { font-size: 18px !important; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-text { font-size: 12px !important; } } @media (max-width: 767px) { #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-heading { color: #ffffff !important; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-sub { color: #ffffff !important; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-heading .line { background-color: #ffffff !important; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-text { color: #ffffff !Important; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content .slide-button { background-color:#232323 !important; border-color:#232323 !important; color:#ffffff !Important; } } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content.style_2, #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content.style_3 { background-color: #ffffff; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content.style_2:before, #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content.style_3:before { border-color: #bcbcbc; } #block-409e8da0-ed7b-4bfd-a54b-7a1c086aeaa8 .slide-content.style_4 .slide-heading strong { color: #10ffda; } </style> </div> </div> </div> </div> </div> </div> </section> <style> #slideshow-1540952363851 .slick-arrow { color: #636a6a; border-color: #636a6a; background-color: rgba(0,0,0,0); } #slideshow-1540952363851 .slick-arrow.slick-prev { left: 9.5%; } #slideshow-1540952363851 .slick-arrow.slick-next { right: 9.5%; } .fluid-width-video-wrapper { padding-top: 38.3%!important; } #slideshow-1540952363851 [data-video-mp4] .fluid-width-video-wrapper:before { background: #866965; opacity: 0.4; } #slideshow-1540952363851 { background-color: ; } #slideshow-1540952363851 .categories-slider li a { color: ; } #slideshow-1540952363851 .categories-slider .label { color: ; border-bottom: 2px solid ; } #slideshow-1540952363851 .categories-slider .label span { background-color: ; } @media (max-width: 767px) { #slideshow-1540952363851 { padding-bottom: 20px; } } @media (min-width: 768px) and (max-width: 1199px) { #slideshow-1540952363851 { padding-bottom: 20px; } } @media (min-width: 1200px) { #slideshow-1540952363851 { padding-bottom: 30px; } } @media (min-width: 768px) { #slideshow-1540952363851 .slick-dots li:not(.slick-active) button { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; filter: alpha(opacity=80); } #slideshow-1540952363851 .slick-dots li button { border-color: #707979; background: #707979; border-width: 1.5px; } #slideshow-1540952363851 .slick-dots li.slick-active button { background: rgba(255,255,255,0); border-color: #747d7d; } } </style> </div><div id="shopify-section-1648462843bb4f9f45" class="shopify-section home-icon-list-sections"> <div class="home-icon-list icon-list-6" id="sub-banner-1648462843bb4f9f45"> <div class="cust_order_page_sect"> </div> <div class="container custom-order-page-conent-container"> <div class="row"> <div class="orderPitem col-6 col-md-2 six-blocks"> <div class="sub-icon icon-item"> <div class="img-box"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/family-icon.png?v=1648463226" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </div> <div class="content-box"> <p class="icon-title" style="color: #505050;"> <span>Family-owned for over 17 years</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </p> </div> </div> </div> <div class="orderPitem col-6 col-md-2 six-blocks"> <div class="sub-icon icon-item"> <div class="img-box"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/eco-friendly-icon.png?v=1648463226" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </div> <div class="content-box"> <p class="icon-title" style="color: #505050;"> <span>Eco-Friendly Sustainable Enamelware</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </p> </div> </div> </div> <div class="orderPitem col-6 col-md-2 six-blocks"> <div class="sub-icon icon-item"> <div class="img-box"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/personal-customer-icon.png?v=1648463226" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </div> <div class="content-box"> <p class="icon-title" style="color: #505050;"> <span>Personal customer service</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </p> </div> </div> </div> <div class="orderPitem col-6 col-md-2 six-blocks"> <div class="sub-icon icon-item"> <div class="img-box"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/satisfaction-icon.png?v=1648463226" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </div> <div class="content-box"> <p class="icon-title" style="color: #505050;"> <span>Satisfaction guaranteed</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </p> </div> </div> </div> <div class="orderPitem col-6 col-md-2 six-blocks"> <div class="sub-icon icon-item"> <div class="img-box"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/same-business-icon.png?v=1648463227" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </div> <div class="content-box"> <p class="icon-title" style="color: #505050;"> <span>Same business day handling</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </p> </div> </div> </div> <div class="orderPitem col-6 col-md-2 six-blocks"> <div class="sub-icon icon-item"> <div class="img-box"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/premium-shipping-icon.png?v=1648463226" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </div> <div class="content-box"> <p class="icon-title" style="color: #505050;"> <span>Premium shipping options</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </p> </div> </div> </div> </div> </div> </div> <style> @media (max-width: 767px) { #sub-banner-1648462843bb4f9f45 { margin-bottom: 0px; } } @media (min-width: 768px) and (max-width: 1199px) { #sub-banner-1648462843bb4f9f45 { margin-bottom: 0px; } } @media (min-width: 1200px) { #sub-banner-1648462843bb4f9f45 .banner-title { font-size: 16px; } #sub-banner-1648462843bb4f9f45 { margin-bottom: 0px; } } </style> </div><div id="shopify-section-1648462913f76bf1cf" class="shopify-section home-collections-grid-list"> <div class="home-collections has-title" id="home-collections-1648462913f76bf1cf" data-loader-script="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/halo.slide-collection.js?v=130636991973737243491692168715"> <div class="container"> <div class="widget-title"> <h3 class="box-title"> <span class="title"> <span>Shop by category</span> </span> </h3> </div> <div class="row collections-grid four-items " > <div class="item col-6 col-md-4 col-lg-3 item-block-1648462913f76bf1cf-0"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/dinnerware" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Dinnerware_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/dinnerware"> <h3 class="banner-title" style="color: #505050;"> <span>Dinnerware</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-1648462913f76bf1cf-2"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/drinkware" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Drinkware2_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/drinkware"> <h3 class="banner-title" style="color: #505050;"> <span>Drinkware</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/drinkware" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-1648462913f76bf1cf-3"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/serveware" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Serveware_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/serveware"> <h3 class="banner-title" style="color: #505050;"> <span>Serveware</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/serveware" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-1648462913f76bf1cf-1"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/cookware-bakeware" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/CookwBakew_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/cookware-bakeware"> <h3 class="banner-title" style="color: #505050;"> <span>Cookware/Bakeware</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/cookware-bakeware" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-f4aee2f4-c93b-479f-b491-a78b4d863ad2"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/kitchen" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Kitchen_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/kitchen"> <h3 class="banner-title" style="color: #505050;"> <span>Kitchen</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/kitchen" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-1648462913f76bf1cf-4"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/gift-sets" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Gift_Sets_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/gift-sets"> <h3 class="banner-title" style="color: #505050;"> <span>Gift Sets</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/gift-sets" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-318156c8-61e3-46f0-8920-7283e1a94cad"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/artificial-foods" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/Artificial-Foods_1_024aa68d-2484-472b-a97c-270cf1d449d9_300x_crop_center.png?v=1665589793" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/artificial-foods"> <h3 class="banner-title" style="color: #505050;"> <span>Artificial Foods</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/artificial-foods" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> <div class="item col-6 col-md-4 col-lg-3 item-block-46cd12b0-9560-48ff-9336-d9ad679ba0d5"> <div class="collections-banner collections_grid-item"> <div class="img-box"> <a href="/collections/home-decor" class="animate-scale adaptive_height" style="padding-top: 100.0%"><img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/HomeDecor_300x_crop_center.jpg?v=1665589251" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="content-box"> <a href="/collections/home-decor"> <h3 class="banner-title" style="color: #505050;"> <span>Home Decor</span> <span class="border-bt-hover" style="background-color: #505050;"></span> </h3> </a> </div> <style> @media (min-width: 1200px) { } </style> <a href="/collections/home-decor" class="btn collections-btn"> <span>Shop Now</span> </a> </div> </div> </div> <div class="text-center"> <a href="/collections" class="btn btn-view-all"> <span>View All Collections</span> </a> </div> </div> </div> <style> #home-collections-1648462913f76bf1cf { background-color: #ffffff; } @media (max-width: 767px) { #home-collections-1648462913f76bf1cf { margin-bottom: 0px; } } @media (min-width: 768px) and (max-width: 1199px) { #home-collections-1648462913f76bf1cf { margin-bottom: 0px; } } @media (min-width: 1200px) { #home-collections-1648462913f76bf1cf .banner-title { font-size: 16px; } #home-collections-1648462913f76bf1cf { margin-bottom: 0px; } } </style> </div><div id="shopify-section-ac6cea02-fe1a-4600-ad08-bd7484d967bb" class="shopify-section home-slideshow-sections"> <section class="home-slideshow hasvideo" id="slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb" > <div class="container-fluid"> <div class="row"> <div class ="no-padd col-12 init-slider"> <div class="slideshow " data-auto-video="true" data-arrows="false"> <div class="item slide-active" id="block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0" data-index="1"> <div class="images-contain"> <div class="adaptive_height slide-pc" style="padding-top: 66.65%"> <a href="/collections/golden-rabbit" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/GR-table_9c1ac940-f814-4c72-a354-fdb89c1a1a22.jpg?v=1742520722" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <div class="adaptive_height slide-mobile" style="padding-top: 66.65%"> <a href="/collections/golden-rabbit" class="slide-image"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/GR-table_9c1ac940-f814-4c72-a354-fdb89c1a1a22.jpg?v=1742520722" alt="Kolorful Kitchen" class="lazyload" data-sizes="auto"> </a> </div> <style type="text/css"> #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-1-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon { background-color: #323232; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-1-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon:before, #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-1-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon:after { background-color: #ffffff; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-1-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0:before{ color: #ffffff; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-2-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon { background-color: #323232; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-2-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon:before, #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-2-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon:after { background-color: #ffffff; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-2-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0:before{ color: #ffffff; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-3-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon { background-color: #323232; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-3-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon:before, #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-3-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .glyphicon:after { background-color: #ffffff; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .lb-icon-3-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0:before{ color: #ffffff; } @media (min-width: 768px) { #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content.abs_custom { left: 35%; } } </style> </div> <div class="slide-content abs_center text_center"> <h3 class="slide-sub" style=" font-size: 56px; color:#f8f8f8; "> <span>Shop our Unique Golden Rabbit Products</span> </h3> <h2 class="slide-heading" style=" font-size: 56px; color:#a7a7a7; text-transform: capitalize; margin-bottom: 12px; "> <span></span> </h2> <a href="/collections/golden-rabbit" class="slide-button slide-button-1 btn no-des" style=" background-color:#232323; border-color:#232323; color:#ffffff; padding: 15px 25px 13px; border-radius: 30px; font-weight: 600; "> <span>SHOP NOW</span> </a> <style> @media (max-width: 1199px) { #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-heading { font-size: 24px !important; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-sub { font-size: 20px !important; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-text { font-size: 12px !important; } } @media (max-width: 767px) { #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-heading { color: #ffffff !important; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-sub { color: #ffffff !important; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-heading .line { background-color: #ffffff !important; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-text { color: #3c3c3c !Important; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content .slide-button { background-color:#232323 !important; border-color:#232323 !important; color:#ffffff !Important; } } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content.style_2, #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content.style_3 { background-color: #ffffff; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content.style_2:before, #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content.style_3:before { border-color: #bcbcbc; } #block-ac6cea02-fe1a-4600-ad08-bd7484d967bb-1665590359c501eaa3-0 .slide-content.style_4 .slide-heading strong { color: #10ffda; } </style> </div> </div> </div> </div> </div> </div> </section> <style> #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .slide-content .slide-button { min-width: 237px; } .fluid-width-video-wrapper { padding-top: 38.3%!important; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb [data-video-mp4] .fluid-width-video-wrapper:before { background: #866965; opacity: 0.4; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb { background-color: ; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .categories-slider li a { color: ; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .categories-slider .label { color: ; border-bottom: 2px solid ; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .categories-slider .label span { background-color: ; } @media (max-width: 767px) { #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb { padding-bottom: 20px; } } @media (min-width: 768px) and (max-width: 1199px) { #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb { padding-bottom: 20px; } } @media (min-width: 1200px) { #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb { padding-bottom: 30px; } } @media (min-width: 768px) { #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .slick-dots li button { border-color: #707979; background: #707979; border-width: 1.5px; } #slideshow-ac6cea02-fe1a-4600-ad08-bd7484d967bb .slick-dots li.slick-active button { background: rgba(255,255,255,0); border-color: #505656; } } </style> </div><div id="shopify-section-1648465268b078811a" class="shopify-section home-product-slide-sections"> <div class="home-product-tabs" id="product-tabs-1648465268b078811a" data-home-product-tabs sectionId="1648465268b078811a"> <div class="container"> <div class="widget-title"> <h3 class="box-title"> <span class="title"> <span>Best Sellers</span> </span> </h3> </div> <div class="widget-product"> <ul class="list-product-tabs"> <li> <a href="#" data-target="#product-tab-73a37b2a-440a-476a-a7b3-560aba2b020c" data-product-tabTop data-href="/collections/best-sellers/?view=json" class="tab-links active"> <!-- <span>Kitchen</span> --> </a> </li> </ul> <div class="product-tabs-content"> <div class="tab-content active" data-product-TabContent id="product-tab-73a37b2a-440a-476a-a7b3-560aba2b020c"> <div class="products-grids row slick-dotted " data-dots="true" data-featured-products data-row="6"> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7518110482591" data-json-product='{"id": 7518110482591,"handle": "copy-of-basin-14-vintage-style-grey-rim","media": [{"alt":null,"id":26477437747359,"position":1,"preview_image":{"aspect_ratio":1.362,"height":367,"width":500,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/v25blu.jpg?v=1663036732"},"aspect_ratio":1.362,"height":367,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/v25blu.jpg?v=1663036732","width":500},{"alt":null,"id":26477429883039,"position":2,"preview_image":{"aspect_ratio":2.039,"height":333,"width":679,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/V25BLU-1.jpg?v=1663036732"},"aspect_ratio":2.039,"height":333,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/V25BLU-1.jpg?v=1663036732","width":679}],"variants": [{"id":42579688521887,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"V25BLU","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Crow Canyon Basin, 14\" Vintage Style, Blue Rim","public_title":null,"options":["Default Title"],"price":4799,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/copy-of-basin-14-vintage-style-grey-rim" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 73.4%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/v25blu_300x.jpg?v=1663036732" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/v25blu_360x.jpg?v=1663036732 360w, //www.kolorfulkitchen.com/cdn/shop/products/v25blu_540x.jpg?v=1663036732 540w, //www.kolorfulkitchen.com/cdn/shop/products/v25blu_720x.jpg?v=1663036732 720w, //www.kolorfulkitchen.com/cdn/shop/products/v25blu_900x.jpg?v=1663036732 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon Basin, 14" Vintage Style, Blue Rim" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3623978201634876" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/v25blu_360x.jpg?v=1663036732 360w, //www.kolorfulkitchen.com/cdn/shop/products/v25blu_540x.jpg?v=1663036732 540w, //www.kolorfulkitchen.com/cdn/shop/products/v25blu_720x.jpg?v=1663036732 720w, //www.kolorfulkitchen.com/cdn/shop/products/v25blu_900x.jpg?v=1663036732 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_300x.jpg?v=1663036732" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_360x.jpg?v=1663036732 360w, //www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_540x.jpg?v=1663036732 540w, //www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_720x.jpg?v=1663036732 720w, //www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_900x.jpg?v=1663036732 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon Basin, 14" Vintage Style, Blue Rim" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3623978201634876" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_360x.jpg?v=1663036732 360w, //www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_540x.jpg?v=1663036732 540w, //www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_720x.jpg?v=1663036732 720w, //www.kolorfulkitchen.com/cdn/shop/products/V25BLU-1_900x.jpg?v=1663036732 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7518110482591-1648465268b078811a" data-id="product-actions-7518110482591" enctype="multipart/form-data"> <input type="hidden" name="id" value="42579688521887" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7518110482591-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7518110482591"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/copy-of-basin-14-vintage-style-grey-rim"> <span>Crow Canyon Basin, 14" Vintage Style, Blue Rim</span> </a> <p class="pro_mod_text">Model : V25BLU </p> <div class="price-box"> <div class="price-regular"> <span>$47.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386862944415" data-json-product='{"id": 7386862944415,"handle": "lasagna-pan-enamelware-red-marble","media": [{"alt":null,"id":25408286392479,"position":1,"preview_image":{"aspect_ratio":1.807,"height":249,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D111RM.jpg?v=1652717266"},"aspect_ratio":1.807,"height":249,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D111RM.jpg?v=1652717266","width":450}],"variants": [{"id":42188476940447,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D111RM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Crow Canyon Lasagna Pan Enamelware, Red Marble","public_title":null,"options":["Default Title"],"price":5099,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/lasagna-pan-enamelware-red-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 55.33333333333333%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D111RM_300x.jpg?v=1652717266" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/D111RM_360x.jpg?v=1652717266 360w, //www.kolorfulkitchen.com/cdn/shop/products/D111RM_540x.jpg?v=1652717266 540w, //www.kolorfulkitchen.com/cdn/shop/products/D111RM_720x.jpg?v=1652717266 720w, //www.kolorfulkitchen.com/cdn/shop/products/D111RM_900x.jpg?v=1652717266 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon Lasagna Pan Enamelware, Red Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.8072289156626506" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D111RM_360x.jpg?v=1652717266 360w, //www.kolorfulkitchen.com/cdn/shop/products/D111RM_540x.jpg?v=1652717266 540w, //www.kolorfulkitchen.com/cdn/shop/products/D111RM_720x.jpg?v=1652717266 720w, //www.kolorfulkitchen.com/cdn/shop/products/D111RM_900x.jpg?v=1652717266 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386862944415-1648465268b078811a" data-id="product-actions-7386862944415" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188476940447" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386862944415-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386862944415"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/lasagna-pan-enamelware-red-marble"> <span>Crow Canyon Lasagna Pan Enamelware, Red Marble</span> </a> <p class="pro_mod_text">Model : D111RM </p> <div class="price-box"> <div class="price-regular"> <span>$50.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7387279589535" data-json-product='{"id": 7387279589535,"handle": "peter-rabbit-polka-dot-3-piece-child-set-gift-box","media": [{"alt":null,"id":25408893157535,"position":1,"preview_image":{"aspect_ratio":1.413,"height":283,"width":400,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/BPM99.jpg?v=1652728516"},"aspect_ratio":1.413,"height":283,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/BPM99.jpg?v=1652728516","width":400}],"variants": [{"id":42189227819167,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"BPM99GB","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Peter Rabbit Polka Dot 3 Piece Child Dinner Set with Gift Box","public_title":null,"options":["Default Title"],"price":5199,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/peter-rabbit-polka-dot-3-piece-child-set-gift-box" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 70.75%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/BPM99_300x.jpg?v=1652728516" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/BPM99_360x.jpg?v=1652728516 360w, //www.kolorfulkitchen.com/cdn/shop/products/BPM99_540x.jpg?v=1652728516 540w, //www.kolorfulkitchen.com/cdn/shop/products/BPM99_720x.jpg?v=1652728516 720w, //www.kolorfulkitchen.com/cdn/shop/products/BPM99_900x.jpg?v=1652728516 900w" media="(min-width: 768px)" /> <img alt="Peter Rabbit Polka Dot 3 Piece Child Dinner Set with Gift Box" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.4134275618374559" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/BPM99_360x.jpg?v=1652728516 360w, //www.kolorfulkitchen.com/cdn/shop/products/BPM99_540x.jpg?v=1652728516 540w, //www.kolorfulkitchen.com/cdn/shop/products/BPM99_720x.jpg?v=1652728516 720w, //www.kolorfulkitchen.com/cdn/shop/products/BPM99_900x.jpg?v=1652728516 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7387279589535-1648465268b078811a" data-id="product-actions-7387279589535" enctype="multipart/form-data"> <input type="hidden" name="id" value="42189227819167" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7387279589535-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7387279589535"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/peter-rabbit-polka-dot-3-piece-child-set-gift-box"> <span>Peter Rabbit Polka Dot 3 Piece Child Dinner Set with Gift Box</span> </a> <div class="price-box"> <div class="price-regular"> <span>$51.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386902823071" data-json-product='{"id": 7386902823071,"handle": "open-roasting-pan-large-blue-marble","media": [{"alt":null,"id":25408320766111,"position":1,"preview_image":{"aspect_ratio":2.083,"height":216,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D34DBM-L.jpg?v=1652717817"},"aspect_ratio":2.083,"height":216,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D34DBM-L.jpg?v=1652717817","width":450}],"variants": [{"id":42188522422431,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D34DBM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Crow Canyon Large Roasting Pan, Blue Marble","public_title":null,"options":["Default Title"],"price":3299,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/open-roasting-pan-large-blue-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 48.0%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_300x.jpg?v=1652717817" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_360x.jpg?v=1652717817 360w, //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_540x.jpg?v=1652717817 540w, //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_720x.jpg?v=1652717817 720w, //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_900x.jpg?v=1652717817 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon Large Roasting Pan, Blue Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.0833333333333335" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_360x.jpg?v=1652717817 360w, //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_540x.jpg?v=1652717817 540w, //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_720x.jpg?v=1652717817 720w, //www.kolorfulkitchen.com/cdn/shop/products/D34DBM-L_900x.jpg?v=1652717817 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386902823071-1648465268b078811a" data-id="product-actions-7386902823071" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188522422431" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386902823071-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386902823071"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/open-roasting-pan-large-blue-marble"> <span>Crow Canyon Large Roasting Pan, Blue Marble</span> </a> <p class="pro_mod_text">Model : D34DBM </p> <div class="price-box"> <div class="price-regular"> <span>$32.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386928644255" data-json-product='{"id": 7386928644255,"handle": "jelly-roll-pan-enamelware-rectangular-tray-turquoise-marble","media": [{"alt":null,"id":26490826817695,"position":1,"preview_image":{"aspect_ratio":2.304,"height":217,"width":500,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D90TQM.jpg?v=1663210310"},"aspect_ratio":2.304,"height":217,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D90TQM.jpg?v=1663210310","width":500},{"alt":null,"id":25408347799711,"position":2,"preview_image":{"aspect_ratio":1.206,"height":373,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D90TQMWx.jpg?v=1663210310"},"aspect_ratio":1.206,"height":373,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D90TQMWx.jpg?v=1663210310","width":450}],"variants": [{"id":42188552863903,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D90TQM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Crow Canyon Enamelware Jelly Roll Pan, Rectangular Tray, Turquoise Marble","public_title":null,"options":["Default Title"],"price":4799,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/jelly-roll-pan-enamelware-rectangular-tray-turquoise-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 43.4%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D90TQM_300x.jpg?v=1663210310" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_360x.jpg?v=1663210310 360w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_540x.jpg?v=1663210310 540w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_720x.jpg?v=1663210310 720w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_900x.jpg?v=1663210310 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon Enamelware Jelly Roll Pan, Rectangular Tray, Turquoise Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.304147465437788" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D90TQM_360x.jpg?v=1663210310 360w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_540x.jpg?v=1663210310 540w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_720x.jpg?v=1663210310 720w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQM_900x.jpg?v=1663210310 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_300x.jpg?v=1663210310" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_360x.jpg?v=1663210310 360w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_540x.jpg?v=1663210310 540w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_720x.jpg?v=1663210310 720w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_900x.jpg?v=1663210310 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon Enamelware Jelly Roll Pan, Rectangular Tray, Turquoise Marble" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.304147465437788" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_360x.jpg?v=1663210310 360w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_540x.jpg?v=1663210310 540w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_720x.jpg?v=1663210310 720w, //www.kolorfulkitchen.com/cdn/shop/products/D90TQMWx_900x.jpg?v=1663210310 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386928644255-1648465268b078811a" data-id="product-actions-7386928644255" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188552863903" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386928644255-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386928644255"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/jelly-roll-pan-enamelware-rectangular-tray-turquoise-marble"> <span>Crow Canyon Enamelware Jelly Roll Pan, Rectangular Tray, Turquoise Marble</span> </a> <p class="pro_mod_text">Model : D90TQM </p> <div class="price-box"> <div class="price-regular"> <span>$47.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386938376351" data-json-product='{"id": 7386938376351,"handle": "16-piece-enamelware-starter-set-red-marble","media": [{"alt":null,"id":25408355238047,"position":1,"preview_image":{"aspect_ratio":1.692,"height":266,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/DSSRMz.jpg?v=1652718251"},"aspect_ratio":1.692,"height":266,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/DSSRMz.jpg?v=1652718251","width":450}],"variants": [{"id":42188564693151,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"DSSRM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Crow Canyon 16 Piece Enamelware Dinnerware Gift Set, Red Marble","public_title":null,"options":["Default Title"],"price":14000,"weight":4082,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/16-piece-enamelware-starter-set-red-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 59.11111111111111%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_300x.jpg?v=1652718251" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_360x.jpg?v=1652718251 360w, //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_540x.jpg?v=1652718251 540w, //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_720x.jpg?v=1652718251 720w, //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_900x.jpg?v=1652718251 900w" media="(min-width: 768px)" /> <img alt="Crow Canyon 16 Piece Enamelware Dinnerware Gift Set, Red Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.6917293233082706" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_360x.jpg?v=1652718251 360w, //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_540x.jpg?v=1652718251 540w, //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_720x.jpg?v=1652718251 720w, //www.kolorfulkitchen.com/cdn/shop/products/DSSRMz_900x.jpg?v=1652718251 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386938376351-1648465268b078811a" data-id="product-actions-7386938376351" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188564693151" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386938376351-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386938376351"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/16-piece-enamelware-starter-set-red-marble"> <span>Crow Canyon 16 Piece Enamelware Dinnerware Gift Set, Red Marble</span> </a> <p class="pro_mod_text">Model : DSSRM </p> <div class="price-box"> <div class="price-regular"> <span>$140.00</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item sold-out" data-product-id="product-7386830766239" data-json-product='{"id": 7386830766239,"handle": "roasting-pan-set-cobalt-blue-swirl-enamelware","media": [{"alt":null,"id":26546941296799,"position":1,"preview_image":{"aspect_ratio":2.336,"height":214,"width":500,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/cb15.jpg?v=1663718870"},"aspect_ratio":2.336,"height":214,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/cb15.jpg?v=1663718870","width":500}],"variants": [{"id":42188443287711,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"CB15","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Roasting Pan Set, Cobalt Blue Swirl Enamelware","public_title":null,"options":["Default Title"],"price":13599,"weight":4536,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/roasting-pan-set-cobalt-blue-swirl-enamelware" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 42.800000000000004%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/cb15_300x.jpg?v=1663718870" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/cb15_360x.jpg?v=1663718870 360w, //www.kolorfulkitchen.com/cdn/shop/products/cb15_540x.jpg?v=1663718870 540w, //www.kolorfulkitchen.com/cdn/shop/products/cb15_720x.jpg?v=1663718870 720w, //www.kolorfulkitchen.com/cdn/shop/products/cb15_900x.jpg?v=1663718870 900w" media="(min-width: 768px)" /> <img alt="Roasting Pan Set, Cobalt Blue Swirl Enamelware" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.336448598130841" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/cb15_360x.jpg?v=1663718870 360w, //www.kolorfulkitchen.com/cdn/shop/products/cb15_540x.jpg?v=1663718870 540w, //www.kolorfulkitchen.com/cdn/shop/products/cb15_720x.jpg?v=1663718870 720w, //www.kolorfulkitchen.com/cdn/shop/products/cb15_900x.jpg?v=1663718870 900w" data-image> </picture> </a> </div> <div class="product-label" data-label-new-number="30"> <strong class="label sold-out-label" > Sold Out </strong> <br> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386830766239-1648465268b078811a" data-id="product-actions-7386830766239" enctype="multipart/form-data"> <button class="btn add-to-cart-btn" type="submit" disabled="disabled" > Sold Out </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386830766239"></span> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/roasting-pan-set-cobalt-blue-swirl-enamelware"> <span>Roasting Pan Set, Cobalt Blue Swirl Enamelware</span> </a> <p class="pro_mod_text">Model : CB15 </p> <div class="price-box"> <div class="price-regular"> <span>$135.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7585523171487" data-json-product='{"id": 7585523171487,"handle": "ocean-swirl-oval-platter","media": [{"alt":null,"id":27078182830239,"position":1,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/OC06.jpg?v=1669262946"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/OC06.jpg?v=1669262946","width":512}],"variants": [{"id":42816065634463,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"OC06","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Ocean Swirl Oval Platter","public_title":null,"options":["Default Title"],"price":4999,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/ocean-swirl-oval-platter" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 100.0%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC06_300x.jpg?v=1669262946" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/OC06_360x.jpg?v=1669262946 360w, //www.kolorfulkitchen.com/cdn/shop/products/OC06_540x.jpg?v=1669262946 540w, //www.kolorfulkitchen.com/cdn/shop/products/OC06_720x.jpg?v=1669262946 720w, //www.kolorfulkitchen.com/cdn/shop/products/OC06_900x.jpg?v=1669262946 900w" media="(min-width: 768px)" /> <img alt="Ocean Swirl Oval Platter" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC06_360x.jpg?v=1669262946 360w, //www.kolorfulkitchen.com/cdn/shop/products/OC06_540x.jpg?v=1669262946 540w, //www.kolorfulkitchen.com/cdn/shop/products/OC06_720x.jpg?v=1669262946 720w, //www.kolorfulkitchen.com/cdn/shop/products/OC06_900x.jpg?v=1669262946 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7585523171487-1648465268b078811a" data-id="product-actions-7585523171487" enctype="multipart/form-data"> <input type="hidden" name="id" value="42816065634463" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7585523171487-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7585523171487"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/ocean-swirl-oval-platter"> <span>Ocean Swirl Oval Platter</span> </a> <div class="price-box"> <div class="price-regular"> <span>$49.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386898038943" data-json-product='{"id": 7386898038943,"handle": "enamelware-2-quart-pitcher-blue-marble","media": [{"alt":null,"id":25408315457695,"position":1,"preview_image":{"aspect_ratio":1.054,"height":427,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D27DBM.jpg?v=1652717758"},"aspect_ratio":1.054,"height":427,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D27DBM.jpg?v=1652717758","width":450}],"variants": [{"id":42188516917407,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D27DBM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Enamelware 2 Quart Pitcher, Blue Marble","public_title":null,"options":["Default Title"],"price":4699,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/enamelware-2-quart-pitcher-blue-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 94.88888888888889%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D27DBM_300x.jpg?v=1652717758" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_360x.jpg?v=1652717758 360w, //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_540x.jpg?v=1652717758 540w, //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_720x.jpg?v=1652717758 720w, //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_900x.jpg?v=1652717758 900w" media="(min-width: 768px)" /> <img alt="Enamelware 2 Quart Pitcher, Blue Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.053864168618267" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D27DBM_360x.jpg?v=1652717758 360w, //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_540x.jpg?v=1652717758 540w, //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_720x.jpg?v=1652717758 720w, //www.kolorfulkitchen.com/cdn/shop/products/D27DBM_900x.jpg?v=1652717758 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386898038943-1648465268b078811a" data-id="product-actions-7386898038943" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188516917407" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386898038943-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386898038943"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/enamelware-2-quart-pitcher-blue-marble"> <span>Enamelware 2 Quart Pitcher, Blue Marble</span> </a> <div class="price-box"> <div class="price-regular"> <span>$46.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386901643423" data-json-product='{"id": 7386901643423,"handle": "loaf-pan-grey-marble","media": [{"alt":null,"id":25408319094943,"position":1,"preview_image":{"aspect_ratio":1.573,"height":286,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905.jpg?v=1652717803"},"aspect_ratio":1.573,"height":286,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905.jpg?v=1652717803","width":450}],"variants": [{"id":42188520816799,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D32GYM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Loaf Pan, Grey Marble","public_title":null,"options":["Default Title"],"price":3099,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/loaf-pan-grey-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 63.55555555555557%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_300x.jpg?v=1652717803" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_360x.jpg?v=1652717803 360w, //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_540x.jpg?v=1652717803 540w, //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_720x.jpg?v=1652717803 720w, //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_900x.jpg?v=1652717803 900w" media="(min-width: 768px)" /> <img alt="Loaf Pan, Grey Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.5734265734265733" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_360x.jpg?v=1652717803 360w, //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_540x.jpg?v=1652717803 540w, //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_720x.jpg?v=1652717803 720w, //www.kolorfulkitchen.com/cdn/shop/products/D32GYM_cc5fa3bf-e02d-4500-9c70-6804ac47f905_900x.jpg?v=1652717803 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386901643423-1648465268b078811a" data-id="product-actions-7386901643423" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188520816799" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386901643423-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386901643423"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/loaf-pan-grey-marble"> <span>Loaf Pan, Grey Marble</span> </a> <div class="price-box"> <div class="price-regular"> <span>$30.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item sold-out" data-product-id="product-7386858750111" data-json-product='{"id": 7386858750111,"handle": "enamelware-brownie-or-cornbread-pan-red-marble","media": [{"alt":null,"id":26482971443359,"position":1,"preview_image":{"aspect_ratio":2.0,"height":250,"width":500,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532.jpg?v=1663112276"},"aspect_ratio":2.0,"height":250,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532.jpg?v=1663112276","width":500},{"alt":null,"id":25408283476127,"position":2,"preview_image":{"aspect_ratio":1.014,"height":444,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D101RM.jpg?v=1663112276"},"aspect_ratio":1.014,"height":444,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/D101RM.jpg?v=1663112276","width":450}],"variants": [{"id":42188472680607,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D101RM","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Enamelware Brownie or Square Pan, Red Marble","public_title":null,"options":["Default Title"],"price":3499,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/enamelware-brownie-or-cornbread-pan-red-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 50.0%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_300x.jpg?v=1663112276" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_360x.jpg?v=1663112276 360w, //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_540x.jpg?v=1663112276 540w, //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_720x.jpg?v=1663112276 720w, //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_900x.jpg?v=1663112276 900w" media="(min-width: 768px)" /> <img alt="Enamelware Brownie or Square Pan, Red Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_360x.jpg?v=1663112276 360w, //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_540x.jpg?v=1663112276 540w, //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_720x.jpg?v=1663112276 720w, //www.kolorfulkitchen.com/cdn/shop/products/d101rm_a7f7dc3f-ddbe-4a70-aecd-261f9d078532_900x.jpg?v=1663112276 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D101RM_300x.jpg?v=1663112276" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D101RM_360x.jpg?v=1663112276 360w, //www.kolorfulkitchen.com/cdn/shop/products/D101RM_540x.jpg?v=1663112276 540w, //www.kolorfulkitchen.com/cdn/shop/products/D101RM_720x.jpg?v=1663112276 720w, //www.kolorfulkitchen.com/cdn/shop/products/D101RM_900x.jpg?v=1663112276 900w" media="(min-width: 768px)" /> <img alt="Enamelware Brownie or Square Pan, Red Marble" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/D101RM_360x.jpg?v=1663112276 360w, //www.kolorfulkitchen.com/cdn/shop/products/D101RM_540x.jpg?v=1663112276 540w, //www.kolorfulkitchen.com/cdn/shop/products/D101RM_720x.jpg?v=1663112276 720w, //www.kolorfulkitchen.com/cdn/shop/products/D101RM_900x.jpg?v=1663112276 900w" data-image > </picture> </span> </a> </div> <div class="product-label" data-label-new-number="30"> <strong class="label sold-out-label" > Sold Out </strong> <br> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386858750111-1648465268b078811a" data-id="product-actions-7386858750111" enctype="multipart/form-data"> <button class="btn add-to-cart-btn" type="submit" disabled="disabled" > Sold Out </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386858750111"></span> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/enamelware-brownie-or-cornbread-pan-red-marble"> <span>Enamelware Brownie or Square Pan, Red Marble</span> </a> <div class="price-box"> <div class="price-regular"> <span>$34.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7387098382495" data-json-product='{"id": 7387098382495,"handle": "tea-set-childrens-pink-marble-enamelware-7-piece","media": [{"alt":null,"id":25408447938719,"position":1,"preview_image":{"aspect_ratio":1.452,"height":310,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/TEA43PNKz.jpg?v=1652720066"},"aspect_ratio":1.452,"height":310,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/TEA43PNKz.jpg?v=1652720066","width":450},{"alt":null,"id":27002225328287,"position":2,"preview_image":{"aspect_ratio":1.0,"height":680,"width":680,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/T43PNK.jpg?v=1668206136"},"aspect_ratio":1.0,"height":680,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/T43PNK.jpg?v=1668206136","width":680}],"variants": [{"id":42188768870559,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"T43PKM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Children's Pink Marble Enamelware Tea Set, 7 Piece","public_title":null,"options":["Default Title"],"price":5899,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/tea-set-childrens-pink-marble-enamelware-7-piece" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 68.88888888888889%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_300x.jpg?v=1652720066" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_360x.jpg?v=1652720066 360w, //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_540x.jpg?v=1652720066 540w, //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_720x.jpg?v=1652720066 720w, //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_900x.jpg?v=1652720066 900w" media="(min-width: 768px)" /> <img alt="Children's Pink Marble Enamelware Tea Set, 7 Piece" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.4516129032258065" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_360x.jpg?v=1652720066 360w, //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_540x.jpg?v=1652720066 540w, //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_720x.jpg?v=1652720066 720w, //www.kolorfulkitchen.com/cdn/shop/products/TEA43PNKz_900x.jpg?v=1652720066 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/T43PNK_300x.jpg?v=1668206136" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/T43PNK_360x.jpg?v=1668206136 360w, //www.kolorfulkitchen.com/cdn/shop/products/T43PNK_540x.jpg?v=1668206136 540w, //www.kolorfulkitchen.com/cdn/shop/products/T43PNK_720x.jpg?v=1668206136 720w, //www.kolorfulkitchen.com/cdn/shop/products/T43PNK_900x.jpg?v=1668206136 900w" media="(min-width: 768px)" /> <img alt="Children's Pink Marble Enamelware Tea Set, 7 Piece" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.4516129032258065" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/T43PNK_360x.jpg?v=1668206136 360w, //www.kolorfulkitchen.com/cdn/shop/products/T43PNK_540x.jpg?v=1668206136 540w, //www.kolorfulkitchen.com/cdn/shop/products/T43PNK_720x.jpg?v=1668206136 720w, //www.kolorfulkitchen.com/cdn/shop/products/T43PNK_900x.jpg?v=1668206136 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7387098382495-1648465268b078811a" data-id="product-actions-7387098382495" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188768870559" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7387098382495-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7387098382495"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/tea-set-childrens-pink-marble-enamelware-7-piece"> <span>Children's Pink Marble Enamelware Tea Set, 7 Piece</span> </a> <div class="price-box"> <div class="price-regular"> <span>$58.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386829553823" data-json-product='{"id": 7386829553823,"handle": "oval-basket-16x6-cobalt-swirl","media": [{"alt":null,"id":25408261718175,"position":1,"preview_image":{"aspect_ratio":2.143,"height":210,"width":450,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/CB10z.jpg?v=1652716923"},"aspect_ratio":2.143,"height":210,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/CB10z.jpg?v=1652716923","width":450}],"variants": [{"id":42188442042527,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"CB10","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Oval Basket, Cobalt Blue Swirl","public_title":null,"options":["Default Title"],"price":3999,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/oval-basket-16x6-cobalt-swirl" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 46.66666666666666%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/CB10z_300x.jpg?v=1652716923" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/CB10z_360x.jpg?v=1652716923 360w, //www.kolorfulkitchen.com/cdn/shop/products/CB10z_540x.jpg?v=1652716923 540w, //www.kolorfulkitchen.com/cdn/shop/products/CB10z_720x.jpg?v=1652716923 720w, //www.kolorfulkitchen.com/cdn/shop/products/CB10z_900x.jpg?v=1652716923 900w" media="(min-width: 768px)" /> <img alt="Oval Basket, Cobalt Blue Swirl" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="2.142857142857143" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/CB10z_360x.jpg?v=1652716923 360w, //www.kolorfulkitchen.com/cdn/shop/products/CB10z_540x.jpg?v=1652716923 540w, //www.kolorfulkitchen.com/cdn/shop/products/CB10z_720x.jpg?v=1652716923 720w, //www.kolorfulkitchen.com/cdn/shop/products/CB10z_900x.jpg?v=1652716923 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386829553823-1648465268b078811a" data-id="product-actions-7386829553823" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188442042527" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386829553823-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386829553823"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/oval-basket-16x6-cobalt-swirl"> <span>Oval Basket, Cobalt Blue Swirl</span> </a> <p class="pro_mod_text">Model : CB10 </p> <div class="price-box"> <div class="price-regular"> <span>$39.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7576427462815" data-json-product='{"id": 7576427462815,"handle": "baking-pan-sea-glass-swirl-enamelware","media": [{"alt":null,"id":26995463323807,"position":1,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/GL78.jpg?v=1668127827"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/GL78.jpg?v=1668127827","width":512},{"alt":null,"id":26995463946399,"position":2,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/GL78-1.jpg?v=1668127834"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/GL78-1.jpg?v=1668127834","width":512},{"alt":null,"id":26995464994975,"position":3,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/GL78-2.jpg?v=1668127841"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/GL78-2.jpg?v=1668127841","width":512}],"variants": [{"id":42783180816543,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"GL78","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Baking Pan, Sea Glass Swirl Enamelware","public_title":null,"options":["Default Title"],"price":6799,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/baking-pan-sea-glass-swirl-enamelware" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 100.0%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/GL78_300x.jpg?v=1668127827" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/GL78_360x.jpg?v=1668127827 360w, //www.kolorfulkitchen.com/cdn/shop/products/GL78_540x.jpg?v=1668127827 540w, //www.kolorfulkitchen.com/cdn/shop/products/GL78_720x.jpg?v=1668127827 720w, //www.kolorfulkitchen.com/cdn/shop/products/GL78_900x.jpg?v=1668127827 900w" media="(min-width: 768px)" /> <img alt="Baking Pan, Sea Glass Swirl Enamelware" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/GL78_360x.jpg?v=1668127827 360w, //www.kolorfulkitchen.com/cdn/shop/products/GL78_540x.jpg?v=1668127827 540w, //www.kolorfulkitchen.com/cdn/shop/products/GL78_720x.jpg?v=1668127827 720w, //www.kolorfulkitchen.com/cdn/shop/products/GL78_900x.jpg?v=1668127827 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/GL78-1_300x.jpg?v=1668127834" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/GL78-1_360x.jpg?v=1668127834 360w, //www.kolorfulkitchen.com/cdn/shop/products/GL78-1_540x.jpg?v=1668127834 540w, //www.kolorfulkitchen.com/cdn/shop/products/GL78-1_720x.jpg?v=1668127834 720w, //www.kolorfulkitchen.com/cdn/shop/products/GL78-1_900x.jpg?v=1668127834 900w" media="(min-width: 768px)" /> <img alt="Baking Pan, Sea Glass Swirl Enamelware" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/GL78-1_360x.jpg?v=1668127834 360w, //www.kolorfulkitchen.com/cdn/shop/products/GL78-1_540x.jpg?v=1668127834 540w, //www.kolorfulkitchen.com/cdn/shop/products/GL78-1_720x.jpg?v=1668127834 720w, //www.kolorfulkitchen.com/cdn/shop/products/GL78-1_900x.jpg?v=1668127834 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7576427462815-1648465268b078811a" data-id="product-actions-7576427462815" enctype="multipart/form-data"> <input type="hidden" name="id" value="42783180816543" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7576427462815-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7576427462815"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/baking-pan-sea-glass-swirl-enamelware"> <span>Baking Pan, Sea Glass Swirl Enamelware</span> </a> <div class="price-box"> <div class="price-regular"> <span>$67.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386795606175" data-json-product='{"id": 7386795606175,"handle": "mini-or-child-enamelware-baking-set-5-pc","media": [{"alt":null,"id":25408234061983,"position":1,"preview_image":{"aspect_ratio":1.565,"height":322,"width":504,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/BAKERM.jpg?v=1652716559"},"aspect_ratio":1.565,"height":322,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/BAKERM.jpg?v=1652716559","width":504},{"alt":null,"id":33395975717023,"position":2,"preview_image":{"aspect_ratio":1.0,"height":680,"width":680,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/BAKERM.jpg?v=1720110406"},"aspect_ratio":1.0,"height":680,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/BAKERM.jpg?v=1720110406","width":680}],"variants": [{"id":42188402917535,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"BAKERM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Child Enamelware Red Marble Mini Baking Set, 5 Piece","public_title":null,"options":["Default Title"],"price":7699,"weight":2268,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/mini-or-child-enamelware-baking-set-5-pc" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 63.88888888888888%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/BAKERM_300x.jpg?v=1652716559" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_360x.jpg?v=1652716559 360w, //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_540x.jpg?v=1652716559 540w, //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_720x.jpg?v=1652716559 720w, //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_900x.jpg?v=1652716559 900w" media="(min-width: 768px)" /> <img alt="Child Enamelware Red Marble Mini Baking Set, 5 Piece" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.565217391304348" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/BAKERM_360x.jpg?v=1652716559 360w, //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_540x.jpg?v=1652716559 540w, //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_720x.jpg?v=1652716559 720w, //www.kolorfulkitchen.com/cdn/shop/products/BAKERM_900x.jpg?v=1652716559 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/BAKERM_300x.jpg?v=1720110406" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/BAKERM_360x.jpg?v=1720110406 360w, //www.kolorfulkitchen.com/cdn/shop/files/BAKERM_540x.jpg?v=1720110406 540w, //www.kolorfulkitchen.com/cdn/shop/files/BAKERM_720x.jpg?v=1720110406 720w, //www.kolorfulkitchen.com/cdn/shop/files/BAKERM_900x.jpg?v=1720110406 900w" media="(min-width: 768px)" /> <img alt="Child Enamelware Red Marble Mini Baking Set, 5 Piece" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.565217391304348" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/BAKERM_360x.jpg?v=1720110406 360w, //www.kolorfulkitchen.com/cdn/shop/files/BAKERM_540x.jpg?v=1720110406 540w, //www.kolorfulkitchen.com/cdn/shop/files/BAKERM_720x.jpg?v=1720110406 720w, //www.kolorfulkitchen.com/cdn/shop/files/BAKERM_900x.jpg?v=1720110406 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386795606175-1648465268b078811a" data-id="product-actions-7386795606175" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188402917535" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386795606175-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386795606175"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/mini-or-child-enamelware-baking-set-5-pc"> <span>Child Enamelware Red Marble Mini Baking Set, 5 Piece</span> </a> <div class="price-box"> <div class="price-regular"> <span>$76.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-9577697837215" data-json-product='{"id": 9577697837215,"handle": "oval-basket-cobalt-blue-swirl-copy","media": [{"alt":null,"id":35311674163359,"position":1,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc10.jpg?v=1729992798"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc10.jpg?v=1729992798","width":100},{"alt":null,"id":35311674949791,"position":2,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc10-1.jpg?v=1729992810"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc10-1.jpg?v=1729992810","width":100},{"alt":null,"id":35311539323039,"position":3,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/OC01-2.jpg?v=1729989512"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/OC01-2.jpg?v=1729989512","width":100}],"variants": [{"id":47794274926751,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"OC10","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Oval Basket, Ocean Swirl","public_title":null,"options":["Default Title"],"price":3999,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/oval-basket-cobalt-blue-swirl-copy" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 100.0%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc10_300x.jpg?v=1729992798" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/files/oc10_360x.jpg?v=1729992798 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc10_540x.jpg?v=1729992798 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc10_720x.jpg?v=1729992798 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc10_900x.jpg?v=1729992798 900w" media="(min-width: 768px)" /> <img alt="Oval Basket, Ocean Swirl" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc10_360x.jpg?v=1729992798 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc10_540x.jpg?v=1729992798 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc10_720x.jpg?v=1729992798 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc10_900x.jpg?v=1729992798 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc10-1_300x.jpg?v=1729992810" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc10-1_360x.jpg?v=1729992810 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc10-1_540x.jpg?v=1729992810 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc10-1_720x.jpg?v=1729992810 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc10-1_900x.jpg?v=1729992810 900w" media="(min-width: 768px)" /> <img alt="Oval Basket, Ocean Swirl" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc10-1_360x.jpg?v=1729992810 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc10-1_540x.jpg?v=1729992810 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc10-1_720x.jpg?v=1729992810 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc10-1_900x.jpg?v=1729992810 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--9577697837215-1648465268b078811a" data-id="product-actions-9577697837215" enctype="multipart/form-data"> <input type="hidden" name="id" value="47794274926751" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--9577697837215-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="9577697837215"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/oval-basket-cobalt-blue-swirl-copy"> <span>Oval Basket, Ocean Swirl</span> </a> <p class="pro_mod_text">Model : OC10 </p> <div class="price-box"> <div class="price-regular"> <span>$39.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-9577699016863" data-json-product='{"id": 9577699016863,"handle": "roasting-pan-set-ocean-swirl-enamelware","media": [{"alt":null,"id":35311715385503,"position":1,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc15.jpg?v=1729993127"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc15.jpg?v=1729993127","width":100},{"alt":null,"id":35311715975327,"position":2,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc15-1.jpg?v=1729993137"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc15-1.jpg?v=1729993137","width":100},{"alt":null,"id":35311716368543,"position":3,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc15-2.jpg?v=1729993147"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/oc15-2.jpg?v=1729993147","width":100},{"alt":null,"id":35311539323039,"position":4,"preview_image":{"aspect_ratio":1.0,"height":100,"width":100,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/OC01-2.jpg?v=1729989512"},"aspect_ratio":1.0,"height":100,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/OC01-2.jpg?v=1729989512","width":100}],"variants": [{"id":47794382340255,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"OC15","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Roasting Pan Set, Ocean Swirl Enamelware","public_title":null,"options":["Default Title"],"price":13599,"weight":4536,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/roasting-pan-set-ocean-swirl-enamelware" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 100.0%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc15_300x.jpg?v=1729993127" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/files/oc15_360x.jpg?v=1729993127 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc15_540x.jpg?v=1729993127 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc15_720x.jpg?v=1729993127 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc15_900x.jpg?v=1729993127 900w" media="(min-width: 768px)" /> <img alt="Roasting Pan Set, Ocean Swirl Enamelware" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc15_360x.jpg?v=1729993127 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc15_540x.jpg?v=1729993127 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc15_720x.jpg?v=1729993127 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc15_900x.jpg?v=1729993127 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc15-1_300x.jpg?v=1729993137" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc15-1_360x.jpg?v=1729993137 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc15-1_540x.jpg?v=1729993137 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc15-1_720x.jpg?v=1729993137 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc15-1_900x.jpg?v=1729993137 900w" media="(min-width: 768px)" /> <img alt="Roasting Pan Set, Ocean Swirl Enamelware" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/oc15-1_360x.jpg?v=1729993137 360w, //www.kolorfulkitchen.com/cdn/shop/files/oc15-1_540x.jpg?v=1729993137 540w, //www.kolorfulkitchen.com/cdn/shop/files/oc15-1_720x.jpg?v=1729993137 720w, //www.kolorfulkitchen.com/cdn/shop/files/oc15-1_900x.jpg?v=1729993137 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--9577699016863-1648465268b078811a" data-id="product-actions-9577699016863" enctype="multipart/form-data"> <input type="hidden" name="id" value="47794382340255" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--9577699016863-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="9577699016863"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/roasting-pan-set-ocean-swirl-enamelware"> <span>Roasting Pan Set, Ocean Swirl Enamelware</span> </a> <p class="pro_mod_text">Model : OC15 </p> <div class="price-box"> <div class="price-regular"> <span>$135.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item sold-out" data-product-id="product-7591272087711" data-json-product='{"id": 7591272087711,"handle": "copy-of-mixing-bowl-set-cobalt-blue-swirl-enamelware","media": [{"alt":null,"id":27137083179167,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3000,"width":3000,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/OC54.jpg?v=1670038818"},"aspect_ratio":1.0,"height":3000,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/OC54.jpg?v=1670038818","width":3000},{"alt":null,"id":27137089503391,"position":2,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/OC54-1.jpg?v=1670038893"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/OC54-1.jpg?v=1670038893","width":512}],"variants": [{"id":42835983696031,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"OC54","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Mixing Bowl Set, Ocean Swirl Enamelware","public_title":null,"options":["Default Title"],"price":9799,"weight":2268,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/copy-of-mixing-bowl-set-cobalt-blue-swirl-enamelware" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 100.0%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC54_300x.jpg?v=1670038818" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/OC54_360x.jpg?v=1670038818 360w, //www.kolorfulkitchen.com/cdn/shop/products/OC54_540x.jpg?v=1670038818 540w, //www.kolorfulkitchen.com/cdn/shop/products/OC54_720x.jpg?v=1670038818 720w, //www.kolorfulkitchen.com/cdn/shop/products/OC54_900x.jpg?v=1670038818 900w" media="(min-width: 768px)" /> <img alt="Mixing Bowl Set, Ocean Swirl Enamelware" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC54_360x.jpg?v=1670038818 360w, //www.kolorfulkitchen.com/cdn/shop/products/OC54_540x.jpg?v=1670038818 540w, //www.kolorfulkitchen.com/cdn/shop/products/OC54_720x.jpg?v=1670038818 720w, //www.kolorfulkitchen.com/cdn/shop/products/OC54_900x.jpg?v=1670038818 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC54-1_300x.jpg?v=1670038893" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC54-1_360x.jpg?v=1670038893 360w, //www.kolorfulkitchen.com/cdn/shop/products/OC54-1_540x.jpg?v=1670038893 540w, //www.kolorfulkitchen.com/cdn/shop/products/OC54-1_720x.jpg?v=1670038893 720w, //www.kolorfulkitchen.com/cdn/shop/products/OC54-1_900x.jpg?v=1670038893 900w" media="(min-width: 768px)" /> <img alt="Mixing Bowl Set, Ocean Swirl Enamelware" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/OC54-1_360x.jpg?v=1670038893 360w, //www.kolorfulkitchen.com/cdn/shop/products/OC54-1_540x.jpg?v=1670038893 540w, //www.kolorfulkitchen.com/cdn/shop/products/OC54-1_720x.jpg?v=1670038893 720w, //www.kolorfulkitchen.com/cdn/shop/products/OC54-1_900x.jpg?v=1670038893 900w" data-image > </picture> </span> </a> </div> <div class="product-label" data-label-new-number="30"> <strong class="label sold-out-label" > Sold Out </strong> <br> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7591272087711-1648465268b078811a" data-id="product-actions-7591272087711" enctype="multipart/form-data"> <button class="btn add-to-cart-btn" type="submit" disabled="disabled" > Sold Out </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7591272087711"></span> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/copy-of-mixing-bowl-set-cobalt-blue-swirl-enamelware"> <span>Mixing Bowl Set, Ocean Swirl Enamelware</span> </a> <div class="price-box"> <div class="price-regular"> <span>$97.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-7386901348511" data-json-product='{"id": 7386901348511,"handle": "loaf-pan-blue-marble","media": [{"alt":null,"id":26476445991071,"position":1,"preview_image":{"aspect_ratio":1.502,"height":333,"width":500,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/d32dbm.jpg?v=1663025970"},"aspect_ratio":1.502,"height":333,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/products\/d32dbm.jpg?v=1663025970","width":500}],"variants": [{"id":42188520456351,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"D32DBM","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Loaf Pan, Blue Marble","public_title":null,"options":["Default Title"],"price":3099,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="/products/loaf-pan-blue-marble" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 66.6%"> <picture data-index="0"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/d32dbm_300x.jpg?v=1663025970" media="(max-width: 767px)" /> <source data-srcset=" //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_360x.jpg?v=1663025970 360w, //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_540x.jpg?v=1663025970 540w, //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_720x.jpg?v=1663025970 720w, //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_900x.jpg?v=1663025970 900w" media="(min-width: 768px)" /> <img alt="Loaf Pan, Blue Marble" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.5015015015015014" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/products/d32dbm_360x.jpg?v=1663025970 360w, //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_540x.jpg?v=1663025970 540w, //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_720x.jpg?v=1663025970 720w, //www.kolorfulkitchen.com/cdn/shop/products/d32dbm_900x.jpg?v=1663025970 900w" data-image> </picture> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--7386901348511-1648465268b078811a" data-id="product-actions-7386901348511" enctype="multipart/form-data"> <input type="hidden" name="id" value="42188520456351" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--7386901348511-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="7386901348511"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/loaf-pan-blue-marble"> <span>Loaf Pan, Blue Marble</span> </a> <div class="price-box"> <div class="price-regular"> <span>$30.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <div class="grid-item grid-item col-6 col-md-4 col-lg-3 col2"> <div class="inner product-item" data-product-id="product-9051202551967" data-json-product='{"id": 9051202551967,"handle": "modern-monet-swirl-15-5-enamelware-serving-tray","media": [{"alt":null,"id":29474000011423,"position":1,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/MM21.jpg?v=1693870624"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/MM21.jpg?v=1693870624","width":512},{"alt":null,"id":29474000044191,"position":2,"preview_image":{"aspect_ratio":1.0,"height":512,"width":512,"src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/MM21-1.jpg?v=1693870633"},"aspect_ratio":1.0,"height":512,"media_type":"image","src":"\/\/www.kolorfulkitchen.com\/cdn\/shop\/files\/MM21-1.jpg?v=1693870633","width":512}],"variants": [{"id":44487030276255,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"MM21","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Modern Monet Swirl 15.5\" Enamelware Serving Tray","public_title":null,"options":["Default Title"],"price":5599,"weight":1361,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}]}'> <div class="inner-top"> <div class="product-top"> <div class="product-image image-swap"> <a href="/products/modern-monet-swirl-15-5-enamelware-serving-tray" class="product-grid-image adaptive_height" data-collections-related="/collections/?view=related" style="padding-top: 100.0%"> <picture data-index="0"> <source class="image-source-1" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/MM21_300x.jpg?v=1693870624" media="(max-width: 767px)" /> <source class="image-source-2" data-srcset=" //www.kolorfulkitchen.com/cdn/shop/files/MM21_360x.jpg?v=1693870624 360w, //www.kolorfulkitchen.com/cdn/shop/files/MM21_540x.jpg?v=1693870624 540w, //www.kolorfulkitchen.com/cdn/shop/files/MM21_720x.jpg?v=1693870624 720w, //www.kolorfulkitchen.com/cdn/shop/files/MM21_900x.jpg?v=1693870624 900w" media="(min-width: 768px)" /> <img alt="Modern Monet Swirl 15.5" Enamelware Serving Tray" class="images-one lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/MM21_360x.jpg?v=1693870624 360w, //www.kolorfulkitchen.com/cdn/shop/files/MM21_540x.jpg?v=1693870624 540w, //www.kolorfulkitchen.com/cdn/shop/files/MM21_720x.jpg?v=1693870624 720w, //www.kolorfulkitchen.com/cdn/shop/files/MM21_900x.jpg?v=1693870624 900w" data-image> </picture> <span class="images-two"> <pcicture data-index="1"> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/MM21-1_300x.jpg?v=1693870633" media="(max-width: 767px)" /> <source data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/MM21-1_360x.jpg?v=1693870633 360w, //www.kolorfulkitchen.com/cdn/shop/files/MM21-1_540x.jpg?v=1693870633 540w, //www.kolorfulkitchen.com/cdn/shop/files/MM21-1_720x.jpg?v=1693870633 720w, //www.kolorfulkitchen.com/cdn/shop/files/MM21-1_900x.jpg?v=1693870633 900w" media="(min-width: 768px)" /> <img alt="Modern Monet Swirl 15.5" Enamelware Serving Tray" class="lazyload" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/MM21-1_360x.jpg?v=1693870633 360w, //www.kolorfulkitchen.com/cdn/shop/files/MM21-1_540x.jpg?v=1693870633 540w, //www.kolorfulkitchen.com/cdn/shop/files/MM21-1_720x.jpg?v=1693870633 720w, //www.kolorfulkitchen.com/cdn/shop/files/MM21-1_900x.jpg?v=1693870633 900w" data-image > </picture> </span> </a> </div> <div class="product-des abs-bottom"> <div class="action 1"> <form action="/cart/add" method="post" class="variants" id="grid-product-form--9051202551967-1648465268b078811a" data-id="product-actions-9051202551967" enctype="multipart/form-data"> <input type="hidden" name="id" value="44487030276255" /> <input type="hidden" name="quantity" value="1" /> <button data-btn-addToCart class="btn add-to-cart-btn" type="submit" data-form-id="#grid-product-form--9051202551967-1648465268b078811a" > Add to cart </button> </form> </div> <span class="shopify-product-reviews-badge" data-id="9051202551967"></span> <ul class="sizes-list"> </ul> </div> </div> <div class="product-bottom align-center"> <div class="wrapper-compare "> </div> <a class="product-title " href="/products/modern-monet-swirl-15-5-enamelware-serving-tray"> <span>Modern Monet Swirl 15.5" Enamelware Serving Tray</span> </a> <div class="price-box"> <div class="price-regular"> <span>$55.99</span> </div> </div> <ul class="item-swatch"> </ul> </div> </div> </div> </div> <!--<div class="loading col-12"></div>--> </div> </div> </div> </div> </div> </div> <style> .products-grids .slick-arrow{display:none !important;} @media (max-width: 767px) { #product-tabs-1648465268b078811a { margin-bottom: 40px; } } @media (min-width: 768px) and (max-width: 1199px) { #product-tabs-1648465268b078811a { margin-bottom: 45px; } } @media (min-width: 1200px) { #product-tabs-1648465268b078811a { margin-bottom: 10px; } } </style> <script> $(document).ready(function() { $('.products-grids').slick({ dots: true, infinite: false, speed: 300, nav:false, slidesToShow: 6, slidesToScroll: 6, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 4, slidesToScroll: 4, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 480, settings: { slidesToShow: 2, slidesToScroll: 2 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); }); </script> </div><!-- END content_for_index --> </main> <div id="shopify-section-footer" class="shopify-section"><style> .site-footer { background: #232323; } .site-footer .newsletter .input-group-field { background-color: rgba(0,0,0,0); color: #717171; border-color: #3b3b3b; } .site-footer .newsletter ::-webkit-input-placeholder { color: #717171; } .site-footer .newsletter ::-moz-placeholder { color: #717171; } .site-footer .newsletter :-ms-input-placeholder { color: #717171; } .site-footer .newsletter :-moz-placeholder { color: #717171; } .site-footer .newsletter .btn { background-color: #3b3b3b; border-color: #3b3b3b; color: #ffffff; } .site-footer .newsletter .btn:hover { background-color: #ffffff; border-color: #3b3b3b; color: #3b3b3b; } .site-footer, .foot-title { color: #ffffff; } .site-footer a, .header-vertical-tpl .footer-default .newsletter-des { color: #969696; } .site-footer a:hover { color: #ffffff; } .site-footer .foot-link>span:before { background-color: #ffffff; } .footer-social li a { color: #141414; background-color: #ffffff; } .footer-bottom { background-color: #232323; border-top: 1px solid #3b3b3b; } .footer-bottom, .footer-bottom address, .footer-bottom address a { color: #969696; } .footer-bottom address a:hover { color: #969696; } @media (max-width: 767px) { .footer-top .col-footer .dropdow-mb { border-bottom: 1px solid #3b3b3b; } } </style> <footer class="site-footer footer-default" role="contentinfo" > <div class="footer-top"> <div class="container"> <div class="row footer-newsletter-row"> <div class="col-12 col-md-12 col-lg-6 col-xl-6 footer-col-left"> <div class="footer-newsletter"> <section class="newsletter"> <div class="block-content"> <form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <script> $(document).ready(function(){ if (window.location.href.indexOf('newsletter&form_type=customer') > -1) { var newsletterSuccessPopup = (function(){ var popup = $('.newsletter-success-modal'); var close = popup.find('.close'); var success = popup.find('.success'); var error = popup.find('.error'); var overlay = popup.find('.modal-overlay'); popup.show(); error.show(); success.hide(); $.cookie('emailSubcribeModal', 'closed', { expires: 1, path: '/' }); close.off('click').on('click',function(){ popup.fadeOut(); }); overlay.off('click').on('click',function(){ popup.fadeOut(); }); })(); var newURL = location.href.split("?")[0]; window.history.pushState('object', document.title, newURL); } }) </script> <input type="hidden" name="contact[tags]" value="newsletter"> <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required"> <input class="btn" type="submit" value="Submit"></form> </div> </section> </div> </div> <div class="col-12 col-md-12 col-lg-6 col-xl-6 footer-col-right"> <div class="footer-social"> <div class="groups-block"> </div> </div> </div> </div> <div class="row footer-middle-menus"> <div class="col-12 col-md-12 col-lg-2 col-xl-2 "> </div> <div class="col-12 col-md-12 col-lg-8 col-xl-8"> <div class="row"> <div class="col-footer col-12"> <ul> <li> <a href="/pages/contact" title="Contact" class="foot-link"> <span>Contact</span> </a> </li> <li> <a href="/policies/refund-policy" title="Refund Policy " class="foot-link"> <span>Refund Policy </span> </a> </li> <li> <a href="/pages/about-us" title="About" class="foot-link"> <span>About</span> </a> </li> <li> <a href="/policies/privacy-policy" title="Privacy Policy" class="foot-link"> <span>Privacy Policy</span> </a> </li> <li> <a href="/policies/shipping-policy" title="Shipping Policy" class="foot-link"> <span>Shipping Policy</span> </a> </li> <li> <a href="/pages/custom-and-bulk-orders" title="Custom and Bulk Orders" class="foot-link"> <span>Custom and Bulk Orders</span> </a> </li> </ul> </div> </div> <div class="row"> <div class="col-12 col-md-12 col-lg-12 text-center"><a href="/"><img src="//www.kolorfulkitchen.com/cdn/shop/files/footer-logo.png?v=1648531704" /></a></div> </div> </div> <div class="col-12 col-md-12 col-lg-2 col-xl-2"> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <address> <div> © 2022 Kolorful Kitchen & Home Decor. All Rights Reserved. Design by <a href="https://www.bluesoftdesign.com/" title="Bluesoft Design">Bluesoft Design</a>. </div> </address> <ul class="payment-methods"> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="visa" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="master" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="american_express" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="cirrus" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="discover" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="paypal" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_x32.gif" alt="litecoin" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> </ul> </div> </div> </footer> </div> <div id="shopify-section-halo-toolbar-mobile" class="shopify-section"> </div> <div class="footbar-fixed "> <div id="shopify-section-someone-purchased" class="shopify-section"> <style> @media (min-width: 1200px) { .product-notification{ right: 15px; } } </style> <script> $(document).ready(function() { $('.product-notification').addClass('notifi-right'); if($('#accept-cookies').hasClass('cookies-right')){ $('.footbar-fixed').addClass('all-right') } }) </script> </div> <div id="shopify-section-GDPR-modal" class="shopify-section"> </div> </div> </div> <!-- Footer scripts --> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/vendor.min.js?v=23888304798037428931692168715" defer></script> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/api.jquery.js?v=13568615863607319991692168715" async></script> <script src="//www.kolorfulkitchen.com/cdn/shopifycloud/shopify/assets/themes_support/option_selection-86cdd286ddf3be7e25d68b9fc5965d7798a3ff6228ff79af67b3f4e41d6a34be.js" async></script> <script> window.show_auto_currency = false; </script> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/jquery.sticky.js?v=20130159699687993421692168715"></script> <!-- <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/ella.min.js?v=93307745900655216691692168715"></script> --> <script src="//www.kolorfulkitchen.com/cdn/shop/t/8/assets/halo.js?v=181071716177383218541692168715"></script> <script> $(document).ready(function(){ $('[data-toggle="tooltip"]').tooltip(); }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/template7/1.4.0/template7.js"></script> <script> (function ($) { var pluginName = 'Search', namespace = 'plugin_' + pluginName; function Plugin(element) { this.headerSearch = $(element); this.headerSearchForm = this.headerSearch.find('.header-search__form'); this.headerInput = this.headerSearch.find('.header-search__input'); this.headerSearchResults = this.headerSearch.find('.header-search__results-wrapper'); this.searchResultsTemplate = Template7.compile($('#search-results-template').html()); this.PopularProducts = this.headerSearch.find(".header-search__product"); this.searchMode = "product"; this.searchTrending = $(".quickSearchResultsWrap .header-search__trending .item"); this.trending = $(".header-search__trending"); this.searchWrapper = this.headerSearch.find('.quickSearchResultsWrap'); this.headerInput.focus(function(e){ e.stopPropagation(); $(this).closest('.header-search').find('.quickSearchResultsWrap').show(); $('html').addClass('search-dropdown-open'); }); $(document).mouseup(function (e) { var container = $(".search-form"); if (!container.is(e.target) && container.has(e.target).length === 0){ container.find('.quickSearchResultsWrap').hide(); } }); this.headerInput.on('focusin', $.proxy(this._focusin, this)); this.headerInput.on('keyup', $.proxy(this._initSearch, this)); }; Plugin.prototype._initSearch = function(event) { var target = $(event.currentTarget); if ((event.keyCode ? event.keyCode : event.which) != 13) { clearTimeout(target.data('timeout')); target.data('timeout', setTimeout($.proxy(this._doSearch, this), 250)); } }; Plugin.prototype._doSearch = function(event) { if (this.headerInput.val().trim() === '') { this.headerSearchResults.empty(); this.searchTrending.show(); this.PopularProducts.show(); this.searchWrapper.show(); this.trending.show(); return; } else { this.headerSearchResults.html(this.searchResultsTemplate({is_loading: true})); } if (this.headerInput.val().length > 0) { this.searchWrapper.hide(); this._doCompleteSearch(); } else { this.headerSearchResults.html(this.searchResultsTemplate({is_show: false})); this.searchTrending.show(); this.PopularProducts.show(); this.searchWrapper.show(); } if(this.searchTrending.css('display') == 'none') { this.trending.hide(); } else { this.trending.show(); } }; Plugin.prototype._doCompleteSearch = function(event) { var self = this; $.ajax({ method: 'GET', url: window.router + '/search?view=json', dataType: 'json', data: { q: this.headerInput.val() + '*', type: this.searchMode } }).then(function(data) { self.headerSearchResults.html(self.searchResultsTemplate({ is_show: true, is_loading: false, results: data['results'], has_results: (data['results'].length > 0), results_count: data['results_count'], results_label: data['results_label'], title_heading: data['title_heading'], results_url: (data['url'] + '&type=' + self.searchMode) })); self.PopularProducts.hide(); var value = self.headerInput.val().toLowerCase(); if (data && data.length) { self.searchTrending.filter(function(e) { $(this).toggle($(this).find('.highlight span').text().toLowerCase().indexOf(value) > -1); }); self.trending.show(); } else { self.trending.hide(); } self.searchWrapper.show(); }); }; $.fn[pluginName] = function(options) { var method = false, methodArgs = arguments; if (typeof options == 'string') { method = options; } return this.each(function() { var plugin = $.data(this, namespace); if (!plugin && !method) { $.data(this, namespace, new Plugin(this, options)); } else if (method) { callMethod(plugin, method, Array.prototype.slice.call(methodArgs, 1)); } }); }; }(jQuery)); $(function() { $('[data-ajax-search]').Search(); }); </script> <div class="translate-header" data-translate-header> <div id="dropdown-customer" class="ct_login"> <div class="customer-title"> <a href="javascript:void(0)" title="Close" class="close-customer close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> <span > Close </span> </a> <h5 > Customer Login: </h5> </div> <div class="customer-content"> <div class="customer-inner login-customer"> <form accept-charset="UTF-8" action="/account/login" method="post"> <input name="form_type" type="hidden" value="customer_login" /> <input name="utf8" type="hidden" value="✓" /> <div class="ct-login"> <div class="form-group"> <label for="customer_email"> <span > Email Address </span> <em>*</em> </label> <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address" > </div> <div class="form-group"> <label for="customer_password"> <span > Password </span> <em>*</em> </label> <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]" > </div> <div class="action-btn"> <input type="submit" class="btn btn-login" value="Login"> <a class="text-hover forgot-password" href="/account/login#recover" > Forgot your password? </a> </div> </div> <div class="ct-register"> <a href="/account/register" class="btn btn-register" > Create An Account </a> </div> </form> </div> </div> </div> <div id="dropdown-cart"> <div class="cart-title"> <a href="javascript:void(0)" title="Close" class="close-cart close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> <span > Close </span> </a> <h5 > Your Cart </h5> <div class="wrapper-cartCount" style="display: none;"> <span class="cartCount" data-cart-count="">0</span> <span>items</span> </div> </div> <div class="no-items"> <p class="cart_empty"> Your cart is currently empty. </p> <div class="text-continue"> <a class="btn btn-continue" href="/"> Continue Shopping </a> </div> </div> <div class="has-items"> <ol class="mini-products-list"> </ol> <div class="summary"> <div style="display: none" data-cart-discount-wrapper> <div class="order-discount-card-wrapper" data-cart-discount> <span class="order-discount order-discount--title order-discount--cart"> <svg class="icon icon-saletag" id="icon-saletag"> <path d="M10 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3H7a1 1 0 0 0-.71.29l-6 6a1 1 0 0 0 0 1.42l4 4a1 1 0 0 0 1.42 0c.19-.2 5.8-5.81 6-6A1 1 0 0 0 12 5V2a2 2 0 0 0-2-2z" fill="#231F20"></path> </svg> <span data-cart-discount-title></span> </span> <span class="order-discount order-discount--cart order-discount--cart-total"> -<span data-cart-discount-amount></span> </span> </div> </div> <div class="total"> <span class="label"> <span> Total </span> </span> <span class="price"> $0.00 </span> </div> <div class="d-flex"> <span class="label"> <span> Shipping </span> </span> <span class="text"> Taxes and any premiums shipping fees will be calculated at checkout </span> </div> </div> <div class="actions"> <button class="btn btn-checkout" onclick="window.location='/checkout'" > Checkout </button> <a class="btn btn-view-cart" href="/cart" > View Cart </a> </div> <div class="cart-sidebar-products"> <h3></h3> <div class="before-you-leave__content--product"> <div class="products-grid" data-product-cart-slider> </div> </div> </div> </div> </div> </div> <div class="halo-sidebar halo-sidebar_search" id="search-form-mobile"> <a href="#" class="halo-sidebar-close" data-search-close-sidebar alt="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> <span>Close</span> </a> <div class="halo-sidebar-header text-left"> <h5 class="title"> Search </h5> </div> <div class="halo-sidebar-wrapper custom-scrollbar"> <div class="search-form" data-ajax-search> <div class="header-search"> <div class="header-search__form"> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <form action="/search" method="get" class="search-bar" role="search"> <input type="hidden" name="type" value="product"> <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> <button type="submit" class="btn icon-search"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M508.875,493.792L353.089,338.005c32.358-35.927,52.245-83.296,52.245-135.339C405.333,90.917,314.417,0,202.667,0 S0,90.917,0,202.667s90.917,202.667,202.667,202.667c52.043,0,99.411-19.887,135.339-52.245l155.786,155.786 c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125C513.042,504.708,513.042,497.958,508.875,493.792z M202.667,384c-99.979,0-181.333-81.344-181.333-181.333S102.688,21.333,202.667,21.333S384,102.677,384,202.667 S302.646,384,202.667,384z"/> </g> </g> </svg> </button> </form> </div> <div class="quickSearchResultsWrap" style="display: none;"> <div class="custom-scrollbar"> <div class="container"> <div class="header-block header-search__trending"> <div class="box-title"> <span>trending</span> </div> <ul class="list-item"> <li class="item"> <a href="/search?q=dempus*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>dempus</span> </a> </li> <li class="item"> <a href="/search?q=sample*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>sample</span> </a> </li> <li class="item"> <a href="/search?q=magnis*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>magnis</span> </a> </li> <li class="item"> <a href="/search?q=loremous-saliduar*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>loremous saliduar</span> </a> </li> <li class="item"> <a href="/search?q=naminos*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>naminos</span> </a> </li> <li class="item"> <a href="/search?q=dinterdum*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span>dinterdum</span> </a> </li> </ul> </div> <div class="header-search__results-wrapper"></div> </div> </div> </div> </div> <script id="search-results-template" type="text/template7"> {{#if is_loading}} <div class="header-search__results"> <div class="header-search__spinner-container"> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> </div> </div> {{else}} {{#if is_show}} <div class="header-search__results header-block"> {{#if has_results}} <div class="box-title"> {{ title_heading }} </div> <div class="search__products"> <div class="products-grid row"> {{#each results}} <div class="grid-item col-6 col-sm-4 col3 "> <div class="inner product-item"> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="{{url}}" class="product-grid-image"> <img src="{{image}}" alt="{{image_alt}}"> </a> </div> </div> <div class="product-bottom"> <a class="product-title" href="{{url}}"> {{title}} </a> <div class="price-box"> {{#if on_sale}} <div class="price-sale"> <span class="old-price">{{ compare_at_price }}</span> <span class="special-price"> {{ price }} </span> </div> {{else}} <div class="price-regular"> <span>{{ price }}</span> </div> {{/if}} </div> </div> </div> </div> </div> {{/each}} </div> </div> <div class="text-center"> <a href="{{results_url}}" class="text-results header-search__see-more" data-results-count="{{results_count}}"> {{results_label}} ({{results_count}}) </a> </div> {{else}} <p class="header-search__no-results text-results">{{ results_label }}</p> {{/if}} </div> {{/if}} {{/if}} </script> </div> </div> </div> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> <div class="ajax-lookbook-modal"> <div class="overlay"></div> <div class="ajax-modal-content"> <a href="javascript:void(0)" data-close-lookbook-modal class="close close-modal"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="lookbook-content"></div> </div> </div> <div class="ajax-error-modal modal"> <div class="modal-inner"> <div class="ajax-error-message"></div> </div> </div> <div class="ajax-success-modal halo-modal" data-ajax-cart-success> <div class="modal-overlay"> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"> <div class="cart-popup-content"></div> <div class="cart-popup-coll-related"></div> </div> </div> </div> </div> <div class="newsletter-success-modal"> <div class="modal-overlay"></div> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body success"> <i class="fa fa-check" aria-hidden="true"></i> <span>You have successfully subscribed!</span> </div> <div class="halo-modal-body error"> <i class="fa fa-times"></i> <span>This email has been registered</span> </div> </div> </div> <div class="halo-modal ajax-editcart" data-cart-edit-modal> <div class="modal-overlay"> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <span>Close</span> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"></div> </div> </div> </div> <div class="halo-modal popup--video" data-popup-video> <div class="modal-overlay"> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"> </div> </div> </div> </div> <div class="modal fade halo_modal-custom" id="notify-soldout"> <div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-content"> <a data-dismiss="modal" class="close close-modal" title="Close" href="javascript:void(0)"><svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg></a> <div class="modal-body"> </div> </div> </div> </div> <div class="wrapper-newsletter halo-modal" data-newsletter data-delay="3000" data-expire="2"> <div class="modal-overlay"> <div class="halo-modal-content"> <a class="close close-window" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"> <div class="column-left"> <img data-srcset="//www.kolorfulkitchen.com/cdn/shop/files/about-left-img_360x360.jpg?v=1648538105" class="lazyload" data-sizes="auto"> </div> <div class="column-right"> <h2 class="title"> <span>Subscribe For 10% Off Your First Order</span> </h2> <div class="des"> <span>Enjoy exclusive sales, and be the first to hear about new arrivals and more!</span> </div> <div id="mailchimp-email-subscibe" class="newsletter"> <div id="mc_embed_signup"> <form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <script> $(document).ready(function(){ if (window.location.href.indexOf('newsletter&form_type=customer') > -1) { var newsletterSuccessPopup = (function(){ var popup = $('.newsletter-success-modal'); var close = popup.find('.close'); var success = popup.find('.success'); var error = popup.find('.error'); var overlay = popup.find('.modal-overlay'); popup.show(); error.show(); success.hide(); $.cookie('emailSubcribeModal', 'closed', { expires: 1, path: '/' }); close.off('click').on('click',function(){ popup.fadeOut(); }); overlay.off('click').on('click',function(){ popup.fadeOut(); }); })(); var newURL = location.href.split("?")[0]; window.history.pushState('object', document.title, newURL); } }) </script> <input type="hidden" name="contact[tags]" value="newsletter"> <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required"> <input class="btn" type="submit" value="Submit"></form> </div> </div> <div class="icon-social"> </div> </div> </div> </div> </div> </div> <div class="wrapper-overlay"></div> <script> jQuery(document).ready(function(){ jQuery('.topleft_menu ul.child').hide(); jQuery('.topleft_menu ul.sites-nav li.dropdown > a').click(function(){ //event.preventDefault(); jQuery(this).siblings('.child').slideToggle(); }); }); </script> <script> window.addEventListener('load', function() { document.getElementById('contact_form').addEventListener('submit', function() { if (window.location.pathname == '/pages/contact') { gtag('event', 'ContactFormSubmission', {'send_to': 'G-JXNFWRWQ5S'}); window.uetq = window.uetq || []; window.uetq.push({ 'ec':'contact', 'ea':'submit', 'el':'form'}); } }, {once:true}); }); </script> <script> window.addEventListener('load', function() { var buttonSelector = document.querySelectorAll('input.btn'); buttonSelector.forEach(function(link) { link.addEventListener('click', function() { if (link.value == 'Submit') { if (window.location.pathname == '/pages/custom-and-bulk-orders') { gtag('event', 'CustomOrderFormSubmission', {'send_to': 'G-JXNFWRWQ5S'}); window.uetq = window.uetq || []; window.uetq.push({ 'ec':'customOrder', 'ea':'submit', 'el':'form'}); } }; }); }); }); </script> <div id="shopify-block-4571859552318407796" class="shopify-block shopify-app-block"><meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="date=no"> <meta name="format-detection" content="address=no"> <script> document.getElementsByTagName('html')[0].classList.add('gsw-swatch-installed'); window.Globo = window.Globo || {}; Globo.moneyFormat = "${{amount}}"; Globo.moneyFormatWithCurrency = "${{amount}} USD"; var GloboSwatchConfig = { page: "index", shop: { name: "Kolorful Kitchen", url: "https://www.kolorfulkitchen.com", domain: "kolorfulkitchen.myshopify.com" }, cur_locale: "en", locale:"en", } window.updateSelectorOutOfStockCollectionDefaultGCS = true; window.updateSelectorOutOfStockCollectionGCS = true; </script><script> var globo_sw_options = ''; var configGloboSwatch = {"settings":{"enable_collection_page":true,"enable_product_page":true,"out_of_stock":"cross out","enable_mandatory":false,"show_add_to_cart_button":true,"add_to_cart_ajax":false,"show_option_name":true,"add_to_cart_text":"Add to cart","added_to_cart_text":"Added to cart","sold_out_text":"Sold out","text_required":"This field is required","sort_option":false,"show_one_variant_product":false,"show_one_variant_collection":false,"group_image":false,"show_limit_variant":false,"limit_variant":"5"},"options":[{"id":188521,"name":"Count","shop_id":30773,"option_items":[{"id":5067239,"value":"Set of 4","option_id":188521,"products":null,"products_count":1,"select_type":1,"custom":{"color_1":"transparent","color_2":"transparent","upload_file":{"src":null,"server_url":null},"image_url":{"src":null,"server_url":null},"enable_two_color":false,"enable_upload_file":false,"enable_image_url":false}},{"id":5067240,"value":"Singles","option_id":188521,"products":null,"products_count":2,"select_type":1,"custom":{"color_1":"transparent","color_2":"transparent","upload_file":{"src":null,"server_url":null},"image_url":{"src":null,"server_url":null},"enable_two_color":false,"enable_upload_file":false,"enable_image_url":false}},{"id":5067241,"value":"Set of 2","option_id":188521,"products":null,"products_count":33,"select_type":1,"custom":{"color_1":"transparent","color_2":"transparent","upload_file":{"src":null,"server_url":null},"image_url":{"src":null,"server_url":null},"enable_two_color":false,"enable_upload_file":false,"enable_image_url":false}},{"id":5067242,"value":"Single","option_id":188521,"products":null,"products_count":32,"select_type":1,"custom":{"color_1":"transparent","color_2":"transparent","upload_file":{"src":null,"server_url":null},"image_url":{"src":null,"server_url":null},"enable_two_color":false,"enable_upload_file":false,"enable_image_url":false}}],"display_style":3,"settings":{"status":true,"enable_collection":false,"type":"swatch"},"products":null,"products_count":34,"order":1},{"id":188522,"name":"Color","shop_id":30773,"option_items":[{"id":5067243,"value":"Red","option_id":188522,"products":null,"products_count":1,"select_type":1,"custom":{"color_1":"#e20e0e","color_2":"transparent","upload_file":{"src":null,"server_url":null},"image_url":{"src":"","server_url":null},"enable_two_color":false,"enable_upload_file":false,"enable_image_url":false}},{"id":5067244,"value":"Graphics","option_id":188522,"products":null,"products_count":1,"select_type":1,"custom":{"color_1":"#9b9b9b","color_2":"transparent","upload_file":{"src":null,"server_url":null},"image_url":{"src":"","server_url":null},"enable_two_color":false,"enable_upload_file":false,"enable_image_url":false}}],"display_style":1,"settings":{"status":true,"enable_collection":true,"type":"swatch"},"products":null,"products_count":2,"order":2}],"product_page":{"customize_swatch":{"swatch_shape":"circle","swatch_size":"medium","border_style":"double","border_color":{"normal":"#9b9b9b","hover":"#58468c","selected":"#58468c"},"hover_effects":{"background":"no effect","zoom_image":"no zoom","size_change":"no change"}},"customize_button":{"button_corner":"sharp","button_size":"medium","border_color":{"normal":"#000000","hover":"#000000","selected":"#000000"},"text_style":"default","text_color":{"normal":"#000000","hover":"#ffffff","selected":"#ffffff"},"background_color":{"normal":"#FFFFFF","hover":"#000000","selected":"#000000"},"hover_effects":{"background":"no effect"}},"show_number_stock":"disable","stock_message":"Stock: only {number} left in stock","float":"left"},"collection_page":{"customize_swatch":{"swatch_shape":"circle","swatch_size":"medium","border_style":"double","border_color":{"normal":"#9b9b9b","hover":"#58468c","selected":"#58468c"},"hover_effects":{"background":"no effect","zoom_image":"no zoom","size_change":"no change"}},"customize_button":{"button_corner":"sharp","button_size":"medium","border_color":{"normal":"#000000","hover":"#000000","selected":"#000000"},"text_style":"default","text_color":{"normal":"#0a0a0a","hover":"#ffffff","selected":"#ffffff"},"background_color":{"normal":"#ffffff","hover":"#000000","selected":"#000000"},"hover_effects":{"background":"no effect"}},"float":"left","carousel":"disable"}}; var productIdsGloboSwatch = null; var productGroupsGloboSwatch = null; var productBundleComboProducts = []; var productBundleQuantityBreaks = []; var productGroupsGloboSwatchNewJs = []; productBundleComboProducts = null; productBundleQuantityBreaks = null; globo_sw_options = null; GloboSwatchConfig = GloboSwatchConfig || {}; GloboSwatchConfig.settings = configGloboSwatch.settings; GloboSwatchConfig.collection_page = configGloboSwatch.collection_page; GloboSwatchConfig.product_page = configGloboSwatch.product_page; GloboSwatchConfig.options = !globo_sw_options ? configGloboSwatch.options : globo_sw_options; GloboSwatchConfig.pricing = configGloboSwatch.pricing != undefined ? configGloboSwatch.pricing : {"products": 999999, "showColorImage": true, "showVariantImage": true, "supportMultiLanguage": true, "showVariantCollectionPage": true, "showProductGroups": true}; GloboSwatchConfig.product_ids = productIdsGloboSwatch; if (GloboSwatchConfig?.pricing?.showOneLimitProductGroups === true) { if(Array.isArray(productGroupsGloboSwatchNewJs) && productGroupsGloboSwatchNewJs.length) { productGroupsGloboSwatchNewJs = [productGroupsGloboSwatchNewJs[0]]; } if(Array.isArray(productBundleComboProducts) && productBundleComboProducts.length) { productBundleComboProducts = [productBundleComboProducts[0]]; } if(Array.isArray(productBundleQuantityBreaks) && productBundleQuantityBreaks.length) { productBundleQuantityBreaks = [productBundleQuantityBreaks[0]]; } } GloboSwatchConfig.product_groups = !productGroupsGloboSwatchNewJs ? productGroupsGloboSwatch : productGroupsGloboSwatchNewJs; GloboSwatchConfig.product_groups_metafield = []; GloboSwatchConfig.product_bundle_combo_products = productBundleComboProducts; GloboSwatchConfig.product_bundle_quantity_breaks = productBundleQuantityBreaks; GloboSwatchConfig.selectors = { parentProductCollectionSelectorGCW: window.parentProductCollectionSelectorGCW ? window.parentProductCollectionSelectorGCW: '.grid__item, .product-card, product-block.product-block, .grid-item, .productgrid--item, .js-pagination-result, .product-grid-item, .product-item, .yv-products-list .yv-product-card, ul.collection-list.grid .group, .product-list .product-block, .grid-flex .product-block, card-product.card-product, .product--root, .product-index, li.w33.has-form, .card.card--product, .collection-product-card, product-card, .product-block[data-product-block], .indiv-product, .card.column, li.relative.group, x-cell, .product-thumbnail[data-product-thumbnail], .one-third.column, article.product-loop__item, .collection-product-item, li.g-col-6.g-col-sm-4.g-col-md-3, .product.product-rows, loess-product-card, article.product-list-item, .type-product-grid-item, .small-block.small-block-type-product, .collection-page__product, .ProductCard, .w-50 > .product-tile[data-product-tile], .collection__list-item, .products-list-item,div#facets-results>ul.grid > li.globo-swatch-product-item,.collection__grid__item,product-item,.tpt-grid_item', titleProductCollectionSelectorGCW: window.titleProductCollectionSelectorGCW ? window.titleProductCollectionSelectorGCW: '.card>.card__content .card__heading > a[href*="/products/"], .product-card__info a.product-title[href*="/products/"], .grid-product__meta .grid-product__title, .product-card__title a[href*="/products/"], a.product-link .product-block__title, a.product-block__link .product-block__title, a.product-link .product-item__title, a.card-information__text, .productitem--title a, .card__title a.js-prod-link, .product__grid__title__wrapper .product__grid__title, .product-item__info-inner a.product-item__title, a.product-item-meta__title, a.product-grid-item__title, .fs-product-card-title a, .grid-item__meta .grid-product__title, .product-card__details a.product-card__title, .product-card__info h3.product-card__title, a.product-card-title[href*="/products/"],.card__text a.product-item__title span,.product-grid--title a[href*="/products/"],a.yv-product-title[href*="/products/"], .product-card__title product-card-title,.product-block__inner a[href*="/products/"] .title, .product-block__title a[href*="/products/"], .product-block__title-price a.title, .card__title a.unstyled-link, .card-product__title, .product-card__information__wrapper a .product-card__title, .product-tile > h3, .product--details-wrapper .product--title, .product-item__product-title a, .product-info a h2, .card-info a.link-product-variant, .product--item-title a, a.js-product-details-link h3, li.w33.has-form h3 a, .product-card__container a.product-card__heading, .item-details-wrapper .item-title, h3.card-title a, .card__title a.full-unstyled-link, .product-info-inner a span.prod-title, .product-info a .prod-title, div[data-name="title"] a h5, .product-vendor + h3 > a, .hp-subtitle .indiv-product-title-text, .product-card-detail a.product-title, h3.card-heading a.js-product-link, .product-card__meta-info a.product-card__title, .card__title a.card__link, .product-card__content .product-card__title, .tile-content-wrapper .break-words, .card-head .card-title a, .product-thumbnail__header a.product-thumbnail__title, .caption span.title, .product-item__title span.text-animation--underline, .product-item__details a, .product-item__caption .product-item__title, .product-card-info a.product-title, a.product-card__link-title span.product-card__title, .product-thumbnail__title-container span.thumbnail__title, .text-start h3.ff-primary a, .product-loop__title a, a.card-details__link .card-details__text, .card-information__text a.full-unstyled-link, .product-title a, .info .info__text span.title, .card__product-info .card__title-text, .product-title h4 a, .card__metadata a.card__title, h3.product-grid-item__title a, .product-item__title a, .hp-title .indiv-product-title-text, .product-list-item-title a, p.product-grid-title, .card-information__wrapper>h3.card-information__text, .grid__caption .name_wrapper, .product-item__meta .product-item__text h4 a, .card-information__wrapper span.card-information__text, .card__content-head .card__title a, .product-loop_title a.p-link--no-accent, .ProductCard__Title a, .card-information__wrapper h3.card__title a span, .product__title span.product__title-header, h3.product-card-title a[href*="/products/"]', priceRegularCollectionSelectorGCW: window.priceRegularCollectionSelectorGCW ? window.priceRegularCollectionSelectorGCW : '.price.price--on-sale > .price__container > .price__sale .price-item.price-item--sale, .price:not(.price--on-sale) > .price__container > .price__regular > .price-item.price-item--regular, price-list.price-list > sale-price,.grid-product__content .grid-product__meta>.grid-product__price,.product-card__details>.price>.price__regular,.product-item__price__holder>.product-item__price>.price>.new-price,.product-price.product-price--block>.price>.price__default>.price__current,.price>.price__default>.price__current,.f-price:not(.f-price--on-sale)>.f-price__regular>.f-price-item--regular,.f-price.f-price--on-sale>.f-price__sale>.f-price-item--sale,.product-item-meta__price-list-container>.price-list>.price:not(.price--compare),.product__grid__info .product__grid__price>.price,.price:not(.price--on-sale)>dl>.price__regular .price-item.price-item--regular,.price.price--on-sale>dl>.price__sale .price-item--sale,.product-grid-item__info>.product-grid-item__price,.product-item__text>p.product-item__price,.product-item__info-inner>.product-item__price-list.price-list>.price:not(.price--compare),.productitem--info>.price.productitem__price>.price__current,p.price.s1pr,.product-card-info>.price>ins>.amount,.product-item__price .product-price>.product-price--original,.grid-product__price>.grid-product__price--current>.grid-product__price--from,.card__content .price>.price__regular:not(.d-none)>.price-item.price-item--regular,.card__content .price>.price__sale:not(.d-none)>.price-item,.card-price>.price>.price-container>b.price-item,.product-grid--price>a>.product-price--regular:not(.hidden),.product-grid--price>a>.product-price--sale:not(.hidden)>.price--sale-price,product-card-price.price>.price>.price__number,.product-card__price>.price:not(.price--on-sale)>.price__container>.price__regular,.product-card__price>.price.price--on-sale>.price__container>.price__sale>.price__sale-inner>ins,.product--price-container>.product--price-wrapper>.product--price,.product-card__price>.product-card__price-cost>.product-card__price-item,.price.price--listing>.price__pricing-group>.price__regular .price-item.price-item--regular,.price.card-product__price>.price__container>.price__regular,.price.card-product__price.price--on-sale>.price__container>.price__sale>.price__sale-inner>ins,.price.price--listing:not(.price--on-sale)>dl.price__regular>dd>.price-item.price-item--regular,.price.price--listing.price--on-sale>dl.price__sale>dd>.price-item.price-item--sale,.product-title-wrapper>.price-wrapper>.item-price,.yv-prizebox>.yv-product-price,.price:not(.price-on-sale)>.price-container>.price-regular>.price-item.price-item-regular,.price.price-on-sale>.price-container>.price-sale .price-item.price-item-regular,.price.price--on-sale > .flex > .price__sale .price-item.price-item--sale,.price:not(.price--on-sale) > .flex > .price__regular .price-item.price-item--regular,.product-item__price-wrap>p.product-item__price.ff-product-price>.product-item__price-main,.price.price--listing.price--on-sale>.price__sale>.price-item.price-item--sale,.price.price--listing:not(.price--on-sale)>.price__regular>.price-item.price-item--regular,.card_product_Price>.card_sale_price,.product-item__price>.price[data-price-container]>.price__main,p.products-list-item__price.product__price>span:not(.products-list-item__price--varies,.products-list-item__price--compare),.product-card-detail-info>.product-pricing>.product-actual-price,.product-card__price>.price:not(.price--on-sale)>.price__regular>.price-item.price-item--regular,.product-card__price>.price.price--on-sale>.price__sale>.price-item.price-item--sale,.product-price__wrapper>.product-price_top>.price', priceCompareCollectionSelectorGCW: window.priceCompareCollectionSelectorGCW ? window.priceCompareCollectionSelectorGCW : '.price > .price__container > .price__sale .price-item.price-item--regular, price-list.price-list > compare-at-price,.product-card__details>.price.price--on-sale>.price__sale,.product-item__price__holder>.product-item__price>.price>.old-price,.product-price.product-price--block>.price.price--on-sale>.price__default>.price__was,.price.price--on-sale>.price__default>.price__was,.f-price.f-price--on-sale>.f-price__sale>.f-price-item--regular,.product-item-meta__price-list-container>.price-list>.price.price--compare,.product__grid__info .product__grid__price>.compare-at,.price.price--on-sale>dl>.price__sale .price-item--regular,.product-item__info-inner>.product-item__price-list.price-list>.price.price--compare,.product-card-info>.price>del>.amount,.grid-product__price>.grid-product__price--original,.card__content .price>.price__sale:not(.d-none) s.price-item.price-item--regular,.card-price>.price>.price-container>s.price-item,.product-grid--price>a>.product-price--sale:not(.hidden)>.price--compare-at-price,product-card-price.price>.price>.price__compare,.product-card__price>.price.price--on-sale>.price__container>.price__sale>.price__sale-inner>s,.product--price-container>.product--price-wrapper>.product--compare-price,.product-card__price>.product-card__price-cost>.product-card__price-item-old,.price.card-product__price.price--on-sale>.price__container>.price__sale>.price__sale-inner>del,.price.price--listing.price--on-sale>dl.price__sale>dd>.price-item.price-item--regular,.product-title-wrapper>.price-wrapper>.item-price-old,.yv-prizebox>.yv-product-compare-price,.price.price-on-sale>.price-container>.price-sale .price-item.price-item-sale,.price.price--on-sale > .flex > .price__sale .price-item.price-item--regular,.price.price--listing.price--on-sale>.price__sale>.price__compare>.price-item.price-item--regular,.card_product_Price>.card_compare_price,p.products-list-item__price.product__price>span.products-list-item__price--compare,.product-card-detail-info>.product-pricing>.product-compare-price,.product-card__price>.price.price--on-sale>.price__sale>.price-item.price-item--compare,.product-price__wrapper>.product-price_top>del.original-price', productThumbnailsImageSelector: window.productThumbnailsImageSelector ? window.productThumbnailsImageSelector : ['.swiper-thumbnails-main-container .swiper-slide','.product-gallery__thumbnail_item','.product-thumbs .product-single__thumbnails-item','.swiper-wrapper .swiper-slide','.gallery-thumbs [class*="gallery-thumbs__image-"]','.product-gallery__thumbnails .product-gallery__thumbnail','.thumbnails__thumbs .thumb--media-image','.product-area__thumbs__thumb','.thumb-slider-slides .product-single__thumbnails-item','.product-image-container .product_image','.product__thumbnail-list-inner .product__thumbnail-item','ul#ProductThumbs-product-template li','[data-product-thumbs] .media__thumb','.product-single__thumbnail-item','.product-single__thumbnails .product-single__thumbnail','.product-gallery--navigation .product-gallery--media-thumbnail','.thumbnails .product-thumbnail-wrap','.product-media--thumbs .product-media--thumb-container','.product-single__photo__nav__dots .slick-dots li','.gallery-navigation--scroller .product-gallery--media-thumbnail','.product__thumbnail-list .product__thumbnail-item','.thumbnails .thumbnail','.product__slides-navigation-container .product__slides-navigation','.productImgSlider-nav .product-single__media-thumb','slideshow-thumbnails [class*="slideshow-thumbnails-item"]','.product__thumbs--scroller .product__thumb-item','.product__thumbnails .md--up--flex--auto','.product-detail__thumbnails .product-detail__thumbnail','.media__thumb__wrapper .media__thumb','.thumbnails .image','.thumbs-holder .thumb','.product_thumbnail-list .product_thumbnail','.product-gallery__thumbnail-list .product-gallery__thumbnail','.product__thumbs .product__thumb-item','.product-media-nav .product-media-nav-item','.product-thumbnails .product-thumbnails__item','.product-page--grid .product-media--wrapper','.product-gallery__thumb-slides .product-single__thumbnails-item','.product-gallery__media-list .product-gallery__media-list-item','.product-gallery-navigation__thumbnails .product-gallery__navigation-thumbnail','.thumbnail-list .thumbnail-list__item','#product-images .product-image','#product-thumbnails .product-thumbnail','.main-product__media-thumbs-list .main-product__media-thumbs-item','.main-product__media-list .main-product__media-item','.product-thumbnail-list-item','.product-thumbnail-slider [data-name="slide"]', '.product-gallery--media-thumbnail', '.product-single__thumbnails .swiper-slide', '.product-medias__thumbnail', '.thumbnail-list__item', '.product-single__thumbnails .product-single__thumbnails-item', '.thumbs .thumb', '.product-gallery .thumbnails .thumbnail', '.product-thumbnails .product-thumbnail', '.product__thumbnails .product-flickity__slides .nine-twelfths.md--up--one-whole', '#thumblist .thumb_item', '#ProductThumbs-product-template li', '#product-image-thumbnails li', '.product-gallery--navigation .product-gallery--thumbnail-trigger', '#product-thumbnails li', '.productimages .thumbs ul li', '#product-photos .thumbnails a', '.product-single__thumbnails .product-single__thumbnail-item', '.product-single__thumbnails .thumbnail-wrapper.grid__item', '.product-photo-thumbs .grid-item', '#product-thumbnails-product-template .thumbnails .thumbnail-gallery-item', '.product__slideshow--nav img', '.product__thumbs--beside .product__thumb-item', '.product-thumbnails .product-slideshow-pagination-item', '.productThumbs li', '.product_slider .flex-control-thumbs li', '#product-photos .thumb_product', '.product-images .product-thumbnails img', '.Product__SlideshowNavScroller .Product__SlideshowNavImage', '#image-block .flex-control-thumbs li', '.product-detail .gallery .thumbnails a', '.product__thumbnails .product__thumbnail', '.product_gallery_nav .gallery-cell', '.product-single__photo .slick-dots li', 'ul#ProductThumbs li.grid__item', 'html.product .secondary-images .secondary-image', '#product-area .pager .wrap.thumb', '.product-single__thumbnails .product-single__media-wrapper', '.product--stacked .product__media-list .product__media-item', '.product--columns .product__media-list .product__media-item'], singleOptionSelector: window.singleOptionSelector ? window.singleOptionSelector : '.option-selectors,.wetheme-dropdown__select,.single-option-selector, select[data-single-option-selector], .pretty-select select:not(.replaced), .select-wrapper select, .selector-wrapper:not(.has-pretty-select) select, .product-form__select .form__input--select', selectOptionDetail: window.selectOptionDetail ? window.selectOptionDetail : '.options-selection__select-wrapper,.ProductForm__Option,product-options-root,product-variant-selector,.product-form__controls-group--options,.option-selector,.product__swatches,.pf-option-swatches,.option-values,.option-header,.product-details__option-wrapper,.tt-swatches-container,.form-options,product-variants,.selectorVariants,.product__variants__wrap,.g-variant-selector,.swatches,.pf-variant-radio,.radio-wrapper,.gf_variants-wrapper,.product-form--variants,variant-radios,.vario-variant-wrapper,#nt_variations,variant-selects,.pf-variant-select,.pf-variant-label,.product-single__swatches,.select:not(.number),.product-form__controls-group-options,.product-form-option,.swatches-type-products,.form-field.form-options,.swatch,form select[name="id"],.tt-product-head__options,.variant-wrapper,.swatches-wrapper,.swatches__container,.product-form__controls-group:nth-child(1):not(.product-form__controls-group--submit),.product-swatches,#product-options .product-swatches, form#AddToCartForm > .swatch, .product-form--alt .form-field.form-options, .materialize-select, .product-form__select, .product-single__meta .radio-wrapper.product-form__item, .product__form-wrapper .product-form__item:not(.product-form__quantity-selector),.product-form .product-form__item:not(.product-form__quantity-selector,.product-form__item--quantity,.product-form__item--submit), .variations .product-attribute, .product-details-wrapper .inline-field-wrapper, .product-single__form .variant-wrapper, .product__info .product__form .product__variants .form__control, .variant-group .variant-group-multiple, .card__section form[action*="/cart/add"] .product-form__variants,.yv-main-product-detail .product-option-selector, .js-enabled.product__option[data-product-option], product-selector.main-product__selector, .product__form-container .product__variants-select, .product-form-grid.product-form-grid-select .select-header, .product-form-grid.product-form-grid-select .select-wrapper, .product-form__variants .product-form__option, .product__details .product__controls-group .product__option, variant-picker, .f8pr-variant-selection.no-zindex, .js-product-options fieldset.product-form__input, options-selection fieldset.options-selection__swatches.options-selection__swatches--color_swatch,.summary-item.variant-picker,sht-variant-radios.product__variants--radios,product-selector.product-selector.product-selector--default,loess-variant-picker.main-product__block-variant-picker,.productInfoWrap .variantPickerWrap,variant-picker.product-variant-picker,.product__block.product__variant-select,.product__detail-content .product-option-selector-box,form.product-form .product-options,variant-element.product-content-item,.product__content color-swatches.no-js-hidden,.product-block--variant_picker .variant-picker,.Product__Block.Product__Block--variantPicker, product-form div[data-name="options"], .product_variant_options[data-product_variant_options],block-variant-picker,.variant-selects,variant-pills,.product-variants-options[data-product-variants],.xo-product-info-content__variant,variant-wrapper,.wt-product__options variant-options,variants-set,product-options.product-summary__variant-picker,product-variant-selects,variant-radios-page,product-card-variants', btnValidationAddtocart: window.btnValidationAddtocart ? window.btnValidationAddtocart : '#shopify_add_to_cart,.product-form .btn-cart,.js-product-button-add-to-cart,.shopify-product-form .btn-addtocart,#product-add-to-cart,.shopify-product-form .add_to_cart,.product-details__add-to-cart-button,.shopify-product-form .product-submit,.product-form__cart-buttons,.shopify-product-form input[type="submit"],.js-product-form button[type="submit"],form.product-purchase-form button[type="submit"],#addToCart,#AddToCart,[data-btn-type="add-to-cart"],.default-cart-button__button,.shopify-product-form button[data-add-to-cart],form[data-product-form] .add-to-cart-btn,.product__submit__add,.product-form .add-to-cart-button,.product-form__cart-submit,.shopify-product-form button[data-product-add],#AddToCart--product-template,.product-buy-buttons--cta,.product-form__add-btn,form[data-type="add-to-cart-form"] .product__add-to-cart,.productForm .productForm-submit,.ProductForm__AddToCart,.shopify-product-form .btn--add-to-cart,.ajax-product-form button[data-add-to-cart],.shopify-product-form .product__submit__add,form[data-product-form] .add-to-cart,.product-form .product__submit__add,.shopify-product-form button[type="submit"][data-add-button],.product-form .product-form__add-button,.product-form__submit,.product-single__form .add-to-cart,form#AddToCartForm button#AddToCart,form.shopify-product-form button.add-to-cart,form[action*="/cart/add"] [name="add"],form[action*="/cart/add"] button#AddToCartDesk, form[data-product-form] button[data-product-add], .product-form--atc-button[data-product-atc], .globo-validationForm, button.single_add_to_cart_button, input#AddToCart-product-template, button[data-action="add-to-cart"], .product-details-wrapper .add-to-cart input, form.product-menu-form .product-menu-button[data-product-menu-button-atc], .product-add input#AddToCart, #product-content #add-to-cart #addToCart, .product-form-submit-wrap .add-to-cart-button, .productForm-block .productForm-submit, .btn-wrapper-c .add, .product-submit input.add-to-cart, .form-element-quantity-submit .form-element-submit-button, .quantity-submit-row__submit input, form#AddToCartForm .product-add input#addToCart, .product__form .product__add-to-cart, #product-description form .product-add .add, .product-add input.button.product-add-available, .globo__validation-default, #product-area .product-details-wrapper .options .selector-wrapper .submit,.yv-checkout-btn .add_to_cart,form.product_form .product-add input.AddtoCart, form.js-product-form-quickshop .product-form__buttons .ajax-submit, form.product-form .product-add-to-cart button.product-button.tw-btn, button[data-pf-type="ProductATC"], form.shopify-product-form buy-buttons.buy-buttons button.button, form.f8pr.f8pr-buy-button button.overlay-tertiary, .product_page_addtocart input.button, .product__detail form[action*="/cart/add"] .form__btns input.button,form.f8pr.f8pr-buy-button button.preorder-button,form.productInfoProductForm button.formBtn,.product-converter__add-to-cart form[action*="/cart/add"] button.ux-cart,product-form#main-product-form form button.featured-product__add-to-cart-button,form.product-form .product-add-to-cart button.add-to-cart,#product-info form.add-to-cart-form button.add-to-cart-button,form.js-prod-form-submit button.AddtoCart,form.product-page--form product-buy-buttons-root.product-buy-buttons--root button.product-buy-buttons--primary,form.f8pr.f8pr-buy-button p.submit button.overlay-buy_button,form.main-product-form .product-checkout-buttons button.atc-btn', parentSelectorSwatchCollection: window.parentSelectorSwatchCollection ? window.parentSelectorSwatchCollection : '.parentSelectorSwatchCollection', imageSelectorCollection: window.imageSelectorCollection ? window.imageSelectorCollection : 'img', productGSWSelector: window.productGSWSelector ? window.productGSWSelector : 'variant-radios, variant-selects, variant-picker, .product__details .product__variants-wrapper, #main-product-content .f8pr-variant-selection, product-variants-selector.product-variants-selector,.f8pr .f8pr-variant-selection,.product__selectors,.product-block[data-dynamic-variants-enabled],.product .product__content .product__selector,.product-page--block[data-block-type="options"],.product-info-wrapper .quantity-controls__outer.swatches-wrapper,.item-info .type_variant_picker,.product .item .item-info .block.type-variant_picker, .variant-picker[data-variant-picker], product-form div[data-name="options"][data-aid="full-product-options"], product-variant-selector, .product-block[data-variant-block], form.flex.flex-row[action*="/cart/add"] .sticky .options, form.add-to-cart-form .selector-wrapper.product-category, form.shopify-product-form[action*="/cart/add"] .add-to-cart-container button#addToCartButton, .product__block__variants, barracuda-variant-picker, .product-form__controls-group .variant-wrapper, .product-info__block-item[data-block-type="variant-picker"],variant-selection.variant-selection,.product-form__variants,sht-variant-radios,.yv-main-product-detail .yv-product-quantity,.variant-selects,variant-pills,ap-productvariants,.product-variants-options[data-product-variants],loess-variant-picker,.xo-product-info-content__variant,product-block-variant-selector,variant-wrapper,.wt-product__options variant-options,variant-selector,variants-set,product-card-variants', productGSWGroupSelector: window.productGSWGroupSelector ? window.productGSWGroupSelector : 'variant-radios, variant-selects, .product__details .product__variants-wrapper, form[action*="/cart/add"]:not(.installment,.f8pr-product-form-installment,.sticky-add-to-cart-form) [name="id"], #main-product-content .f8pr-variant-selection, product-variants-selector.product-variants-selector,.f8pr .f8pr-variant-selection,.product__selectors,.product-block[data-dynamic-variants-enabled],.product .product__content .product__selector,.product-content .product-block.product-block-quantity-selector,.product-page--block[data-block-type="options"],.product-info-wrapper .quantity-controls__outer.swatches-wrapper,.ProductSummary .ProductForm__QuantityWrapper.Product__Block--quantitySelector,.item-info .type_variant_picker,.product-form-frame .form-block.product-form .product-description,.product .item .item-info .block.type-variant_picker,.Product .Product__Middle .Product__Block.Product__Block--price', productForm: window.productFormGloboSwatch ? window.productFormGloboSwatch : '.product-form--container,.add-to-cart-form,form.productForm,.nt_cart_form,form.product-form-wrapper,form.product-purchase-form,form.product__form,form.js-product-form,form.ProductForm,form[data-product-form],form.product-buy-buttons--form,form.product__form-container,form.product__form-buttons,product-form.product-form form,form.buy-buttons__form,.main-product__form-form,#product-form-installment,#AddToCartForm,.shopify-product-form,.product_form_classes,.product form[data-type="add-to-cart-form"],.ajax-product-form,form.product-form,form.product_form,form.gPreorderForm,.product-single__form,.shopify-product-form,#shopify-section-product-template form[action*="/cart/add"],.ga-products-table li.ga-product,.pf-product-form,form.f8pr.cart-initialized,form.productInfoProductForm,form.t4s-form__product', productParentInStockGSW: window.productParentInStockGSW ? window.productParentInStockGSW: 'product-info, .product-single__meta, .product__content, .product__info-container, .product__main__content, .product__details, .product__info, .product-information--inner, .product-single__box, .f-product-single__blocks, .summary.entry-summary, .product-info, .main-product__form, .f8pr-container, .product__meta', productCollectionItem: window.productCollectionItem ? window.productCollectionItem : '.card > .card__content .card__information,.collection-product-card .card-wrapper,.sf__pcard,.product-item__content,.products .product-col,.pr_list_item,.pr_grid_item,product-item,.product-wrap,.tt-layout-product-item .tt-product,.products-grid .grid-item,.product-grid .indiv-product,.collection-page__product-list .product-item,.product-list [data-product-item],.product-list .product-block,.collection-products .collection-product,.collection__grid-loop .product-index,.product-thumbnail[data-product-thumbnail],.filters-results .product-list .card,.product-loop .product-index,#main-collection-product-grid .product-index,.collection-container .product,.featured-collection .product,.collection__grid-item,[data-product-grid-item],.product-grid-item.product-grid-item--featured,.collection__products .product-grid-item,.featured-collection__wrapper .grid__item,.collection-alternating-product,.product-list-item,.product-grid .grid__item,collection-product-grid [class*="column"],.collection-filters .product-grid-item,.product-grid .product-item,.featured-collection__content .featured-collection__item,.collection-grid .grid-item.grid-product,#CollectionProductGrid .collection-list li,.collection__products .product-item,.collection__products .product-item,#main-collection-product-grid .product-loop__item,.product-loop .product-loop__item,.products #ajaxSection c:not(.card-price),#main-collection-products .product,.grid.gap-theme > li,.mainCollectionProductGrid .grid .block-product,.collection-grid-main .items-start > .block,.collection-list-products .grid__item .grid-product__wrapper,.s-collection__products .c-product-item,.products-grid .product,[data-section-type="collection"] .group.block,.blocklayout .block.product,.sf__pcard,.product-grid .product-block,.product-list .product-block .product-block__inner,.grid__item .grid-view-item,.collection.grid .product-item .product-item__wrapper,.collection--body--grid .product--root,.o-layout__item .product-card,.productgrid--items .productgrid--item .productitem,.box__collection,.collection-page__product,.collection-grid__row .product-block .product-block__inner,.ProductList .Grid__Cell .ProductItem .ProductItem__Wrapper,.items .item .item__inner,.grid-flex .product-block,.product-loop .product,.collection__products .product-tile,.product-list .product-item,.grid__item .grid-product__content,.product-grid .grid-item .grid-item__content,.collection .product-item,.product-grid .grid__item .indiv-product,.collection__grid .product-card .product-card-info,.collection-list .block,.collection__products .product-item,.product--root[data-product-view=grid],.grid__wrapper .product-loop__item,.collection__list-item,.grid__item.grid__item--collection-template,.product-recommendations__inner .grid__item, #CollectionSection .grid-uniform .grid-item, #shopify-section-collection-template .product-item, #shopify-section-collection-template .grid__item, .collections__products .featured-collections__item,#product-grid .grid__item, .template-collection .grid--uniform .grid__item,.collection-grid-section:not(.shopify-section),.spf-product-card,.product-grid-item,ul#main-collection-product-grid li.grid__item .card-wrapper,.yv-products-list .yv-product-card,.product-facet__product .product-list__inner .product-item .product-item__info, .l4cl li.w33, .Grid .Grid__Item .ProductCard .ProductCard__Inner, #product-grid .product-card, .grid--view-items .grid__item .grid-view-item, .card-list__column .card--reveal, .collection__products .product-item .product-item__inner, #js-product-ajax .js-col .product-card, .sf__product-listing .sf__col-item .sf__pcard, #ProductGridContainer ul#product-grid>li, #collection-products .product .product-border, .CollectionGrid .grid--view-items .product-item-block .product-card, collection-grid.collection-grid-main .grid product-card.block, grid#ajaxSection>c, .collection__products .product-grid-item .product-grid-item__inner,.site-box .site-box-content .product-item, .content-wrapper--collection .container>.thumbnail.column, ul.grid .type-product-grid-item, .grid-item .card-product, .content-wrapper .container>.thumbnail.column,#facets-results .relative [data-parallax-element] [data-media-item] .group, .collection-page__loop .collection-page__product .product-loop-element, .collection .products > .product, reveal-items .product-list product-card.product-card, .productListing .product .card-information,.product-card .product-card__info, .collection__grid-item product-card.grid-item .product-card, product-card.card.card--product, .collection-product-item .card-wrapper, ul#main-collection-products li.grid-item, .products .product-card, x-grid.cards x-cell,ul#product-grid li.grid__item .card-wrapper.wbproduct-container,ul#collection li.product-card,#product-grid card-product.card-product,.product-grid loess-product-card.card,.grid__item product-card.product-card-wrapper,#facets-results ul.grid li.relative,.collectionGrid .productWrap .productInfo,.collection__item .product-card, .collection-grid .card,.shop__products-grid .shop__grid-item product-card.product-card,.collection-grid .collection-grid-item .product-item,ul#main-collection-body-products>li.block>div,#grid-product .card-product,.results-grid__item .product-card__content,.collection__products .product-tile[data-product-tile],.product-card-item .product-card,.window section.grid .group,.small-block .small-block-bottom,.product-card-minimal .product-card-minimal__wrapper,.collection-grid__wrapper .grid__item .product__content,.collection-toggle .product-item,ul.products-list .products-list-item,div#product-grid product-card.product,.grid.grid--products .card.card--product .card-body,.grid-archive__products-grid-container .grid-archive__content .card,.product-grid .row .product-card[data-product-card],.products-on-page .product-card-item .card-product,.product-card__container .product-card__wrapper .product-card__content, .grid .card.product-item,.shop-block-one.sin-prd-item .inner-box,.main-collection-content .main-collection--product,.product-card.main-collection-grid__grid-item, ul.collection-list.grid .group, .card .product-card__content, .card.card--product.card--default, .grid-archive__content .card, .collection-page__product-list article.product-item, .pr_grid_item .product-inner,.t4s-product .t4s-product-wrapper,product-card .product-card-item,.collection-product-clm .product-card__wrapper,.product-card .product-card-detail,.xo-product-card .xo-product-card__information,.card-wrapper.product-card-wrapper product-card.card,.collection__grid__item color-swatch > .card__container,.m-product-card,.ic-grid-item .product-card,product-card.product-card--root,.js-collection-content .product-index,product-card.product-card>.product-card-inner', productCollectionHref: window.productCollectionHref ? window.productCollectionHref : '.product-block .image a.image-inner[href*="/products/"],a.product-block__link[href*="/products/"],a.indiv-product__link[href*="/products/"],a.thumbnail__link[href*="/products/"],a.product-item__link[href*="/products/"],a.product-card__link[href*="/products/"],a.product-card-link[href*="/products/"],a.product-block__image__link[href*="/products/"],a.stretched-link[href*="/products/"],a.grid-product__link[href*="/products/"],a.product-grid-item--link[href*="/products/"],#CollectionLoop a.product-link[href*="/products/"],a.product__link[href*="/products/"],a.full-unstyled-link:not(.card__inner a.full-unstyled-link)[href*="/products/"],a.grid-item__link[href*="/products/"],a.grid-product__link[href*="/products/"],a.boost-pfs-filter-product-item-image-link[href*="/products/"],a.yv-product-title[href*="/products/"],a.product-item-meta__title[href*="/products/"],a.ProductItem__ImageWrapper[href*="/products/"],.product-grid--title a[href*="/products/"], .link-btn a.overlay-tertiary[href*="/products/"], .ProductCard__ImageWrapper a[href*="/products/"], .product-block__title-price a.title[href*="/products/"], .collection--body--grid .product--root > a[href*="/products/"], .h4.spf-product-card__title a[href*="/products/"], a[data-grid-link][href*="/products/"], a.grid-view-item__link[href*="/products/"], a.product-thumbnail__title[href*="/products/"], .card-list__column .card--reveal a.card__wrapper[href*="/products/"], h3.product--item-title a[href*="/products/"], #main-collection-product-grid .product-index .product-info a[href*="/products/"], .fs-product-card-title a[href*="/products/"], .product-card__info a.product-card__name[href*="/products/"], .sf__pcard a.sf__pcard-name[href*="/products/"], #ProductGridContainer ul#product-grid a.prod-th[href*="/products/"], .collection-products a.collection-product[data-action="show-product"][href*="/products/"], h3.card__title a.card__link[href*="/products/"], h3.product-item__title a[href*="/products/"], .product-loop__info-wrapper .product-loop__title a[href*="/products/"], #main-collection-product-grid .product-loop__item>a[href*="/products/"], .product-details .product-title h4 a[href*="/products/"], .product-card-info a.product-card-title[href*="/products/"], .product-card__container a.product-card__heading[href*="/products/"], figure.product_thumbnail a[href*="/products/"], .product-item--info a.item__link-title.product-card__link-title[href*="/products/"], figure.product-card-figure a.product-card-overlay[href*="/products/"], .block.product a.img-link[href*="/products/"], .product-item a.product-item__image-wrapper[href*="/products/"], product-card.block a.block[href*="/products/"], .product-details .title-wrap h3.title a[href*="/products/"], .product .cards .card-image a[href*="/products/"], .product-grid-item__inner a.product-grid-item__title[href*="/products/"], .product-tile > a.block[href*="/products/"],.site-box .site-box-content a.product-item[href*="/products/"], .product-item__media a.product-item__image-link[href*="/products/"], .product-list-item a.product-list-item-overlay-link[href*="/products/"], .content-wrapper--collection .container>.thumbnail.column>a[href*="/products/"], .product-list-item-thumbnail>a[href*="/products/"], h2.productitem--title a[href*="/products/"], .product-block__title a.product-block__title-link[href*="/products/"], .product-item__text a.product-item__title[href*="/products/"], #main-collection-product-grid a.js-product-details-link[href*="/products/"], .type-product-grid-item a.increase-target[href*="/products/"], .card-info h3.card-heading a[href*="/products/"], .type-product-grid-item a.block[href*="/products/"], #facets-results [data-parallax-element] [data-media-item] a[href*="/products/"], .collection-page__loop .collection-page__product .product-loop-element .product-loop_title a.p-link--no-accent[href*="/products/"], .collection .products .product a.inner[href*="/products/"], h3.product-card-title a[href*="/products/"], .product-grid-item a.increase-target[href*="/products/"], .collection-list a.list-container[href*="/products/"], .product-card__title a[href*="/products/"], .filters-adjacent.collection-listing .product-info a.product-link[href*="/products/"], .card-information a.card-title[href*="/products/"], .product-card a.product-title[href*="/products/"], .collection__grid-item product-card.grid-item .product-card a.product-card__media[href*="/products/"], .card-wrapper a.card-product__link[href*="/products/"], product-card.card.card--product .card__media a.media[href*="/products/"], .card-wrapper a.card-details__link[href*="/products/"], .grid-item squama-item a.item-link[href*="/products/"], .products .product-card a.product-image[href*="/products/"], .grid__item .card-wrapper .card a.media[href*="/products/"], .product-card h3.card__heading a[href*="/products/"],ul#collection li.product-card h3 a[href*="/products/"],card-product.card-product a.card-product__content[href*="/products/"],.product-grid loess-product-card.card a.card__image[href*="/products/"],.grid__item product-card.product-card-wrapper a.product-card__image-wrapper[href*="/products/"],#facets-results ul.grid li.relative a.tile-link[href*="/products/"],.collectionGrid .productWrap .productInfo a.cardLink[href*="/products/"],.card-product a.link-product-variant[href*="/products/"],.collection-grid .card a.card-media[href*="/products/"],.product-item .product-item-image a[href*="/products/"],ul#main-collection-body-products>li.block a.block[href*="/products/"],#grid-product .card-product a[href*="/products/"],.product-card__content a.product-card-media-gallery__link[href*="/products/"],.product-tile .product-tile__image-wrapper a[href*="/products/"],.product-card-item .product-card a.product-img[href*="/products/"],.product-grid-item a.product__card--link[href*="/products/"],section.grid .group a.block[href*="/products/"],.product-card a.product-card__image-wrapper-link[href*="/products/"],.small-block .small-block-bottom a[href*="/products/"],.card-wrapper a.card-wrapper__link--overlay[href*="/products/"],.product-card-minimal__wrapper a.product-card-minimal__image[href*="/products/"],.site-box-content a.product-item__special-link[href*="/products/"],.product-grid .product-card a.image-link[href*="/products/"],.grid__item .product__content a.product__image-link[href*="/products/"],.products-grid .product-image a.product-grid-image[href*="/products/"], .ml_card_wrapper a.ml_img_link[href*="/products/"],.products-list-item .products-list-item__image a[href*="/products/"],.product-item a.product-item__invisible-link[href*="/products/"],.shop-block-one.sin-prd-item .inner-box a.theme-btn.btn-one[href*="/products/"],.card.card--product a.media[href*="/products/"],.main-collection--product a.card__link[href*="/products/"],product-card.card .card_image.product_round a[href*="/products/"], .product-card.main-collection-grid__grid-item a[href*="/products/"], .product__content .product__image-link a[href*="/products/"], .grid .group a.absolute[href*="/products/"],.product-block a.product-link[href*="/products/"], .card .product-card__content a.product-card__title[href*="/products/"], .card.card--product.card--default a.card-media[href*="/products/"], .grid-item a.group.link-product-variant, .grid-archive__content .card a[href*="/products/"], a.card.card-js.card-quick-view, article.product-item a.product-item__image-link, .card__image a.card__link, .pr_grid_item .product-inner .product-title a[href*="/products/"],.t4s-product-wrapper a.t4s-full-width-link[href*="/products/"],.product-name a[data-instant][href*="/products/"],.card-media>a[href*="/products/"],.card__media>a[href*="/products/"],.xo-product-card__title a[href*="/products/"],.card-content .card-heading a[href*="/products/"],.card__container>a.card[href*="/products/"],h3.card__title a.unstyled-link[href*="/products/"],.m-product-card__content a.m-product-card__name[href*="/products/"],.product-card a.card-link[href*="/products/"],.product-card--root a.product-card--image-wrapper[href*="/products/"],.product--details>a.js-product--details-link[href*="/products/"],.product-media-card .media-image a[data-main-image][href*="/products/"],.product-item__details a.product-item__title[href*="/products/"]', featuredProductItem: window.featuredProductItemGloboSwatch ? window.featuredProductItemGloboSwatch : '.featured-product, .shopify-section--featured-product,.featured-product__container,.cc-featured-product,.featured--product', featuredProductHref: window.featuredProductHrefGloboSwatch ? window.featuredProductHrefGloboSwatch : '.featured-product a.product__view-details[href*="/products/"], .featured-product a.view-product-details[href*="/products/"], .shopify-section--featured-product .product-title a[href*="/products/"],.shopify-section--featured-product .product-info__title a[href*="/products/"], .featured-product .product__title a[href*="/products/"],.featured-product .product-link__button a[href*="/products/"],.featured-product__container .product-block--view-product-link a.product-link[href*="/products/"],.cc-featured-product .product-title a[href*="/products/"],.featured--product a.product__view-details[href*="/products/"],.featured-product .product-meta__title a[href*="/products/"]', quickviewProductParent: window.quickviewProductParentGloboSwatch ? window.quickviewProductParentGloboSwatch : 'quick-add-modal.quick-add-modal,quick-view-drawer,.modal.modal--quick-shop,quick-add-drawer.quick-add-drawer,.modal[data-modal-container],tool-tip,.side-panel.product-drawer,.pswp,quick-buy-drawer.quick-buy-drawer,quick-buy-modal.quick-buy-modal,dialog.product-quick-add,.fancybox-container.fancybox-is-open,quick-view.quick-view.is-opened,.drawer.quickview__modal,quick-view.quick-view[active]', productGSWBundleComboSelector: window.productGSWBundleComboSelector ? window.productGSWBundleComboSelector: 'buy-buttons,product-form,[data-pf-type="ProductATC"],.product-single__add-to-cart,.product-form__item--submit,.ProductForm__BuyButtons,.ProductForm__AddToCart,.product-page--submit-action,.product-form__payment-container,[data-product-submit],.product-form--atc,.purchase-details,.product-single__form .payment-buttons,.product-form--wide,.product-single__add-to-cart,.product-form--button-container,.js-product-add-to-cart,.product-detail__form__action,.product__submit__buttons,.buy-buttons-row,.t4s-product-form__buttons,.qty-wrapper--with-payment-button,.type_buy_buttons,.product-single__form .add-to-cart,.purchase-section,.product-form__buttons,.product__atc,.product-form__payment-container,[data-icon="gpicon-product-cartbutton"],.pro-detail-button,.cst-small-crtbtn,.product-single__shopify-payment-btn,.yv-checkout-btn-full-width,.yv-checkout-btn,.product-form-product-template,.btn-cart-wrapper,.add-to-cart-container,#AddToCart-product-template,.single_product__quantity,.product-form__submit,.btn--add-to-cart,[data-pf-type="ProductATC2"],.product-info__block-item[data-block-type="buy-buttons"],block-buy-buttons.block-buy-buttons,.product-block-buy-buttons,.buy-buttons-wrapper,.button-product-buy_buttons', productGSWBundleQuantityBreakSelector: window.productGSWBundleQuantityBreakSelector ? window.productGSWBundleQuantityBreakSelector: 'buy-buttons,product-form,[data-pf-type="ProductATC"],.product-single__add-to-cart,.product-form__item--submit,.ProductForm__BuyButtons,.ProductForm__AddToCart,.product-page--submit-action,.product-form__payment-container,[data-product-submit],.product-form--atc,.purchase-details,.product-single__form .payment-buttons,.product-form--wide,.product-single__add-to-cart,.product-form--button-container,.js-product-add-to-cart,.product-detail__form__action,.product__submit__buttons,.buy-buttons-row,.t4s-product-form__buttons,.qty-wrapper--with-payment-button,.type_buy_buttons,.product-single__form .add-to-cart,.purchase-section,.product-form__buttons,.product__atc,.product-form__payment-container,[data-icon="gpicon-product-cartbutton"],.pro-detail-button,.cst-small-crtbtn,.product-single__shopify-payment-btn,.yv-checkout-btn-full-width,.yv-checkout-btn,.product-form-product-template,.btn-cart-wrapper,.add-to-cart-container,#AddToCart-product-template,.single_product__quantity,.product-form__submit,.btn--add-to-cart,[data-pf-type="ProductATC2"],.product-info__block-item[data-block-type="buy-buttons"],block-buy-buttons.block-buy-buttons,.product-block-buy-buttons,.buy-buttons-wrapper,.button-product-buy_buttons,.product--block[data-block-type="buy-buttons"],.with-payment-buttons,div[js-buy-buttons],.product__section--buttons.product-add.product__section--element,.product-blocks__block.product-blocks__block--buttons,form.product-form.js-product-sticky-container .product-add-to-cart,.product-details product-info form#product-form,main#root #product-add,.main-product_row.main-product_row-buttons,.product-summary__product-form.block-buy-buttons,.product__section--buttons.product-add,.product__section-details__inner.product__section-details__inner--product_buttons,.product__section-content__block.product__section-content__block--buttons,.main-product__add-to-cart,[data-atc-form],.product-details__add-to-cart-buttons' } if(window.Shopify && window.Shopify.theme && window.Shopify.theme.theme_store_id != null) { document.getElementsByTagName('html')[0].classList.add('gsw-theme-store-id-'+window.Shopify.theme.theme_store_id); } if(GloboSwatchConfig.locale != null && GloboSwatchConfig.cur_locale != GloboSwatchConfig.locale) { document.getElementsByTagName('html')[0].classList.add('gsw-app-swatch-multiple-languages'); } </script> <style> /* Collection page */ .swatches-globo .swatch--gl li .globo-style--button, .globo-product-groups-collection .gsw-item-product-group .gsw-prg-item .globo-style--button { border-color: #000000; color: #0a0a0a; background-color: #ffffff; } .swatches-globo .swatch--gl li .globo-style--button:hover, .globo-product-groups-collection .gsw-item-product-group .gsw-prg-item .globo-style--button:hover { border-color: #000000; color: #ffffff; background-color: #000000; } .swatches-globo .ul-swatches-list li.swatches-options input:checked + .globo-style--button, .globo-product-groups-collection .gsw-item-product-group .is-gsw-active .globo-style--button { border-color: #000000; color: #ffffff; background-color: #000000; } .swatches-globo .swatch--gl li .globo-border-color-swatch:not(.globo-border-style-none), .globo-product-groups-collection .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .gsw-prg-item--link span.globo-border-color-swatch:not(.globo-border-style-none) { border-color: #9b9b9b; transition: box-shadow .25s ease, transform .25s ease; } .swatches-globo .swatch--gl li .globo-border-color-swatch:not(.globo-border-style-none):hover, .globo-product-groups-collection .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .gsw-prg-item--link span.globo-border-color-swatch:not(.globo-border-style-none):hover { border-color: #58468c; } .swatches-globo .swatch--gl li .swatch-anchor.globo-border-effects-shadow:hover, .globo-product-groups-collection .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .gsw-prg-item--link span.globo-border-effects-shadow:hover { box-shadow: 0 0 0 0.08rem #58468c, 0 8px 20px rgba(34, 34, 34,.1), inset 0 0 0 3px rgb(255,255,255); } .swatches-globo .ul-swatches-list li.swatches-options input:checked + label.globo-border-color-swatch:not(.globo-border-style-none), .globo-product-groups-collection .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .is-gsw-active span.globo-border-color-swatch:not(.globo-border-style-none) { border-color: #58468c; } .swatches-globo .ul-swatches-list li.swatches-options input:checked + label.globo-border-effects-shadow, .globo-product-groups-collection .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .is-gsw-active span.globo-border-effects-shadow { box-shadow: 0 0 0 0.08rem #58468c, 0 8px 20px rgba(34, 34, 34,.1), inset 0 0 0 3px rgb(255,255,255); } .swatches-globo .swatch--gl .dropdown-selector.dropdown-selector-default .ul-globo-dropdown-option li label, .swatches-globo .swatch--gl .dropdown-selector.dropdown-selector-default .dropdown-button-gsw, .globo-product-groups-collection .dropdown-selector-productgroup ul.globo-dropdown-option-productgroup li .gsw-prg-item--link, .globo-product-groups-collection .dropdown-selector-productgroup .dropdown-button-gsw-productgroup { } .swatches-globo--list .swatches-globo .swatch--gl .dropdown-selector.dropdown-selector-default .ul-globo-dropdown-option li.swatches-options:hover label { } .swatches-globo--list .swatches-globo .swatch--gl .dropdown-selector.dropdown-selector-default .ul-globo-dropdown-option li.swatches-options input:checked + label { } /* Product Detail Page */ .globo-swatch-product-detail .swatch--gl li .globo-style--button, .globo-product-groups-detail .gsw-item-product-group .gsw-prg-item .globo-style--button { border-color: #000000; color: #000000; background-color: #FFFFFF; } .globo-swatch-product-detail .swatch--gl li .globo-style--button:hover, .globo-product-groups-detail .gsw-item-product-group .gsw-prg-item .globo-style--button:hover { border-color: #000000; color: #ffffff; background-color: #000000; } .globo-swatch-product-detail ul.value li.select-option input:checked+.globo-style--button, .globo-product-groups-detail .gsw-item-product-group .is-gsw-active .globo-style--button { border-color: #000000; color: #ffffff; background-color: #000000; } .globo-swatch-product-detail .swatch--gl li .globo-border-color-swatch:not(.globo-detail-border-style-none), .globo-product-groups-detail .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .gsw-prg-item--link span.globo-border-color-swatch:not(.globo-detail-border-style-none) { border-color: #9b9b9b; transition: box-shadow .25s ease, transform .25s ease; } .globo-swatch-product-detail .swatch--gl li .globo-border-color-swatch:not(.globo-detail-border-style-none):hover, .globo-product-groups-detail .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .gsw-prg-item--link span.globo-border-color-swatch:not(.globo-detail-border-style-none):hover { border-color: #58468c; } .globo-swatch-product-detail .swatch--gl li:hover .globo-detail-border-effects-shadow, .globo-product-groups-detail .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .gsw-prg-item--link:hover span.globo-detail-border-effects-shadow { box-shadow: 0 0 0 0.08rem #58468c, 0 8px 20px rgba(34, 34, 34,.1), inset 0 0 0 3px rgb(255,255,255); } .globo-swatch-product-detail ul.value li.select-option input:checked+label.globo-border-color-swatch:not(.globo-detail-border-style-none), .globo-product-groups-detail .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .is-gsw-active span.globo-border-color-swatch:not(.globo-detail-border-style-none) { border-color: #58468c; } .globo-swatch-product-detail ul.value li.select-option input:checked+label.globo-detail-border-effects-shadow, .globo-product-groups-detail .gsw-item-pg-style-product-img .gsw-list-products-group .gsw-prg-item .is-gsw-active span.globo-detail-border-effects-shadow { box-shadow: 0 0 0 0.08rem #58468c, 0 8px 20px rgba(34, 34, 34,.1), inset 0 0 0 3px rgb(255,255,255); } .globo-swatch-product-detail .swatch--gl .dropdown-selector.dropdown-selector-default .ul-globo-dropdown-option li label, .globo-product-groups-detail .dropdown-selector-productgroup ul.globo-dropdown-option-productgroup li .gsw-prg-item--link, .globo-product-groups-detail .dropdown-selector-productgroup .dropdown-button-gsw-productgroup, .globo-swatch-product-detail .swatch--gl .dropdown-selector.dropdown-selector-default .dropdown-button-gsw { } .globo-swatch-product-detail .swatch--gl .dropdown-selector.dropdown-selector-default .ul-globo-dropdown-option li.swatches-options:hover label { } .globo-swatch-product-detail .swatch--gl .dropdown-selector.dropdown-selector-default .ul-globo-dropdown-option li.swatches-options input:checked + label { } </style> <script>GloboSwatchConfig.__webpack_public_path__ = "https://cdn.shopify.com/extensions/bc6443ec-b404-493d-9770-8feeb38f12e0/glo-color-swatch-variant-image-156/assets/"</script><style></style></div></body> </html>