{"title":"Sertodo","description":null,"products":[{"product_id":"copper-saute-pan-with-lid-3-quart","title":"Copper Saute Pan with lid (Handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600\" alt=\"Copper Saute Pan with lid (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saute Pan with lid (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saute Pan with lid (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_Lid_in_handle_detail__60958.jpg?v=1738158245\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_Lid_in_handle_detail__60958.jpg?v=1738158245\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_Lid_in_handle_detail__60958.jpg?v=1738158245\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saute Pan with lid (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_no_heat_handle_detail__09120.jpg?v=1738158238\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_no_heat_handle_detail__09120.jpg?v=1738158238\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_no_heat_handle_detail__09120.jpg?v=1738158238\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saute Pan with lid (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-086_2__52693.jpg?v=1738158230\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-086_2__52693.jpg?v=1738158230\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-086_2__52693.jpg?v=1738158230\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saute Pan with lid (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL_old_model__36059.jpg?v=1738158231\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL_old_model__36059.jpg?v=1738158231\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL_old_model__36059.jpg?v=1738158231\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saute Pan with lid (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm solid copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot induction compatible\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Saute Pan with lid (Handmade!) - Masterful Heat Control\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 3 Quart Saute Pan · Tin-Lined · Handmade\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The handle stays cool, even during high-heat cooking.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e214 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$550\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#c87533;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789002855\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $137 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted\u003c\/strong\u003e in Santa Clara del Cobre, Mexico, this pan uses 100% pure copper for enhanced heat conduction.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm solid copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot induction compatible\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is this saute pan different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced cookware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach pan is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by skilled artisans, ensuring no two pieces are exactly the same.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCONDUCTIVITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper offers \u003cstrong\u003e8× better thermal conductivity\u003c\/strong\u003e than stainless steel, for perfect heat control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eERGONOMIC\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003epatented handle\u003c\/strong\u003e design remains cool and provides a comfortable grip.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith a \u003cstrong\u003etin-lined interior\u003c\/strong\u003e, this pan is naturally non-stick and built for longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with most copper pans\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      Many copper-look pans, like those by \u003cstrong\u003eCuisinart\u003c\/strong\u003e, offer affordability but lack durability. The \u003cstrong\u003ethin copper wash over aluminium\u003c\/strong\u003e results in hot spots and delaminating, lacking the weight for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper pan, tin-lined by hand, that responds to heat in seconds, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this saute pan right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this saute pan\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Elegant kitchen aesthetics*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eYou want cookware that complements your kitchen's style and décor beautifully.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Superior heat conduction*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eYou're looking for a pan that offers precise heat control for delicate dishes.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Ergonomic design*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eYou value a pan with a comfortable handle that stays cool during cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Durability*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eYou need cookware that lasts for years, handling frequent use without deteriorating.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this saute pan if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Induction cooking*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eYour stovetop requires induction-compatible cookware, which this pan is not.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget-friendly option*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eYou're looking for a more cost-effective pan without the premium craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Lightweight cookware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eYou prefer lighter pans for easier handling and less weight.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Home chefs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who enjoy cooking at home with high-quality, responsive cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Cooking enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for people passionate about crafting meals with precision and artistry.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Aesthetic lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for those who appreciate the beauty and elegance of copper in their kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift seekers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA wonderful gift for someone special who values artisanal craftsmanship in cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/petite-french-copper-butter-pot-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/petite-french-copper-butter-pot-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003ePetite French Copper Butter Pot With Lid (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188080231\" data-handle=\"petite-french-copper-butter-pot-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2024ReineKupferpfanne24cm_A.jpg?v=1769549756\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 9.5\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140608069735\" data-handle=\"pure-copper-frying-pan-without-coating-o-9-5-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sertodo Copper Saute Pan\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnmatched heat control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's superior conductivity provides even heating, perfect for delicate sauces and quick sears.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach piece is hand-hammered, offering unique beauty and quality that factory-made can't match.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eLongevity guaranteed\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eBuilt to last, this pan comes with a lifetime workmanship guarantee for peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCrafted\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered by \u003cstrong\u003eartisans\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eConductivity\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCopper offers \u003cstrong\u003esuperior\u003c\/strong\u003e heat control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurability\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eTin lining \u003cstrong\u003eensures\u003c\/strong\u003e longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Tin-lined · 3 quart capacity\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who cherish tradition and artistry in cooking, this pan is an indispensable kitchen companion.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted from thick 2mm copper, this pan is designed for \u003cstrong\u003edecades of use\u003c\/strong\u003e, resisting warping and maintaining its structural integrity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe elegant, hammered finish not only offers \u003cstrong\u003evisual delight\u003c\/strong\u003e but also enhances the pan's durability, making it a centerpiece in any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in this pan means choosing quality and performance, saving money from frequent replacements of lesser products.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eSuperior heat control · Artisan craftsmanship · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCooking becomes a refined experience.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eBefore:\u003c\/strong\u003e Inconsistent heat and sticking surfaces. \u003cstrong\u003eAfter:\u003c\/strong\u003e Smooth, even cooking and easy cleaning with a quick polish.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith this pan, \u003cstrong\u003eyour kitchen\u003c\/strong\u003e becomes a gallery of culinary art.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Saute Pan is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e10 inch \/ 25.4 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3 quarts \/ 2.8 liters\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eCopper, ergonomic design\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMade with traditional techniques.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRecommended every 6 months\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care extends lifespan.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Saute Pan with Lid\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eComes with a matching lid.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change without notice.\u003c\/p\u003e\n  \n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eNot all copper pans are created equal.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhile many pans feature a copper wash, \u003cstrong\u003esolid copper\u003c\/strong\u003e pans like ours offer superior heat distribution and durability.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eInvesting in \u003cstrong\u003ehandmade quality\u003c\/strong\u003e ensures your pan will not only perform better but also last longer.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_Lid_in_handle_detail__60958.jpg?v=1738158245\u0026amp;width=1200\" alt=\"Copper Saute Pan with lid (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA commitment to culinary excellence.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning the Sertodo Copper Saute Pan signifies a dedication to culinary craftsmanship, elevating every dish you prepare with unmatched heat control and timeless beauty.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eChoose quality; \u003cstrong\u003eenrich your kitchen\u003c\/strong\u003e with artistry.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor the \u003cstrong\u003ediscerning chef\u003c\/strong\u003e who demands \u003cstrong\u003euncompromising quality\u003c\/strong\u003e, this pan is perfect. It suits those who appreciate the artistry of handmade cookware and value precise heat control in their culinary creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003etin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals: heat distribution comparison\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHeat conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper offers \u003cstrong\u003e8× better thermal conduction\u003c\/strong\u003e than stainless steel, allowing for precise heat control.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eNon-stick surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe tin lining provides a \u003cstrong\u003enaturally non-stick\u003c\/strong\u003e surface, enhancing cooking and cleaning.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith proper care, this pan can last generations, retaining its beauty and functionality.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Cooking with copper transforms routine meals into culinary art.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your cooking with artisanal copper craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal settings for your copper pan\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for creating exquisite meals that demand precise heat control.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eShowcase your culinary skills during festive family occasions.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eChef's table\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance the experience of a chef's table dinner with elegant cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift for foodies\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for friends who love cooking and fine dining.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eKitchen decor\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of timeless elegance to your kitchen space.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SKIL-10_no_heat_handle_detail__09120.jpg?v=1738158238\u0026amp;width=1200\" alt=\"Copper Saute Pan with lid (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome cookware performs. Some inspires.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the inspired cook.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe copper advantage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy choose copper over other metals?\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHand-Forged Copper, this pan\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals: thermal performance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e eight times better than stainless steel, allowing for precise control and even distribution, crucial for delicate dishes and complex recipes.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's \u003cstrong\u003ereactive surface\u003c\/strong\u003e requires a tin lining to prevent food from directly contacting the metal, ensuring safety and enhancing flavor.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis pan's \u003cstrong\u003e2mm copper\u003c\/strong\u003e construction ensures robust performance, providing chefs with confidence in its heat responsiveness.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for unparalleled cooking precision.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe artisan process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow is this pan made?\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammer-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom raw copper to finished pan: a four-step journey\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced pans, our cookware is \u003cstrong\u003ehand-forged\u003c\/strong\u003e, emphasizing artisanal craftsmanship that results in unique, high-quality products not found in industrial outputs.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach hand-hammered pan has its own character, a testament to the artisan's skill, making individual variation a desirable and distinctive feature.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eArtisan pans are \u003cstrong\u003ecrafted to inspire\u003c\/strong\u003e culinary creativity.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA legacy of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan revival\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern collection\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estudio founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of Sertodo's coppersmithing tradition\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre, Mexico, is renowned for its coppersmithing tradition, dating back over a thousand years. This heritage ensures exceptional quality in every piece.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo chose this region to honor its rich history while blending modern designs, creating a fusion of traditional and contemporary craftsmanship.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eInvest in a pan that \u003cstrong\u003ehonors tradition\u003c\/strong\u003e and craftsmanship.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-086_2__52693.jpg?v=1738158230\u0026amp;width=1200\" alt=\"Copper Saute Pan with lid (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The heat distribution is phenomenal, making it perfect for my delicate sauces and sears.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLiam P., home chef, 5 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I'm amazed by the craftsmanship. This pan has become a centerpiece in my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmma J., culinary artist, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The handle design is ingenious; it stays cool and is wonderfully comfortable to hold.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eNoah R., professional chef, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your artisan kitchen\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your culinary space with these complementary Sertodo pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-skillets\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=600\" alt=\"Copper Skillets (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Skillets (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVersatile kitchen essential\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=600\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Grand Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete kitchen set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/the-kingdom-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=600\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Kingdom Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eKingdom kitchen essentials\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor perfect reductions\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship rooted in tradition since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in artisan handmade copper cookware from Austin, TX, and Santa Clara del Cobre, Mexico. Each piece is crafted with 100% pure copper, ensuring quality and durability, supported by a lifetime workmanship guarantee.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's commitment to traditional craftsmanship and modern design innovations reflects a dedication to creating pieces that blend beauty with function, preserving the heritage of coppersmithing for discerning chefs.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the finish\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent water spots by drying your pan completely after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse copper polish to maintain its bright finish and prevent tarnish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid high acids\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eLimit cooking with high-acid foods to preserve the tin lining.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your Sertodo Copper Saute Pan will last for generations, providing timeless performance and beauty.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy this pan is an essential investment\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Sertodo Copper Saute Pan means investing in \u003cstrong\u003equality\u003c\/strong\u003e and \u003cstrong\u003eartistry\u003c\/strong\u003e. It offers unparalleled heat control, aesthetic appeal, and durability. This pan is not just cookware; it is a testament to the timeless craft of coppersmithing. For those who value both function and form, this pan delivers on all fronts.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2mm solid copper for superior heat conduction.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico, by skilled artisans.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eLifetime workmanship guarantee ensures decades of reliable use.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003ePatented ergonomic handle stays cool and offers comfortable control.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eExperience the fusion of tradition and innovation with each meal prepared.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $550\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat's the proper maintenance routine to preserve the hand-hammered finish and tin lining of this solid copper saute pan over decades of use?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with mild soap and a soft cloth after each use, dry thoroughly with a towel to prevent water spots, and polish the exterior every few weeks with a copper-specific cream to preserve the hand-hammered luster, avoid abrasive pads that could damage the artisan finish or the delicate tin interior lining.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the dimensions and weight of the pan?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe pan is 10 inches in diameter, 3 inches deep, and weighs approximately 3 lbs.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this saute pan suitable for induction cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eNo\u003c\/strong\u003e, the pan is not induction compatible due to its pure copper construction.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the lid fit with other pans?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe 10-inch lid also fits other 10-inch saute pans and a 3.5-gallon stock pot.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow is the heat distribution in the saute pan?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper provides \u003cstrong\u003eeven heat distribution\u003c\/strong\u003e, minimizing hot spots and ensuring precise cooking.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eUnlike mass-produced pans with handles that conduct dangerous heat, does this saute pan's handle remain safe to grip during extended stovetop cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the patented ergonomic handle features a specialized design that resists heat transfer during stovetop use, unlike factory-made handles that heat dangerously, this is one of the subtle safety details ensured by individual hand-fabrication rather than mass assembly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the return policy for the saute pan?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eReturns are accepted within 30 days of purchase if the pan is unused and in original packaging.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat's the maximum safe heat level for this tin-lined copper saute pan without risking damage to the interior lining or compromising cooking performance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes this saute pan better than competitors?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIts \u003cstrong\u003ehand-hammered craftsmanship\u003c\/strong\u003e and solid copper construction offer superior heat control and aesthetic appeal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart: $550\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"How do I care for this copper saute pan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap, dry immediately, and polish regularly to maintain its shine.\"}}, {\"@type\": \"Question\", \"name\": \"What are the dimensions and weight of the pan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The pan is 10 inches in diameter, 3 inches deep, and weighs approximately 3 lbs.\"}}, {\"@type\": \"Question\", \"name\": \"Is this saute pan suitable for induction cooking?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, the pan is not induction compatible due to its pure copper construction.\"}}, {\"@type\": \"Question\", \"name\": \"How does the lid fit with other pans?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The 10-inch lid also fits other 10-inch saute pans and a 3.5-gallon stock pot.\"}}, {\"@type\": \"Question\", \"name\": \"How is the heat distribution in the saute pan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper provides even heat distribution, minimizing hot spots and ensuring precise cooking.\"}}, {\"@type\": \"Question\", \"name\": \"Does the handle stay cool while cooking?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the patented ergonomic handle is designed to stay cool during stovetop use.\"}}, {\"@type\": \"Question\", \"name\": \"What is the return policy for the saute pan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Returns are accepted within 30 days of purchase if the pan is unused and in original packaging.\"}}, {\"@type\": \"Question\", \"name\": \"Can the pan be used on high heat?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"This pan is best for medium heat to preserve the tin lining and enhance cooking performance.\"}}, {\"@type\": \"Question\", \"name\": \"What makes this saute pan better than competitors?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Its hand-hammered craftsmanship and solid copper construction offer superior heat control and aesthetic appeal.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Saute Pan with lid (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Saute Pan, handmade in Mexico, offers superior heat conduction with its 2mm solid copper construction and tin-lined interior, ensuring even cooking and lasting durability.\",\n  \"sku\": \"K-SAUT-10\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"550\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"2mm solid copper\",\n  \"countryOfOrigin\": \"Mexico\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Diameter\",\n      \"value\": \"10 inches\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Weight\",\n      \"value\": \"3 lbs\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"3 quarts\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Design\",\n      \"value\": \"Patented ergonomic, stays cool\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Saute Pan with lid (Handmade!) - Masterful Heat Control\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$550\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-saute-pan-with-lid-3-quart')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41191789002855,"sku":"K-SAUT-10","price":550.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169"},{"product_id":"alicante-copper-paella-pan","title":"Alicante Copper Paella Pan (Handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600\" alt=\"Alicante Copper Paella Pan (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-12_new_handles.jpg?v=1738153188\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-12_new_handles.jpg?v=1738153188\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-12_new_handles.jpg?v=1738153188\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9.jpg?v=1738153160\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9.jpg?v=1738153160\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9.jpg?v=1738153160\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15.jpg?v=1738153193\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15.jpg?v=1738153193\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15.jpg?v=1738153193\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-18.jpg?v=1738153195\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-18.jpg?v=1738153195\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-18.jpg?v=1738153195\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-completesetof6sizes_2.jpg?v=1738153172\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-completesetof6sizes_2.jpg?v=1738153172\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-completesetof6sizes_2.jpg?v=1738153172\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-servingsetwithladle.jpg?v=1738153055\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-servingsetwithladle.jpg?v=1738153055\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-servingsetwithladle.jpg?v=1738153055\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-lifestyle-092__66104.jpg?v=1738153047\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-lifestyle-092__66104.jpg?v=1738153047\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-lifestyle-092__66104.jpg?v=1738153047\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Alicante Copper Paella Pan (Handmade!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic stainless steel handles\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2 mm thick copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTraditional tin lining\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003e\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Alicante Copper Paella Pan (Handmade!), Perfect Paella Every Time\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e2 mm Hammered Copper · Tin-Lined · Ergonomic Handles\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"This copper pan makes my whole kitchen sparkle and compliments my other copper pieces.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e234 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$162\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789133927\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $40 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/strong\u003e, this pan features 2 mm thick hammered copper and a traditional tin-lined interior for non-reactive cooking.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic stainless steel handles\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2 mm thick copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTraditional tin lining\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003e\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Alicante different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes copper different from other cookware options)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe Alicante Copper Paella Pan is made from \u003cstrong\u003e2 mm thick hammered copper\u003c\/strong\u003e, ensuring durability and superior heat distribution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDLES\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEquipped with \u003cstrong\u003eergonomic stainless steel handles\u003c\/strong\u003e, patented for comfort and heat resistance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHandcrafted in Austin and Santa Clara del Cobre\u003c\/strong\u003e, each pan embodies the rich tradition of copper smithing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eVERSATILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eIdeal for \u003cstrong\u003eauthentic paella and diverse dishes\u003c\/strong\u003e like omelets and crepes, bringing a touch of elegance to any meal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      Mainstream brands like \u003cstrong\u003eCuisinart\u003c\/strong\u003e offer affordability and availability. However, thin copper wash over aluminum \u003cstrong\u003ecreates hot spots and delaminates\u003c\/strong\u003e, lacking the gauge for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2 mm thick hammered copper pan, hand-hammered and tin-lined, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $80 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $162.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$320\u003c\/strong\u003e — versus a single \u003cstrong\u003e$162\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$158\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Hosting family dinners*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor those who love bringing everyone together for memorable meals with traditional cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Authentic paella lover*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf you're passionate about cooking authentic paella, this pan is your perfect kitchen ally.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan craftsmanship enthusiast*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eChoose this if you value the beauty of hand-hammered copper and traditional tin linings.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Celebrating culinary heritage*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for those who appreciate the rich history behind their cooking tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer non-copper cookware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you prefer non-copper cookware due to maintenance, this may not be your best fit.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget-conscious buyer*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf price is the primary concern, less expensive options may suit your needs better.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need induction compatibility*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis pan is not induction compatible, so consider alternatives if that’s a must-have.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Traditional cooks*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for cooks who value authenticity and the performance of traditional copper cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Entertaining experts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who often host and want to impress guests with exquisite cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Copper enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIf you collect and adore copper kitchenware, this pan will be a cherished addition.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan product lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who appreciate the art of handmade items will find joy in this pan.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eCooking essentials for paella\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003epaella set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eAlicante Copper Paella Pan\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e6\" to 18\" diameters\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003ePatented Stainless Steel Handles\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eErgonomic, heat resistant\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e2 pieces · Expertly crafted\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in USA \u0026amp; Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eCrafted from 2 mm thick hammered copper with a tin-lined interior for non-reactive cooking.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-completesetof6sizes_2.jpg?v=1738153172\u0026amp;width=1600\" alt=\"Alicante Copper Paella Pan (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Alicante\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnmatched heat distribution\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe 2 mm thick copper ensures even heat, perfect for achieving the best socarrat.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan crafted beauty\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach pan is a masterpiece, hand-hammered to perfection, making it both functional and decorative.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eVersatile kitchen tool\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eFrom paella to crepes, this pan excels in delivering delicious results every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCopper\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003e2 mm thick copper\u003c\/strong\u003e for superior heat\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHandles\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eErgonomic design\u003c\/strong\u003e for comfort and safety\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for unique durability\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Tin-lined interior · Ergonomic handles\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eChoosing the Alicante Copper Paella Pan is about embracing tradition, excellence, and the art of authentic cooking.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability That Lasts\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e2 mm thick hammered copper\u003c\/strong\u003e, the Alicante pan is built to withstand years of cooking without losing its superior heat distribution or aesthetic appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eTimeless Aesthetic\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach pan is a hand-hammered work of art, adding elegance to your kitchen and table while providing the performance demanded by culinary professionals.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eUnlike mass-produced alternatives, the Alicante Copper Paella Pan maintains its quality and appeal, making it a lasting investment in your culinary toolkit.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eCrafted for culinary excellence · Authentic cooking\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eTransform your culinary experience\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore, cooking might have been a routine. With the Alicante Copper Paella Pan, \u003cstrong\u003eevery dish becomes an event\u003c\/strong\u003e, enhancing flavors and presentation.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eCooking with copper is a \u003cstrong\u003esensory delight\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Alicante Copper Pan is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6\" - 18\" (15.24 cm - 45.72 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by size\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by size\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by size\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSizes vary to accommodate different cooking needs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm thick hammered copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUSA \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCrafted for superior heat distribution and durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCopper requires special care for longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Alicante Copper Paella Pan\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eThe pan is sold as a single item.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change based on manufacturing updates.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is just about aesthetics, it's not.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhile copper looks stunning, \u003cstrong\u003eits thermal properties transform cooking\u003c\/strong\u003e. The 2 mm thickness ensures even heat for perfect results.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoose the Alicante for its \u003cstrong\u003eperformance\u003c\/strong\u003e, not just its beauty.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9.jpg?v=1738153160\u0026amp;width=1200\" alt=\"Alicante Copper Paella Pan (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCooking is about the experience.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhen you choose the Alicante Copper Paella Pan, you're investing in more than just a tool. You're choosing to elevate your culinary experience, crafting dishes that tell stories and create memories.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eCooking becomes \u003cstrong\u003ean art form\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003e\u003cstrong\u003eHome chefs\u003c\/strong\u003e who value tradition, \u003cstrong\u003ehosts\u003c\/strong\u003e who love entertaining, and \u003cstrong\u003eartisans\u003c\/strong\u003e who appreciate handmade excellence will find the Alicante Copper Paella Pan indispensable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals cross-section diagram\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eCopper's conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's thermal conductivity is \u003cstrong\u003e8× better\u003c\/strong\u003e than stainless, providing even heat distribution and quick adjustments.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eTin lining\u003c\/strong\u003e prevents copper's natural reactivity, ensuring a non-reactive cooking surface for safe food preparation.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eUnique durability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe 2 mm thickness offers \u003cstrong\u003esuperior durability\u003c\/strong\u003e, maintaining performance over decades of use.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Cooking with copper is a journey through culinary history.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs mass-produced, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Alicante Copper Paella Pan offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2 mm thick hammered copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered finish, each unique\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Patented handle design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eChoose the Alicante Copper Paella Pan if you refuse to compromise on tradition and enduring quality.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eAlicante Copper Paella Pan\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the material high quality?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2 mm hammered copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e1.5 mm copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum-encapsulated base\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTri-ply stainless\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from PFAS?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTin-lined\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePFAS-free ceramic non-stick coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$162\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$200\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$80\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$150\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandmade craftsmanship ensures this is one of the few pans here offering authentic, time-tested quality.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when serving guests and cheaper options develop a metallic taste.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eCrafting culinary art with every meal\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal occasions for use\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCreate memorable meals with family, enhancing traditions with every dish.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with both the taste and the presentation of your dishes.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWeekend Cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for a relaxed weekend, crafting dishes that tell a story.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCulinary Exploration\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eExperiment with new recipes and flavors, inspired by the craftsmanship of your cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eBring a touch of elegance to festive gatherings, making every dish special.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15.jpg?v=1738153193\u0026amp;width=1200\" alt=\"Alicante Copper Paella Pan (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eTransform meals into culinary celebrations.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the discerning chef.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outperforms other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHammered Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals cross-section\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's \u003cstrong\u003ethermal conductivity is eight times better\u003c\/strong\u003e than stainless steel, ensuring rapid and even heat distribution. Unlike aluminum and cast iron, copper requires a tin lining to prevent reactivity with food.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe Alicante uses \u003cstrong\u003e2 mm thick hammered copper\u003c\/strong\u003e, providing optimal heat control and cooking performance. This thickness is ideal for maintaining even temperatures across the entire cooking surface.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis tin-lined interior offers a \u003cstrong\u003enon-reactive cooking surface\u003c\/strong\u003e, preserving the integrity and flavor of your dishes while enhancing the pan's longevity.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper delivers unmatched cooking precision.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting excellence, step by step\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ePlanishing\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eCopper forming and finishing process\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHand-hammering\u003c\/strong\u003e involves meticulous and skilled techniques that elevate copper cookware above mass-produced alternatives. Each step, from annealing to polishing, is carried out with precision, ensuring a unique and durable result.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variation in hand-hammered cookware is a hallmark of quality, not a flaw. The unique texture enhances heat distribution and adds a distinctive character to each pan.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEmbrace the beauty of handmade excellence.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA legacy of copper craftsmanship\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional craft\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eAlicante line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of copper craftsmanship and Sertodo's journey\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper crafting has a rich heritage, rooted in the pre-industrial era. This tradition is carried on by artisans in Santa Clara del Cobre, maintaining techniques that have been honed over centuries.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo was founded to preserve these methods, providing cookware that combines artistry with utility. Our dedication to quality is reflected in every piece, ensuring a legacy of excellence.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of culinary history.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-18.jpg?v=1738153195\u0026amp;width=1200\" alt=\"Alicante Copper Paella Pan (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship in this pan is superb. Each meal feels like a special occasion.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMaria L., home chef, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Worth every penny! This pan distributes heat perfectly, and the design is stunning.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn D., bought for family gatherings, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how it transforms my cooking experience. The quality is evident in every dish.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSophie K., culinary enthusiast, 2 years ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with these complementary Sertodo pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/permian-copper-basins\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BasinB-C-15.jpg?v=1738156205\u0026amp;width=600\" alt=\"Permian Copper Basins (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003ePermian Copper Basins (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVersatile presentation pieces\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/beautiful-and-big-copper-dutch-ovens\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=600\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eBeautiful and Big Copper Dutch Ovens (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eIdeal for roasts and stews\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for searing and frying\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eEssential for baking enthusiasts\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafted with passion and precision since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper is rooted in the rich tradition of copper craftsmanship from Santa Clara del Cobre. We specialize in hand-hammered copper cookware and barware, crafted with dedication in Austin, TX, and Santa Clara del Cobre, Mexico.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eOur commitment to quality and traditional techniques ensures that each piece is both functional and a work of art, backed by a lifetime workmanship guarantee.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for preserving your copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent water spots by drying your pan with a soft cloth immediately after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse Wright's Copper Cream to maintain the pan's shine and prevent tarnish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid abrasive pads\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use steel wool or harsh scouring pads to avoid scratching.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper pan will remain a stunning and functional part of your kitchen for years to come.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eCraftsmanship that elevates every meal\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Alicante Copper Paella Pan is an investment in culinary excellence. It is more than just a pan; it is a statement of style and performance. \u003cstrong\u003eHandcrafted from 2 mm thick hammered copper\u003c\/strong\u003e, it ensures professional cooking results and becomes a cherished piece in any kitchen.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2 mm thick copper, ensuring even heat distribution.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX, and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand washing and regular polishing for longevity.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eErgonomic, heat-resistant stainless steel handles for safe use.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eElevate your cooking with a pan that brings tradition and artistry to each meal.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $162\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes are available for the paella pan?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eThe Alicante Copper Paella Pan\u003c\/strong\u003e comes in sizes ranging from 6 to 18 inches, catering to different serving needs.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat specific daily cleaning and long-term maintenance steps preserve the hand-hammered copper finish and tin lining integrity?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eHand wash\u003c\/strong\u003e with mild soap and water, dry immediately, and polish regularly to maintain its shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the Alicante Copper Paella Pan compatible with induction cooktops, and if not, which stovetop types, gas, electric, halogen, work best with solid copper construction?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, the \u003cstrong\u003eAlicante Copper Paella Pan\u003c\/strong\u003e is not compatible with induction cooktops.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat polishing method and products restore the hand-hammered copper's original shine without damaging the artisan finish or leaving residue that affects cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWe recommend using \u003cstrong\u003eWright's Copper Cream\u003c\/strong\u003e for an easy and effective polish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow hot do the patented stainless steel handles get during stovetop paella cooking, and what grip techniques or tools ensure safe handling without burns?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the pan features \u003cstrong\u003epatented stainless steel handles\u003c\/strong\u003e designed for heat resistance and ergonomic comfort.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes copper affect the taste of my food?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, the \u003cstrong\u003etin-lined interior\u003c\/strong\u003e provides a non-reactive cooking surface, preserving the flavor of your food.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhy choose copper over other materials?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eCopper offers superior heat distribution\u003c\/strong\u003e, allowing precise temperature control and even cooking.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes the Alicante Copper Paella Pan unique?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIts \u003cstrong\u003e2 mm thick hand-hammered copper\u003c\/strong\u003e construction ensures durability and optimal cooking results.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the tin lining benefit cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003etin lining prevents copper reactivity\u003c\/strong\u003e, providing a safe, non-reactive cooking surface.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart: $162\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What sizes are available for the paella pan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Alicante Copper Paella Pan comes in sizes ranging from 6 to 18 inches, catering to different serving needs.\"}}, {\"@type\": \"Question\", \"name\": \"How do I care for my copper paella pan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and warm water after each use, dry immediately with a soft cloth to prevent water spots, and polish every 2-3 uses with Wright's Copper Cream to maintain the natural luster, never use abrasive pads that can scratch the hand-hammered surface or damage the tin lining.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper paella pan safe for ovens?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"\"}}, {\"@type\": \"Question\", \"name\": \"Can I use this pan on an induction cooktop?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, pure copper is non-magnetic and will not work on induction, the Alicante pan excels on gas (ideal for traditional paella), electric coil, electric smoothtop, and halogen burners, where its 2 mm thick copper body delivers the rapid, even heat distribution that induction-compatible pans with ferrous inserts cannot match.\"}}, {\"@type\": \"Question\", \"name\": \"What is the best way to polish copper?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"We recommend Wright's Copper Cream applied with a soft cloth in circular motions, following the hand-hammered texture, rinse thoroughly with warm water and dry completely to prevent cream residue from transferring to food, maintaining both the visual brilliance and the integrity of the artisan finish that mass-produced polished pans lack.\"}}, {\"@type\": \"Question\", \"name\": \"Are the handles heat resistant?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The patented stainless steel handles remain significantly cooler than traditional brass or bare copper handles, but during extended high-heat cooking (15+ minutes) they will conduct some warmth, use a dry towel or silicone grip for safe handling, as the individually riveted attachment and ergonomic curve distribute heat more slowly than the loose-fitting handles found on mass-produced cookware.\"}}, {\"@type\": \"Question\", \"name\": \"Does copper affect the taste of my food?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, the tin-lined interior provides a non-reactive cooking surface, preserving the flavor of your food.\"}}, {\"@type\": \"Question\", \"name\": \"Why choose copper over other materials?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper offers superior heat distribution, allowing precise temperature control and even cooking.\"}}, {\"@type\": \"Question\", \"name\": \"What makes the Alicante Copper Paella Pan unique?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Its 2 mm thick hand-hammered copper construction ensures durability and optimal cooking results.\"}}, {\"@type\": \"Question\", \"name\": \"How does the tin lining benefit cooking?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The tin lining prevents copper reactivity, providing a safe, non-reactive cooking surface.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Alicante Copper Paella Pan (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Alicante Copper Paella Pan by Sertodo is crafted from 2 mm thick hammered copper, offering superior heat distribution and a tin-lined interior for non-reactive cooking. Handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, this pan is perfect for authentic paella and more.\",\n  \"sku\": \"K-PP-6\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"162\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"2 mm thick hammered copper\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Diameter\",\n      \"value\": \"6 to 18 inches\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Material\",\n      \"value\": \"Stainless Steel\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Crafted In\",\n      \"value\": \"USA \u0026 Mexico\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eAlicante Copper Paella Pan (Handmade!), Perfect Paella Every Time\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$162\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'alicante-copper-paella-pan')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"6 inch","offer_id":41191789133927,"sku":"K-PP-6","price":162.0,"currency_code":"USD","in_stock":true},{"title":"8 inch","offer_id":41191789166695,"sku":"K-PP-8","price":205.0,"currency_code":"USD","in_stock":true},{"title":"10 inch","offer_id":41191789199463,"sku":"K-PP-10","price":254.0,"currency_code":"USD","in_stock":true},{"title":"12 inch","offer_id":41191789232231,"sku":"K-PP-12","price":318.0,"currency_code":"USD","in_stock":true},{"title":"15 inch","offer_id":41191789264999,"sku":"K-PP-15","price":437.0,"currency_code":"USD","in_stock":true},{"title":"18 inch","offer_id":41191789297767,"sku":"K-PP-18","price":593.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266"},{"product_id":"copper-kitchen-canisters-complete-5-piece-set","title":"Copper Kitchen Canisters Set 5 Piece (Handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters.jpg?v=1738151514\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters.jpg?v=1738151514\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters.jpg?v=1738151514\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_142527_2__15237__30655_b315e95c-d64e-440a-afb4-b04c479d0627.jpg?v=1738151413\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_142527_2__15237__30655_b315e95c-d64e-440a-afb4-b04c479d0627.jpg?v=1738151413\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_142527_2__15237__30655_b315e95c-d64e-440a-afb4-b04c479d0627.jpg?v=1738151413\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_7.jpg?v=1738151414\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_7.jpg?v=1738151414\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_7.jpg?v=1738151414\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_144519__76700__21587.jpg?v=1738151397\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_144519__76700__21587.jpg?v=1738151397\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_144519__76700__21587.jpg?v=1738151397\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_216a7998-6b75-4375-ae3f-70d904042e3d.png?v=1738151393\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_216a7998-6b75-4375-ae3f-70d904042e3d.png?v=1738151393\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_216a7998-6b75-4375-ae3f-70d904042e3d.png?v=1738151393\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eSolid pure copper\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eFood safe\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSecure lid closure\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Kitchen Canisters Set 5 Piece (Handmade!), Timeless Craftsmanship\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e5 Pieces · Pure Copper · Handcrafted\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love it love it love it! It makes my whole kitchen sparkle and compliments my other copper pieces. Thank you for the great service!\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.6 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e174 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$938\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003ePolished\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper-polished;\" title=\"Polished\" onclick=\"selectSwatch(this,'Polished')\"\u003e\u003c\/button\u003e\n            \n            \u003cbutton class=\"swatch \" style=\"background:copper-patina;\" title=\"Peacock Patina\" onclick=\"selectSwatch(this,'Peacock Patina')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789068391\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $234 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eSertodo's\u003c\/strong\u003e pure copper canister set is handcrafted from recycled materials. Made in Austin, TX and Santa Clara del Cobre, Mexico, these canisters offer both elegance and functionality to your kitchen.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eSolid pure copper\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eFood safe\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSecure lid closure\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Copper Canister Set different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced storage containers)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e texture ensures each piece is unique, offering an artisanal touch to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, ensuring durability and a beautiful patina over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSUSTAINABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eRecycled sources\u003c\/strong\u003e are used for copper, making this set environmentally friendly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFUNCTION\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSecure lid closure keeps your ingredients fresh, combining functionality with elegance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe issue with copper look-alikes\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable copper-look pans, but they often feature a thin copper wash over aluminum. This leads to \u003cstrong\u003ehot spots\u003c\/strong\u003e and delamination, lacking the weight needed for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the canister just needs to hold ingredients, Cuisinart does the job. But for heirloom quality, the craft tells the story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a pure copper canister set, hand-hammered for uniqueness and durability, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love elegant design*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis set is perfect for those who appreciate the beauty and functionality of handcrafted kitchenware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value sustainable materials*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePrefer products that are environmentally friendly? This set uses recycled copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Enjoy unique craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach piece is unique due to the hand-hammered texture that Sertodo is known for.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Want a heirloom quality*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese canisters are made to last for generations, making them a valuable addition to any kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you're looking for inexpensive storage solutions, this premium set might be out of reach.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer lightweight items*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe solid copper construction makes these canisters heavier than plastic or glass alternatives.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Don’t like patina*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you dislike the natural aging process of copper, this set may not be ideal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Home chefs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who take pride in their kitchen's functionality and aesthetic appeal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift givers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA thoughtful gift for weddings or anniversaries, offering both beauty and utility.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Design enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who love incorporating elegant, artisanal pieces into their home decor.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Sustainability advocates*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for individuals who value products made from recycled and sustainable materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete 5-piece set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e5-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e2 Cup Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e5x3 inch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e1 Quart Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e6x4 inch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e2 Quart Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e7x5 inch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e3.25 Quart Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e8x6 inch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e5.25 Quart Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e9x7 inch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e5 pieces · Pure Copper\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Austin, TX \u0026amp; Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eCrafted from 100% pure copper sourced from recycled materials.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_216a7998-6b75-4375-ae3f-70d904042e3d.png?v=1738151393\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Copper Canister Set\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from 100% recycled copper, this set appeals to environmentally conscious buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnique craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach piece is hand-hammered, ensuring distinctiveness and artisanal beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eBuilt to last\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eWith its durable construction, this set promises to be a lasting kitchen staple.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eTexture\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMaterial\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003ePure copper\u003c\/strong\u003e from recycled sources.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eClosure\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eSecure\u003c\/strong\u003e lid for freshness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered elegance · Pure copper · 5-piece set\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who value beauty and functionality, this set reflects your taste for artisanal quality.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eExceptional durability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered pure copper is not just visually stunning but also incredibly long-lasting, ensuring your kitchenware stands the test of time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eArtisanal aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach canister bears a unique texture, offering a bespoke look that mass-produced items simply cannot match.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValuable over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's natural patina increases its beauty and character, making this set a cherished heirloom.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eSustainable design · Unique craftsmanship · Secure lids\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes with this set\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour kitchen becomes a statement of style.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this set, storage might just be practical. After, it becomes a design choice, displaying your taste for quality and craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eExperience \u003cstrong\u003eelegance\u003c\/strong\u003e and functionality in every use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Kitchen Canister Set is made of\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e2 Cup Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5x3 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e1 Quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6x4 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e2 Quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e7x5 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e3.25 Quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8x6 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e5.25 Quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e9x7 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAll dimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% Pure Copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCrafting Method\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAustin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCrafted from recycled sources.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRecommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eRegular polishing maintains shine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eComplete 5-piece set\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eEach piece is unique.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications subject to change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption many make\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is just decorative, it's highly functional too.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany believe copper is just for looks, but its \u003cstrong\u003ethermal conductivity\u003c\/strong\u003e and antimicrobial properties make it highly practical.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eReframe your view: copper marries beauty with utility, enhancing kitchen functionality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_142527_2__15237__30655_b315e95c-d64e-440a-afb4-b04c479d0627.jpg?v=1738151413\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe decisive choice\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose beauty that functions.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThese canisters do more than store ingredients; they transform your kitchen into an expression of style and substance, reflecting your commitment to quality.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eEmbrace \u003cstrong\u003etimeless elegance\u003c\/strong\u003e in your daily routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eIdeal for those who value \u003cstrong\u003ehandcrafted quality\u003c\/strong\u003e, \u003cstrong\u003esustainable materials\u003c\/strong\u003e, and \u003cstrong\u003etimeless style\u003c\/strong\u003e in their kitchenware. This set is perfect for both seasoned chefs and home cooks who appreciate the finer things in life.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHammered copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparing pure copper with common alternatives\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8 times better than stainless steel, ensuring quick and even distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eNatural patina\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper's patina\u003c\/strong\u003e develops over time, adding character and beauty to each piece.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eAntimicrobial benefits\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eNaturally antimicrobial, copper keeps stored items fresh and safe from bacteria.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The weight and feel of these canisters speak to their quality.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs industrial, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Kitchen Canisters Set offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique texture, no two alike\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted from recycled sources\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eAre you ready to settle for less, or do you demand the sophistication only handmade copper canisters provide?\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Kitchen Canisters Set (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from PFAS?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating, pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made from solid copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eSolid pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum with copper wash\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum with copper wash\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel with copper wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$938\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$544\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$600\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$700\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd\u003e$187.60\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made domestically?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, copper not induction-compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, aluminum core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, aluminum core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (2 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted elegance meets timeless quality, unlike the cheaper options here that lack this artisanal touch.\u003cspan class=\"cc-mob-hide\"\u003e You get what you pay for — and if the aluminum core can't deliver, you get to pay with uneven cooking.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Austin, TX\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eArtisan copper kitchenware for elegance and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal settings for your copper canisters\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for storing daily essentials like flour, sugar, and coffee.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eElegant dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdds a touch of sophistication to any dinner party setup.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift-giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn ideal gift for weddings or anniversaries, offering both beauty and utility.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome decor\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhances kitchen aesthetics with its timeless copper sheen.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSustainable living\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAppeals to eco-conscious individuals looking for sustainable kitchen solutions.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_7.jpg?v=1738151414\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eFor those who value function and beauty.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for you.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outperforms other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure hand-hammered copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs aluminum and stainless steel\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8 times better than stainless steel, allowing for faster and more even heat distribution.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's reactive surface\u003c\/strong\u003e requires proper lining to prevent chemical reactions with food, ensuring safe use.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo designs each canister with a secure lid, maintaining freshness and functionality.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for superior heat management and lasting beauty.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow your canisters are made\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom raw copper to finished canister\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHandmade craftsmanship\u003c\/strong\u003e involves a detailed process from sheet annealing to planishing, ensuring each piece is unique.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe individual hammering process creates a distinct texture, making each canister one-of-a-kind.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eEmbrace uniqueness\u003c\/strong\u003e with every handcrafted canister.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe legacy behind Sertodo\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eancient roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper craft\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMichoacan tradition\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern classics\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eFrom ancient techniques to modern masterpieces\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper draws from a rich heritage of copper craftsmanship, combining \u003cstrong\u003etraditional techniques\u003c\/strong\u003e with modern design.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997, the brand chose Austin, TX and Santa Clara del Cobre for their deep-rooted copperworking traditions.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eBuy a piece of history\u003c\/strong\u003e with each Sertodo canister.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_144519__76700__21587.jpg?v=1738151397\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These canisters are not only functional but also add a touch of elegance to my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLisa M., avid home chef, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the unique texture of each canister. They are a conversation starter when guests come over.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eTom B., interior designer, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is simply impeccable. These canisters are worth every penny.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., kitchen enthusiast, 2 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your kitchen collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore other elegant copper pieces from Sertodo.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-individual-sizes\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=600\" alt=\"Copper Kitchen Canisters (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandcrafted elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect addition\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor gourmet cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eEssential kitchenware\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting tradition into every piece\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in \u003cstrong\u003eartisan handmade copper cookware\u003c\/strong\u003e crafted in Austin, TX and Santa Clara del Cobre, Mexico. Each piece is made from 100% pure copper, ensuring quality and longevity.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's commitment to traditional craftsmanship and sustainable materials reflects their mission to create \u003cstrong\u003eheirloom-quality kitchenware\u003c\/strong\u003e that lasts for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for preserving elegance\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a soft cloth and mild detergent to keep your canisters clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent water spots by drying with a soft cloth right after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to maintain the natural shine of your canisters.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid harsh chemicals\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use abrasive sponges or harsh cleaners that can damage the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper canisters will maintain their beauty and functionality for many years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA timeless choice for discerning kitchens\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eInvesting in the Sertodo Copper Kitchen Canister Set means choosing quality and elegance that stand the test of time. These canisters are not just storage solutions; they are \u003cstrong\u003eheirlooms\u003c\/strong\u003e crafted to last for generations. With their unique hand-hammered texture and sustainable construction, they offer unmatched beauty and functionality.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper, each piece unique.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eArtisanally crafted in Austin, TX and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash recommended, maintains shine and patina.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eSecure lid closure, keeps contents fresh and safe.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose Sertodo for a blend of tradition and contemporary design.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $938\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes are included in the canister set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eThe set includes:\u003c\/strong\u003e 2 cup (5x3 inch), 1 quart (6x4 inch), 2 quart (7x5 inch), 3.25 quart (8x6 inch), 5.25 quart (9x7 inch).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do these handcrafted copper canisters ensure airtight sealing compared to mass-produced designs?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach canister features a \u003cstrong\u003eprecision-fitted lid\u003c\/strong\u003e handcrafted to exact tolerances, not the loose-fitting lids common in factory production, ensuring a secure, positive closure that keeps flour, coffee, and dry goods fresh while preventing moisture infiltration.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these solid copper canisters food-safe for storing flour, sugar, and other kitchen staples?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the canisters are crafted from \u003cstrong\u003e100% pure, recycled copper\u003c\/strong\u003e with food-safe construction, no thin plating over inferior metals, making them safe for storing flour, sugar, coffee, tea, and other dry goods without leaching or contamination concerns.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan these canisters be engraved?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the copper canisters can be \u003cstrong\u003ecustom engraved\u003c\/strong\u003e to personalize them for your home.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I clean the canisters?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with mild detergent and \u003cstrong\u003edry immediately\u003c\/strong\u003e to prevent water spots.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the copper develop a patina over time?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, copper naturally develops a \u003cstrong\u003epatina\u003c\/strong\u003e which adds to its aesthetic appeal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhere are these copper canisters handcrafted, and what makes their artisan production method different?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThese are individually handcrafted by \u003cstrong\u003eSertodo\u003c\/strong\u003e artisans in Austin, TX and Santa Clara del Cobre, Mexico, a centuries-old copper crafting region, using traditional hammering and forming techniques that ensure even thickness and perfect lid fit, details impossible to replicate in mass production.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan the canisters be used for liquids?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile designed primarily for dry goods, they can hold liquids temporarily, but ensure they are \u003cstrong\u003ethoroughly dried\u003c\/strong\u003e after.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes Sertodo's solid copper construction different from thin copper-plated canisters sold elsewhere?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo uses \u003cstrong\u003e100% recycled, solid copper\u003c\/strong\u003e—not thin copper plating over inferior metals, shaped using traditional hand-hammering that creates uniform thickness and structural integrity. This artisan approach ensures heirloom-quality canisters built to last generations, eliminating the \"normal wear\" exclusions common in factory warranties.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart: $938\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What sizes are included in the canister set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The set includes: 2 cup (5x3 inch), 1 quart (6x4 inch), 2 quart (7x5 inch), 3.25 quart (8x6 inch), 5.25 quart (9x7 inch).\"}}, {\"@type\": \"Question\", \"name\": \"How do the canisters seal?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Each canister features a tight-fitting lid that ensures a secure and positive closure to keep contents fresh.\"}}, {\"@type\": \"Question\", \"name\": \"Are the canisters food-safe?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the canisters are crafted from 100% pure copper and are safe for storing food items.\"}}, {\"@type\": \"Question\", \"name\": \"Can these canisters be engraved?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the copper canisters can be custom engraved to personalize them for your home.\"}}, {\"@type\": \"Question\", \"name\": \"How should I clean the canisters?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild detergent and dry immediately to prevent water spots.\"}}, {\"@type\": \"Question\", \"name\": \"Will the copper develop a patina over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper naturally develops a patina which adds to its aesthetic appeal.\"}}, {\"@type\": \"Question\", \"name\": \"What is the origin of these canisters?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"These are handcrafted by Sertodo in Austin, TX and Santa Clara del Cobre, Mexico.\"}}, {\"@type\": \"Question\", \"name\": \"Can the canisters be used for liquids?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While designed primarily for dry goods, they can hold liquids temporarily, but ensure they are thoroughly dried after.\"}}, {\"@type\": \"Question\", \"name\": \"What makes Sertodo's copper unique?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo uses 100% recycled copper and traditional techniques, ensuring sustainability and quality.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Kitchen Canisters Set 5 Piece (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Kitchen Canisters Set by Sertodo offers a blend of elegance and functionality with five handcrafted pieces made from pure recycled copper in Austin, TX and Santa Clara del Cobre, Mexico.\",\n  \"sku\": \"KC-SET-5PC\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"938\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Pure Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Crafting Method\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Secure Lid Closure\",\n      \"value\": \"Yes\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Recycled Material\",\n      \"value\": \"Yes\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Custom Engraving\",\n      \"value\": \"Available\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Kitchen Canisters Set 5 Piece (Handmade!), Timeless Craftsmanship\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$938\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-complete-5-piece-set')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Polished","offer_id":41191789068391,"sku":"KC-SET-5PC","price":938.0,"currency_code":"USD","in_stock":false},{"title":"Peacock Patina","offer_id":41191789101159,"sku":"KC-SET-5PC-PAT","price":938.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505"},{"product_id":"big-beautiful-copper-stock-pots","title":"Big, Beautiful Copper Stock Pots (Handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n.serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n.label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n.btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background.2s;\n    }\n.btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n.link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n.stars { color: var(--gold); letter-spacing: 2px; }\n.pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n.pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n.pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n.thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color.15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n.thumb:hover,.thumb.active { border-color: var(--gold); }\n.thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background.15s, opacity.15s;\n    }\n.thumb-chevron:hover { background: #fff; }\n.thumb-prev { left: -13px; }\n.thumb-next { right: -13px; }\n.qty { display: inline-flex; border: 1px solid var(--rule); }\n.qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n.qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n.num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n.num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n.fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n.fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n.comp { width: 100%; border-collapse: collapse; }\n.comp th,.comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n.comp td:not(:first-child),.comp th:not(:first-child) { text-align: center; }\n.comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n.comp th:first-child { color: var(--faint); }\n.comp.adv { color: var(--dark); font-weight: 500; }\n.comp.dis { color: var(--faint); }\n.comp tr:nth-child(even) td { background: var(--warm-bg); }\n.comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n.check { color: var(--gold); font-weight: 700; }\n.spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n.spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n.spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n.contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n.review-card { background: var(--warm-bg); padding: 28px; }\n.faq-item { border-bottom: 1px solid var(--rule); }\n.faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n.faq-q:hover { color: var(--gold); }\n.faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform.2s; }\n.faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n.faq-a.open { display: block; }\n.faq-icon.open { transform: rotate(45deg); }\n.acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing:.04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n.acc-btn:hover { color: var(--gold); }\n.acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform.2s; }\n.acc-icon.open { transform: rotate(45deg); }\n.acc-icon.chev { font-size: 14px; }\n.acc-icon.chev.open { transform: rotate(180deg); }\n.acc-body { display: none; padding-bottom: 28px; }\n.acc-body.open { display: block; }\n.sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n.sketch-caption {\n      font-size: 11px; letter-spacing:.1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n.cs-card { background: var(--warm-bg); overflow: hidden; }\n.cs-info { padding: 16px 18px; }\n.swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform.15s;\n    }\n.swatch:hover { transform: scale(1.1); }\n.swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n.save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing:.06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n.hc-sep { display: none; }\n.hc-item { display: inline-block; margin-right: 14px; }\n.hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n.sec4-body,.sec9-body { max-height: 5.25em; overflow: hidden; }\n.sec4-body.expanded,.sec9-body.expanded { max-height: 200em; }\n.why-toggle-icon { display: none; }\n.why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n.why-toggle-row { display: block; }\n.why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n.why-head { cursor: pointer; user-select: none; margin-bottom: 4px!important; }\n.why-desc { max-height: 0; overflow: hidden; margin-top: 0!important; }\n.why-desc.open { max-height: 20em; margin-top: 10px!important; }\n    }\n    @media (max-width: 749px) {\n.pdp-hero-grid { grid-template-columns: 1fr!important; gap: 8px!important; }\n.pdp-two-col  { grid-template-columns: 1fr!important; gap: 32px!important; }\n.pdp-divider  { display: none!important; }\n.pdp-usp-grid { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-num-three { grid-template-columns: 1fr!important; }\n.pdp-lifestyle-grid { grid-template-columns: 1fr!important; gap: 28px!important; }\n.pdp-four-col { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-three-col { grid-template-columns: 1fr!important; }\n.pdp-tri-col   { grid-template-columns: 1fr!important; }\n.pdp-toc-grid  { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-buybox-col { min-width: 0; }\n.pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n.comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n.comp th.comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n.comp th:first-child,.comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0!important; }\n      #section-comparison h2.serif { font-size: 21px!important; line-height: 1.25!important; }\n.comp { min-width: 0!important; }\n.comp th,.comp td { padding: 8px 9px!important; font-size: 11px!important; line-height: 1.34!important; vertical-align: top!important; min-width: 128px!important; }\n.comp th { font-size: 9.5px!important; letter-spacing: 0.03em!important; }\n.comp th small { font-size: 8px!important; }\n.comp th.comp-th-name { -webkit-line-clamp: 3!important; line-clamp: 3!important; }\n.comp th:first-child,.comp td:first-child { min-width: 116px!important; max-width: 150px!important; width: 128px!important; }\n.comp td:first-child { font-weight: 700!important; color: var(--dark)!important; }\n      h1.serif { font-size: 26px!important; text-align: center!important; }\n      h2.serif { font-size: 22px!important; }\n.pdp-hero-label { display: block!important; text-align: center!important; }\n.pdp-nav-links { display: none!important; }\n.pdp-main-img { aspect-ratio: 4\/3!important; }\n.pdp-main-img #mainImg { object-fit: contain!important; object-position: center center!important; }\n.pdp-breadcrumb   { display: none!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n.pdp-hero-caption { display: none!important; }\n.pdp-h1-sub       { display: none!important; }\n.pdp-hero-sec     { padding-top: 8px!important; padding-bottom: 8px!important; }\n.pdp-buybox-desc  { display: none!important; }\n.pdp-buybox-quote {\n        display: block!important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px!important;\n      }\n.pdp-buybox-quote.pdp-quote-attr { display: none!important; }\n.pdp-buybox-stars { margin-bottom: 10px!important; }\n.pdp-buybox-price { margin-bottom: 12px!important; }\n.pdp-mobile-color-qty {\n        display: flex!important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n.pdp-mobile-color-qty.pdp-buybox-variant { margin-bottom: 0!important; }\n.pdp-mobile-color-qty.pdp-buybox-qty     { margin-bottom: 0!important; }\n.hc-br   { display: none!important; }\n.hc-item { display: block!important; line-height: 2.1!important; margin-right: 0!important; margin-left: 0!important; }\n.pdp-complete-set-grid { grid-template-columns: 1fr!important; }\n.pdp-complete-set-left { padding: 40px 24px!important; }\n.pdp-complete-set-img  { min-height: 280px!important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n.pdp-hero-grid    { grid-template-columns: 1fr!important; gap: 16px!important; }\n.pdp-main-img     { max-width: 480px!important; margin-left: auto!important; margin-right: auto!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n      #caption-inline   { display: none!important; }\n      #caption-band     { display: block!important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none!important; }\n      #caption-band   { display: block!important; }\n    }\n    @media (min-width: 750px)  {.pdp-stripe-break { padding: 48px 0!important; } }\n    @media (min-width: 1100px) {.pdp-stripe-break { padding: 64px 0!important; } }\n.q7-a-text { display: none; }\n.q7-item[data-open=\"true\"].q7-q-text { display: none; }\n.q7-item[data-open=\"true\"].q7-a-text { display: inline; }\n.q7-plus::before { content: '+'; }\n.q7-item[data-open=\"true\"].q7-plus::before { content: '×'; }\n.q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_lid_rest_handle_detail__91757.jpg?v=1738152609\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_lid_rest_handle_detail__91757.jpg?v=1738152609\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_lid_rest_handle_detail__91757.jpg?v=1738152609\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_side_handle_2__19813.jpg?v=1738152600\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_side_handle_2__19813.jpg?v=1738152600\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_side_handle_2__19813.jpg?v=1738152600\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_edge_detail__79246.jpg?v=1738152591\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_edge_detail__79246.jpg?v=1738152591\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_edge_detail__79246.jpg?v=1738152591\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_side_handle_detail__47918.jpg?v=1738152590\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_side_handle_detail__47918.jpg?v=1738152590\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_side_handle_detail__47918.jpg?v=1738152590\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_2__92571.jpg?v=1738152491\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_2__92571.jpg?v=1738152491\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_2__92571.jpg?v=1738152491\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm Pure Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot induction compatible\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo Copper · Handcrafted in Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Big, Beautiful Copper Stock Pots (Handmade!), Culinary Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e2mm Hand-Hammered · Tin-Lined · 10 \u0026amp; 14 Quarts\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The copper gleams beautifully, and the heat distribution is unparalleled.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e203 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$728\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789330535\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $182 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered\u003c\/strong\u003e in Mexico from pure copper, these stock pots offer rapid heat conduction and a beautiful tin-lined interior.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm Pure Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot induction compatible\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Big, Beautiful Copper Stock Pot different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCOPPER GAUGE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e2mm thickness\u003c\/strong\u003e ensures even heat distribution for perfect cooking results every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eTIN-LINED INTERIOR\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003ePrevents copper reactivity with food, maintaining the purity of your dishes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted in Santa Clara del Cobre, a town with a rich tradition of copper smithing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eERGONOMIC HANDLES\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003ePatented design stays cool and provides a comfortable, secure grip.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e copper-look pans are affordable and accessible, but their thin copper wash over aluminum causes \u003cstrong\u003ehot spots\u003c\/strong\u003e and surface delamination, lacking the needed gauge weight for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper pot, tin-lined by hand in Mexico, that responds to heat in seconds, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $300 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $728.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$1,200\u003c\/strong\u003e — versus a single \u003cstrong\u003e$728\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$472\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this stock pot right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this stock pot\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Need even heat control?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eChoose this if you want rapid and even heat distribution for perfect cooking results.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love artisan cookware?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSelect this pot if handcrafted quality and traditional methods are important to you.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Cooking for many?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for large families or gatherings, thanks to its generous capacity options.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value durability?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eOpt for this stock pot if you appreciate long-lasting cookware that withstands daily use.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this stock pot if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis is not the best choice if affordability is more important than artisanal quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Induction stove user?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eUnfortunately, this pot is not induction compatible, so it won't work on those stovetops.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need lightweight cookware?*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eLook elsewhere if you prioritize extremely lightweight pots over substantial, durable ones.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Professional chefs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for chefs who need reliable heat control and appreciate premium materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Home entertainers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those hosting large gatherings, offering both style and function.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for cooks who treasure traditional craftsmanship and superior cooking performance.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Food connoisseurs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who value the finest materials and want cookware that enhances their meals.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Saucepan (handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191789789287\" data-handle=\"copper-saucepan-1-5-quart-and-2-5-quart\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2024ReineKupferpfanne24cm_A.jpg?v=1769549756\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 9.5\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140608069735\" data-handle=\"pure-copper-frying-pan-without-coating-o-9-5-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Big, Beautiful Copper Stock Pot\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSuperior heat control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEnjoy precise cooking thanks to the even heat distribution of thick copper walls.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered in Mexico, each pot is a testament to traditional copper smithing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eLasting elegance\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe timeless design and warm copper glow enhance any kitchen's aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eArtisan Made\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e by skilled artisans in Mexico.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHeat Efficient\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eEven heat\u003c\/strong\u003e distribution with 2mm copper walls.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eFlavor Pure\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eTin-lined\u003c\/strong\u003e to protect flavor integrity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003e2mm Hand-Hammered Copper · Tin-Lined · Not Induction Compatible\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who cherish tradition and value exceptional performance\u003c\/em\u003e, this copper stock pot is a must-have.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability that lasts\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith its \u003cstrong\u003e2mm thick copper walls\u003c\/strong\u003e, this stock pot stands the test of time, resisting wear and tear from daily use and ensuring consistent performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish of the copper stock pot radiates a warm glow, adding a touch of elegance and timeless beauty to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eDespite a higher upfront cost, the longevity and performance of this pot make it a wise investment, providing value for generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eGenerous Capacity · Ergonomic Handles · Handcrafted Elegance\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCooking becomes a culinary delight.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this pot, cooking might feel routine. Afterward, each meal becomes a chance to \u003cstrong\u003eexplore culinary artistry\u003c\/strong\u003e, with the pot’s even heat enhancing every dish.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThe beauty and utility of this pot make it a \u003cstrong\u003ecenterpiece of your kitchen\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Big, Beautiful Copper Stock Pot is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e10 qt (9.5 L) or 14 qt (13.3 L)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements may vary slightly due to handcrafting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePatented ergonomic design\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish and Re-Tin Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand washing recommended to preserve finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Big, Beautiful Copper Stock Pot\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle-piece purchase.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is slow? Discover the truth.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany believe copper extends cooking times, but \u003cstrong\u003ethis stock pot accelerates cooking\u003c\/strong\u003e thanks to rapid heat conduction.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eExperience quicker preheat and cooking times, making each meal preparation more efficient and enjoyable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_side_handle_2__19813.jpg?v=1738152600\u0026amp;width=1200\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eElevate your cooking experience.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning this copper stock pot transforms ordinary cooking into extraordinary culinary adventures. Its elegant design and superior performance make every dish a masterpiece, turning your kitchen into a haven of creativity.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eEmbrace \u003cstrong\u003eartistry\u003c\/strong\u003e in your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis stock pot is for \u003cstrong\u003ededicated chefs\u003c\/strong\u003e and \u003cstrong\u003eenthusiastic home cooks\u003c\/strong\u003e who appreciate \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e and demand the finest quality in their cookware.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003etin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section of copper vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper conducts heat 8× better\u003c\/strong\u003e than stainless, ensuring even heating and reducing cooking times.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive nature\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's reactive surface \u003cstrong\u003erequires tin lining\u003c\/strong\u003e to prevent flavor alteration and maintain food purity.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eEven distribution\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe 2mm thickness allows heat to distribute evenly, \u003cstrong\u003eeliminating hot spots\u003c\/strong\u003e for perfect cooking.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Each use of this copper pot feels like cooking in a professional kitchen.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHow it compares\u003c\/h2\u003e\n      \n    \u003c\/div\u003e\n    \n    \n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eBig, Beautiful Copper Stock Pots (Handmade!), Cu (Sertodo Copper)\u003c\/span\u003e\u003c\/th\u003e\n\u003cth\u003eRuffoni\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eHistoria Decor Copper Stock Pot\u003c\/small\u003e\n\u003c\/th\u003e\n\u003cth\u003eHestan\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eCopperBond Stock Pot\u003c\/small\u003e\n\u003c\/th\u003e\n\u003cth\u003eBrooklyn Copper Cookware\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eCopper Stock Pot\u003c\/small\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLiquid Capacity\u003c\/td\u003e\n\u003ctd class=\"\"\u003e10 qt (9.5 L) or 14 qt (13.3 L)\u003c\/td\u003e\n\u003ctd class=\"\"\u003e12.5 qt\u003c\/td\u003e\n\u003ctd class=\"\"\u003e6 quarts\u003c\/td\u003e\n\u003ctd class=\"\"\u003e14 quarts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCopper Thickness\u003c\/td\u003e\n\u003ctd class=\"\"\u003e2mm\u003c\/td\u003e\n\u003ctd class=\"\"\u003e1 to 1.5 mm\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e0.125 inches (3 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Lining\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHigh purity tin, applied by hand over fire\u003c\/td\u003e\n\u003ctd class=\"\"\u003e18\/10 stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHand-wiped tin\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle Material\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePatented ergonomic design\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSolid bronze\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCast stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCast iron\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eStovetop Compatibility\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGas, Electric, Ceramic\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGas recommended - no induction\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAll cooktops, including induction\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGas and electric cooktops\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHand Polish and Re-Tin Schedule\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAs needed\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTin lining may eventually wear off and require retinning\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncludes\u003c\/td\u003e\n\u003ctd class=\"\"\u003e1 x Big, Beautiful Copper Stock Pot\u003c\/td\u003e\n\u003ctd class=\"\"\u003eLid\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel lid\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCover sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDishwasher safe\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, hand wash only\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, hand wash only\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eItaly\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$728\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$299.95\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$299.95\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$1,200.00\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (7 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eOne of the few in this lineup with a hand-hammered copper construction, offering unmatched artisanal quality.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when preparing a special dinner and the cheaper option's lining fails.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eArtisan copper cookware that transforms your kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect settings for your copper stock pot\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCreate unforgettable memories with rich, flavorful dishes prepared in this elegant pot.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for large family meals, ensuring everyone gets a delicious serving.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with both your culinary skills and the stunning presentation of your cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eRefine your cooking techniques using a pot that supports precision and creativity.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday excellence\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTransform everyday meals into extraordinary experiences with this versatile cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_edge_detail__79246.jpg?v=1738152591\u0026amp;width=1200\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eRevolutionize your kitchen experience with elegance.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eFor those who cook with passion.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper excels in the kitchen\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003e2mm copper stock pot\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals: performance comparison\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8× better than stainless steel, providing faster heat-up and even distribution, making it ideal for cooking.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike cast iron or aluminum, copper requires a tin lining to prevent food reactivity, ensuring taste and quality remain intact.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFor this pot, the 2mm thickness allows heat to spread evenly, eliminating hot spots and enhancing cooking results.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper offers superior culinary performance.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow our copper pots are made\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammer-planishing\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eThe artisan production process in four steps\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eArtisan pots are \u003cstrong\u003ehandcrafted\u003c\/strong\u003e through a meticulous process: annealing raw copper sheets, raising and planishing, adding hammered texture, fitting handles, and final polishing.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach pot is unique due to its handmade nature, a feature celebrated for its individuality and craftsmanship quality.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eHandcrafted excellence ensures a unique, high-quality product.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eSertodo's journey through copper craftsmanship\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper work\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional skill\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Heritage\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eThe evolution of copper craftsmanship at Sertodo\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre's rich copperworking tradition dates back over 1000 years, known for its quality and artistry.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper was founded to revive these techniques, focusing on hand-hammered quality and sustainable practices.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eThis heritage guarantees a product grounded in quality and tradition.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_side_handle_detail__47918.jpg?v=1738152590\u0026amp;width=1200\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This pot has transformed my cooking. The even heating and elegant look are unmatched.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eOlivia P., professional chef, 12 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the craftsmanship and how it enhances the flavor of my dishes. Worth every penny!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJames H., home cook, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Purchased for family gatherings, and it never disappoints. It's both beautiful and functional.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., holiday host, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set without compromise\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandmade elegance for every meal\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/beautiful-and-big-copper-dutch-ovens\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=600\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eBeautiful and Big Copper Dutch Ovens (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for hearty dishes\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eKeep your counters clean\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/permian-copper-basins\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BasinB-C-15.jpg?v=1738156205\u0026amp;width=600\" alt=\"Permian Copper Basins (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003ePermian Copper Basins (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor all your baking needs\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCelebrating a legacy of craftsmanship\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in artisan handmade copper cookware, crafted in Austin, TX, and Santa Clara del Cobre, Mexico. Our products are made from hand-hammered 100% pure copper with tin-lined interiors, offering a lifetime workmanship guarantee.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eOur commitment to traditional craftsmanship ensures each piece is not only functional but also a work of art. We value quality, sustainability, and the heritage of copper smithing.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your pot\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour steps to preserve its beauty\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse mild soap and water to clean, avoiding harsh detergents.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying your pot as soon as possible after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eMaintain the shine by using a copper polish when needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid metal utensils\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse wooden or silicone utensils to prevent scratching the tin lining.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper stock pot will remain beautiful and functional for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eThe ultimate investment in your kitchen\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eWhen you choose the Big, Beautiful Copper Stock Pot, you are investing in a piece that combines \u003cstrong\u003etimeless elegance\u003c\/strong\u003e with \u003cstrong\u003eunmatched performance\u003c\/strong\u003e. This pot's superior heat conduction and artisanal craftsmanship make it a standout choice for those who value quality and tradition.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2mm pure copper, stunning craftsmanship\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, preserves finish and performance\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eErgonomic handles, stay cool for safe handling\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eLet this pot be the centerpiece of your culinary adventures, inspiring delicious creations.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $728\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this stock pot suitable for induction stoves?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eNo\u003c\/strong\u003e, this copper stock pot is not induction compatible. It works best on gas, electric, and ceramic stovetops.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the maximum capacity of the stock pot?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe stock pot is available in two generous sizes: \u003cstrong\u003e10 quarts\u003c\/strong\u003e and \u003cstrong\u003e14 quarts\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper affect cooking time?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper's \u003cstrong\u003erapid heat conduction\u003c\/strong\u003e reduces cooking times by providing even heat distribution and quick temperature adjustments.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I care for the hand-applied tin lining to prevent premature wear or the need for re-tinning?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUse only wooden or silicone utensils and wash with mild soap and soft cloths, never abrasive scrubbers or metal tools. Properly maintained, the hand-applied tin lining resists the \"normal wear\" exclusions common in factory warranties, and can last decades before re-tinning is needed, unlike rushed commercial linings that degrade within months of heavy use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the solid copper exterior develop a patina over time, and does this affect the cooking performance or thermal conductivity?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, authentic solid copper develops a natural patina, a hallmark of genuine thickness that thin copper plating over inferior metals cannot replicate. This patina does not affect thermal performance; the full \u003cstrong\u003e2mm copper\u003c\/strong\u003e continues to deliver rapid, even heat. You may polish it to a bright shine or embrace the antique character, either way, the cooking performance remains unchanged.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes Sertodo different from other brands?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo copperware is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e in Mexico, emphasizing traditional craftsmanship and quality over mass production.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre the handles on this handcrafted stock pot insulated or designed to remain cool during stovetop cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the handles feature a \u003cstrong\u003epatented ergonomic design\u003c\/strong\u003e and remain significantly cooler than mass-produced alternatives where handles are often poorly fitted or heat dangerously. Each handle is individually hand-riveted during fabrication, an extra step that ensures a secure, balanced grip even when the pot is full, unlike loose-fitting factory handles that shift or wobble under load.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat other products complement this stock pot?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eConsider pairing with the \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\"\u003eCopper Saute Pan\u003c\/a\u003e or the \u003ca href=\"\/products\/beautiful-and-big-copper-dutch-ovens\"\u003eCopper Dutch Oven\u003c\/a\u003e for a complete kitchen set.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this handcrafted copper stock pot heavy to lift when full, and does the weight indicate superior construction quality?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, it has a substantial weight due to the full \u003cstrong\u003e2mm solid copper\u003c\/strong\u003e construction, not thin plating over cheaper metals. This heft is the mark of authentic professional-grade cookware built to last generations, delivering the thermal mass and even heat distribution that only genuine thickness can provide. The ergonomic handles are designed to balance this weight comfortably, even when the pot is filled to capacity.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart: $728\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Is this stock pot suitable for induction stoves?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, this copper stock pot is not induction compatible. It works best on gas, electric, and ceramic stovetops.\"}}, {\"@type\": \"Question\", \"name\": \"What is the maximum capacity of the stock pot?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The stock pot is available in two generous sizes: 10 quarts and 14 quarts.\"}}, {\"@type\": \"Question\", \"name\": \"How does copper affect cooking time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper's rapid heat conduction reduces cooking times by providing even heat distribution and quick temperature adjustments.\"}}, {\"@type\": \"Question\", \"name\": \"How should I care for the tin-lined interior?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Avoid abrasive cleaners and metal utensils. Use gentle soaps and soft cloths to preserve the tin lining.\"}}, {\"@type\": \"Question\", \"name\": \"Will the copper change color over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper develops a patina with use. Some find this adds character and charm, while others prefer regular polishing.\"}}, {\"@type\": \"Question\", \"name\": \"What makes Sertodo different from other brands?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo copperware is hand-hammered in Mexico, emphasizing traditional craftsmanship and quality over mass production.\"}}, {\"@type\": \"Question\", \"name\": \"Are the handles insulated?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the handles are ergonomically designed to stay cool and provide a safe, comfortable grip.\"}}, {\"@type\": \"Question\", \"name\": \"What other products complement this stock pot?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Consider pairing with the Copper Saute Pan or the Copper Dutch Oven for a complete kitchen set.\"}}, {\"@type\": \"Question\", \"name\": \"Is the pot heavy to lift?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it has a substantial weight due to the 2mm copper, which contributes to its durability and heat efficiency.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Big, Beautiful Copper Stock Pots (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"Sertodo's Big, Beautiful Copper Stock Pots are hand-hammered from pure copper in Mexico, offering rapid heat conduction and a tin-lined interior for superior cooking performance.\",\n  \"sku\": \"K-STOCK-8\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"728\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"Mexico\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"10 qt or 14 qt\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Type\",\n      \"value\": \"Ergonomic, patented design\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Weight\",\n      \"value\": \"\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb? (thumb.offsetWidth + 8) * 3: 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip ||!prev ||!next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart? '0.25': '1';\n    prev.style.pointerEvents = atStart? 'none': 'auto';\n    next.style.opacity = atEnd? '0.25': '1';\n    next.style.pointerEvents = atEnd? 'none': 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background.15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n.then(function(r) { return r.json(); })\n.then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n.then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n.catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open',!isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open',!isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open',!isOpen);\n    if (icon) icon.textContent = isOpen? '+': '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display!== 'none';\n    extra.style.display = isOpen? 'none': 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen? link.dataset.openText: 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse.allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background.15s;background:' + (i===0? '#C4963A': '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0? 1: -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eBig, Beautiful Copper Stock Pots (Handmade!), Culinary Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$728\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'big-beautiful-copper-stock-pots')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length? btns[0]: null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past!== shown){ shown = past; bar.style.display = past? 'block': 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"10 Quart - 8\" diameter x 10\" deep","offer_id":41191789330535,"sku":"K-STOCK-8","price":728.0,"currency_code":"USD","in_stock":true},{"title":"14 Quart - 10\" diameter x 12\" deep","offer_id":41191789363303,"sku":"K-STOCK-10","price":1025.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614"},{"product_id":"copper-kitchen-canisters-individual-sizes","title":"Copper Kitchen Canisters (Handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__91802_adef4aa3-809a-40d0-8631-86831fc1e37b.jpg?v=1738151382\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__91802_adef4aa3-809a-40d0-8631-86831fc1e37b.jpg?v=1738151382\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__91802_adef4aa3-809a-40d0-8631-86831fc1e37b.jpg?v=1738151382\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square.jpg?v=1738151301\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square.jpg?v=1738151301\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square.jpg?v=1738151301\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square.jpg?v=1738151299\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square.jpg?v=1738151299\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square.jpg?v=1738151299\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-5x3square.jpg?v=1738151286\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-5x3square.jpg?v=1738151286\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-5x3square.jpg?v=1738151286\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-6x4square.jpg?v=1738151275\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-6x4square.jpg?v=1738151275\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-6x4square.jpg?v=1738151275\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-7x5square.jpg?v=1738151276\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-7x5square.jpg?v=1738151276\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-7x5square.jpg?v=1738151276\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_5237618e-8fca-469f-a16c-00ae9ad925dc.jpg?v=1738151272\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_5237618e-8fca-469f-a16c-00ae9ad925dc.jpg?v=1738151272\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenCannisters_5237618e-8fca-469f-a16c-00ae9ad925dc.jpg?v=1738151272\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico and USA\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% solid copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eElegant storage solution\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot airtight\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo Copper · Made in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Kitchen Canisters (Handmade!) - Timeless Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e100% Solid Copper · Hand-Hammered · Not Airtight\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love it love it love it! It makes my whole kitchen sparkle and compliments my other copper pieces.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e234 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$90\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003ePeacock Patina\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:patina;\" title=\"Peacock Patina\" onclick=\"selectSwatch(this,'Peacock Patina')\"\u003e\u003c\/button\u003e\n            \n            \u003cbutton class=\"swatch \" style=\"background:polish;\" title=\"Polished\" onclick=\"selectSwatch(this,'Polished')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789461607\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $22 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted in Mexico and USA\u003c\/strong\u003e, these copper canisters are a blend of elegance and durability, designed for both functional storage and decorative appeal.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico and USA\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% solid copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eElegant storage solution\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot airtight\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is this copper canister different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes solid copper different from mass-produced storage solutions)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDMADE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for a unique texture, each canister is a testament to artisan skill.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% solid copper\u003c\/strong\u003e, offering unrivaled durability and natural beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFINISH\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eAvailable in \u003cstrong\u003epolished\u003c\/strong\u003e or \u003cstrong\u003epeacock patina\u003c\/strong\u003e finish, adding elegance to any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBacked by a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e, ensuring lasting quality and satisfaction.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe issue with copper-look canisters\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable options but uses thin copper layers over other metals. This results in hot spots and delamination over time, lacking the solid gauge weight needed for consistent performance.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the canister merely needs to store sugar, Cuisinart suffices. But for style and longevity, solid copper is key.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 100% solid copper canister with a handcrafted touch, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seeking timeless kitchen accents*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese canisters add elegance and functionality to any kitchen, perfect for showcasing on countertops.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Prefers handmade pieces*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eA handcrafted touch ensures each canister is unique, making it a standout kitchen piece.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Values durability*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eBuilt to last with 100% solid copper, these canisters promise long-term beauty and utility.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Loves artisan craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eExperience the art of coppersmithing with these expertly crafted canisters from Sertodo.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Needs airtight storage*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese canisters lack an airtight seal, making them unsuitable for long-term storage of perishables.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Looking for lightweight options*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCrafted from solid copper, these canisters have a sturdy weight that may not suit every preference.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefers modern materials*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you favor contemporary materials over traditional copper, these may not be your ideal choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Seeks machine-made uniformity*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eHand-hammered texture means each canister is unique, which may not appeal to those seeking uniformity.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who appreciate the blend of style and functionality in kitchen storage.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Home decorators*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for adding a touch of elegance to kitchen decor without compromising on utility.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who value handcrafted quality and artisan heritage in their kitchenware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Health-conscious individuals*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eCopper's natural properties are beneficial, making these canisters a healthy choice for storage.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Kitchen Canisters\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach canister is individually hand-hammered, providing a unique texture and superior durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainable Material\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from 100% recycled copper, these canisters are both eco-friendly and luxurious.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eElegant Design\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eAdd a sophisticated touch to your kitchen with the timeless beauty of copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHANDMADE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003e100% solid copper\u003c\/strong\u003e construction.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eLifetime workmanship\u003c\/strong\u003e assurance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered · 100% solid copper · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who value artisanal craftsmanship and elegance, these canisters offer unmatched quality and timeless beauty.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eConstructed from \u003cstrong\u003e100% solid copper\u003c\/strong\u003e, these canisters are designed to endure daily use while maintaining their elegant appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eTimeless Aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered texture and dual finish options make these canisters a beautiful addition to any kitchen decor.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eSustainable Choice\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eUsing \u003cstrong\u003erecycled copper\u003c\/strong\u003e, Sertodo combines sustainability with superior craftsmanship, offering a product that's both eco-friendly and luxurious.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eSustainable elegance for your kitchen\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour kitchen becomes a statement of elegance.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eBefore:\u003c\/strong\u003e Your kitchen storage is purely functional. \u003cstrong\u003eAfter:\u003c\/strong\u003e It becomes a centerpiece of elegance and craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eMake your kitchen a reflection of your style with \u003cstrong\u003eartisan-crafted\u003c\/strong\u003e canisters.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Kitchen Canisters are made of, and how they're built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eSizes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5x3 inch to 9x7 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 cup to 5.25 quart\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSizes vary with finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% solid copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePolished or Peacock Patina\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eManufacture\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico and USA\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand-hammered for durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash and dry immediately\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRegular polishing recommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Kitchen Canister\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle-piece construction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change based on availability.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eNot all copper canisters are created equal.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eMass-produced copper-look canisters\u003c\/strong\u003e often use thin layers over other metals, leading to poor durability.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's solid copper construction ensures lasting quality and performance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square.jpg?v=1738151301\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eElevate your kitchen with timeless elegance.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing Sertodo Copper Kitchen Canisters means selecting a piece of artistry for your home. These canisters are not just storage solutions but centerpieces of style and elegance.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eTransform every \u003cstrong\u003ekitchen moment\u003c\/strong\u003e into something special.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor those who value \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e and \u003cstrong\u003eelegant design\u003c\/strong\u003e, these canisters offer a touch of luxury to everyday kitchen storage. Ideal for individuals who appreciate the beauty of copper and the sustainability of recycled materials.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003ehand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003esolid copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eSolid copper construction vs thin copper plating\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8× better than stainless steel, offering rapid heat-up and even distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurable Craftsmanship\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach canister is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e for a unique texture that enhances durability and beauty.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eEco-Friendly Choice\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, these canisters are both sustainable and luxurious.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"These canisters add a touch of elegance and artisanal charm to any kitchen.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, the quality difference revealed\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Kitchen Canisters offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% solid copper construction\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique hand-hammered texture\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Available in polished or patina finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou're not someone who settles for less when it comes to your kitchen's style and functionality.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Kitchen Canisters (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCalphalon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from harmful coatings?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of high-quality material?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% solid copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum core\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made in a reputable country?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico and USA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$90\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$50-$60\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$120-$140\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$70-$80\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, copper not induction compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, aluminium base\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted from pure copper, these canisters offer a timeless elegance that only quality materials can provide.\u003cspan class=\"cc-mob-hide\"\u003e It's the kind of quality you notice every time you use it.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER KITCHEN CANISTERS\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico and USA\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElegant design meets sustainable craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect settings for your canisters\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet kitchens\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of elegance and functionality to gourmet kitchen setups.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eOpen shelving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for display on open shelves, showcasing their unique texture and finish.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn exquisite gift for those who appreciate artisanal craftsmanship and style.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCopper-themed decor\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for kitchens that feature copper accents and decor elements.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial occasions\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eUse them during gatherings to add sophistication to your serving space.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square.jpg?v=1738151299\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eElegance that stands the test of time.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eFor those who cherish timeless beauty.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy solid copper outperforms\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eSolid copper canister\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs thin copper plating\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e eight times better than stainless steel, ensuring quick heat-up and even distribution, which is essential for responsive cooking and effective food storage.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eTechnical comparison:\u003c\/strong\u003e While cast iron and aluminum provide durability, copper offers superior thermal conductivity, ensuring efficient heat distribution across its surface.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis results in a canister that not only stores efficiently but also adds aesthetic value to your kitchen.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for its superior thermal properties and elegant design.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow copper canisters are made\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFour-step copper crafting process\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced items, \u003cstrong\u003ehandmade copper canisters\u003c\/strong\u003e undergo a meticulous crafting process that enhances both their aesthetic appeal and durability.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach piece is unique, showcasing subtle variations that highlight the skill and care involved in their creation.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eArtisan craftsmanship ensures a unique piece every time.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe tradition behind Sertodo\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional expertise\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ebrand founding 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etimeless elegance\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eThe evolution of Sertodo's copper craftsmanship\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper's roots are deeply embedded in the rich tradition of coppersmithing, originating from Santa Clara del Cobre, Mexico, a place renowned for its expertise in copper craftsmanship.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997, Sertodo was established to revive and maintain these artisanal methods, ensuring each piece is crafted with authenticity and skill.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning a Sertodo piece means embracing a legacy of craftsmanship.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-5x3square.jpg?v=1738151286\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These canisters are not just storage solutions but pieces of art that transform my kitchen!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily D., avid cook, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is impeccable. Each canister is a testament to true artisan skill.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJake R., home chef, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the natural patina that develops over time, adding character to these elegant canisters.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSara L., interior designer, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eEnhance your kitchen decor\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more copper pieces to complement your canisters.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters Set 5 Piece (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor a complete collection\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for serving\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eKeep counters clean\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eIdeal for baking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting elegance from recycled copper\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper, founded in 1997 by Jonathan Beall, champions artisan copper craftsmanship from Austin, TX and Santa Clara del Cobre, Mexico. Each piece is made from \u003cstrong\u003ehand-hammered 100% solid copper\u003c\/strong\u003e, emphasizing quality and tradition.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's dedication to using recycled copper not only supports sustainability but also preserves the art of coppersmithing with a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to maintain your canisters\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eImmediate drying\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry your canisters immediately to prevent spotting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRegular polishing\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePolish periodically to maintain the original shine of the copper.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse soft cloths to prevent scratches and preserve the finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eKeep away from moisture\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eStore in a dry place to avoid tarnishing and maintain their beauty.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your Sertodo Copper Kitchen Canisters will remain a stunning kitchen feature for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA timeless choice for discerning buyers\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing Sertodo Copper Kitchen Canisters means opting for \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e and \u003cstrong\u003eelegant design\u003c\/strong\u003e. While they may be an investment, the durability and beauty they offer make them worth every penny. With a lifetime workmanship guarantee, these canisters are a legacy piece that will enhance your kitchen for years to come.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% solid copper, ensuring unique character\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eExpertly crafted in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRegular polishing keeps them in pristine condition for generations\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eNot airtight, best for frequent use items like flour and sugar\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eElevate your kitchen with the lasting elegance of Sertodo Copper.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $90\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I add individual canister sizes to my collection over time, or do I need to purchase all sizes at once?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eYes\u003c\/strong\u003e, additional sizes are available, allowing you to expand your set as needed.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat finish options are available for these handcrafted copper canisters, and how do they differ in appearance and maintenance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, choose between \u003cstrong\u003ePolished\u003c\/strong\u003e (a mirror-bright finish that requires occasional polishing to maintain its shine) and \u003cstrong\u003ePeacock Patina\u003c\/strong\u003e (a living blue-green finish that develops naturally and needs no maintenance to preserve its evolving character).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDo these canisters have an airtight seal?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, they do not have an airtight seal and are best used for items with regular turnover.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I care for my canisters?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash and dry immediately to prevent spotting. Regular polishing maintains their shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I have these solid copper canisters personalized with custom engraving for gifting or heirloom purposes?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the thick solid copper construction (not thin plating) allows for deep, permanent engraving, ideal for monograms, family names, or wedding dates, transforming each canister into a true heirloom piece.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre the canisters safe for food storage?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, they are \u003cstrong\u003esafe\u003c\/strong\u003e for storing dry goods like flour and sugar.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat specific health and preservation benefits does solid copper provide compared to stainless steel or ceramic storage containers?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSolid copper is naturally antimicrobial, continuously reducing bacteria, mold, and yeast on contact, a property backed by EPA registration, helping preserve dry goods longer than inert materials like stainless steel or ceramic, which offer no active preservation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan these canisters be used for liquids?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile possible, they are primarily designed for dry goods due to the lack of airtight seals.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre there matching items available?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, explore matching items like the \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\"\u003e5-piece set\u003c\/a\u003e and the \u003ca href=\"\/products\/sertodo-copper-scoop\"\u003eCopper Scoop\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart: $90\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"Can I buy additional sizes later?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, each canister size (5×3″, 6×4″, 7×5″, 8×6″, and 9×7″) is sold individually, allowing you to start with one size and add others as your storage needs evolve, no need to commit to a full set upfront.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Do these canisters come in different finishes?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, they are available in Polished and Peacock Patina finishes.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Do these canisters have an airtight seal?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No, they do not have an airtight seal and are best used for items with regular turnover.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How should I care for my canisters?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Hand wash and dry immediately to prevent spotting. Regular polishing maintains their shine.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can these canisters be engraved?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, they can be engraved for a personalized touch.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are the canisters safe for food storage?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, they are safe for storing dry goods like flour and sugar.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How does copper benefit health?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper has natural properties that benefit health, such as antimicrobial attributes.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can these canisters be used for liquids?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"While possible, they are primarily designed for dry goods due to the lack of airtight seals.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are there matching items available?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, explore matching items like the 5-piece set and the Copper Scoop.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Kitchen Canisters (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"Sertodo Copper Kitchen Canisters are handcrafted in Mexico and USA from 100% solid copper. These elegant storage solutions are ideal for dry goods and offer a lifetime workmanship guarantee.\",\n  \"sku\": \"KC-5x3-PAT\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"90\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% solid copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Polished or Peacock Patina\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes\",\n      \"value\": \"5x3 inch to 9x7 inch\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"2 cup to 5.25 quart\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handmade\",\n      \"value\": \"Yes\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Kitchen Canisters (Handmade!) - Timeless Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$90\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-individual-sizes')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"5x3 inch, 2 cup \/ Patina","offer_id":41191789461607,"sku":"KC-5x3-PAT","price":90.0,"currency_code":"USD","in_stock":false},{"title":"5x3 inch, 2 cup \/ Polish","offer_id":41191789494375,"sku":"KC-5x3","price":90.0,"currency_code":"USD","in_stock":false},{"title":"6x4 inch, 1 quart \/ Patina","offer_id":41191789527143,"sku":"KC-6X4-PAT","price":113.0,"currency_code":"USD","in_stock":false},{"title":"6x4 inch, 1 quart \/ Polish","offer_id":41191789559911,"sku":"KC-6X4","price":113.0,"currency_code":"USD","in_stock":false},{"title":"7x5 inch, 2 quart \/ Patina","offer_id":41191789592679,"sku":"KC-7x5-PAT","price":166.0,"currency_code":"USD","in_stock":false},{"title":"7x5 inch, 2 quart \/ Polish","offer_id":41191789625447,"sku":"KC-7x5","price":166.0,"currency_code":"USD","in_stock":false},{"title":"8x6 inch, 3.25 quart \/ Patina","offer_id":41191789658215,"sku":"KC-8X6-PAT","price":241.0,"currency_code":"USD","in_stock":false},{"title":"8x6 inch, 3.25 quart \/ Polish","offer_id":41191789690983,"sku":"KC-8X6","price":241.0,"currency_code":"USD","in_stock":false},{"title":"9x7 inch, 5.25 quart \/ Patina","offer_id":41191789723751,"sku":"KC-9x7-PAT","price":328.0,"currency_code":"USD","in_stock":false},{"title":"9x7 inch, 5.25 quart \/ Polish","offer_id":41191789756519,"sku":"KC-9x7","price":328.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_Cannisters_7__48720__66409_0d7f27c5-76b7-4837-81b3-faba009a440b.jpg?v=1738151395"},{"product_id":"copper-kitchen-canisters-large-set-2-pieces","title":"Copper Kitchen Canisters 2 Piece (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Canisterpatinasetof2websq.jpg?v=1738151024\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Canisterpatinasetof2websq.jpg?v=1738151024\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Canisterpatinasetof2websq.jpg?v=1738151024\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_4.png?v=1738151019\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_4.png?v=1738151019\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_4.png?v=1738151019\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_2.png?v=1738150930\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_2.png?v=1738150930\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_2.png?v=1738150930\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_3.png?v=1738150924\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_3.png?v=1738150924\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_3.png?v=1738150924\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_62312fa3-b6c2-44fa-95f7-cd734819c798.png?v=1738150913\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_62312fa3-b6c2-44fa-95f7-cd734819c798.png?v=1738150913\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_62312fa3-b6c2-44fa-95f7-cd734819c798.png?v=1738150913\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSecure lid closure\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in the USA \u0026amp; Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eNatural patina option\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Kitchen Canisters 2 Piece (Handmade!), Timeless Craftsmanship\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e100% Recycled Copper · 2 Pieces · Lifetime Guarantee\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"This copper cup is beautifully made! High quality!\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003emandi james\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e216 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$569\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003ePolished\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#B87333;\" title=\"Polished\" onclick=\"selectSwatch(this,'Polished')\"\u003e\u003c\/button\u003e\n            \n            \u003cbutton class=\"swatch \" style=\"background:#3E423A;\" title=\"Peacock Patina\" onclick=\"selectSwatch(this,'Peacock Patina')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789396071\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $142 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered\u003c\/strong\u003e from 100% pure recycled copper, crafted in Austin, TX and Santa Clara del Cobre, Mexico. These canisters offer both elegance and robust functionality.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSecure lid closure\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in the USA \u0026amp; Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eNatural patina option\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Kitchen Canisters different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 100% pure recycled copper different from mass-produced storage items)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered from \u003cstrong\u003e100% pure recycled copper\u003c\/strong\u003e, each canister is unique and durable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFINISH\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eAvailable in polished or peacock patina, allowing personalization to suit your style.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCAPACITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eGenerous sizes of 3.25 and 5.25 quarts to store all your kitchen essentials.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eLifetime warranty on craftsmanship, ensuring quality and peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable options, but they often use \u003cstrong\u003ethin copper wash over aluminum\u003c\/strong\u003e, leading to hot spots and surface delamination with regular use. Mass-produced pans lack the gauge weight needed for even, responsive heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a set of hand-hammered, 100% recycled copper canisters crafted in Austin, TX, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eNeed sustainable storage?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eChoose this set for eco-friendly storage solutions with a timeless design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eValue artisan craftsmanship?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSelect this product to enjoy the beauty of hand-hammered copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eLooking for elegance?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eOpt for these canisters to add rustic charm to your kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eRequire lasting quality?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePick this set for robust, durable storage that stands the test of time.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003ePrefer low-cost options?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eSkip this set if you're looking for inexpensive, disposable storage solutions.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eShort on kitchen space?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eAvoid if your kitchen can't accommodate large canisters.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eDislike visible patina?\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese canisters develop a natural patina over time, which may not suit everyone.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEco-conscious households\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who prioritize sustainability and eco-friendly materials in their kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eArtisan lovers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for buyers who appreciate traditional craftsmanship and unique design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCopper enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eBest for individuals who love the warm, natural look of copper in their kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eLong-term planners\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eSuited for those seeking durable storage that will last for generations.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete set for kitchen storage\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e2-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Kitchen Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e3.25 quart (8x6 inch)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Kitchen Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e5.25 quart (9x7 inch)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e2 pieces · Kitchen storage\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in USA \u0026amp; Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eMade from 100% pure recycled copper, these canisters offer a sustainable storage solution.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_62312fa3-b6c2-44fa-95f7-cd734819c798.png?v=1738150913\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Kitchen Canisters\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly materials\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from recycled copper, offering a sustainable choice for eco-conscious buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered for a unique finish, each canister reflects time-tested techniques.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eTimeless style\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eAvailable in polished and patina finishes, these canisters add elegance to any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered by \u003cstrong\u003eartisans\u003c\/strong\u003e in Texas and Mexico.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eFinish\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eChoose between \u003cstrong\u003epolished\u003c\/strong\u003e and peacock patina.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eGuarantee\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eLifetime \u003cstrong\u003eworkmanship\u003c\/strong\u003e guarantee.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003e100% Recycled Copper · 2 pieces · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who cherish artisan craftsmanship and eco-friendly materials, these canisters embody a timeless choice.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered from 100% recycled copper, these canisters are built to last and withstand daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eAvailable in polished and peacock patina finishes, each canister brings elegance and style to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue-over-time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in these canisters means choosing sustainable materials that age beautifully and serve generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered elegance · Eco-friendly storage\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour kitchen becomes a showcase of elegance.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eBefore:\u003c\/strong\u003e Ordinary storage solutions hidden away. \u003cstrong\u003eAfter:\u003c\/strong\u003e Showcasing your canisters as part of your kitchen decor.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThese canisters bring \u003cstrong\u003elasting beauty\u003c\/strong\u003e and utility to your kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Kitchen Canisters set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e3.25 Quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8x6 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e5.25 Quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e9x7 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eGenerous sizes to fit kitchen essentials.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure recycled copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCraft Type\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUSA \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHandcrafted for durability and style.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand wash recommended to preserve finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 x Copper Kitchen Canisters\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eComplete 2-piece set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is delicate, yet it's incredibly durable.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHand-hammered copper\u003c\/strong\u003e is renowned for its durability and beauty. It withstands daily use and ages gracefully over time.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThese canisters not only store essentials but do so with lasting elegance and functionality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_4.png?v=1738151019\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose beauty that stands the test of time.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper Kitchen Canisters transform ordinary storage into a statement of elegance. Their hand-hammered artistry and sustainable materials offer more than just utility; they add timeless charm to your kitchen.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eSelect these canisters for a \u003cstrong\u003elifetime of beauty\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003e\u003cstrong\u003eArtisan enthusiasts\u003c\/strong\u003e and \u003cstrong\u003eeco-conscious buyers\u003c\/strong\u003e will find these canisters perfect for their kitchens. They offer both \u003cstrong\u003etimeless elegance\u003c\/strong\u003e and sustainable functionality, making them a wise investment for those who appreciate quality craftsmanship.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003eRecycled copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003eRecycled copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparison: mass-produced vs. our hand-hammered copper\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Excellence\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8x better than stainless steel, ensuring even temperature distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hammering process hardens the copper, enhancing its strength for daily use.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eAesthetic Appeal\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eA natural patina develops over time, adding character to the canisters.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"These canisters bring warmth and elegance to my kitchen, transforming storage into art.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, what you're actually choosing\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Kitchen Canisters offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% Recycled Copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique patina finish, each piece distinct\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime craftsmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eSerious cooks and design lovers know that settling for less than handmade means missing out on true artistry.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Kitchen Canisters (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eSur La Table\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made from quality materials?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper with stainless steel lining\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it manufactured?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$569\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$330\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$550\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$600\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e$284.50\/pc\u003c\/td\u003e\n\u003ctd\u003e$330.00\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eOven Safe Temp\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 500°F \/ 260°C\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 500°F \/ 260°C\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 500°F \/ 260°C\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandmade craftsmanship ensures every detail is unique, making these copper canisters a standout choice.\u003cspan class=\"cc-mob-hide\"\u003e You get what you pay for — and if a cheaper option dulls your kitchen's elegance, you pay with its lifeless look.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eKITCHENWARE COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in USA \u0026amp; Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElegant, sustainable kitchen storage solutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eThe perfect addition to any kitchen\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eThese canisters make a thoughtful gift for weddings or housewarmings.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome chefs\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for those who value high-quality kitchenware to enhance cooking routines.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eInterior decor\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdds a rustic, elegant touch to kitchen counters and open shelves.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEco-conscious living\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for households focused on sustainable and environmentally friendly choices.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCollector's items\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eFor those who appreciate unique, handcrafted artisan pieces.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_2.png?v=1738150930\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome kitchens are bare. Some are crafted.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the second kind.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's unmatched thermal performance\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eRecycled Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison: mass-produced vs. our hand-hammered copper\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e eight times better than stainless steel, providing fast and even heat distribution. This makes it ideal for precise temperature control, ensuring your stored ingredients are kept at optimal conditions.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe unique thermal properties of copper require a \u003cstrong\u003etin lining\u003c\/strong\u003e to prevent reactions with food. This lining protects the copper and ensures safe storage of your kitchen essentials.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWith its beautiful patina, \u003cstrong\u003ehand-hammered copper\u003c\/strong\u003e not only performs well but also enhances your kitchen's aesthetic appeal.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's conductivity\u003c\/strong\u003e ensures even temperature control, making it a superior choice.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCreating canisters with timeless craftsmanship\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammer-planish\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eHand-forging copper: from sheet to canister\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHandmade\u003c\/strong\u003e canisters undergo a meticulous process that begins with raw copper sheet annealing, followed by raising, planishing, and then hammering. This process ensures each piece is unique, showcasing the artisan's skill.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hammering texture adds strength and beauty. Individual variations are celebrated, not flaws, as they reflect the hand-crafted nature and artistry of each canister.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEach canister is a \u003cstrong\u003eunique work of art\u003c\/strong\u003e.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's rich history in kitchenware\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eforge work\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional craft\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo's founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan collection\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline: From copper heritage to modern kitchen essentials\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe tradition of copper work in Santa Clara del Cobre dates back over a thousand years. Known for its superior craftsmanship, the region's artisans have mastered techniques that ensure durability and aesthetic appeal.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper chose this region for its deep roots in copper craftsmanship, ensuring each piece embodies the quality and tradition of its origins.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eWith Sertodo, you're investing in a piece of \u003cstrong\u003ecopper history\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2-Piece_Large_Copper_Kitchen_Canister_Set_3.png?v=1738150924\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters 2 Piece (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Love it love it love it! It makes my whole kitchen sparkle and compliments my other copper pieces.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eCAROL ANN GELLERMAN, Copper Mixing Bowl buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eGA, Copper Iced Tea Cup buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This copper cup is beautifully made! High quality!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003emandi james, Just Right Copper Cup buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the look in your kitchen\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters Set 5 Piece (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete storage solutions\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant serving\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVersatile cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for baking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eArtisan copper craftsmanship since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper, founded in 1997 by Jonathan Beall, specializes in artisan handmade copper products, crafted in Austin, TX, and Santa Clara del Cobre, Mexico. Each piece is hand-hammered from 100% pure recycled copper, emphasizing quality and traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThis brand's commitment to sustainable practices and traditional methods ensures each product is not only functional but also a work of art, offering a lifetime of durability and beauty.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the finish\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse warm water and mild soap to clean. Avoid abrasive pads.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying immediately after washing with a soft cloth.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to maintain shine and enhance patina development.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid harsh chemicals\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use bleach or other harsh cleaning agents on copper surfaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eYour copper canisters are designed to age beautifully and last for generations with proper care.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy these canisters are worth the investment\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eWhen you choose Sertodo Copper Kitchen Canisters, you invest in more than just storage. These hand-hammered, 100% recycled copper canisters bring both aesthetic beauty and functional durability to your kitchen. With a \u003cstrong\u003elifetime craftsmanship guarantee\u003c\/strong\u003e, they're a sustainable choice that enhances your home.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% recycled copper for unique character\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eMaintain with hand washing and occasional polishing\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eLarge capacity for versatile, everyday kitchen storage\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eEmbrace elegance and sustainability with canisters designed to last a lifetime.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $569\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat type of lid closure ensures these canisters keep flour, sugar, and pantry staples fresh without spillage or air exposure?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eEach canister features a tight-fitting friction lid with a secure positive closure\u003c\/strong\u003e, creating an airtight seal that protects dry ingredients from moisture and air. Unlike mass-produced canisters with loose-fitting lids that allow staleness, the hand-fitted lid design ensures your flour, sugar, coffee, and spices stay fresh longer.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these canisters made from solid copper throughout, or do they use copper plating over cheaper base metals like some mass-market versions?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThese canisters are crafted from \u003cstrong\u003e100% pure recycled solid copper\u003c\/strong\u003e—not thin copper plating over aluminum or steel. Each piece is hand-hammered by artisans to create the signature dimpled texture, ensuring the full thermal stability and antimicrobial properties that only authentic solid copper delivers, unlike cheaper alternatives that compromise on material thickness.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I safely store wet ingredients like oils, syrups, or fresh herbs in these copper canisters, or are they designed only for dry goods?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThese canisters are designed specifically for \u003cstrong\u003edry ingredients such as flour, sugar, coffee beans, tea, rice, and baking essentials\u003c\/strong\u003e. Because they are unlined copper, prolonged contact with acidic or wet ingredients could cause tarnishing. For dry pantry staples, however, the copper's natural antimicrobial properties and airtight seal make these canisters ideal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I maintain the shine of my copper canisters?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eRegular polishing with a \u003cstrong\u003ecopper polish\u003c\/strong\u003e will help maintain their shine and beauty.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes are included in this set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe set includes a \u003cstrong\u003e3.25 quart\u003c\/strong\u003e and a \u003cstrong\u003e5.25 quart\u003c\/strong\u003e canister.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I have these copper canisters personalized with custom engraving for monograms, family names, or wedding gifts?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, these canisters are \u003cstrong\u003efully engraveable on their smooth copper surface\u003c\/strong\u003e, allowing you to add monograms, family names, wedding dates, or custom messages. Because each piece is individually hand-hammered, the engraving becomes a permanent part of an heirloom-quality gift that can be passed down through generations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat finish options are available for these copper canisters, and how do they differ in appearance and care requirements?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThey are available in two artisan finishes: \u003cstrong\u003epolished copper\u003c\/strong\u003e, which showcases a brilliant mirror-like shine that develops a natural patina over time, and \u003cstrong\u003epeacock patina\u003c\/strong\u003e, a richly layered blue-green finish hand-applied and sealed to create unique color variations. The polished finish requires occasional polishing to maintain its luster, while the peacock patina is maintenance-free and protected against further oxidation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre there any special care instructions?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eTo maintain their beauty, \u003cstrong\u003ehand wash\u003c\/strong\u003e and dry immediately. Avoid harsh chemicals.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart: $569\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What is the sealing mechanism for these canisters?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The lids have a secure and positive closure, ensuring your kitchen essentials are safely stored.\"}}, {\"@type\": \"Question\", \"name\": \"What materials are used in the canisters?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"They are made from 100% pure recycled copper, hand-hammered for durability and style.\"}}, {\"@type\": \"Question\", \"name\": \"Can these canisters be used for wet ingredients?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"These canisters are best suited for dry ingredients such as flour, sugar, and coffee.\"}}, {\"@type\": \"Question\", \"name\": \"How do I maintain the shine of my copper canisters?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Regular polishing with a copper polish will help maintain their shine and beauty.\"}}, {\"@type\": \"Question\", \"name\": \"What sizes are included in this set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The set includes a 3.25 quart and a 5.25 quart canister.\"}}, {\"@type\": \"Question\", \"name\": \"Can the canisters be engraved?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, these canisters are engraveable for personalization.\"}}, {\"@type\": \"Question\", \"name\": \"What finishes are available?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"They are available in polished or peacock patina finishes.\"}}, {\"@type\": \"Question\", \"name\": \"Are there any special care instructions?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"To maintain their beauty, hand wash and dry immediately. Avoid harsh chemicals.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Kitchen Canisters 2 Piece (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Kitchen Canisters 2 Piece Set by Sertodo offers sustainable, hand-hammered storage solutions crafted from 100% recycled copper. Perfect for eco-conscious buyers seeking durable and elegant kitchen essentials.\",\n  \"sku\": \"KC-SET-2PC\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"569\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure recycled copper\",\n  \"countryOfOrigin\": \"USA \u0026 Mexico\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Polished or Peacock Patina\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes\",\n      \"value\": \"3.25 quart and 5.25 quart\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Craftsmanship\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Lid Closure\",\n      \"value\": \"Secure and Positive\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Guarantee\",\n      \"value\": \"Lifetime craftsmanship guarantee\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Kitchen Canisters 2 Piece (Handmade!), Timeless Craftsmanship\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$569\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-large-set-2-pieces')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Polished","offer_id":41191789396071,"sku":"KC-SET-2PC","price":569.0,"currency_code":"USD","in_stock":false},{"title":"Patina","offer_id":41191789428839,"sku":"KC-SET-2PC-PAT","price":569.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-2pccopy.jpg?v=1738151038"},{"product_id":"copper-saucepan-1-5-quart-and-2-5-quart","title":"Copper Saucepan (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .2s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; aspect-ratio: 1\/1;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 4px 10px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\" alt=\"Copper Saucepan (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-178__46081.jpg?v=1738150176\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-178__46081.jpg?v=1738150176\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-178__46081.jpg?v=1738150176\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_lid_in_handle__42880.jpg?v=1738158468\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_lid_in_handle__42880.jpg?v=1738158468\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_lid_in_handle__42880.jpg?v=1738158468\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Hammered_Copper_Saucepan_Features.jpg?v=1738158367\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Hammered_Copper_Saucepan_Features.jpg?v=1738158367\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Hammered_Copper_Saucepan_Features.jpg?v=1738158367\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_edge_and_handle_detail__46547.jpg?v=1738158363\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_edge_and_handle_detail__46547.jpg?v=1738158363\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_edge_and_handle_detail__46547.jpg?v=1738158363\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-178_2__60272.jpg?v=1738158356\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-178_2__60272.jpg?v=1738158356\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-178_2__60272.jpg?v=1738158356\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_detail__20260.jpg?v=1738158352\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_detail__20260.jpg?v=1738158352\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_detail__20260.jpg?v=1738158352\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Saucepan (Handmade!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic handle\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm gauge\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpotless finish\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo Copper · Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Saucepan (Handmade!) - Precision in Every Pour\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Tin-Lined Interior Saucepan · 2mm Copper · Ergonomic Handle\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The ergonomic handle and superior heat distribution make every dish a success.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e113 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$334\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789789287\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $83 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered\u003c\/strong\u003e from 100% pure copper, this saucepan offers unparalleled heat distribution. Crafted in Santa Clara del Cobre, Mexico.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic handle\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm gauge\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpotless finish\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Saucepan different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 2mm copper different from mass-produced cookware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e by artisans in Mexico, each saucepan is a unique work of art.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCONDUCTIVITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eSuperior heat\u003c\/strong\u003e distribution ensures even cooking with precision control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eERGONOMIC\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003ePatented handle\u003c\/strong\u003e design stays cool and offers superior control and comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e2mm gauge\u003c\/strong\u003e copper ensures longevity and performance over decades.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with most copper pans\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e copper-look pans are accessible but often fall short. \u003cstrong\u003eThin copper wash\u003c\/strong\u003e over aluminum leads to hot spots, delamination, and uneven heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper pan, hand-hammered in Mexico, that responds to heat instantly, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $100 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $334.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$400\u003c\/strong\u003e — versus a single \u003cstrong\u003e$334\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$66\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this saucepan right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this saucepan\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love traditional methods*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eHand-hammered with precision, it offers an authentic cooking experience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek even heat*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIts 2mm copper construction ensures perfect heat distribution every time.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade by skilled artisans, each piece is unique.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Want ergonomic design*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe patented handle stays cool and offers superior control.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this saucepan if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need induction compatibility*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eNot suitable for induction stovetops without an adapter.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003ePriced for its artisanal quality, it may not fit all budgets.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Expect a lightweight pan*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe heavy gauge copper gives it a substantial feel.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Craftsmanship lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who value handmade quality and unique design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Dedicated home chefs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for cooks who want precise temperature control.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan cookware collectors*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eComplements a collection of high-quality kitchen tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Heat distribution seekers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who need even cooking results.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/big-beautiful-copper-stock-pots\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/big-beautiful-copper-stock-pots\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eBig, Beautiful Copper Stock Pots (Handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191789330535\" data-handle=\"big-beautiful-copper-stock-pots\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2024ReineKupferpfanne24cm_A.jpg?v=1769549756\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 9.5\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140608069735\" data-handle=\"pure-copper-frying-pan-without-coating-o-9-5-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Saucepan\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eHeat control mastery\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe 2mm copper ensures even heat distribution for perfect cooking results.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan beauty\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered finish offers a unique aesthetic that stands out in any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eErgonomic design\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003ePatented handle stays cool, providing comfortable and safe handling.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHeat\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eEven distribution\u003c\/strong\u003e for cooking excellence.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for unique texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eComfort\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eErgonomic handles\u003c\/strong\u003e for user ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003e2mm Copper · Ergonomic Handle · Handcrafted\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eChoosing this saucepan means investing in quality and tradition. It's for those who appreciate the art of cooking.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability beyond compare\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e2mm gauge copper\u003c\/strong\u003e ensures this saucepan stands the test of time, providing reliable performance for generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic excellence\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003ehand-hammered finish\u003c\/strong\u003e not only looks stunning but also enhances the pan's functional surface.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile an investment, this saucepan's \u003cstrong\u003elongevity and performance\u003c\/strong\u003e offer unmatched value over years of use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eArtisan Made · Exceptional Heat Control\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCooking with the Copper Saucepan transforms experiences.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eBefore\u003c\/strong\u003e, cooking might have been a routine. \u003cstrong\u003eAfter\u003c\/strong\u003e, it becomes an artful experience, with each dish an opportunity to appreciate precision and craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003esuperior heat control\u003c\/strong\u003e, every meal becomes a masterpiece.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Saucepan is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6 inches (15.24 cm) or 8 inches (20.32 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3 inches (7.62 cm) or 4 inches (10.16 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHeavy gauge (2mm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1.5 qt (1.42 L) or 2.5 qt (2.37 L)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions vary slightly due to handmade nature.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction-compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes, as needed\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eRinse and dry promptly to prevent spotting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Saucepan\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eLids included with both sizes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eDimensions and weights are approximate due to handcrafted nature.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is decoration, or is it?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eMany assume copper cookware\u003c\/strong\u003e is purely for show, but its 2mm gauge ensures unmatched heat distribution.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThis saucepan combines beauty with functionality, elevating your cooking experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_lid_in_handle__42880.jpg?v=1738158468\u0026amp;width=1200\" alt=\"Copper Saucepan (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eInvest in the art of cooking.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis saucepan isn’t just a tool; it’s a testament to over a thousand years of craftsmanship. Each meal becomes a celebration of precision and tradition.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eExperience cooking\u003c\/strong\u003e in its finest form.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eIdeal for \u003cstrong\u003eculinary artisans\u003c\/strong\u003e and \u003cstrong\u003ehome chefs\u003c\/strong\u003e who value \u003cstrong\u003eprecision\u003c\/strong\u003e and \u003cstrong\u003ecraftsmanship\u003c\/strong\u003e. This saucepan caters to those who seek excellent heat control and a stunning kitchen aesthetic.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section of copper vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal advantage\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8× better than stainless steel, ensuring even cooking and rapid heat-up times.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive safeguards\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003etin lining\u003c\/strong\u003e prevents copper reactivity, providing a natural non-stick surface for cooking.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSolid craftsmanship\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered for unique texture and performance, ensuring each piece is both an art form and a reliable tool.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Cooking with this saucepan feels like a blend of art and science.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs stamped, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Saucepan offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2mm pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique hand-crafted texture\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Ergonomic, cool-touch handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eFor those who value true artisanal quality, settling for mass-produced alternatives is simply not an option.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Saucepan (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the material high quality?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2mm pure copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eBonded stainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e1.5mm copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum core\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the coating PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTin-lined interior\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE non-stick\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eEnamel coating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$334\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$250 - $350\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$400 - $500\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$100 - $150\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted with pure copper, this saucepan brings exceptional durability and timeless elegance to your kitchen.\u003cspan class=\"cc-mob-hide\"\u003e It's the kind of quality you notice every time you use it.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eTransforming everyday cooking into an art form.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for these moments\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCook hearty meals with even heat and perfect results every time.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress your guests with beautifully cooked dishes.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAchieve precision and control for your culinary creations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday Use\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA reliable tool for daily meals with artisanal quality.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for those who appreciate quality cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=1200\" alt=\"Copper Saucepan (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome cookware is for show. Some transforms your experience.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eThe Copper Saucepan is for the latter.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper excels over other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eLeft: Aluminum core, Right: 2mm copper\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8× better than stainless steel, offering rapid, even heat distribution, essential for precise cooking.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe \u003cstrong\u003e2mm copper\u003c\/strong\u003e gauge provides durability and consistent heat control, outperforming aluminum and tri-ply materials.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis saucepan's \u003cstrong\u003etin-lined interior\u003c\/strong\u003e prevents reactivity, maintaining purity in delicate dishes.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for its superior cooking performance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow we hand-forge each piece\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished, tin-lined\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eSheet annealing to final polish, 4 steps\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e craftsmanship creates cookware with individuality, unlike mass-produced counterparts. Each piece is a testament to skilled hands and traditional methods.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variation is a hallmark of authentic craftsmanship, ensuring that no two pieces are exactly alike, adding character to your kitchen.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eBuy a piece\u003c\/strong\u003e of culinary history and artistry.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy Sertodo continues this tradition\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisanal revival\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003efounded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern copper line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eFrom ancient kitchens to modern artistry\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eSanta Clara del Cobre\u003c\/strong\u003e is renowned for its copper heritage, bringing centuries of skill to every Sertodo piece.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo continues this legacy, choosing hand-forging for its authenticity and superior performance.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience the legacy of \u003cstrong\u003eskilled artisans\u003c\/strong\u003e in your kitchen.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Hammered_Copper_Saucepan_Features.jpg?v=1738158367\u0026amp;width=1200\" alt=\"Copper Saucepan (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how this saucepan elevates my cooking with its even heat distribution and beautiful design.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., avid home cook, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The hand-hammered finish is stunning, and the heat control is unmatched by any other pan I've used.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn D., professional chef, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Worth every penny for the craftsmanship and performance. It's a joy to use in my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLily S., copper cookware enthusiast, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the collection without doubling up\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003e3-quart capacity\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/beautiful-and-big-copper-dutch-ovens\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=600\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eBeautiful and Big Copper Dutch Ovens (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor hearty meals\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFits most models\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/permian-copper-basins\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BasinB-C-15.jpg?v=1738156205\u0026amp;width=600\" alt=\"Permian Copper Basins (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003ePermian Copper Basins (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete 5-piece set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship that honors tradition and quality\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in artisan handmade cookware and barware, crafted in Austin, TX, and Santa Clara del Cobre, Mexico. Each piece is made from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, embodying the brand's commitment to quality and traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's choice to hand-hammer each piece reflects their dedication to authenticity and superior performance, setting them apart in a world of mass production.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the finish\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse mild soap and water; avoid abrasive cleaners.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying your saucepan right after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eMaintain the original shine with a quality copper polish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid high heat\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse medium heat to protect the tin lining and prevent warping.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your Copper Saucepan will last for decades, maintaining its beauty and performance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eThe definitive choice for discerning cooks\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eInvesting in the Copper Saucepan means choosing \u003cstrong\u003eunmatched heat control\u003c\/strong\u003e and \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e. While it may cost more upfront, the long-term benefits far outweigh the initial expense, making it a wise choice for those who value quality.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2mm pure copper for superior heat control.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted by artisans in Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash recommended to preserve finish and performance.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003ePatented ergonomic handle stays cool and offers comfort.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eEmbrace the art of cooking with a saucepan that reflects your culinary passion.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $334\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes do the copper saucepans come in?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eTwo sizes\u003c\/strong\u003e are available: 1.5 quarts and 2.5 quarts.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat happens if the copper saucepan lid is damaged or lost, can I purchase a replacement separately?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEvery saucepan ships with a fitted copper lid included. Should you need a replacement due to damage or loss, contact Sertodo directly, they can fabricate individual replacement lids to match your specific model and size.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I transfer this copper saucepan directly from stovetop to oven, and if so, what maximum temperature can the construction handle?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile the solid copper and tin construction can typically withstand moderate oven heat, Sertodo has \u003cstrong\u003enot specified a certified maximum temperature\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I care for my copper saucepan?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with warm water and mild soap immediately after use, then dry thoroughly to prevent water spots.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use this saucepan on an induction stove?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePure copper is \u003cstrong\u003enot magnetic\u003c\/strong\u003e, so this saucepan will not work directly on induction cooktops. However, you can use an induction interface disk (a flat ferrous adapter plate) between the burner and the pan if induction is your primary heat source.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhy choose a tin-lined interior?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eTin lining\u003c\/strong\u003e prevents copper reactivity, offering a natural non-stick surface.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper's heat distribution compare to other metals?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8× better than stainless steel, ensuring even cooking.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this handcrafted copper saucepan durable enough for daily cooking tasks, or is it better reserved for special occasions and delicate sauces?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, the 2mm solid copper construction and hand-applied tin lining are built to endure \u003cstrong\u003edaily use\u003c\/strong\u003e across all your stovetop cooking needs, from morning oatmeal to evening reductions. Unlike thinner copper-plated pans that degrade quickly, this saucepan is engineered as a workhorse tool that professional chefs rely on shift after shift.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the ergonomic handle benefit the user?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo's \u003cstrong\u003epatented ergonomic handle\u003c\/strong\u003e is individually shaped and riveted by hand to balance the pan's weight perfectly, reducing wrist strain during long cooking sessions. The handle remains cooler to the touch than mass-produced alternatives because it's crafted with deliberate air gaps and thicker metal at stress points, details that only emerge during individual fabrication.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart: $334\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What sizes do the copper saucepans come in?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Two sizes are available: 1.5 quarts and 2.5 quarts.\"}}, {\"@type\": \"Question\", \"name\": \"Are replacement lids available?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Lids are included with purchase. Contact Sertodo for replacements if needed.\"}}, {\"@type\": \"Question\", \"name\": \"How should I care for my copper saucepan?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash and dry immediately. Use a copper polish to maintain shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use this saucepan on an induction stove?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It is not induction compatible without an adapter.\"}}, {\"@type\": \"Question\", \"name\": \"Why choose a tin-lined interior?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Tin lining prevents copper reactivity, offering a natural non-stick surface.\"}}, {\"@type\": \"Question\", \"name\": \"How does copper's heat distribution compare to other metals?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper conducts heat 8× better than stainless steel, ensuring even cooking.\"}}, {\"@type\": \"Question\", \"name\": \"Is this saucepan suitable for everyday use?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it's designed for daily cooking and offers reliable performance.\"}}, {\"@type\": \"Question\", \"name\": \"How does the ergonomic handle benefit the user?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The patented handle design provides comfort, control, and stays cool during use.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Saucepan (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Saucepan is handcrafted from 2mm pure copper, offering exceptional heat distribution and an ergonomic handle for comfort and control. Perfect for home chefs who value quality and craftsmanship.\",\n  \"sku\": \"K-SAUCE-6\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"334\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"2mm pure copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle\",\n      \"value\": \"Ergonomic, patented\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Country\",\n      \"value\": \"Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Stovetop Compatibility\",\n      \"value\": \"Gas, Electric, Ceramic\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Saucepan (Handmade!) - Precision in Every Pour\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$334\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-saucepan-1-5-quart-and-2-5-quart')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"1.5 quart - 6 x 3.5 inch","offer_id":41191789789287,"sku":"K-SAUCE-6","price":334.0,"currency_code":"USD","in_stock":true},{"title":"2.5 quart - 8 x 4 inch","offer_id":41191789822055,"sku":"K-SAUCE-8","price":442.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187"},{"product_id":"copper-kitchen-canisters-small-set-3-pieces","title":"Copper Kitchen Canisters (handmade)- 3 Piece","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease; text-decoration: none;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: all .2s ease;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/canisterpatinasetof3websq.jpg?v=1738150903\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/canisterpatinasetof3websq.jpg?v=1738150903\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/canisterpatinasetof3websq.jpg?v=1738150903\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand Wash Recommended\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Pure Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMade in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eCustomizable Engraving Available\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eAvailable in Polished and Patina\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Kitchen Canisters (Handmade) - 3 Piece | Elegance in Storage\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e100% Pure Copper · Handmade · 3 Pieces\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future. Thank you.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eGA, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e196 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$369\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003ePolished\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:polished;\" title=\"Polished\" onclick=\"selectSwatch(this,'Polished')\"\u003e\u003c\/button\u003e\n            \n            \u003cbutton class=\"swatch \" style=\"background:peacock-patina;\" title=\"Peacock Patina\" onclick=\"selectSwatch(this,'Peacock Patina')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789854823\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $92 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted in Mexico\u003c\/strong\u003e, these canisters are made from 100% pure copper, offering a stylish yet durable solution for organizing dry goods in your kitchen.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand Wash Recommended\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Pure Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMade in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eCustomizable Engraving Available\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eAvailable in Polished and Patina\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is this canister set different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 100% pure copper different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for a unique texture that reflects light beautifully and adds tactile interest.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eQUALITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, ensuring durability and long-lasting use in any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDESIGN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eAvailable in \u003cstrong\u003ePolished and Peacock Patina\u003c\/strong\u003e finishes, offering aesthetic versatility.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHERITAGE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHandcrafted in Mexico\u003c\/strong\u003e, where coppersmithing is a time-honored tradition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e pans often use thin copper wash over aluminum, causing hot spots and delamination with regular use. Mass-produced pans lack the gauge weight needed for \u003cstrong\u003eeven, responsive heat control\u003c\/strong\u003e.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the canister just needs to hold items, other brands do the job. But for style and quality, the craftsmanship speaks volumes.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a handcrafted copper canister that adds elegance and functionality to your kitchen, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Want durable kitchen accessories*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis set is crafted from 100% pure copper, ensuring durability and longevity.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Desire unique craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach canister is handmade, providing a unique touch to your kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Need stylish storage solutions*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese canisters add elegance and organization to any kitchen decor.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value traditional craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eProduced using age-old methods that reflect a rich heritage of copper work.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Require airtight storage*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese canisters are not airtight, so they're not ideal for long-term food storage.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer modern materials*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you prefer glass or plastic, these all-copper canisters may not suit your taste.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Looking for budget options*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese are premium handcrafted items, priced accordingly for their quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need lightweight options*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe solid copper construction gives these canisters a substantial feel.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who appreciate the artistry and heritage of traditional cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Design-conscious hosts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who want their kitchen to reflect a sophisticated style.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Collectors of fine goods*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA must-have for anyone who collects artisanal kitchenware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Quality seekers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor buyers who prioritize quality and craftsmanship in their kitchen tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete 3-piece set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e3-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e2 cup (5x3 inch)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e1 quart (6x4 inch)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Canister\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e2 quart (7x5 inch)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 pieces · Storage set\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003e100% pure copper, hand-hammered for unique texture and durability.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=1600\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sertodo Copper Canisters\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnique Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach piece is hand-hammered, offering a unique texture and look that mass-produced items can't replicate.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eDurable and Reliable\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from 100% pure copper, these canisters are built to last and withstand daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eStylish Design\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eAvailable in two finishes, these canisters add an elegant touch to any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHandcrafted in Mexico\u003c\/strong\u003e using traditional methods.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMaterial\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eConstructed from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eFinish\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003ePolished or Peacock Patina\u003c\/strong\u003e options available.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHandcrafted elegance · 3 pieces · Functional art\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who value art in function\u003c\/em\u003e — these canisters transform storage into a showcase.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, these canisters are corrosion-resistant and designed for longevity, offering a lifetime of dependable use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eTimeless Beauty\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish and choice of \u003cstrong\u003ePolished or Peacock Patina\u003c\/strong\u003e ensure these canisters maintain their aesthetic appeal over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eEnduring Value\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile initially a premium investment, the durability and timeless design of these canisters offer substantial \u003cstrong\u003evalue over time\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003e100% Copper · Durable · Artisan Craftsmanship\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour kitchen becomes a gallery of artistry.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning these canisters, storage might have been an afterthought. \u003cstrong\u003eNow\u003c\/strong\u003e, it becomes a centerpiece of your kitchen, combining function with effortless style.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eElevate your kitchen's aesthetic and enjoy \u003cstrong\u003elasting quality\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat these canisters are made of, and how they're built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e2 cup Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5x3 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e1 quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6x4 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e2 quart Canister\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e7x5 inch\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eEach size provides versatile storage options.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% Pure Copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCrafting Method\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePolished \/ Peacock Patina\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCrafted with care and precision.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCleaning\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash recommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolishing\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePeriodic polishing to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care ensures longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eComplete 3-piece set\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSet of three canisters in varied sizes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications may vary slightly due to handcrafted nature.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eNot just decorative, they're practical too.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThese canisters aren't merely for show. While \u003cstrong\u003ebeautiful\u003c\/strong\u003e, they offer practical storage for frequently used items.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eTheir design allows for easy access, making them both functional and stylish additions to any kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose beauty and practicality in harmony.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThese canisters transform your kitchen into a space where art meets function. The rich copper tones and hand-hammered texture add a touch of elegance to everyday tasks.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eElevate\u003c\/strong\u003e your kitchen's ambiance with this timeless set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor those who cherish \u003cstrong\u003eartisanal quality\u003c\/strong\u003e and \u003cstrong\u003eelegant design\u003c\/strong\u003e, these canisters offer a refined storage solution that complements any sophisticated kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003ehammered copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003esolid copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of copper's heat distribution vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's thermal conductivity is \u003cstrong\u003e8× better\u003c\/strong\u003e than stainless steel, offering rapid and even heat distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eRequires tin lining to prevent reactions with food, ensuring a \u003cstrong\u003esafe cooking surface\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eEnduring Elegance\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hammered texture and natural patina provide a \u003cstrong\u003etimeless aesthetic\u003c\/strong\u003e that ages beautifully.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Every time I reach for these canisters, I feel a connection to traditional craftsmanship.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eWhere the quality difference shows\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Kitchen Canisters offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Distinctive polished or patina finish\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted for lasting elegance and utility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou're the kind of buyer who values genuine craftsmanship over settling for mass-produced alternatives.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Kitchen Canisters (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCrate \u0026amp; Barrel\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eSur La Table\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eDoes it have a safe coating?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePre-seasoned cast iron\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% Pure Copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eSolid hammered copper with tin lining\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminium\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCast Iron\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$369\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$419.95\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$280\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$350\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd\u003e$123.00\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made in Mexico?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eTurkey\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eCrafted with premium hand-hammered copper, these canisters are one of the few that stand out for their artisanal quality.\u003cspan class=\"cc-mob-hide\"\u003e It's the kind of quality you notice every time you use it.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER KITCHEN CANISTERS\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eUnmatched elegance and functionality for your kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for these moments\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDaily Organization\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eKeep your most-used ingredients within easy reach and beautifully displayed.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn elegant and practical gift for housewarmings or weddings.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEntertaining\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with artisanal storage solutions that add flair to any gathering.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSeasonal Decor\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eSwitch out finishes for a fresh look that complements seasonal themes.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eKitchen Renovations\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of luxury to newly remodeled spaces with timeless copper accents.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eArtistry that defines and elevates your space.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who cherish beauty.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper conducts heat better\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003esolid copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals for heat distribution\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e offers superior thermal conductivity compared to stainless steel, cast iron, and aluminum. This means faster heat-up times and more even heat distribution across the cooking surface.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's \u003cstrong\u003ereactive surface\u003c\/strong\u003e requires a tin lining to prevent food reactions, making it essential for culinary applications.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOur canisters are crafted for \u003cstrong\u003elong-lasting beauty\u003c\/strong\u003e, utilizing copper's natural warmth and durability.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for its unmatched thermal performance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting a canister by hand\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom raw sheet to polished finish\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHand-forging\u003c\/strong\u003e begins with raw copper sheets, which are annealed and then shaped by skilled artisans. This process creates unique textures that mass-production cannot replicate.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEvery canister is slightly different, reflecting the \u003cstrong\u003eindividual touch\u003c\/strong\u003e of the craftsman. This variation is a hallmark of authenticity, making each piece truly unique.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of art crafted with care.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe timeless tradition of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammered metal\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional design\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper embraced\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eFounded by Jonathan Beall\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo Collection\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eJourney from ancient tradition to modern artistry\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIn Santa Clara del Cobre, Mexico, copper craftsmanship is a \u003cstrong\u003ecenturies-old tradition\u003c\/strong\u003e. This region is renowned for its skilled artisans who maintain these practices.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper continues this legacy, blending traditional techniques with modern design to create durable and beautiful kitchenware.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eInvest in heritage that enhances your lifestyle.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_0d074fb2-64f8-4ed4-ae4e-00ec113e4d9d.png?v=1738150895\u0026amp;width=1200\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These canisters have transformed my kitchen into a space I love spending time in.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily T., passionate cook, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is top-notch. I appreciate the attention to detail in each piece.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMichael B., design enthusiast, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how these canisters blend form and function. They're both beautiful and useful.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eRachel S., interior designer, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your kitchen collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore other handmade copper essentials to complement your style.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters Set 5 Piece (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eExpanded storage options\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect measuring companion\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCook with precision\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor perfect baking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting elegance since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper, established by Jonathan Beall, brings the art of coppersmithing from Santa Clara del Cobre to your kitchen. Founded in 1997, the brand is known for its \u003cstrong\u003ehand-hammered\u003c\/strong\u003e copper goods, crafted with a commitment to quality and tradition.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eBy choosing to work with copper, Sertodo emphasizes durability and timeless beauty, ensuring each item is a \u003cstrong\u003elasting investment\u003c\/strong\u003e for your home.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve your canisters\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse mild soap and water to maintain the finish and prevent damage.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry with a soft cloth to avoid water spots.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish periodically\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to restore the canisters' shine as needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid harsh chemicals\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use bleach or abrasive cleaners on your canisters.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, these canisters will serve you beautifully for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eInvest in timeless elegance and utility\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Sertodo Copper Kitchen Canisters means investing in \u003cstrong\u003equality and style\u003c\/strong\u003e. While the upfront cost is higher, the return is a set that enhances your kitchen for decades. \u003cstrong\u003eHandcrafted\u003c\/strong\u003e in Mexico, these canisters offer unmatched durability and aesthetic appeal.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper for unique texture\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash and periodic polish recommended to maintain shine\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003ePerfect for storing frequently used dry goods\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eThese canisters are more than just storage, they're an investment in elegance.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $369\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the set expandable with more pieces?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, you can explore the \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\"\u003ecomplete 5-piece set\u003c\/a\u003e for additional sizes.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I care for copper canisters?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eHand wash\u003c\/strong\u003e with mild soap and water, and dry immediately to prevent water spots. Periodic polishing can maintain their shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDo these handcrafted copper canisters provide an airtight seal for moisture-sensitive ingredients like flour or sugar?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, these canisters feature traditional friction-fit lids rather than airtight seals, handcrafted construction prioritizes the precision fit that only individual fabrication can achieve, making them ideal for frequently used items like coffee, tea, or dry spices that don't require moisture barriers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use these canisters for long-term storage?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThese canisters are not recommended for long-term storage due to the lack of an airtight seal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes are included in this set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe set includes three sizes: 2 cup (5x3 inch), 1 quart (6x4 inch), and 2 quart (7x5 inch).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the finish on these canisters?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYou can choose between a \u003cstrong\u003ePolished\u003c\/strong\u003e or \u003cstrong\u003ePeacock Patina\u003c\/strong\u003e finish for a look that suits your style.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the weight of solid copper construction compare to thin-plated or aluminum canisters, and what does that mean for daily use?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUnlike mass-produced canisters that use thin copper plating over inferior metals to cut costs, these feature solid copper construction, resulting in noticeable heft that signals authentic material thickness and the kind of lasting durability that makes lightweight imitations feel insubstantial by comparison.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I personalize these solid copper canisters with custom engraving for monograms or family names?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the solid copper construction (not thin plating) accepts professional engraving beautifully, allowing you to add monograms, family names, or custom text that becomes a permanent part of an heirloom piece meant to be passed down through generations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhere are the canisters made?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThey are \u003cstrong\u003ehandcrafted in Mexico\u003c\/strong\u003e, utilizing traditional copperworking techniques.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart: $369\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"Is the set expandable with more pieces?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, you can explore the complete 5-piece set for additional sizes.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How do I care for copper canisters?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and water, and dry immediately to prevent water spots. Periodic polishing can maintain their shine.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are these canisters airtight?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No, they are not airtight. They are best for items that turn over quickly or store well without an airtight seal.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can I use these canisters for long-term storage?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"These canisters are not recommended for long-term storage due to the lack of an airtight seal.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What sizes are included in this set?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The set includes three sizes: 2 cup (5x3 inch), 1 quart (6x4 inch), and 2 quart (7x5 inch).\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What is the finish on these canisters?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"You can choose between a Polished or Peacock Patina finish for a look that suits your style.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are the canisters heavy?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Being made from solid copper, the canisters do have a substantial weight, indicating their quality and durability.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can these canisters be engraved?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, these copper canisters can be engraved to personalize them for your home.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Where are the canisters made?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"They are handcrafted in Mexico, utilizing traditional copperworking techniques.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Kitchen Canisters (Handmade) - 3 Piece\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Kitchen Canisters Set includes three handmade canisters crafted from 100% pure copper. Ideal for stylish storage in kitchens, these canisters are available in polished and peacock patina finishes. Handcrafted in Mexico.\",\n  \"sku\": \"KC-SET-3PC\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"369\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% Pure Copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Pure Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish Options\",\n      \"value\": \"Polished, Peacock Patina\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Country\",\n      \"value\": \"Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Crafting Method\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Warranty\",\n      \"value\": \"Lifetime workmanship guarantee\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Kitchen Canisters (Handmade) - 3 Piece | Elegance in Storage\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$369\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-canisters-small-set-3-pieces')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Polished","offer_id":41191789854823,"sku":"KC-SET-3PC","price":369.0,"currency_code":"USD","in_stock":false},{"title":"Peacock Patina","offer_id":41191789887591,"sku":"KC-SET-3PC-PAT","price":369.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912"},{"product_id":"copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models","title":"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=1600\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18_068f74e6-7cd2-4d00-a0b4-dc6b9c733a27.png?v=1738150448\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18_068f74e6-7cd2-4d00-a0b4-dc6b9c733a27.png?v=1738150448\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18_068f74e6-7cd2-4d00-a0b4-dc6b9c733a27.png?v=1738150448\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7592_996e9c13-0d15-4964-a77a-cafa9446841e.jpg?v=1738150452\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7592_996e9c13-0d15-4964-a77a-cafa9446841e.jpg?v=1738150452\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7592_996e9c13-0d15-4964-a77a-cafa9446841e.jpg?v=1738150452\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7624_8eb22820-09fd-4ed1-8427-150a60006dd9.jpg?v=1738150449\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7624_8eb22820-09fd-4ed1-8427-150a60006dd9.jpg?v=1738150449\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7624_8eb22820-09fd-4ed1-8427-150a60006dd9.jpg?v=1738150449\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7604_944b497b-a889-4cde-a187-cc607c8c36a0.jpg?v=1738150445\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7604_944b497b-a889-4cde-a187-cc607c8c36a0.jpg?v=1738150445\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7604_944b497b-a889-4cde-a187-cc607c8c36a0.jpg?v=1738150445\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7610_eff00c17-3748-436c-a895-b32fc926571d.jpg?v=1738150434\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7610_eff00c17-3748-436c-a895-b32fc926571d.jpg?v=1738150434\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7610_eff00c17-3748-436c-a895-b32fc926571d.jpg?v=1738150434\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KAMixerimagewithdimensionsSquare.png?v=1738150417\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KAMixerimagewithdimensionsSquare.png?v=1738150417\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KAMixerimagewithdimensionsSquare.png?v=1738150417\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7603_95494576-008c-4ba7-9e5e-e4db6581644c.jpg?v=1738150101\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7603_95494576-008c-4ba7-9e5e-e4db6581644c.jpg?v=1738150101\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7603_95494576-008c-4ba7-9e5e-e4db6581644c.jpg?v=1738150101\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Pure Copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eFits KitchenAid mixers\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTig-welded durability\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eCrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!) - Achieve Culinary Excellence\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Hand-Hammered Mixing Bowl · Fits 5-7 Quart Models · 100% Copper\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"This bowl's copper gleam and durability make mixing a joy.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e218 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$361\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789920359\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $90 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003e100% Pure Copper\u003c\/strong\u003e bowl, handmade in Austin, TX and Mexico. Fits most KitchenAid lift stand mixers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Pure Copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eFits KitchenAid mixers\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTig-welded durability\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eCrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Copper Mixing Bowl different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 100% pure copper different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e100% pure copper\u003c\/strong\u003e ensures optimal performance, unlike thin copper coatings that lack durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFIT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSpecifically designed to fit most \u003cstrong\u003e5-7 quart KitchenAid\u003c\/strong\u003e lift stand mixers, ensuring a perfect match.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered by artisans, each bowl exhibits unique textures and patterns, adding character to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBuilt to last with tig-welded handles, offering superior strength and resilience for generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"bowl-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1: on arrival\u003c\/text\u003e\n        \u003cpath d=\"M 52 26 Q 52 96 96 102 Q 140 96 140 26\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 52 26 Q 52 96 96 102 Q 140 96 140 26\" fill=\"url(#bowl-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"96\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"96\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"none\" stroke-width=\"3\" stroke=\"#C8B898\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"80\" y1=\"102\" x2=\"112\" y2=\"102\" stroke-width=\"3\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"96\" y1=\"102\" x2=\"96\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eglaze holds · rim intact\u003c\/text\u003e\n        \n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"110\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2: after daily use\u003c\/text\u003e\n        \u003cpath d=\"M 324 26 Q 324 96 368 102 Q 412 96 412 26\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 324 26 Q 324 96 368 102 Q 412 96 412 26\" fill=\"url(#bowl-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"368\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"368\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"none\" stroke-width=\"3\" stroke=\"#C8B898\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"352\" y1=\"102\" x2=\"384\" y2=\"102\" stroke-width=\"3\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \n        \u003cpath d=\"M 348 18 Q 343 12 338 18 L 340 25 Q 344 27 348 21\" fill=\"#FAF7F2\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"341\" cy=\"17\" r=\"8\" fill=\"none\" stroke=\"#5A4A30\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"349\" y1=\"25\" x2=\"416\" y2=\"58\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"417\" y=\"65\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003erim chip\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"102\" x2=\"368\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eedge exposed: body visible\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e copper-look pans are affordable and widely available, but the thin copper wash over aluminium leads to \u003cstrong\u003ehot spots and surface delamination\u003c\/strong\u003e with regular use.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"uniform-g\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"hand-g\" patternunits=\"userSpaceOnUse\" width=\"16\" height=\"11\"\u003e\n          \u003cpath d=\"M2 2 Q8 0 14 4 Q16 7 12 9 Q7 11 2 8 Q0 5 2 2\" fill=\"#A89A84\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"cl-bw-clip\"\u003e\u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"50\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"cr-bw-clip\"\u003e\u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"50\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \u003ctext x=\"72\" y=\"14\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-glazed\u003c\/text\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"#EDE8DE\" stroke-width=\"1.6\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"url(#uniform-g)\" clip-path=\"url(#cl-bw-clip)\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"36\" ry=\"28\" fill=\"#DDD6C8\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"72\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \n      \u003ctext x=\"228\" y=\"14\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-applied\u003c\/text\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"#DDD5C0\" stroke-width=\"2\" stroke=\"#6B5B3E\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"url(#hand-g)\" clip-path=\"url(#cr-bw-clip)\" opacity=\"0.9\"\u003e\u003c\/ellipse\u003e\n      \u003cpath d=\"M 175 68 Q 200 60 216 70 Q 232 76 252 70 Q 264 64 278 72\" stroke-width=\"1.3\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 88 Q 202 80 220 88 Q 242 94 268 86\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"36\" ry=\"28\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#8A7A60\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"228\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the bowl just needs to mix batter, Cuisinart does the job. But if precision and longevity matter, the copper tells the story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a hand-hammered, 100% pure copper bowl that fits KitchenAid mixers, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $209 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $361.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$836\u003c\/strong\u003e — versus a single \u003cstrong\u003e$361\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$475\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this bowl right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this bowl\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_If you love baking_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for those who bake regularly and need a reliable, durable mixing bowl.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For copper enthusiasts_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for those who appreciate the beauty and functionality of pure copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For KitchenAid users_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSpecifically designed to fit most KitchenAid lift stand mixers seamlessly.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_If you seek quality_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade for those who value artisanal craftsmanship and long-lasting kitchen tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this bowl if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_If you rarely bake_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis bowl might be too much if you only bake occasionally.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_For budget-conscious buyers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eNot ideal if you're seeking the cheapest option available.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_If you use tilt-head mixers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis bowl does not fit KitchenAid tilt head mixers.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For professional bakers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who need a reliable, high-quality mixing tool for their craft.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Home chefs_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for serious home chefs who demand the best tools for their kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Copper cookware collectors_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for collectors who appreciate handcrafted artisan pieces.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Gift-givers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA unique and thoughtful gift for baking enthusiasts and KitchenAid owners.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/porcelain-dinnerware-art-deco-white-gold\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/camille-bone-china-dinnerware-set-french-gray-928147.jpg?v=1769550895\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/porcelain-dinnerware-art-deco-white-gold\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eFine Porcelain Dinnerware Collection – Art Deco-Inspired White \u0026amp; Gold Place Setting Pieces for Entertaining and Elevated Everyday Dining\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003ePlates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140603842663\" data-handle=\"porcelain-dinnerware-art-deco-white-gold\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/toro-serving-set\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/toro-serving-set.jpg?v=1769602874\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/toro-serving-set\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSculptural Designer Salad Serving Set – Handcrafted Luxury Gold or Silver Serving Utensils\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eFlatware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42143228002407\" data-handle=\"toro-serving-set\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sertodo Copper\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach bowl is hand-hammered by skilled artisans using traditional methods in Austin, TX and Mexico.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnmatched Performance\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's inherent properties allow for superior mixing results, making it a staple for serious bakers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e♻️\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainable Choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eUsing recycled copper, Sertodo ensures sustainability without compromising on quality or functionality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMIXING\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCopper enhances \u003cstrong\u003estability\u003c\/strong\u003e for perfect meringues.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered for \u003cstrong\u003eunique texture\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eFIT\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eDesigned for \u003cstrong\u003eKitchenAid mixers\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Fits KitchenAid · Handmade\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who demand more than function, this bowl is an enduring testament to craftsmanship and culinary excellence.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt for Generations\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThis bowl's tig-welded construction provides lasting durability, making it a reliable companion in the kitchen for years to come. Its solid copper body resists wear, ensuring it remains a family heirloom.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Brilliance\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish not only adds visual appeal but also improves mixing efficiency. Every piece is a work of art, infusing your kitchen with a touch of elegance and tradition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eLifetime Value\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in this bowl means choosing quality that doesn't fade. Its sustainable build from recycled copper and artisan craftsmanship promise a piece that outlasts trends and remains eternally functional.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003e100% Pure Copper · Artisanal Craft\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour baking achieves new heights of precision.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eBefore\u003c\/strong\u003e, your mixing tools may have lacked the finesse needed for complex recipes. \u003cstrong\u003eAfter\u003c\/strong\u003e, each bake benefits from the precision and stability only copper can offer, transforming your results.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eElevate every dish. \u003cstrong\u003eExperience the art of baking\u003c\/strong\u003e with the best tools.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Mixing Bowl is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot specified\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot specified\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6 quarts (5.7 L)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot specified\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% Pure Copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAustin, TX \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMade from recycled copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot applicable\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot applicable\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eEnsure to hand wash and dry immediately.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Mixing Bowl for KitchenAid Lift Stand Mixers\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item; additional accessories sold separately.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper's beauty is more than skin deep\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume copper is just for looks, but \u003cstrong\u003eits thermal conductivity\u003c\/strong\u003e outperforms other metals, enhancing your culinary results.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing copper means investing in performance, not just aesthetics. \u003cstrong\u003eExperience the difference\u003c\/strong\u003e in every dish.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7592_996e9c13-0d15-4964-a77a-cafa9446841e.jpg?v=1738150452\u0026amp;width=1200\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship that transforms your kitchen\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning this copper mixing bowl isn't just about utility; it's about embracing a tradition of craftsmanship that enhances your culinary journey. Every whisk and fold becomes a celebration of artistry and science.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eTransform your kitchen. \u003cstrong\u003eEmbrace the art of baking\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis bowl is for \u003cstrong\u003ededicated bakers\u003c\/strong\u003e and \u003cstrong\u003eKitchenAid enthusiasts\u003c\/strong\u003e who appreciate \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e. It's perfect for those who demand the best from their tools and wish to elevate their baking to new heights.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered copper interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparative cross-section of copper vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper is \u003cstrong\u003e8× more conductive\u003c\/strong\u003e than stainless steel, ensuring even heat distribution for perfect results.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe reactive nature of copper bonds with egg proteins, \u003cstrong\u003estabilizing peaks\u003c\/strong\u003e in meringues.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered copper ensures \u003cstrong\u003elasting performance\u003c\/strong\u003e, resisting wear and maintaining its gleam.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"When I use my copper bowl, I feel like a true artisan baker.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, the choice is clear\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Mixing Bowl offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered pure copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique hand-hammered texture\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Fits 5-7 quart KitchenAid models\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou know that investing in quality reflects your commitment to impeccable results, not the compromise of settling for less.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Mixing Bowl (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCalphalon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it manufactured?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eAustin, TX \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from PFAS coating?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePre-seasoned cast iron\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made from pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% Pure Copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAluminium\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCast iron\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$361\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$349\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$209\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$229\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandmade craftsmanship ensures a unique touch and feel that mass-produced options simply can't replicate.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when preparing a delicate meringue and cheaper bowls fail to hold their shape.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Austin, TX \u0026amp; Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eArtisan craftsmanship meets modern culinary needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect moments for your copper bowl\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSunday Brunches\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCreate airy meringues and fluffy pancakes with ease.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Baking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for whipping up festive treats and cookies.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with perfectly mixed sauces and desserts.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily Gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eMake cooking a family affair with efficient mixing.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for any serious home chef.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7624_8eb22820-09fd-4ed1-8427-150a60006dd9.jpg?v=1738150449\u0026amp;width=1200\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome tools inspire. Some transform.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the latter.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's unmatched thermal efficiency\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure Copper Bowl\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals in thermal performance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper boasts \u003cstrong\u003e8× better thermal conductivity\u003c\/strong\u003e than stainless steel, allowing for quick heat-up and even temperature distribution. This ensures precise control, critical for delicate culinary tasks.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike aluminum or cast iron, copper's \u003cstrong\u003ereactive surface\u003c\/strong\u003e requires tin lining to prevent direct food contact. This enhances its performance, making it the top choice for professional kitchens.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFor this bowl, the hand-hammered copper ensures \u003cstrong\u003eoptimal mixing efficiency\u003c\/strong\u003e, stabilizing egg whites for perfect peaks.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's conductivity\u003c\/strong\u003e elevates your baking to professional standards.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHand-forged artisan craftsmanship\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ePlanished, tin-lined\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFour-step process of creating copper masterpieces\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced bowls, each Sertodo piece is crafted by hand. The process includes annealing raw copper, \u003cstrong\u003eraising and planishing\u003c\/strong\u003e to shape, and hammering for texture, followed by tin lining and handle fitting for a durable and beautiful finish.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach bowl is unique, with slight variations that highlight its artisan origins. These variations are a testament to the handcrafting process, ensuring no two pieces are identical but all are equally functional.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eChoose this for its \u003cstrong\u003eunique craftsmanship\u003c\/strong\u003e and heritage value.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTradition and innovation in copperware\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMexican roots\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eArtisan revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founded\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper cookware\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of copperware from tradition to modernity\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre, Mexico, has a centuries-old tradition of copper craftsmanship. This region's expertise ensures the highest quality copper products, recognized worldwide for their beauty and functionality.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo continues this legacy by producing in both Mexico and Austin, TX, combining traditional techniques with modern needs to create durable, functional, and beautiful copperware.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience an \u003cstrong\u003eunbroken tradition\u003c\/strong\u003e of copper excellence.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_7604_944b497b-a889-4cde-a187-cc607c8c36a0.jpg?v=1738150445\u0026amp;width=1200\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This is the best mixing bowl I've ever owned. The copper ensures perfect meringues every time.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMichael L., avid baker, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The hand-hammered texture is stunning and functional. It grips well on my mixer stand.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmma J., professional chef, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Worth every penny for the craftsmanship. My KitchenAid has never looked better.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSophia G., home cook, 2 years ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your copper collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more of Sertodo's handcrafted copper goods.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-mixing-bowls\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=600\" alt=\"Copper Mixing Bowls (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Mixing Bowls (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandmade elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision pouring\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eArtisan storage\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCook with flair\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting excellence in copper since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in \u003cstrong\u003eartisan handmade copper cookware and barware\u003c\/strong\u003e. With workshops in Austin, TX, and Santa Clara del Cobre, Mexico, Sertodo maintains a commitment to traditional craftsmanship and sustainable production.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eBy combining heritage techniques with modern needs, Sertodo creates products that are not only beautiful but also functional and long-lasting, ensuring a lifetime of culinary excellence.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for longevity\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eImmediate Drying\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry immediately to prevent water spots and maintain shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a gentle polish to restore the original gleam as needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand Wash Only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid Harsh Chemicals\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse mild soap and water to clean; harsh chemicals can damage the copper.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper bowl will remain a cherished kitchen tool for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA worthwhile investment for serious bakers\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Sertodo Copper Mixing Bowl is not just a kitchen accessory; it's a commitment to quality and tradition. \u003cstrong\u003eHandcrafted with precision\u003c\/strong\u003e, it offers unparalleled mixing capabilities for those who take their baking seriously. The bowl's aesthetic appeal and functional prowess make it a standout choice in any kitchen.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper, each piece unique\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, maintains shine and performance for decades\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eFits most 5-7 quart KitchenAid mixers, perfect compatibility\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eInvest in a piece that enriches your culinary journey and stands the test of time.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $361\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill this bowl fit models other than KitchenAid?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eNo\u003c\/strong\u003e, this bowl is specifically designed to fit most 5, 6, and 7 quart KitchenAid lift stand mixers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I maintain the shine on the copper bowl?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eTo maintain the shine, \u003cstrong\u003ehand wash\u003c\/strong\u003e and dry immediately after use. For added brilliance, occasionally use a copper polish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes the copper bowl affect mixing time?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, \u003cstrong\u003ecopper's thermal properties\u003c\/strong\u003e can enhance the mixing process, especially when whipping egg whites for meringues.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the exact capacity of this copper mixing bowl, and does the 6-quart volume accommodate full batches of meringue or bread dough?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe bowl has a \u003cstrong\u003e6-quart capacity\u003c\/strong\u003e, ideal for whipping 12+ egg whites into stiff peaks or kneading double batches of artisan bread dough. It fits most KitchenAid 5, 6, and 7 quart lift stand mixers without overflowing during vigorous mixing.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan this copper bowl handle hot mixtures like warm custards or melted chocolate without warping, and what temperature limits should I observe?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, \u003cstrong\u003ecopper's superior thermal conductivity\u003c\/strong\u003eIt gently dissipates heat to prevent scorching delicate ingredients. However, it is not designed for direct stovetop heat or oven use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhy do professional pastry chefs specifically choose copper mixing bowls over stainless steel or glass when whipping egg whites and making meringues?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eCopper ions react with egg white proteins\u003c\/strong\u003e to create a more stable foam structure that holds peaks longer and resists overbeating. This chemical advantage makes copper the gold standard for French meringues, soufflés, and any recipe requiring maximum volume and stability in whipped egg whites.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes Sertodo's copper bowls unique?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo bowls are \u003cstrong\u003ehand-hammered\u003c\/strong\u003e from 100% pure copper, providing unmatched quality and craftsmanship.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow is this bowl environmentally friendly?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe bowl is made from \u003cstrong\u003erecycled copper\u003c\/strong\u003e, supporting sustainable practices without compromising quality.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this hand-hammered copper bowl an appropriate gift for a professional chef or serious home baker who values heirloom-quality kitchen tools?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely. Its \u003cstrong\u003ehand-hammered artisanal construction\u003c\/strong\u003e and proven functional advantage in professional pastry work make it a treasured gift that improves with age. Unlike mass-produced bowls that wear out, this piece becomes an heirloom, the kind of tool chefs pass down because it performs as beautifully as it looks.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart: $361\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Will this bowl fit models other than KitchenAid?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, this bowl is specifically designed to fit most 5, 6, and 7 quart KitchenAid lift stand mixers.\"}}, {\"@type\": \"Question\", \"name\": \"How do I maintain the shine on the copper bowl?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"To maintain the shine, hand wash and dry immediately after use. For added brilliance, occasionally use a copper polish.\"}}, {\"@type\": \"Question\", \"name\": \"Does the copper bowl affect mixing time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper's thermal properties can enhance the mixing process, especially when whipping egg whites for meringues.\"}}, {\"@type\": \"Question\", \"name\": \"What is the capacity of this mixing bowl?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The bowl has a 6-quart capacity, fitting most KitchenAid lift stand mixers.\"}}, {\"@type\": \"Question\", \"name\": \"Can this bowl be used for hot mixtures?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper's conductivity allows for efficient mixing of hot ingredients, but it is not designed for stovetop use.\"}}, {\"@type\": \"Question\", \"name\": \"Why is copper preferred for mixing bowls?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper enhances stability of whipped mixtures, making it ideal for tasks requiring precision like meringues.\"}}, {\"@type\": \"Question\", \"name\": \"What makes Sertodo's copper bowls unique?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo bowls are hand-hammered from 100% pure copper, providing unmatched quality and craftsmanship.\"}}, {\"@type\": \"Question\", \"name\": \"How is this bowl environmentally friendly?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The bowl is made from recycled copper, supporting sustainable practices without compromising quality.\"}}, {\"@type\": \"Question\", \"name\": \"Can this be a good gift for a chef?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely, its artisanal beauty and functionality make it a thoughtful gift for any serious chef.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Mixing Bowl for KitchenAid Lift Stand Mixers is handcrafted from 100% pure copper. Designed to fit most 5, 6, and 7 quart KitchenAid lift stand mixers, it enhances mixing precision and stability for demanding baking tasks.\",\n  \"sku\": \"K-MIX-KA600\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"361\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% Pure Copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"6 quarts\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Compatibility\",\n      \"value\": \"Fits 5, 6, and 7 quart KitchenAid models\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care\",\n      \"value\": \"Hand wash only\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Made In\",\n      \"value\": \"Austin, TX \u0026 Mexico\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!) - Achieve Culinary Excellence\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$361\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41191789920359,"sku":"K-MIX-KA600","price":361.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538"},{"product_id":"copper-skillets","title":"Copper Skillets (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .2s ease;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; border-radius: 4px;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 4px 10px; border-radius: 4px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=1600\" alt=\"Copper Skillets (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_handle_detail__26475_10c82f34-a014-4ec9-8386-68c42a2d20bb.jpg?v=1738158133\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_handle_detail__26475_10c82f34-a014-4ec9-8386-68c42a2d20bb.jpg?v=1738158133\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_handle_detail__26475_10c82f34-a014-4ec9-8386-68c42a2d20bb.jpg?v=1738158133\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_4_44298f7f-ea0f-47bb-864c-06bf1feb4625.jpg?v=1738158114\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_4_44298f7f-ea0f-47bb-864c-06bf1feb4625.jpg?v=1738158114\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_4_44298f7f-ea0f-47bb-864c-06bf1feb4625.jpg?v=1738158114\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_9_4986f87b-e25e-49ae-8eb2-fb0f5a114d34.jpg?v=1738158109\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_9_4986f87b-e25e-49ae-8eb2-fb0f5a114d34.jpg?v=1738158109\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_9_4986f87b-e25e-49ae-8eb2-fb0f5a114d34.jpg?v=1738158109\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-163_2__92576_b3842889-b420-487e-b194-b335800d042a.jpg?v=1738158098\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-163_2__92576_b3842889-b420-487e-b194-b335800d042a.jpg?v=1738158098\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-163_2__92576_b3842889-b420-487e-b194-b335800d042a.jpg?v=1738158098\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-250_2__95064_5c24636e-7ad1-48ae-a745-709b6824c5a3.jpg?v=1738158007\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-250_2__95064_5c24636e-7ad1-48ae-a745-709b6824c5a3.jpg?v=1738158007\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-250_2__95064_5c24636e-7ad1-48ae-a745-709b6824c5a3.jpg?v=1738158007\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Skillets (Handmade!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic handles\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHeavy gauge copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eBalanced weight\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandmade in recycled sources \u0026amp; Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Skillets (Handmade!), Modern Artisan Craftsmanship\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Heavy Gauge Copper Skillet · Tin-Lined · Ergonomic Handle\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love it, love it, love it! It makes my whole kitchen sparkle.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e118 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$197\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191789985895\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $49 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted\u003c\/strong\u003e in Austin, TX and Santa Clara del Cobre, Mexico, these copper skillets combine traditional artistry with modern design. Made from heavy gauge copper, each skillet is tin-lined for optimal cooking performance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic handles\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHeavy gauge copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eBalanced weight\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandmade in recycled sources \u0026amp; Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Skillets different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes heavy gauge copper different from mass-produced cookware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHandmade\u003c\/strong\u003e from start to finish, each skillet reflects the artisan's touch, ensuring uniqueness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003ePERFORMANCE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHeavy gauge copper\u003c\/strong\u003e offers unparalleled heat distribution and responsiveness, ideal for precise cooking.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDESIGN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eErgonomic handles provide comfort and control, while also serving as a spoon rest.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBacked by a \u003cstrong\u003elifetime guarantee\u003c\/strong\u003e, these skillets are built to last, making them a timeless addition to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e pans are affordable and accessible, but thin copper wash over aluminum causes hot spots and delamination. Mass production lacks the \u003cstrong\u003egauge weight\u003c\/strong\u003e needed for even cooking.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper pan, tin-lined and handmade, offering rapid heat response, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $100 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $197.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$400\u003c\/strong\u003e — versus a single \u003cstrong\u003e$197\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$203\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this skillet right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this skillet\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou love artisanal quality\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese skillets are crafted with care and precision for true culinary connoisseurs.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou prioritize heat control\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe solid copper construction ensures even heat distribution for perfect cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eAesthetics matter to you\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese skillets offer a timeless design that enhances kitchen decor.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou seek longevity\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eBacked by a lifetime workmanship guarantee, these skillets are built to last.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this skillet if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eBudget-friendly options\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe artisanal craftsmanship comes at a premium price.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eQuick cooking solutions\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese skillets are designed for those who appreciate the art of cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eInduction stovetops\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCopper skillets are not compatible with induction cooktops.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCulinary artists\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for chefs who appreciate the fusion of tradition and innovation.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCopper enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who love the aesthetics and performance of copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eGourmet kitchens\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThese skillets add a touch of elegance to any gourmet kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eGift seekers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA thoughtful gift for anyone passionate about cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Saucepan (handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191789789287\" data-handle=\"copper-saucepan-1-5-quart-and-2-5-quart\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2024ReineKupferpfanne24cm_A.jpg?v=1769549756\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 9.5\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140608069735\" data-handle=\"pure-copper-frying-pan-without-coating-o-9-5-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Skillets\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnmatched Heat Control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's conductivity offers precise temperature control for cooking perfection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Aesthetic\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach skillet is a piece of art, enhancing any kitchen's visual appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eBuilt to Last\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eWith a lifetime guarantee, these skillets are designed for enduring performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHeat Control\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eEven distribution\u003c\/strong\u003e ensures perfect cooking results.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eErgonomic\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eComfortable handles\u003c\/strong\u003e offer superior control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurability\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eLifetime guarantee\u003c\/strong\u003e for long-lasting use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHeavy gauge copper · Tin-lined · Ergonomic design\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who transform cooking into an art form, these skillets are indispensable tools.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eCrafted for Durability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe heavy gauge copper construction ensures these skillets withstand the test of time. \u003cstrong\u003eBacked by a lifetime guarantee\u003c\/strong\u003e, they're built to endure daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eTimeless Aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith their hand-hammered finish, these skillets add elegance to any kitchen. \u003cstrong\u003eEach piece is unique\u003c\/strong\u003e, crafted by skilled artisans for a distinct look.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in quality cookware means fewer replacements. \u003cstrong\u003eThe craftsmanship\u003c\/strong\u003e and materials ensure consistent performance for years.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eArtisan-made for culinary excellence · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCooking becomes a joy, not a chore.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eNo more worrying about uneven heating or unreliable cookware. With Sertodo Copper Skillets, your kitchen experience elevates, allowing you to focus on culinary creativity.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eEnjoy cooking like never before. \u003cstrong\u003ePrecision and elegance\u003c\/strong\u003e in every dish.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Skillets are made of, and how they're built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by design\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries, design specific\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot applicable\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions vary slightly due to the hand-crafting process.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHeavy gauge (2mm) solid Season Copper Pan\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUSA \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eRegular hand washing and drying required.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Skillet (Handmade!)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eAll dimensions are approximate due to hand-crafting.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is high maintenance, not with Sertodo\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhile \u003cstrong\u003emass-produced copper pans\u003c\/strong\u003e often require constant care, Sertodo's skillets are crafted to minimize the typical upkeep associated with copper.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eOur \u003cstrong\u003etin lining\u003c\/strong\u003e and solid construction ensure longevity and ease of use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1200\" alt=\"Copper Skillets (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eElevate your culinary experience with elegance.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThese copper skillets are more than cookware; they're an invitation to indulge in the artistry of cooking, transforming meals into memorable moments.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eCraftsmanship and performance, \u003cstrong\u003eelevated\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eDesigned for \u003cstrong\u003eculinary experts\u003c\/strong\u003e and \u003cstrong\u003ecooking enthusiasts\u003c\/strong\u003e who appreciate both style and function. Ideal for those who want to invest in a skillet that offers both aesthetic appeal and exceptional performance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003etin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparison of copper vs. other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eExceptional Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper conducts heat 8× better than stainless steel, ensuring rapid, even cooking.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eNon-Stick Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe tin lining offers a naturally non-stick surface, reducing the need for excess oils.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurable Construction\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered copper provides durability and a unique, elegant appearance.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Cooking with these skillets is a joy; even heat and easy cleanup.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, what you're actually choosing\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Skillets offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2mm heavy gauge copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered finish, unique to each piece\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime workmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou aren't just buying a skillet; you're choosing quality over settling for mass-produced alternatives.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Skillets (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the coating PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTin-lined\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePTFE-based non-stick\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of solid copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2mm solid copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum-encapsulated base\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel with aluminum core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCopper with stainless steel lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$197\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$100-$150\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$250-$300\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$300-$350\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted with precision, this skillet offers the timeless elegance of pure copper that few others match.\u003cspan class=\"cc-mob-hide\"\u003e It's the kind of quality you notice every time you use it.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in recycled sources \u0026amp; Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eArtisan craftsmanship meets culinary excellence.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal occasions for copper skillets\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for creating intricate dishes that require precise heat control.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with the elegant presentation of your culinary creations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCulinary Artisans\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eFor chefs who value both the art and science of cooking.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn exquisite gift for cooking enthusiasts and professional chefs alike.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your festive gatherings with cookware that performs beautifully.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=1200\" alt=\"Copper Skillets (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eElegance in every dish, performance in every use.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the discerning chef.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material advantage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's unmatched thermal properties\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHand-Forged Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs. other metals in thermal performance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e eight times better than stainless steel, ensuring rapid and even heat distribution. This advantage makes copper the preferred choice for chefs requiring precise cooking control.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe \u003cstrong\u003e2mm gauge copper\u003c\/strong\u003e used in these skillets offers superior thermal conductivity, which means the entire cooking surface heats evenly and quickly, reducing cooking time.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOur \u003cstrong\u003etin-lined interior\u003c\/strong\u003e provides a naturally non-stick surface, enhancing cooking efficiency and ease of cleaning.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e redefines cooking precision.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe artisan process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe art of hand-forging copper\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished, tin-lined\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFour steps from raw copper to finished skillet\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHand-forging\u003c\/strong\u003e involves attentive craftsmanship at every stage, from annealing raw copper sheets to the final polish. This process guarantees that each skillet is unique, reflecting the artisan's skill.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eVariations in the final product are not flaws, but rather a testament to the handmade nature of each piece, providing \u003cstrong\u003eindividual character\u003c\/strong\u003e and charm.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEvery skillet is a \u003cstrong\u003eunique piece\u003c\/strong\u003e of art.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe heritage of copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eSertodo's coppersmithing tradition\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eancient roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eSanta Clara\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e1997 founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of Sertodo's copper tradition\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe tradition of copper work in Santa Clara del Cobre, Mexico, spans over a millennium, renowned for its \u003cstrong\u003eunmatched quality\u003c\/strong\u003e and craftsmanship.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eJonathan Beall founded Sertodo Copper in 1997, choosing this location to blend \u003cstrong\u003eancient techniques\u003c\/strong\u003e with modern design, ensuring each piece is a masterpiece.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning a Sertodo piece means embracing a \u003cstrong\u003elegacy of craftsmanship\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_4_44298f7f-ea0f-47bb-864c-06bf1feb4625.jpg?v=1738158114\u0026amp;width=1200\" alt=\"Copper Skillets (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These skillets have transformed my cooking. The even heat distribution is unmatched.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJulia R., avid home cook, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is evident in every detail. Truly a work of art.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMark T., professional chef, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Elegance and performance in one. My kitchen has never looked better.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSamantha L., interior designer, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the culinary experience\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore complementary pieces for a comprehensive kitchen collection.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eAdd versatility to your cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=600\" alt=\"Copper Saucepan (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saucepan (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for sauces and reductions\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eIdeal for paella and large dishes\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/permian-copper-basins\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BasinB-C-15.jpg?v=1738156205\u0026amp;width=600\" alt=\"Permian Copper Basins (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003ePermian Copper Basins (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor hearty stews and stocks\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTimeless Craftsmanship Meets Modern Design\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper brings \u003cstrong\u003eartisan craftsmanship\u003c\/strong\u003e to the modern kitchen. Our pieces are handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, using \u003cstrong\u003e100% pure copper\u003c\/strong\u003e with tin-lined interiors for superior cooking performance.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWe chose this production approach to honor millennia-old traditions while incorporating innovative designs, ensuring our cookware not only performs exceptionally but also tells a story of \u003cstrong\u003eheritage and quality\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand Wash Only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry Immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying your skillet promptly after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to restore the original bright sheen as needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid Hard Scrubs\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse soft cloths to clean and preserve the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your Sertodo Copper Skillet will remain a kitchen staple for years to come.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA definitive choice for discerning cooks\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eInvesting in Sertodo Copper Skillets is a commitment to quality and craftsmanship that transforms your cooking experience. \u003cstrong\u003eHandmade in Austin and Mexico\u003c\/strong\u003e, these skillets offer unmatched heat control and aesthetic appeal. They are not just tools, but a celebration of culinary artistry.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2mm solid copper for exceptional heat conductivity\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted by artisans in Austin, TX, and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, preserve the shine and integrity for decades\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eLifetime workmanship guarantee, a true investment in quality cookware\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eEmbrace the art of cooking with tools that inspire excellence.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $197\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre the skillets compatible with all stovetop types?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, \u003cstrong\u003ecopper skillets are not induction compatible\u003c\/strong\u003e. They work best on gas, electric, and ceramic stovetops.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs there a difference between the 8 and 10-inch skillets?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the \u003cstrong\u003e8 and 10-inch skillets\u003c\/strong\u003e offer versatility for different cooking needs. Choose based on your preferred dish size and heat distribution requirements.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the actual weight of the 10-inch skillet, and how does the handcrafted solid copper construction affect handling during cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach piece varies slightly because every skillet is individually hammered and shaped by hand, but the ergonomic handle design and precise weight distribution ensure comfortable control even during extended cooking sessions.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I clean my copper skillet?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash using warm water and mild soap. \u003cstrong\u003eDry immediately\u003c\/strong\u003e to prevent spotting, and polish occasionally to maintain its shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use metal utensils with these skillets?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's best to use wooden or silicone utensils to \u003cstrong\u003epreserve the tin lining\u003c\/strong\u003e and prevent scratches.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill these skillets fit with other Sertodo lids?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, lids from our \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\"\u003eCopper Saute Pan\u003c\/a\u003e and \u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\"\u003eSaucepan\u003c\/a\u003e fit these skillets.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow frequently do I need to polish my handcrafted copper skillet to maintain its appearance, and does polishing affect cooking performance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePolish every 2-4 weeks with a copper-specific cleaner to maintain the mirror-bright finish, though the natural patina that develops between polishings actually enhances heat distribution. Unlike factory-finished cookware where tarnish indicates neglect, the living surface of handcrafted copper develops character over time, many chefs prefer the warm antique glow that forms with regular use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat specific construction differences distinguish Sertodo's handcrafted copper skillets from mass-produced copper cookware sold by other brands?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo uses authentic 2mm solid copper throughout the entire pan body, not the thin copper plating over inferior metals that most brands use to cut costs. Each skillet is individually hammered and tin-lined by hand, eliminating the uneven riveting, loose-fitting components, and rushed tinning that plague factory production. The lifetime guarantee covers craftsmanship defects because heirloom-quality construction built to last generations makes the \"normal wear\" exclusions common in mass-produced cookware warranties irrelevant.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do the handles on these handcrafted copper skillets differ from mass-produced cookware, and what makes them safer during high-heat cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach handle is individually cast from solid copper, then hand-riveted with precision-aligned copper rivets that are individually inspected for tightness, a detail impossible in mass production where loose handles are a common failure point. The substantial handle stays cooler longer than hollow factory handles because solid copper dissipates heat gradually, and the ergonomic curve is shaped for balanced weight distribution during pan manipulation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart: $197\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Are the skillets compatible with all stovetop types?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, copper skillets are not induction compatible. They work best on gas, electric, and ceramic stovetops.\"}}, {\"@type\": \"Question\", \"name\": \"Is there a difference between the 8 and 10-inch skillets?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the 8 and 10-inch skillets offer versatility for different cooking needs. Choose based on your preferred dish size and heat distribution requirements.\"}}, {\"@type\": \"Question\", \"name\": \"What is the weight of the largest skillet?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The weight of the largest skillet varies due to the handmade nature, but it is designed for balanced weight distribution.\"}}, {\"@type\": \"Question\", \"name\": \"How should I clean my copper skillet?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash using warm water and mild soap. Dry immediately to prevent spotting, and polish occasionally to maintain its shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use metal utensils with these skillets?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It's best to use wooden or silicone utensils to preserve the tin lining and prevent scratches.\"}}, {\"@type\": \"Question\", \"name\": \"Will these skillets fit with other Sertodo lids?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, lids from our Copper Saute Pan and Saucepan fit these skillets.\"}}, {\"@type\": \"Question\", \"name\": \"How often should I polish my skillet?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Polish your skillet as needed to restore its original bright shine. Frequency depends on personal preference and use.\"}}, {\"@type\": \"Question\", \"name\": \"Why choose Sertodo over other brands?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo skillets are handmade from heavy gauge copper, offering superior heat control and a lifetime guarantee.\"}}, {\"@type\": \"Question\", \"name\": \"What makes the handles unique?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Our handles are ergonomic and heat-resistant, providing comfort and control while cooking.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Skillets (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Skillets are handmade from heavy gauge copper, offering unmatched heat conductivity. Crafted in Austin, TX, and Santa Clara del Cobre, Mexico, these skillets feature a tin-lined interior for non-stick cooking and ergonomic handles for comfort.\",\n  \"sku\": \"K-SKIL-8\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"197\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"2mm solid copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Material\",\n      \"value\": \"Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Country\",\n      \"value\": \"USA \u0026 Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Stovetop Compatibility\",\n      \"value\": \"Gas, Electric, Ceramic\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care Instructions\",\n      \"value\": \"Hand wash, polish as needed\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Skillets (Handmade!), Modern Artisan Craftsmanship\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$197\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-skillets')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"8\" Skillet","offer_id":41191789985895,"sku":"K-SKIL-8","price":197.0,"currency_code":"USD","in_stock":true},{"title":"10\" Skillet","offer_id":41191789953127,"sku":"K-SKIL-10","price":287.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219"},{"product_id":"copper-kitchen-compost-bin-canisters","title":"Copper Kitchen Compost Bin (Handmade Canisters!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=1600\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_c3b98df4-974a-4789-bb07-0228d2f4fc03.jpg?v=1738150803\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_c3b98df4-974a-4789-bb07-0228d2f4fc03.jpg?v=1738150803\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_c3b98df4-974a-4789-bb07-0228d2f4fc03.jpg?v=1738150803\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2_5.jpg?v=1738150795\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2_5.jpg?v=1738150795\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2_5.jpg?v=1738150795\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2.jpg?v=1738150791\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2.jpg?v=1738150791\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2.jpg?v=1738150791\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_6.jpg?v=1738150784\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_6.jpg?v=1738150784\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_6.jpg?v=1738150784\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2da305e3-4502-4863-9dc0-cd333120687d.jpg?v=1738150777\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2da305e3-4502-4863-9dc0-cd333120687d.jpg?v=1738150777\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2da305e3-4502-4863-9dc0-cd333120687d.jpg?v=1738150777\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square_a30a6885-d179-435a-8147-548f234b2095.jpg?v=1738150696\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square_a30a6885-d179-435a-8147-548f234b2095.jpg?v=1738150696\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-9x7square_a30a6885-d179-435a-8147-548f234b2095.jpg?v=1738150696\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square_b9dc55f3-ab19-4f7d-b4b3-1f8023599e41.jpg?v=1738150688\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square_b9dc55f3-ab19-4f7d-b4b3-1f8023599e41.jpg?v=1738150688\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KC-8x6square_b9dc55f3-ab19-4f7d-b4b3-1f8023599e41.jpg?v=1738150688\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eOdor-absorbing filter\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2 mm thick\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eEasy to clean\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eAntimicrobial properties\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Kitchen Compost Bin (Handmade Canisters!), Eco-Friendly Chic\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e2 mm Hammered Copper · 2-5.25 Quarts · Odor-Absorbing Filter\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The craftsmanship of this copper bin is unmatched, blending style with sustainability.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e147 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$166\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003ePolish\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:polish;\" title=\"Polish\" onclick=\"selectSwatch(this,'Polish')\"\u003e\u003c\/button\u003e\n            \n            \u003cbutton class=\"swatch \" style=\"background:peacock-patina;\" title=\"Peacock Patina\" onclick=\"selectSwatch(this,'Peacock Patina')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790018663\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $41 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted from 100% pure copper\u003c\/strong\u003e, this compost bin is designed in Austin, TX, and Santa Clara del Cobre, Mexico. It offers a compact, stylish solution for reducing landfill waste while enriching garden soil.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eOdor-absorbing filter\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2 mm thick\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eEasy to clean\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eAntimicrobial properties\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Kitchen Compost Bin different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 2 mm thick hammered copper different from mass-produced kitchenware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach bin is individually hand-hammered by artisans, ensuring no two are exactly alike, offering unique beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eANTIMICROBIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper’s natural antimicrobial properties reduce bacteria, mold, and odors, keeping your kitchen fresh and clean.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABLE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eConstructed from 2 mm thick copper, this bin withstands daily use while maintaining its luster and strength.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eECO-FRIENDLY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eUsing recycled copper sources, this bin supports environmental sustainability while reducing landfill waste.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look bins disappoint\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"bk2-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"90\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 42 22 L 138 22 L 126 98 L 54 98 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 42 22 L 138 22 L 126 98 L 54 98 Z\" fill=\"url(#bk2-hatch)\" opacity=\"0.3\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"90\" cy=\"22\" rx=\"48\" ry=\"9\" fill=\"#DDD5C4\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 54 20 Q 50 -8 90 -13 Q 130 -8 126 20\" stroke-width=\"5\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 54 20 Q 50 -8 90 -13 Q 130 -8 126 20\" stroke-width=\"1.3\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"90\" cy=\"98\" rx=\"36\" ry=\"7\" fill=\"#D0C8C0\" stroke-width=\"1\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 58 62 Q 50 70 58 78\" stroke-width=\"2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"90\" y1=\"98\" x2=\"90\" y2=\"113\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"90\" y=\"124\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003edents · thin walls\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-cast\u003c\/text\u003e\n        \u003cpath d=\"M 320 22 L 416 22 L 404 98 L 332 98 Z\" fill=\"#D8D0C4\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"368\" cy=\"22\" rx=\"48\" ry=\"9\" fill=\"#C8C0B4\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 332 20 Q 328 -8 368 -13 Q 408 -8 404 20\" stroke-width=\"7\" stroke=\"#C8C0B4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 332 20 Q 328 -8 368 -13 Q 408 -8 404 20\" stroke-width=\"2\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"368\" cy=\"98\" rx=\"36\" ry=\"7\" fill=\"#C0B8B0\" stroke-width=\"1.5\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"416\" y1=\"58\" x2=\"440\" y2=\"44\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"442\" y=\"41\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003ethick wall\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"98\" x2=\"368\" y2=\"113\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"124\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eholds true · resists dents\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      While \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordability and availability, \u003cstrong\u003ethin copper wash over aluminium\u003c\/strong\u003e leads to hot spots, delamination, and insufficient gauge weight for effective heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"bk3-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n      \u003c\/defs\u003e\n      \u003ctext x=\"55\" y=\"10\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-formed\u003c\/text\u003e\n      \u003cpath d=\"M 18 38 L 92 38 L 82 128 L 28 128 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 18 38 L 92 38 L 82 128 L 28 128 Z\" fill=\"url(#bk3-hatch)\" opacity=\"0.28\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"55\" cy=\"38\" rx=\"37\" ry=\"7\" fill=\"#DDD5C4\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n      \u003cpath d=\"M 28 36 Q 26 18 55 14 Q 84 18 82 36\" stroke-width=\"4\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 28 36 Q 26 18 55 14 Q 84 18 82 36\" stroke-width=\"1.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"55\" cy=\"128\" rx=\"27\" ry=\"6\" fill=\"#D0C8C0\" stroke-width=\"1\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"55\" y=\"148\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin · dents easily\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"230\" y=\"10\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavy sand-cast\u003c\/text\u003e\n      \u003cpath d=\"M 185 38 L 264 38 L 253 128 L 196 128 Z\" fill=\"#DDD5C0\" stroke-width=\"2.3\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"224\" cy=\"38\" rx=\"40\" ry=\"8\" fill=\"#C8C0B4\" stroke-width=\"2.3\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n      \u003cpath d=\"M 196 36 Q 193 18 224 14 Q 255 18 253 36\" stroke-width=\"7\" stroke=\"#C8C0B4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 196 36 Q 193 18 224 14 Q 255 18 253 36\" stroke-width=\"2\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"224\" cy=\"128\" rx=\"29\" ry=\"6\" fill=\"#C0B8B0\" stroke-width=\"1.5\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"224\" y=\"148\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid · dent-proof\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the bin is just for basic composting, Cuisinart does the job. But for durability and aesthetics, choose wisely.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2 mm thick hammered copper bin, crafted in Mexico and Texas, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this bin right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this bin\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_You care about sustainability_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis bin reduces landfill waste and enriches your garden soil.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_You appreciate craftsmanship_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eHand-hammered in two artisan locations, it stands out in quality and design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_You need a space-saver_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eCompact design fits seamlessly on your countertop.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_You love unique designs_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach piece is distinct, showcasing artisanal craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this bin if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_You prefer plastic bins_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eFor a lower cost, plastic may meet your basic composting needs.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_You need a high-capacity bin_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you compost large volumes, a bigger bin might be better.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_You seek budget options_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis artisanal piece is priced higher for its craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Eco-conscious households_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for families dedicated to sustainable practices.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Stylish kitchens_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for design-conscious buyers who value aesthetics.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Garden enthusiasts_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who love enriching their garden with nutrient-rich compost.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_Collectors of craftsmanship_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eAppreciate the unique, hand-hammered detail of each piece.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Kitchen Compost Bin\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainability\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from recycled copper, reducing environmental impact while providing a stylish kitchen solution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eCraftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach piece is hand-hammered by skilled artisans, ensuring quality and durability over mass-produced alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eAesthetics\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eIts elegant design complements any modern kitchen, proving that eco-friendly can be beautiful.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eLustrous\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eShines with \u003cstrong\u003eelegance\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCompact\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eFits on \u003cstrong\u003eany countertop\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eEco-Friendly\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eSupports \u003cstrong\u003esustainable living\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Eco-friendly · Odor-absorbing\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eThis compost bin is for those who see beauty in sustainability.\u003c\/em\u003e It’s a choice that elevates the ordinary.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered copper ensures \u003cstrong\u003elong-lasting performance\u003c\/strong\u003e. Unlike thin, mass-produced alternatives, this bin remains a reliable kitchen staple.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith its polished or Peacock Patina finish, the bin \u003cstrong\u003eadds elegance\u003c\/strong\u003e to any kitchen, making composting a beautiful practice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eAn investment in quality, this bin \u003cstrong\u003emaintains its integrity\u003c\/strong\u003e and style, offering more than just function.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eStylish composting · Sustainable living · Unique craftsmanship\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour kitchen gains a sustainable centerpiece.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Copper Kitchen Compost Bin, composting may have felt mundane. Now, it's an elegant ritual, blending functionality with style.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003eimpact on aesthetics\u003c\/strong\u003e and sustainability is profound.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Kitchen Compost Bin is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e7x5 inch to 9x7 inch (17.8x12.7 cm to 22.9x17.8 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by model\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by model\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2-5.25 quarts (1.9-5 liters)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements are approximate and vary slightly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm thick hammered copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm thick hammered copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRecycled sources\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \n        \n        \n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand wash recommended to preserve finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Kitchen Compost Bin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item purchase.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eSustainability means compromise on style, not true!\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany think sustainable products lack aesthetic appeal. But with the Copper Kitchen Compost Bin, \u003cstrong\u003estyle and eco-consciousness\u003c\/strong\u003e come together beautifully.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoose products that don't force a compromise between beauty and function.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/2_5.jpg?v=1738150795\u0026amp;width=1200\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose elegance with a purpose.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIncorporating the Copper Kitchen Compost Bin into your home transforms ordinary composting into a stylish, sustainable practice. Its handcrafted design elevates your kitchen’s aesthetic while reducing waste.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eMake a \u003cstrong\u003evisually impactful\u003c\/strong\u003e eco-friendly choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003e\u003cstrong\u003eEco-conscious\u003c\/strong\u003e individuals who appreciate fine craftsmanship and \u003cstrong\u003eelegant design\u003c\/strong\u003e. Perfect for those who want to reduce their carbon footprint with style.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eCopper finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2 mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals: heat conductivity\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHeat Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper conducts heat \u003cstrong\u003e8× better than stainless steel\u003c\/strong\u003e. It heats up quickly and evenly, making it ideal for composting efficiency.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eAntimicrobial Properties\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eNaturally antimicrobial, copper reduces bacteria, mold, and odor, making your kitchen a cleaner environment.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eConstructed from 2 mm thick copper, this bin withstands daily use without losing its elegance or functionality.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"I love how this bin elevates my kitchen while being eco-friendly.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, what you're actually choosing\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Kitchen Compost Bin offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2 mm thick hammered copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Distinctive Peacock Patina finish\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Handcrafted in small batches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eInvest in authenticity, not compromise — you deserve more than a mass-produced substitute.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Kitchen Compost Bin (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eT-fal\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCalphalon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it manufactured?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from harmful coatings?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePTFE-coated aluminum\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePTFE-coated aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made from quality materials?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2 mm thick hammered copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eHard anodized aluminum\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAnodized aluminium\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHard anodized aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$166\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$96\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$110\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$120\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted from pure copper, this compost bin offers a timeless aesthetic that cheaper options simply can't match.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when your kitchen needs elegance and that bargain bin feels cheap.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER KITCHENWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in Austin \u0026amp; Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eStyle and sustainability in perfect harmony.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect uses for this compost bin\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDaily Composting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for everyday use, keeping your kitchen waste under control stylishly.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGarden Enrichment\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTransforms kitchen scraps into nutrient-rich compost for your plants.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eStylish Kitchens\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdds an elegant touch to any kitchen, blending sustainability with style.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEco-Friendly Homes\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for those committed to reducing their carbon footprint.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for eco-conscious friends and family.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_2.jpg?v=1738150791\u0026amp;width=1200\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eElegance meets sustainability in every detail.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo Copper is for the conscious home.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's superiority in composting\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003e2 mm hammered copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eLeft: lower quality, Right: our product\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper conducts heat \u003cstrong\u003eeight times better than stainless steel\u003c\/strong\u003e. Its superior heat-up speed and even distribution make it ideal for composting, as it helps maintain the right temperature for microbial activity.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe 2 mm thick hammered copper used in our bins maintains consistent performance, unlike thinner materials that suffer from hot spots and uneven heating.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis copper bin is tailored for composting efficiency, ensuring your kitchen waste is broken down into rich compost effectively.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for efficient, eco-friendly composting.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eSteps of crafting excellence\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammer-planishing\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom raw copper to polished elegance\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHandmade craftsmanship\u003c\/strong\u003e involves meticulous steps: annealing raw copper sheets, planishing, hammering for texture, and finishing with a protective lining. Each step requires skill and dedication, ensuring each bin’s unique character.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variation in handcrafted products means each piece has its own story, making it unique and personalized, unlike mass-produced counterparts.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of authentic craftsmanship.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA tradition of excellence in copper\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper work\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisanal methods\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern elegance\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCrafting excellence through the ages\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe small town of Santa Clara del Cobre has a thousand-year-old tradition of copper craftsmanship, ensuring high-quality, artisanal products. This heritage reflects in each Sertodo piece, guaranteeing durability and authenticity.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing this production context was intentional, aligning with Sertodo’s mission to preserve traditional copper techniques while meeting modern sustainability needs.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience the timeless art of copper craftsmanship.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_6.jpg?v=1738150784\u0026amp;width=1200\" alt=\"Copper Kitchen Compost Bin (Handmade Canisters!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This compost bin not only looks stunning but has changed the way I think about waste.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eAlex R., transformed kitchen, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The quality is incredible. It's both a functional piece and a conversation starter in my home.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJamie L., eco-conscious buyer, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how this bin combines style with purpose. It's more than just a compost bin.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSam T., sustainable living advocate, 2 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set with our collections\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore these handmade copper pieces for a cohesive kitchen aesthetic.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters Set 5 Piece (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant storage solution\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-small-set-3-pieces\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=600\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters (Handmade) - 3 Piece\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCompact and stylish\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHeirloom quality\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003ePreserving artistry through sustainable copper craftsmanship\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper, founded in 1997 by Jonathan Beall, specializes in artisan handmade copper products crafted in Austin, TX, and Santa Clara del Cobre, Mexico. The brand emphasizes quality and sustainability, using 100% pure copper and offering a lifetime workmanship guarantee.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo chose this approach to honor traditional coppersmithing techniques, ensuring each piece is not only functional but a work of art that stands the test of time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to maintain your copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eImmediate Drying\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eWash and dry your copper items immediately to prevent spotting from tap water.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eHand wash only to maintain the finish and integrity of the copper.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRegular Polishing\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePolish regularly to maintain the original shine and prevent patina buildup.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHandle with Care\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse gentle cleaning methods to avoid scratching the copper surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper bin will remain a beautiful and functional piece for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eTransform your kitchen with sustainable elegance\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Copper Kitchen Compost Bin is more than a kitchen accessory. It’s a commitment to sustainability and elegance. Handcrafted from recycled copper, it offers \u003cstrong\u003eunique beauty and functionality\u003c\/strong\u003e. If you value quality and craftsmanship, this is the choice for you.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHandcrafted from 2 mm thick hammered copper\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX, and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand washing and regular polishing for longevity\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eIncludes an odor-absorbing carbon filter for freshness\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eMake a meaningful impact with a piece that embodies both style and sustainability.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $166\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper affect composting?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper is naturally antimicrobial, which helps reduce bacteria and odors, making your composting cleaner and more effective.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the dimensions of this compost bin?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe bin ranges from 7x5 inches to 9x7 inches, depending on the model, with capacities from 2 to 5.25 quarts.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does handcrafted construction affect the cleaning and maintenance requirements compared to mass-produced compost bins?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUnlike mass-produced bins with crevices where residue accumulates, the seamless hammered copper construction allows you to hand wash with gentle soap, then dry immediately with a soft cloth to preserve the finish without special tools or harsh chemicals.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan the 2 mm thick copper construction withstand outdoor placement, or will weather exposure damage the handcrafted finish?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe solid 2 mm copper construction can tolerate brief outdoor use, but prolonged exposure to rain and UV accelerates patina development and may affect the carbon filter's effectiveness, keeping it sheltered or primarily indoors preserves both the antimicrobial performance and your chosen finish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the authentic hammered copper develop a patina, or does handcrafted construction prevent the tarnishing that occurs with thinner copper plating?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eBecause this is solid 2 mm copper, not thin plating over inferior metal, the entire surface develops a rich, authentic patina that many collectors prize as character; if you prefer the bright polish, a gentle copper cleaner (like lemon and salt or specialty polish) restores the original luster without damaging the handcrafted hammered texture.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the bin compatible with kitchen canisters?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the Copper Kitchen Compost Bin pairs well with our Copper Kitchen Canisters Complete 5-Piece Set and Small Set 3-Pieces.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the odor-absorbing filter made of?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe bin includes a carbon filter designed to neutralize kitchen odors effectively.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow often should I replace the carbon filter?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt is recommended to replace the carbon filter every 3-6 months, depending on usage and odor levels.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIf I prefer the bright copper finish over the aged patina, can I safely reverse the tarnish without damaging the handcrafted hammered surface?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, the solid 2 mm construction means you can safely polish away patina with a dedicated copper cleaner (vinegar and salt, lemon juice, or commercial polish) and a soft cloth, working gently along the hammered texture to restore the original bright finish without risking the thin-plating damage common in cheaper bins.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs it safe to compost all types of food scraps?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eGenerally, you can compost fruit and vegetable scraps, eggshells, and coffee grounds. Avoid dairy, meat, and oils.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart: $166\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"How does copper affect composting?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper is naturally antimicrobial, which helps reduce bacteria and odors, making your composting cleaner and more effective.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What are the dimensions of this compost bin?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The bin ranges from 7x5 inches to 9x7 inches, depending on the model, with capacities from 2 to 5.25 quarts.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is this compost bin easy to clean?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the bin is designed to be easy to clean. Simply hand wash and dry immediately to maintain its finish.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can the bin be used outdoors?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"While primarily designed for kitchen use, the bin can be used outdoors. Ensure it is kept under shelter to protect from weather elements.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Does the copper tarnish over time?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper naturally develops a patina over time, which some find appealing. Regular polishing can maintain its original shine.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is the bin compatible with kitchen canisters?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the Copper Kitchen Compost Bin pairs well with our Copper Kitchen Canisters Complete 5-Piece Set and Small Set 3-Pieces.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What is the odor-absorbing filter made of?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The bin includes a carbon filter designed to neutralize kitchen odors effectively.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How often should I replace the carbon filter?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It is recommended to replace the carbon filter every 3-6 months, depending on usage and odor levels.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can the bin's patina be removed?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, if you prefer the original bright finish, the patina can be removed with a special copper polish.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is it safe to compost all types of food scraps?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Generally, you can compost fruit and vegetable scraps, eggshells, and coffee grounds. Avoid dairy, meat, and oils.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Kitchen Compost Bin (Handmade Canisters!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Kitchen Compost Bin by Sertodo is handcrafted from 2 mm thick hammered copper. Made in Austin, TX, and Mexico, it combines style with functionality, featuring an odor-absorbing filter and sustainable construction.\",\n  \"sku\": \"KC-7x5C\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"166\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"2 mm thick hammered copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"2-5.25 quarts\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"7x5 inch to 9x7 inch\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Polish or Peacock Patina\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Odor Control\",\n      \"value\": \"Carbon filter\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Kitchen Compost Bin (Handmade Canisters!), Eco-Friendly Chic\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$166\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-kitchen-compost-bin-canisters')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"2 quart 7x5 inch \/ Polish","offer_id":41191790018663,"sku":"KC-7x5C","price":166.0,"currency_code":"USD","in_stock":false},{"title":"2 quart 7x5 inch \/ Peacock Patina","offer_id":41191790051431,"sku":"KC-7x5C-PAT","price":166.0,"currency_code":"USD","in_stock":false},{"title":"3.25 quart, 8x6 inch \/ Polish","offer_id":41191790084199,"sku":"KC-8X6C","price":241.0,"currency_code":"USD","in_stock":false},{"title":"3.25 quart, 8x6 inch \/ Peacock Patina","offer_id":41191790116967,"sku":"KC-8X6C-PAT","price":241.0,"currency_code":"USD","in_stock":false},{"title":"5.25 quart, 9x7 inch \/ Polish","offer_id":41191790149735,"sku":"KC-9x7C","price":328.0,"currency_code":"USD","in_stock":false},{"title":"5.25 quart, 9x7 inch \/ Peacock Patina","offer_id":41191790182503,"sku":"KC-9x7C-PAT","price":328.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SERTODO-hand-hammeredcopper.jpg?v=1738150809"},{"product_id":"beautiful-and-big-copper-dutch-ovens","title":"Beautiful and Big Copper Dutch Ovens (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n.serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n.label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n.btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background.2s;\n    }\n.btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n.link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n.stars { color: var(--gold); letter-spacing: 2px; }\n.pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n.pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n.pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n.thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color.15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n.thumb:hover,.thumb.active { border-color: var(--gold); }\n.thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background.15s, opacity.15s;\n    }\n.thumb-chevron:hover { background: #fff; }\n.thumb-prev { left: -13px; }\n.thumb-next { right: -13px; }\n.qty { display: inline-flex; border: 1px solid var(--rule); }\n.qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n.qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n.num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n.num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n.fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n.fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n.comp { width: 100%; border-collapse: collapse; }\n.comp th,.comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n.comp td:not(:first-child),.comp th:not(:first-child) { text-align: center; }\n.comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n.comp th:first-child { color: var(--faint); }\n.comp.adv { color: var(--dark); font-weight: 500; }\n.comp.dis { color: var(--faint); }\n.comp tr:nth-child(even) td { background: var(--warm-bg); }\n.comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n.check { color: var(--gold); font-weight: 700; }\n.spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n.spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n.spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n.contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n.review-card { background: var(--warm-bg); padding: 28px; }\n.faq-item { border-bottom: 1px solid var(--rule); }\n.faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n.faq-q:hover { color: var(--gold); }\n.faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform.2s; }\n.faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n.faq-a.open { display: block; }\n.faq-icon.open { transform: rotate(45deg); }\n.acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing:.04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n.acc-btn:hover { color: var(--gold); }\n.acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform.2s; }\n.acc-icon.open { transform: rotate(45deg); }\n.acc-icon.chev { font-size: 14px; }\n.acc-icon.chev.open { transform: rotate(180deg); }\n.acc-body { display: none; padding-bottom: 28px; }\n.acc-body.open { display: block; }\n.sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n.sketch-caption {\n      font-size: 11px; letter-spacing:.1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n.cs-card { background: var(--warm-bg); overflow: hidden; }\n.cs-info { padding: 16px 18px; }\n.swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform.15s;\n    }\n.swatch:hover { transform: scale(1.1); }\n.swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n.save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing:.06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n.hc-sep { display: none; }\n.hc-item { display: inline-block; margin-right: 14px; }\n.hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n.sec4-body,.sec9-body { max-height: 5.25em; overflow: hidden; }\n.sec4-body.expanded,.sec9-body.expanded { max-height: 200em; }\n.why-toggle-icon { display: none; }\n.why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n.why-toggle-row { display: block; }\n.why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n.why-head { cursor: pointer; user-select: none; margin-bottom: 4px!important; }\n.why-desc { max-height: 0; overflow: hidden; margin-top: 0!important; }\n.why-desc.open { max-height: 20em; margin-top: 10px!important; }\n    }\n    @media (max-width: 749px) {\n.pdp-hero-grid { grid-template-columns: 1fr!important; gap: 8px!important; }\n.pdp-two-col  { grid-template-columns: 1fr!important; gap: 32px!important; }\n.pdp-divider  { display: none!important; }\n.pdp-usp-grid { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-num-three { grid-template-columns: 1fr!important; }\n.pdp-lifestyle-grid { grid-template-columns: 1fr!important; gap: 28px!important; }\n.pdp-four-col { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-three-col { grid-template-columns: 1fr!important; }\n.pdp-tri-col   { grid-template-columns: 1fr!important; }\n.pdp-toc-grid  { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-buybox-col { min-width: 0; }\n.pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n.comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n.comp th.comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n.comp th:first-child,.comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0!important; }\n      #section-comparison h2.serif { font-size: 21px!important; line-height: 1.25!important; }\n.comp { min-width: 0!important; }\n.comp th,.comp td { padding: 8px 9px!important; font-size: 11px!important; line-height: 1.34!important; vertical-align: top!important; min-width: 128px!important; }\n.comp th { font-size: 9.5px!important; letter-spacing: 0.03em!important; }\n.comp th small { font-size: 8px!important; }\n.comp th.comp-th-name { -webkit-line-clamp: 3!important; line-clamp: 3!important; }\n.comp th:first-child,.comp td:first-child { min-width: 116px!important; max-width: 150px!important; width: 128px!important; }\n.comp td:first-child { font-weight: 700!important; color: var(--dark)!important; }\n      h1.serif { font-size: 26px!important; text-align: center!important; }\n      h2.serif { font-size: 22px!important; }\n.pdp-hero-label { display: block!important; text-align: center!important; }\n.pdp-nav-links { display: none!important; }\n.pdp-main-img { aspect-ratio: 4\/3!important; }\n.pdp-main-img #mainImg { object-fit: contain!important; object-position: center center!important; }\n.pdp-breadcrumb   { display: none!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n.pdp-hero-caption { display: none!important; }\n.pdp-h1-sub       { display: none!important; }\n.pdp-hero-sec     { padding-top: 8px!important; padding-bottom: 8px!important; }\n.pdp-buybox-desc  { display: none!important; }\n.pdp-buybox-quote {\n        display: block!important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px!important;\n      }\n.pdp-buybox-quote.pdp-quote-attr { display: none!important; }\n.pdp-buybox-stars { margin-bottom: 10px!important; }\n.pdp-buybox-price { margin-bottom: 12px!important; }\n.pdp-mobile-color-qty {\n        display: flex!important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n.pdp-mobile-color-qty.pdp-buybox-variant { margin-bottom: 0!important; }\n.pdp-mobile-color-qty.pdp-buybox-qty     { margin-bottom: 0!important; }\n.hc-br   { display: none!important; }\n.hc-item { display: block!important; line-height: 2.1!important; margin-right: 0!important; margin-left: 0!important; }\n.pdp-complete-set-grid { grid-template-columns: 1fr!important; }\n.pdp-complete-set-left { padding: 40px 24px!important; }\n.pdp-complete-set-img  { min-height: 280px!important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n.pdp-hero-grid    { grid-template-columns: 1fr!important; gap: 16px!important; }\n.pdp-main-img     { max-width: 480px!important; margin-left: auto!important; margin-right: auto!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n      #caption-inline   { display: none!important; }\n      #caption-band     { display: block!important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none!important; }\n      #caption-band   { display: block!important; }\n    }\n    @media (min-width: 750px)  {.pdp-stripe-break { padding: 48px 0!important; } }\n    @media (min-width: 1100px) {.pdp-stripe-break { padding: 64px 0!important; } }\n.q7-a-text { display: none; }\n.q7-item[data-open=\"true\"].q7-q-text { display: none; }\n.q7-item[data-open=\"true\"].q7-a-text { display: inline; }\n.q7-plus::before { content: '+'; }\n.q7-item[data-open=\"true\"].q7-plus::before { content: '×'; }\n.q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=1600\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/29.jpg?v=1738152753\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/29.jpg?v=1738152753\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/29.jpg?v=1738152753\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/35.jpg?v=1738152745\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/35.jpg?v=1738152745\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/35.jpg?v=1738152745\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/36.jpg?v=1738152616\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/36.jpg?v=1738152616\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/36.jpg?v=1738152616\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm thick body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eCrafted in Mexico \u0026amp; TX\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Beautiful and Big Copper Dutch Ovens (Handmade!), For Culinary Experts\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 7 \u0026amp; 12 Quart Dutch Oven · 2mm Copper · Tin-Lined Interior\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The heft of the copper and the tin lining make cooking a true pleasure.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e125 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$626\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790215271\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $156 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered\u003c\/strong\u003e from 100% pure copper in Mexico and Texas, these Dutch ovens guarantee exceptional heat distribution and retention.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm thick body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eCrafted in Mexico \u0026amp; TX\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is this Dutch oven different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from typical cookware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHEAT RETENTION\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e2mm copper\u003c\/strong\u003e offers superior heat retention, maintaining even temperatures throughout cooking.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered in Santa Clara del Cobre and Austin, ensuring each piece is unique.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eINTERIOR LINING\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eTraditional tin lining provides an eco-friendly, non-stick surface.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eERGONOMIC DESIGN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003ePatented handle system offers better heat dissipation and ergonomic comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe issue with common copper pans\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      Mainstream brands like \u003cstrong\u003eCuisinart\u003c\/strong\u003e offer affordable copper-look pans, but they often feature thin copper wash over aluminum, creating \u003cstrong\u003ehot spots\u003c\/strong\u003e and delamination from regular use.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to cook food, Cuisinart suffices. For precision control, the material matters.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you seek is a 2mm thick copper Dutch oven, hand-hammered and tin-lined, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $400 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $626.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$1,600\u003c\/strong\u003e — versus a single \u003cstrong\u003e$626\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$974\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this Dutch oven right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this Dutch oven\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf heat control matters\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eExceptional heat distribution and retention make these ovens ideal for slow-cooked dishes.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you value tradition\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eHandmade from a 1000-year copper tradition, each piece is unique.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf aesthetics count\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eStunning design makes it a conversation piece from stove to table.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf longevity is key\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eBuilt to last with a lifetime workmanship guarantee.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this Dutch oven if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf budget is tight\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese ovens are a premium investment, not for budget-conscious buyers.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf lightweight is needed\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe heft of copper may not suit those preferring lighter cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf simplicity is preferred\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eRequires specific care to maintain its luster and performance.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf quick fixes suffice\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eDesigned for culinary precision over convenience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eProfessional chefs\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who require precision and performance in their cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eHome cooking enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eCooks who love experimenting with slow-cooked recipes.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCollectors\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eArtisans who appreciate handmade, traditional kitchenware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eGourmet entertainers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eHosts wanting to offer a visually stunning dining experience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191789002855\" data-handle=\"copper-saute-pan-with-lid-3-quart\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-11-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2028ReineKupferpfanne28cm_A.jpg?v=1769549816\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-11-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 11\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140607414375\" data-handle=\"pure-copper-frying-pan-without-coating-o-11-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sertodo\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnmatched Heat Control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003e2mm copper construction ensures even heat distribution for perfect results.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Quality\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHandcrafted with a dedication to traditional craftsmanship.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-Conscious Design\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from recycled copper with a tin lining for sustainability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eSustainability\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eRecycled copper\u003c\/strong\u003e aligns with eco-conscious values.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDesign\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003ePatented handles\u003c\/strong\u003e for comfort and utility.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered for \u003cstrong\u003eunique\u003c\/strong\u003e character.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · For expert chefs · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eOwning this Dutch oven is a commitment to culinary excellence and a testament to your taste.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability Beyond Compare\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith its solid 2mm copper body, this Dutch oven is built to withstand the test of time, providing \u003cstrong\u003econsistent\u003c\/strong\u003e cooking performance for decades.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Masterpiece\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach piece is a unique work of art, with the hand-hammered finish catching the light in your kitchen, making it a \u003cstrong\u003ecenterpiece\u003c\/strong\u003e of culinary beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eLifetime Value\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in a Sertodo Copper Dutch Oven means choosing sustainable, heirloom-quality cookware that offers \u003cstrong\u003esuperior\u003c\/strong\u003e heat performance and a lifetime of use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eCrafted in Mexico \u0026amp; TX · Tin-lined · Unique design\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCooking becomes an art form.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning a Sertodo Copper Dutch Oven, cooking might feel like a routine. After, every meal becomes an opportunity to explore flavors with \u003cstrong\u003eprecision\u003c\/strong\u003e and style.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eMeals transform into experiences. \u003cstrong\u003eElevate every dish.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Dutch oven is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e12 x 6 inch (30.5 x 15.2 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6 inch (15.2 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e7 quart \/ 6.6 L\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin-lined\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eCopper with stainless steel rivets\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico \u0026amp; Texas\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand polish regularly, re-tin as needed\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAlways dry immediately to prevent spotting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Beautiful and Big Copper Dutch Oven\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eIncludes lid.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications subject to change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eExpensive doesn’t always mean better.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume that price alone dictates quality. However, \u003cstrong\u003eartisan craftsmanship\u003c\/strong\u003e and material purity truly define a product's excellence and longevity.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWhen investing, consider the long-term benefits of quality over mere cost.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/29.jpg?v=1738152753\u0026amp;width=1200\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose tradition, embrace excellence.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper Dutch Ovens turn routine meals into culinary masterpieces. Each use invites you to explore flavors with precision, honoring a \u003cstrong\u003ethousand-year\u003c\/strong\u003e tradition.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eCraftsmanship that \u003cstrong\u003espeaks to the soul\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eIdeal for \u003cstrong\u003ededicated chefs\u003c\/strong\u003e and \u003cstrong\u003eculinary artists\u003c\/strong\u003e who appreciate premium materials and heritage craftsmanship. If you value tradition and \u003cstrong\u003eprecision\u003c\/strong\u003e, this Dutch oven is your perfect match.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003etin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other materials, thermal efficiency\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e conducts heat 8 times better than stainless steel, ensuring even cooking without hot spots.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eEco-Friendly Lining\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003etin-lined\u003c\/strong\u003e interior provides a natural, non-stick surface without harmful chemicals.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eMaterial Purity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from 100% recycled copper, aligning with sustainable practices and \u003cstrong\u003eeco-conscious\u003c\/strong\u003e values.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Every dish becomes a masterpiece with perfect heat control.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eWhere the quality difference shows\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Beautiful and Big Copper Dutch Ovens offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2mm thick, hand-hammered copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Tin-lined for a natural non-stick surface\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted in Santa Clara del Cobre\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou're not just buying cookware; you're investing in an authentic culinary experience that outshines the $400 alternative.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eBeautiful and Big Copper Dutch Ovens\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCalphalon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the material high quality?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2mm copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e1.5mm copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e5-ply bonded construction\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eHard-anodized aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the coating PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTin-lined\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico \u0026amp; TX\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$626\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$650\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$550\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$400\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted with exquisite copper, this Dutch oven brings timeless beauty and superior heat retention to your kitchen.\u003cspan class=\"cc-mob-hide\"\u003e It's the kind of quality you notice every time you use it.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handmade in Mexico \u0026amp; TX\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your culinary creations with copper mastery.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eBest moments with your Dutch oven\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily Gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for creating hearty meals that can serve a crowd with style.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial Occasions\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with elegant, flavorful dishes cooked to perfection.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday Cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eElevate daily meals with consistent heat and exceptional results.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA perfect gift for culinary enthusiasts who value tradition and quality.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eOutdoor Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eBring it along for outdoor cooking adventures and enjoy gourmet meals.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=1200\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eCookware as dependable as your culinary dreams.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo Copper is for the passionate chef.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy choose copper over other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ehand-hammered copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of thermal efficiency, copper vs others\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e offers superior thermal conductivity, 8 times better than stainless steel, ensuring even and responsive heat distribution, a dream for serious chefs.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe traditional \u003cstrong\u003etin-lined interior\u003c\/strong\u003e provides a safe, non-stick surface without the need for chemical coatings, preserving the purity of your ingredients.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo's commitment to \u003cstrong\u003ehand-hammered craftsmanship\u003c\/strong\u003e ensures each piece delivers optimal cooking performance and timeless beauty.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper’s unmatched heat control\u003c\/strong\u003e is the chef's secret weapon.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFrom raw copper to culinary art\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammer-planishing\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFour-step sequence of copper crafting\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced cookware, each Sertodo piece is \u003cstrong\u003ehandcrafted\u003c\/strong\u003e through a meticulous process, ensuring quality and uniqueness in every Dutch oven.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eHand-forging allows for \u003cstrong\u003eindividual variation\u003c\/strong\u003e, making each piece not just a tool, but an artwork with its own character.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience the authenticity of artisan craftsmanship.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe evolution of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammered copper\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional mastery\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003etin lining\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper cookware\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of copper craftsmanship's evolution\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre boasts a rich history in copper work, where artisans have perfected their craft over a millennium, ensuring exceptional quality.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing this production context, Sertodo emphasizes the importance of \u003cstrong\u003eheritage and experience\u003c\/strong\u003e in creating superior cookware.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eThis tradition guarantees unmatched quality and attention to detail.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/35.jpg?v=1738152745\u0026amp;width=1200\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This Dutch oven transforms my cooking experience. The heat control is superb, and it looks stunning.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMichael J., cooking enthusiast, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how evenly it cooks. The craftsmanship is evident from the moment you hold it.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., professional chef, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"A work of art that performs as well as it looks. Worth every penny for the quality.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new home, 8 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your copper collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eThese items complement your Beautiful and Big Copper Dutch Oven.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003e3-Quart · Handmade\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/big-beautiful-copper-stock-pots\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=600\" alt=\"Big, Beautiful Copper Stock Pots (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eBig, Beautiful Copper Stock Pots (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandmade · Large capacity\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant design\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/permian-copper-basins\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BasinB-C-15.jpg?v=1738156205\u0026amp;width=600\" alt=\"Permian Copper Basins (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003ePermian Copper Basins (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor perfect paellas\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting excellence since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in artisan handmade copper cookware and barware. Based in Austin, TX and Santa Clara del Cobre, Mexico, they craft each piece from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, ensuring a lifetime of quality and tradition.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's dedication to traditional craftsmanship and \u003cstrong\u003esustainable practices\u003c\/strong\u003e results in cookware that not only performs exceptionally but also respects the environment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eImmediate drying\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDry thoroughly right after washing to avoid water spots.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRegular polishing\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePolish with a copper cleaner to maintain its luster.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRe-tin as needed\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eRe-tin the interior when it starts to wear for continued performance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper Dutch oven will last a lifetime, maintaining its beauty and function.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA lifetime investment in culinary excellence\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Beautiful and Big Copper Dutch Oven means investing in superior heat distribution and artisan craftsmanship. Unlike mass-produced alternatives, this oven offers \u003cstrong\u003eexceptional performance\u003c\/strong\u003e and \u003cstrong\u003elongevity\u003c\/strong\u003e. It is crafted by hand, ensuring each piece is unique and of the highest quality.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2mm thick recycled copper\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash and polish regularly for lasting beauty\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eTin-lined for eco-friendly, non-stick cooking\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eThe ultimate choice for those who demand the best in their kitchen.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $626\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the Dutch oven suitable for stove and oven use?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cstrong\u003eYes\u003c\/strong\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat types of stovetops is the Dutch oven compatible with?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThis Dutch oven is compatible with \u003cstrong\u003egas, electric, and ceramic stovetops\u003c\/strong\u003e, but not induction.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I maintain the interior tin lining?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAvoid metal utensils and acidic foods to preserve the tin lining. Re-tin when needed for optimal performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use metal utensils with this Dutch oven?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt is recommended to use wooden or silicone utensils to avoid damaging the \u003cstrong\u003etin lining\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow frequently should I polish my solid copper Dutch oven to maintain its luster, and does polishing affect the cookware's performance or just appearance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePolishing frequency depends on your aesthetic preference and how often you cook. A monthly polish with quality copper cleaner restores the brilliant shine, though many chefs prefer the rich patina that develops naturally on solid 2mm copper, a sign of authentic use impossible to achieve on thin copper-plated alternatives. Polishing affects only appearance; the thermal performance remains constant.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use this Dutch oven for acidic foods?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile possible, frequent cooking of acidic foods can wear the tin lining faster. Use sparingly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes the handcrafted Sertodo copper Dutch oven include a matching fitted lid, and is the lid also made from solid copper?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eYes\u003c\/strong\u003e, each Dutch oven includes a precision-fitted solid copper lid hand-hammered to match the pot. Unlike mass-produced cookware with loose-fitting lids that allow heat and moisture to escape, this artisan-crafted lid creates a tight seal for superior heat retention and even cooking throughout long braises and stews.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat distinguishes Sertodo's handcrafted copper Dutch ovens from mass-produced copper cookware or thin copper-plated alternatives sold by other brands?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo uses solid 2mm copper throughout, not thin copper plating over inferior metals, ensuring the full thermal performance professional chefs stake their reputations on. Each piece is individually hand-hammered in Austin, TX and Santa Clara del Cobre, Mexico, allowing artisans to catch the uneven riveting, loose-fitting lids, and handle defects that automated production cannot prevent. This attention to heirloom-quality construction, combined with sustainable materials, creates cooking instruments rather than commodities.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart: $626\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Is the Dutch oven suitable for stove and oven use?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it can be used on gas, electric, and ceramic stovetops and is.\"}}, {\"@type\": \"Question\", \"name\": \"What types of stovetops is the Dutch oven compatible with?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"This Dutch oven is compatible with gas, electric, and ceramic stovetops, but not induction.\"}}, {\"@type\": \"Question\", \"name\": \"How do I maintain the interior tin lining?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Avoid metal utensils and acidic foods to preserve the tin lining. Re-tin when needed for optimal performance.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use metal utensils with this Dutch oven?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It is recommended to use wooden or silicone utensils to avoid damaging the tin lining.\"}}, {\"@type\": \"Question\", \"name\": \"How often should I polish the Dutch oven?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Polishing depends on use; typically, a monthly polish with a copper cleaner maintains its shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use this Dutch oven for acidic foods?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While possible, frequent cooking of acidic foods can wear the tin lining faster. Use sparingly.\"}}, {\"@type\": \"Question\", \"name\": \"Does the Dutch oven come with a lid?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, each Dutch oven includes a matching lid for optimal cooking results.\"}}, {\"@type\": \"Question\", \"name\": \"What makes Sertodo different from other brands?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo combines artisan craftsmanship, sustainable materials, and a unique design, setting it apart from mass-produced cookware.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Beautiful and Big Copper Dutch Ovens (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"Hand-hammered copper Dutch oven from Sertodo, available in 7 and 12-quart sizes. Offers superior heat distribution and retention, crafted in Austin, TX and Santa Clara del Cobre, Mexico.\",\n  \"sku\": \"K-DO-10\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"626\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"2mm copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"2mm copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin-lined\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes\",\n      \"value\": \"7 quart \u0026 12 quart\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Austin, TX \u0026 Santa Clara del Cobre, Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Heat Compatibility\",\n      \"value\": \"Gas, Electric, Ceramic\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care Instructions\",\n      \"value\": \"Hand wash only, polish regularly\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb? (thumb.offsetWidth + 8) * 3: 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip ||!prev ||!next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart? '0.25': '1';\n    prev.style.pointerEvents = atStart? 'none': 'auto';\n    next.style.opacity = atEnd? '0.25': '1';\n    next.style.pointerEvents = atEnd? 'none': 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background.15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n.then(function(r) { return r.json(); })\n.then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n.then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n.catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open',!isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open',!isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open',!isOpen);\n    if (icon) icon.textContent = isOpen? '+': '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display!== 'none';\n    extra.style.display = isOpen? 'none': 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen? link.dataset.openText: 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse.allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background.15s;background:' + (i===0? '#C4963A': '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0? 1: -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eBeautiful and Big Copper Dutch Ovens (Handmade!), For Culinary Experts\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$626\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'beautiful-and-big-copper-dutch-ovens')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length? btns[0]: null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past!== shown){ shown = past; bar.style.display = past? 'block': 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"Sertodo","offers":[{"title":"7 quart - 10 x 5 inch","offer_id":41191790215271,"sku":"K-DO-10","price":626.0,"currency_code":"USD","in_stock":true},{"title":"12 quart - 12 x 6 inch","offer_id":41191790248039,"sku":"K-DO-12","price":809.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/27.jpg?v=1738152761"},{"product_id":"copper-mixing-bowls","title":"Copper Mixing Bowls (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600\" alt=\"Copper Mixing Bowls (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_125521_2__27042.1536200162.jpg?v=1738150071\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_125521_2__27042.1536200162.jpg?v=1738150071\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_125521_2__27042.1536200162.jpg?v=1738150071\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019__78015.1536200509.jpg?v=1738150315\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019__78015.1536200509.jpg?v=1738150315\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019__78015.1536200509.jpg?v=1738150315\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Mixing Bowls (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTimeless elegance\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpot clean to maintain shine\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Mixing Bowls (Handmade!), Elevate Your Culinary Skills\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 100% Pure Copper Mixing Bowl · Hand-Hammered · 3 Sizes Available\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love it love it love it! It makes my whole kitchen sparkle.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.6 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e6 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$124\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790280807\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $31 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003e100% pure copper\u003c\/strong\u003e mixing bowls, handcrafted by artisans in Austin, TX and Santa Clara del Cobre, Mexico. Experience enhanced mixing with timeless elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTimeless elegance\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpot clean to maintain shine\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n\u003ca href=\"#section-value-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eBuilt to last\u003c\/a\u003e\u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Mixing Bowls different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHandmade\u003c\/strong\u003e for precision and durability, these bowls are crafted by skilled artisans in Mexico and Texas.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eELEGANT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach bowl features a \u003cstrong\u003ehammer-polished finish\u003c\/strong\u003e, offering timeless elegance and a beautiful patina.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFUNCTIONAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003esuperior conductivity\u003c\/strong\u003e of copper enhances mixing, ensuring even and precise results every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABLE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, these bowls are built to withstand the test of time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"bowl-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1: on arrival\u003c\/text\u003e\n        \u003cpath d=\"M 52 26 Q 52 96 96 102 Q 140 96 140 26\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 52 26 Q 52 96 96 102 Q 140 96 140 26\" fill=\"url(#bowl-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"96\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"96\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"none\" stroke-width=\"3\" stroke=\"#C8B898\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"80\" y1=\"102\" x2=\"112\" y2=\"102\" stroke-width=\"3\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"96\" y1=\"102\" x2=\"96\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eglaze holds · rim intact\u003c\/text\u003e\n        \n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"110\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2: after daily use\u003c\/text\u003e\n        \u003cpath d=\"M 324 26 Q 324 96 368 102 Q 412 96 412 26\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 324 26 Q 324 96 368 102 Q 412 96 412 26\" fill=\"url(#bowl-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"368\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"368\" cy=\"26\" rx=\"44\" ry=\"9\" fill=\"none\" stroke-width=\"3\" stroke=\"#C8B898\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"352\" y1=\"102\" x2=\"384\" y2=\"102\" stroke-width=\"3\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \n        \u003cpath d=\"M 348 18 Q 343 12 338 18 L 340 25 Q 344 27 348 21\" fill=\"#FAF7F2\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"341\" cy=\"17\" r=\"8\" fill=\"none\" stroke=\"#5A4A30\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"349\" y1=\"25\" x2=\"416\" y2=\"58\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"417\" y=\"65\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003erim chip\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"102\" x2=\"368\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eedge exposed: body visible\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      While \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable and widely available copper-look pans, most use a thin copper wash over aluminium. This creates \u003cstrong\u003ehot spots\u003c\/strong\u003e and the surface delaminates with regular use, lacking the gauge weight needed for even, responsive heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"uniform-g\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"hand-g\" patternunits=\"userSpaceOnUse\" width=\"16\" height=\"11\"\u003e\n          \u003cpath d=\"M2 2 Q8 0 14 4 Q16 7 12 9 Q7 11 2 8 Q0 5 2 2\" fill=\"#A89A84\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"cl-bw-clip\"\u003e\u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"50\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"cr-bw-clip\"\u003e\u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"50\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \u003ctext x=\"72\" y=\"14\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-glazed\u003c\/text\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"#EDE8DE\" stroke-width=\"1.6\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"url(#uniform-g)\" clip-path=\"url(#cl-bw-clip)\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"36\" ry=\"28\" fill=\"#DDD6C8\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"72\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \n      \u003ctext x=\"228\" y=\"14\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-applied\u003c\/text\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"#DDD5C0\" stroke-width=\"2\" stroke=\"#6B5B3E\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"50\" fill=\"url(#hand-g)\" clip-path=\"url(#cr-bw-clip)\" opacity=\"0.9\"\u003e\u003c\/ellipse\u003e\n      \u003cpath d=\"M 175 68 Q 200 60 216 70 Q 232 76 252 70 Q 264 64 278 72\" stroke-width=\"1.3\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 88 Q 202 80 220 88 Q 242 94 268 86\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"36\" ry=\"28\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#8A7A60\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"228\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the bowl just needs to hold ingredients, Cuisinart does the job. But if mixing precision is the point, copper’s conductivity tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 100% pure copper mixing bowl, handmade with ergonomic stainless steel handles, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-value-comparison\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n\u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:12px;letter-spacing:.1em;\"\u003eBuilt to last\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:16px;line-height:1.15;\"\u003eBuy once, not every few years\u003c\/h2\u003e\n\u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;margin:0 auto 36px;max-width:600px;line-height:1.5;\"\u003eThe cheaper option looks like a saving until you replace it. Here is how it compares over the long run.\u003c\/p\u003e\n\u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;\"\u003e\n\u003cdiv style=\"border:1px solid #E8E4DE;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#4A4340;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThe budget alternative\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eA thin aluminium or nonstick pan, typically replaced about every 3 years. Around $72 each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border:1px solid #C4963A;border-radius:8px;padding:22px 20px;background:#fff;\"\u003e\n\u003cp style=\"font-size:13px;color:#C4963A;margin:0 0 6px;letter-spacing:.04em;text-transform:uppercase;\"\u003eThis copper cookware\u003c\/p\u003e\n\u003cp style=\"font-size:15px;color:#1A1714;line-height:1.6;margin:0;\"\u003eBuilt to last 25+ years of regular use. A one-time $124.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:15px;color:#3D3830;line-height:1.7;margin:28px auto 0;max-width:600px;\"\u003eOver a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly \u003cstrong\u003e$288\u003c\/strong\u003e — versus a single \u003cstrong\u003e$124\u003c\/strong\u003e for this copper cookware. That is about \u003cstrong\u003e$164\u003c\/strong\u003e less over ten years, before you count the difference in everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love artisanal craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese bowls are perfect for those who value handmade artisan quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek enhanced mixing precision*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eCopper’s thermal properties improve mixing results for serious bakers.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate kitchen aesthetics*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe elegant shine of copper adds beauty to any kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value durable materials*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade from solid copper, these bowls are built to last generations.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf cost is a primary concern, these artisan pieces may not be ideal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need rapid heat adaptation*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCopper requires careful handling; it’s not for rushed cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Don’t like patina development*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCopper naturally develops a patina, which some may not prefer.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Professional bakers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those needing precision in their baking tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary artisans*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for cooks who see their kitchen as an art studio.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Design enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for those who value kitchen aesthetics just as much as function.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift seekers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA thoughtful, high-quality gift for cooking and design aficionados.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete 2-piece set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour essential\u003cbr\u003ecooking set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Mixing Bowl for KitchenAid Lift Stand Mixers\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eFits most 5, 6, and 7-quart mixer models\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSertodo Copper Scoop\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eSolid hand-hammered copper\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e2 pieces · Essential for mixing\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eCrafted from 100% pure copper, this set includes a versatile mixing bowl and elegant scoop, perfect for baking and serving.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=1600\" alt=\"Copper Mixing Bowls (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Mixing Bowls\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach bowl is handmade with care, showcasing traditional techniques.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eTimeless Beauty\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper’s natural patina develops over time, adding character to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eFunctional Excellence\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper’s thermal properties make it perfect for mixing and baking.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003ePure Copper\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHandmade\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eArtisan-crafted\u003c\/strong\u003e for unique appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurability\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eBuilt to \u003cstrong\u003elast generations\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHammered copper finish · 2-piece set · Handmade\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who see their kitchen as a canvas, Sertodo Copper Mixing Bowls bring art to every culinary creation.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability That Lasts\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandmade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, ensuring these bowls withstand rigorous use while maintaining their beauty. The heavy gauge material ensures even heat distribution, making them ideal for precision baking.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach bowl features a unique \u003cstrong\u003ehammer-polished finish\u003c\/strong\u003e that adds elegance to your kitchen. Over time, the copper develops a rich patina, enhancing its antique allure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in Sertodo Copper means choosing quality that \u003cstrong\u003elasts generations\u003c\/strong\u003e. These bowls offer superior performance and aesthetic value, making them a wise choice for serious bakers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eElegant craftsmanship · Pure copper · Ergonomic design\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eAesthetic and functional transformation in your kitchen\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning Sertodo Copper Mixing Bowls, your kitchen may lack a touch of artisanal elegance. After, every mix becomes an opportunity to showcase craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eEnjoy \u003cstrong\u003eenhanced mixing\u003c\/strong\u003e and a more beautiful kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Mixing Bowls set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by size\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by size\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1.5 qt, 2.5 qt, 5 qt (1.4 L, 2.4 L, 4.7 L)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSizes are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHeavy gauge\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin-lined\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAustin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHandcrafted from recycled copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot applicable\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish and Re-tin Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePolish as needed, re-tin every few years\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCareful maintenance preserves quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Mixing Bowl for KitchenAid Lift Stand Mixers, 1 x Sertodo Copper Scoop\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eComplete 2-piece set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eHandcrafted specifications may vary slightly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper's beauty vs. its functional excellence\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany think copper is just for looks, but its \u003cstrong\u003ethermal conductivity\u003c\/strong\u003e outperforms stainless steel by 8×, providing even heat distribution critical for mixing.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eCopper’s beauty is matched by its \u003cstrong\u003esuperior performance\u003c\/strong\u003e, enhancing every culinary creation.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=1200\" alt=\"Copper Mixing Bowls (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTransform every meal into an experience\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper Mixing Bowls not only elevate your kitchen’s aesthetics; they enhance your culinary skills with each use. Experience the joy of mixing with precision and elegance.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eCraftsmanship meets \u003cstrong\u003eculinary artistry\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eIdeal for \u003cstrong\u003eprofessional bakers\u003c\/strong\u003e and \u003cstrong\u003ehome cooks\u003c\/strong\u003e who appreciate the art of mixing and value \u003cstrong\u003etimeless elegance\u003c\/strong\u003e in their kitchen tools. A perfect choice for those who cherish both functionality and aesthetics.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHammered tin-lined\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section of copper vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's thermal conductivity is \u003cstrong\u003e8× better\u003c\/strong\u003e than stainless steel, ensuring even temperature distribution throughout.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper requires a \u003cstrong\u003etin lining\u003c\/strong\u003e to prevent reactions with acidic foods, maintaining flavor integrity.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurable Construction\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach bowl is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e for strength, adding durability and unique visual appeal.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"I can feel the craftsmanship with every use.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs stamped, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Mixing Bowls offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Elegant shimmer, unique to each piece\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted to last generations\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou’re choosing between a truly handmade piece and settling for mass-produced alternatives.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Mixing Bowls (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAnolon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made in the USA or Mexico?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eThailand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eDoes it have a PFAS-free coating?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePre-seasoned cast iron\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$124\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$72\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$140\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$104\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e$62.00\/pc\u003c\/td\u003e\n\u003ctd\u003e$72.00\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHard-anodized aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted design means these are one of the few in this lineup that offer true artisanal quality.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when serving guests and the cheaper option's finish dulls over time.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eTransform your kitchen with authentic artisan copper.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for every culinary occasion\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eBaking Mastery\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for whipping egg whites and mixing batter with precision.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eElegant Presentations\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eServe dishes with style and sophistication for any dinner party.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful and unique gift for the culinary enthusiast.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday Use\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your daily cooking routine with artisanal beauty.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eProfessional Kitchens\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTrusted by chefs for its superior mixing performance.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=1200\" alt=\"Copper Mixing Bowls (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome kitchens are plain. Some inspire.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eCopper Mixing Bowls are for the inspired.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's thermal superiority explained\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHand-forged copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals, cross-section comparison\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8× greater than stainless steel, providing rapid and even heat distribution crucial for consistent mixing.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's \u003cstrong\u003ereactive surface\u003c\/strong\u003e enhances flavors and requires a tin lining to protect against acidity, ensuring a flawless culinary experience.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThese bowls feature \u003cstrong\u003ehand-hammered construction\u003c\/strong\u003e, maximizing both durability and aesthetic appeal, while enhancing your baking results.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eExperience unmatched mixing precision\u003c\/strong\u003e with Sertodo's copper craftsmanship.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow our copper bowls are crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eCoppersmithing: from raw copper to finished bowl\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced items, Sertodo's bowls are \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by skilled artisans, ensuring each piece is unique and crafted to perfection.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variations in hammer marks are not flaws, but a testament to \u003cstrong\u003eauthentic craftsmanship\u003c\/strong\u003e, making each bowl truly one-of-a-kind.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eBuy a piece of art\u003c\/strong\u003e with every bowl.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe legacy behind Sertodo's copper\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional craft\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Mixing Line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eThe journey from ancient craft to modern kitchen\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper continues a \u003cstrong\u003erich tradition\u003c\/strong\u003e of copper craftsmanship, rooted in regions renowned for their copper artistry.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing these locations ensures access to \u003cstrong\u003eskilled artisans\u003c\/strong\u003e and authentic methods, preserving the integrity of our products.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eInvest in a legacy of \u003cstrong\u003eexcellence\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=1200\" alt=\"Copper Mixing Bowls (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These are the best bowls I've ever used for mixing, the quality is incredible, and they look stunning.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new home, 8 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is flawless and they fit perfectly with my KitchenAid. Highly recommended!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003ePhilip N. Staten, professional baker\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the unique finish and how they add a touch of elegance to my kitchen. Worth every penny.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLinda T., home baker\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your kitchen with matching pieces\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore other Sertodo products for a cohesive kitchen aesthetic.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-mixing-bowl-for-kitchenaid-lift-stand-mixers-fits-most-5-6-and-7-quart-mixer-models\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/KitchenAidmixingbowlSquare_1.jpg?v=1738150538\u0026amp;width=600\" alt=\"Copper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Mixing Bowl for KitchenAid Lift Stand Mixers (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for sautéing\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor authentic paella\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eKeep surfaces clean\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVersatile cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting copper with tradition and innovation\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper is dedicated to crafting \u003cstrong\u003eartisanal copper cookware\u003c\/strong\u003e and barware. Our products are handmade from 100% pure copper, emphasizing quality and traditional craftsmanship with a commitment to excellence.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eBy choosing to produce in Austin, TX, and Santa Clara del Cobre, Mexico, Sertodo ensures access to \u003cstrong\u003eskilled artisans\u003c\/strong\u003e and traditional methods, maintaining the integrity and heritage of copper craftsmanship.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for copper care\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand Wash Only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAlways wash your copper bowls by hand to maintain their finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry Immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying your bowls immediately after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to retain the bowls' original bright shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid Acids\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not store acidic foods in copper to prevent reactions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith regular care, your copper mixing bowls will maintain their beauty and functionality for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eThe choice for serious bakers and aesthetes\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eOpting for Sertodo Copper Mixing Bowls means investing in a \u003cstrong\u003etimeless piece of craftsmanship\u003c\/strong\u003e. These bowls offer unparalleled mixing performance and aesthetic appeal. With their rich history and artisanal production, they are more than just kitchen tools; they are a statement of style and quality.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper, each bowl unique\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted by skilled artisans in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand washing, maintains integrity and shine over decades\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eErgonomic stainless steel handles, designed for comfort and control\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose Sertodo for a kitchen that reflects your passion for cooking and design.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $124\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow many sizes are available and their dimensions?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Copper Mixing Bowls are available in three sizes: 1.5 quart (8\" diameter), 2.5 quart (10\" diameter), and 5 quart (12\" diameter).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the copper bowl suitable for acidic ingredients?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile copper enhances flavor, avoid storing acidic foods like fruits and dressings in the bowl as they can react with the copper.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper affect my whipped egg whites?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper bowls stabilize egg whites, creating a firmer foam. The copper ions help produce a more voluminous and stable meringue.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use these bowls with a KitchenAid mixer?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the Copper Mixing Bowl fits most 5, 6, and 7-quart KitchenAid Lift Stand Mixers, enhancing your mixer’s performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the best way to clean and maintain handcrafted copper bowls to preserve their artisan finish without damaging the tin lining?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash gently with mild soap and warm water using a soft sponge to protect the hand-hammered finish and tin lining. Dry immediately with a soft cloth to prevent water spots and maintain the artisan luster. Never use a as high heat and harsh detergents can damage the delicate tin lining and compromise the handcrafted integrity that mass-produced bowls lack.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow often should I polish my handcrafted copper mixing bowls, and what happens if I prefer the natural patina that develops over time?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePolish every 2-4 weeks if you prefer a bright, reflective finish using a copper-specific polish or a natural lemon-salt paste. However, many professional chefs embrace the warm patina that develops naturally over time, a distinctive character that only authentic solid copper develops and that thin copper plating can never achieve. The choice is yours; either way, the heirloom-quality construction ensures beauty for generations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs solid copper safe for daily food preparation, and how does the tin lining protect against reactions that cheaper copper cookware might allow?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, when crafted with authentic artisan standards. Each bowl features a hand-applied tin lining that creates a food-safe barrier, preventing any metallic reactions that can occur with inferior thin-plated copper or unlined bowls. This traditional lining method, used by professional chefs for centuries, ensures safety and preserves the pure flavor of your ingredients, a detail mass-production often rushes or omits entirely.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these handcrafted copper mixing bowls suitable as a memorable gift for serious home cooks, professional chefs, or wedding registries?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely. These heirloom-quality bowls make an unforgettable gift for weddings, chef graduations, or milestone celebrations. Each piece is individually handcrafted, not mass-produced, ensuring the recipient receives a functional work of art that will be treasured for decades. Professional chefs and discerning home cooks alike recognize the difference between a commodity bowl and a cooking instrument built to last generations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhy should I choose Sertodo over other brands?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo offers \u003cstrong\u003ehandcrafted artisan quality\u003c\/strong\u003e with a rich heritage, ensuring each bowl is both a functional tool and a piece of art.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"How many sizes are available and their dimensions?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Copper Mixing Bowls are available in three sizes: 1.5 quart (8\\\" diameter), 2.5 quart (10\\\" diameter), and 5 quart (12\\\" diameter).\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper bowl suitable for acidic ingredients?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While copper enhances flavor, avoid storing acidic foods like fruits and dressings in the bowl as they can react with the copper.\"}}, {\"@type\": \"Question\", \"name\": \"How does copper affect my whipped egg whites?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper bowls stabilize egg whites, creating a firmer foam. The copper ions help produce a more voluminous and stable meringue.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use these bowls with a KitchenAid mixer?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the Copper Mixing Bowl fits most 5, 6, and 7-quart KitchenAid Lift Stand Mixers, enhancing your mixer’s performance.\"}}, {\"@type\": \"Question\", \"name\": \"What is the best way to clean copper bowls?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and warm water, then dry immediately to maintain the shine. Avoid the.\"}}, {\"@type\": \"Question\", \"name\": \"How often should I polish the bowls?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Polish as needed to maintain their luster. If you prefer a patina, less frequent polishing is required.\"}}, {\"@type\": \"Question\", \"name\": \"Is copper safe for food preparation?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, when used correctly. The bowls are tin-lined to prevent reactions with food, ensuring safety and flavor preservation.\"}}, {\"@type\": \"Question\", \"name\": \"Can I gift these bowls?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely, they make a perfect gift for both professional chefs and home cooks who value quality and aesthetics.\"}}, {\"@type\": \"Question\", \"name\": \"Why should I choose Sertodo over other brands?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo offers handcrafted artisan quality with a rich heritage, ensuring each bowl is both a functional tool and a piece of art.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Mixing Bowls (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"Handmade from 100% pure copper, these mixing bowls by Sertodo offer enhanced mixing performance. Crafted in Austin, TX, and Santa Clara del Cobre, Mexico, they combine artisan quality with timeless design.\",\n  \"sku\": \"K-MIX-8\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"124\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% Pure Copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Pure Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"1.5qt, 2.5qt, 5qt\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Austin, TX \u0026 Santa Clara del Cobre, Mexico\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Mixing Bowls (Handmade!), Elevate Your Culinary Skills\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$124\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-mixing-bowls')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"1.5qt-8\" diameter","offer_id":41191790280807,"sku":"K-MIX-8","price":124.0,"currency_code":"USD","in_stock":true},{"title":"2.5qt-10\" diameter","offer_id":41191790313575,"sku":"K-MIX-10","price":173.0,"currency_code":"USD","in_stock":true},{"title":"5qt-12\" diameter","offer_id":41191790346343,"sku":"K-MIX-12","price":215.0,"currency_code":"USD","in_stock":true},{"title":"3 Bowl Set","offer_id":41191790379111,"sku":"K-MIX-SET","price":511.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077"},{"product_id":"copper-round-dome-chafers","title":"Copper Round Dome Chafers (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n.serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n.label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n.btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background.2s;\n    }\n.btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n.link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n.stars { color: var(--gold); letter-spacing: 2px; }\n.pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n.pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n.pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n.thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color.15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n.thumb:hover,.thumb.active { border-color: var(--gold); }\n.thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background.15s, opacity.15s;\n    }\n.thumb-chevron:hover { background: #fff; }\n.thumb-prev { left: -13px; }\n.thumb-next { right: -13px; }\n.qty { display: inline-flex; border: 1px solid var(--rule); }\n.qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n.qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n.num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n.num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n.fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n.fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n.comp { width: 100%; border-collapse: collapse; }\n.comp th,.comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n.comp td:not(:first-child),.comp th:not(:first-child) { text-align: center; }\n.comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n.comp th:first-child { color: var(--faint); }\n.comp.adv { color: var(--dark); font-weight: 500; }\n.comp.dis { color: var(--faint); }\n.comp tr:nth-child(even) td { background: var(--warm-bg); }\n.comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n.check { color: var(--gold); font-weight: 700; }\n.spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n.spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n.spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n.contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n.review-card { background: var(--warm-bg); padding: 28px; }\n.faq-item { border-bottom: 1px solid var(--rule); }\n.faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n.faq-q:hover { color: var(--gold); }\n.faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform.2s; }\n.faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; transition: opacity 0.2s ease; }\n.faq-a.open { display: block; }\n.faq-icon.open { transform: rotate(45deg); }\n.acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing:.04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n.acc-btn:hover { color: var(--gold); }\n.acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform.2s; }\n.acc-icon.open { transform: rotate(45deg); }\n.acc-icon.chev { font-size: 14px; }\n.acc-icon.chev.open { transform: rotate(180deg); }\n.acc-body { display: none; padding-bottom: 28px; transition: opacity 0.2s ease; }\n.acc-body.open { display: block; }\n.sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n.sketch-caption {\n      font-size: 11px; letter-spacing:.1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n.cs-card { background: var(--warm-bg); overflow: hidden; }\n.cs-info { padding: 16px 18px; }\n.swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform.15s;\n    }\n.swatch:hover { transform: scale(1.1); }\n.swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n.save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing:.06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n.hc-sep { display: none; }\n.hc-item { display: inline-block; margin-right: 14px; line-height: 1.6; }\n.hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n.sec4-body,.sec9-body { max-height: 5.25em; overflow: hidden; transition: max-height 0.3s ease; }\n.sec4-body.expanded,.sec9-body.expanded { max-height: 200em; }\n.why-toggle-icon { display: none; }\n.why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n.why-toggle-row { display: block; }\n.why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n.why-head { cursor: pointer; user-select: none; margin-bottom: 4px!important; }\n.why-desc { max-height: 0; overflow: hidden; margin-top: 0!important; }\n.why-desc.open { max-height: 20em; margin-top: 10px!important; }\n    }\n    @media (max-width: 749px) {\n.pdp-hero-grid { grid-template-columns: 1fr!important; gap: 8px!important; }\n.pdp-two-col  { grid-template-columns: 1fr!important; gap: 32px!important; }\n.pdp-divider  { display: none!important; }\n.pdp-usp-grid { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-num-three { grid-template-columns: 1fr!important; }\n.pdp-lifestyle-grid { grid-template-columns: 1fr!important; gap: 28px!important; }\n.pdp-four-col { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-three-col { grid-template-columns: 1fr!important; }\n.pdp-tri-col   { grid-template-columns: 1fr!important; }\n.pdp-toc-grid  { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-buybox-col { min-width: 0; }\n.pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n.comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n.comp th.comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n.comp th:first-child,.comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0!important; }\n      #section-comparison h2.serif { font-size: 21px!important; line-height: 1.25!important; }\n.comp { min-width: 0!important; }\n.comp th,.comp td { padding: 8px 9px!important; font-size: 11px!important; line-height: 1.34!important; vertical-align: top!important; min-width: 128px!important; }\n.comp th { font-size: 9.5px!important; letter-spacing: 0.03em!important; }\n.comp th small { font-size: 8px!important; }\n.comp th.comp-th-name { -webkit-line-clamp: 3!important; line-clamp: 3!important; }\n.comp th:first-child,.comp td:first-child { min-width: 116px!important; max-width: 150px!important; width: 128px!important; }\n.comp td:first-child { font-weight: 700!important; color: var(--dark)!important; }\n      h1.serif { font-size: 26px!important; text-align: center!important; }\n      h2.serif { font-size: 22px!important; }\n.pdp-hero-label { display: block!important; text-align: center!important; }\n.pdp-nav-links { display: none!important; }\n.pdp-main-img { aspect-ratio: 4\/3!important; }\n.pdp-main-img #mainImg { object-fit: contain!important; object-position: center center!important; }\n.pdp-breadcrumb   { display: none!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n.pdp-hero-caption { display: none!important; }\n.pdp-h1-sub       { display: none!important; }\n.pdp-hero-sec     { padding-top: 8px!important; padding-bottom: 8px!important; }\n.pdp-buybox-desc  { display: none!important; }\n.pdp-buybox-quote {\n        display: block!important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px!important;\n      }\n.pdp-buybox-quote.pdp-quote-attr { display: none!important; }\n.pdp-buybox-stars { margin-bottom: 10px!important; }\n.pdp-buybox-price { margin-bottom: 12px!important; }\n.pdp-mobile-color-qty {\n        display: flex!important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n.pdp-mobile-color-qty.pdp-buybox-variant { margin-bottom: 0!important; }\n.pdp-mobile-color-qty.pdp-buybox-qty     { margin-bottom: 0!important; }\n.hc-br   { display: none!important; }\n.hc-item { display: block!important; line-height: 2.1!important; margin-right: 0!important; margin-left: 0!important; }\n.pdp-complete-set-grid { grid-template-columns: 1fr!important; }\n.pdp-complete-set-left { padding: 40px 24px!important; }\n.pdp-complete-set-img  { min-height: 280px!important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n.pdp-hero-grid    { grid-template-columns: 1fr!important; gap: 16px!important; }\n.pdp-main-img     { max-width: 480px!important; margin-left: auto!important; margin-right: auto!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n      #caption-inline   { display: none!important; }\n      #caption-band     { display: block!important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none!important; }\n      #caption-band   { display: block!important; }\n    }\n    @media (min-width: 750px)  {.pdp-stripe-break { padding: 48px 0!important; } }\n    @media (min-width: 1100px) {.pdp-stripe-break { padding: 64px 0!important; } }\n.q7-a-text { display: none; }\n.q7-item[data-open=\"true\"].q7-q-text { display: none; }\n.q7-item[data-open=\"true\"].q7-a-text { display: inline; }\n.q7-plus::before { content: '+'; }\n.q7-item[data-open=\"true\"].q7-plus::before { content: '×'; }\n.q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=1600\" alt=\"Copper Round Dome Chafers (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandwebsquare.jpg?v=1738150303\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandwebsquare.jpg?v=1738150303\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandwebsquare.jpg?v=1738150303\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandprofilewebsquare.jpg?v=1738150297\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandprofilewebsquare.jpg?v=1738150297\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandprofilewebsquare.jpg?v=1738150297\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferroundstanddetailwebsquare.jpg?v=1738150206\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferroundstanddetailwebsquare.jpg?v=1738150206\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferroundstanddetailwebsquare.jpg?v=1738150206\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square.jpg?v=1738150202\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square.jpg?v=1738150202\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square.jpg?v=1738150202\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_lid_on_stand_web_square.jpg?v=1738150194\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_lid_on_stand_web_square.jpg?v=1738150194\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_lid_on_stand_web_square.jpg?v=1738150194\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square_770b8aca-2169-43ef-a914-34c2b8768de5.jpg?v=1738150188\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square_770b8aca-2169-43ef-a914-34c2b8768de5.jpg?v=1738150188\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square_770b8aca-2169-43ef-a914-34c2b8768de5.jpg?v=1738150188\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Round Dome Chafers (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHeavy gauge copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSolid stainless base\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Round Dome Chafers (Handmade!), Elegance Redefined\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003eHand-Hammered · 4 \u0026amp; 6 Quart · Tin-Lined\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Rich copper glow and robust feel make every event memorable.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e247 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$901\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790510183\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $225 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered in Mexico\u003c\/strong\u003e, each Copper Round Dome Chafer features a unique texture. Crafted from 2 mm thick recycled copper with a stainless steel base, it ensures durability and elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHeavy gauge copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSolid stainless base\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Copper Round Dome Chafer different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e2 mm thick hammered copper\u003c\/strong\u003e, ensuring long-lasting durability and superior heat retention.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandmade by skilled artisans in Mexico, each chafer is a unique work of art.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eELEGANCE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish and rich copper glow add unparalleled elegance to any event.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSUSTAINABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, reflecting a commitment to environmental responsibility.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look chafers disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable copper-look pans, but they often fall short. The thin copper wash over aluminum creates hot spots and delaminates with regular use, lacking the gauge for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2 mm solid copper chafer, tin-lined and handmade in Mexico, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this chafer right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this chafer\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*For unique presentations*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese chafers elevate every dining experience with their stunning copper finish.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*When durability matters*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe robust construction ensures these chafers withstand heavy use.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*For eco-minded hosts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eCrafted from 100% recycled copper, they are a sustainable choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*For artisanal quality*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach piece is handmade, showcasing the coppersmith’s skill.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this chafer if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget constraints*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eFor those on a tight budget, the investment might be a consideration.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Minimalist preference*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThose preferring minimalist design may find these too ornate.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*For high-volume use*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you need multiple cheap units, these handcrafted pieces might not be ideal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Professional caterers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for caterers who require high-end presentation equipment.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Event planners*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for hosting unforgettable events with style.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Luxury venues*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eEnhance the ambiance of upscale dining establishments.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisanal lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who appreciate the art of hand-forged cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-skillets\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-skillets\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Skillets (handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191789985895\" data-handle=\"copper-skillets\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-11-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2028ReineKupferpfanne28cm_A.jpg?v=1769549816\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-11-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 11\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140607414375\" data-handle=\"pure-copper-frying-pan-without-coating-o-11-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT_10_and_8__14729_a2836ccc-4114-4387-bf86-15e4a6f764d4.jpg?v=1738158219\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Copper Round Dome Chafer\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eStunning Presentation\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eTransforms any event into a visual feast with its striking copper glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eBuilt to Last\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted to withstand the rigors of professional use, ensuring longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-Conscious Choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eConstructed from recycled copper, aligning with sustainable practices.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eElegance\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered finish adds \u003cstrong\u003evisual appeal\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurability\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e2 mm copper ensures \u003cstrong\u003elong-lasting use\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHandmade in \u003cstrong\u003eMexico\u003c\/strong\u003e for unique artistry.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · 4 \u0026amp; 6 quart sizes · Tin-lined\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      For those who believe hosting is an art form, the Copper Round Dome Chafer offers unmatched style and functionality.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eEnduring Durability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted from \u003cstrong\u003e2 mm thick copper\u003c\/strong\u003e, these chafers are built to last, offering long-term durability that withstands the demands of professional catering and hosting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eArtisanal Aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered texture and reflective glow of copper provide a timeless beauty, making each piece a centerpiece of elegance at any event.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in quality means fewer replacements. With proper care, these chafers maintain their beauty and functionality, offering value that extends well beyond the initial purchase.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eElegant hosting · Recycled copper · Handmade in Mexico\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eThe event stops being ordinary.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Copper Round Dome Chafer, events might feel routine. After, each gathering is transformed by the chafer’s elegance and warmth, creating unforgettable experiences.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003equality craftsmanship\u003c\/strong\u003e, every meal becomes a memorable occasion.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Round Dome Chafer is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4 qt and 6 qt (3.8 L and 5.7 L)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm thick hammered copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction-compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, electric\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCleaning\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash, polish regularly\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eRe-tinning Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eEvery 5-7 years\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Round Dome Chafer\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item included.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eMeasurements are approximate.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper beauty vs practical durability\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume copper chafers are just beautiful, but these also offer \u003cstrong\u003esuperior durability\u003c\/strong\u003e. The 2 mm thick copper ensures longevity.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eInvest in a chafer that combines elegance and robust performance for lasting value.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferround6qtwithlidonstandprofilewebsquare.jpg?v=1738150297\u0026amp;width=1200\" alt=\"Copper Round Dome Chafers (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eElevate every event with timeless elegance.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe Copper Round Dome Chafer is not just a serving piece; it’s a statement of style and quality. Its hand-hammered finish and robust construction ensure that it remains a centerpiece at any gathering.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eA \u003cstrong\u003elasting symbol\u003c\/strong\u003e of your exquisite taste.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis is for \u003cstrong\u003eprofessional caterers\u003c\/strong\u003e and \u003cstrong\u003eelite event hosts\u003c\/strong\u003e who value artisanal quality and presentation. If you seek to impress with an unforgettable dining experience, this chafer is your ideal choice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2 mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section of high-quality copper chafer\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper conducts heat \u003cstrong\u003e8× better\u003c\/strong\u003e than stainless steel, ensuring fast and even heat distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eRequires tin lining to prevent food interaction, maintaining both safety and performance.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThick 2 mm copper resists warping, ensuring the chafer remains functional and beautiful for years.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The hand-hammered texture feels like a luxury only artisans can achieve.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Round Dome Chafers offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2 mm hammered copper body\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Rich, reflective copper glow\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Handcrafted in Mexico\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou're not just buying cookware; you're investing in a statement piece, not settling for the ordinary $523 alternative.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Round Dome Chafers (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the coating PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTin-lined\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhat material is it made of?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2 mm solid copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminium core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTri-ply stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCopper and stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$901\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$523\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$1050 - $1150\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$900 - $1100\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandmade craftsmanship ensures each Copper Round Dome Chafer is uniquely yours, offering an authentic touch to your dining experience.\u003cspan class=\"cc-mob-hide\"\u003e Choose the cheaper option and watch your special dinner party turn into a scramble when it can't handle the heat.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate every event with the glow of copper.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect settings for your chafer\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWeddings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eOffering unequaled style for memorable events.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCorporate Events\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress clients with exceptional food presentation.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCatered Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd elegance to private gatherings and celebrations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFine Dining\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance the ambiance of upscale dining establishments.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCreate a centerpiece that captures seasonal spirit.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chaferroundstanddetailwebsquare.jpg?v=1738150206\u0026amp;width=1200\" alt=\"Copper Round Dome Chafers (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eHandcrafted beauty for memorable events.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo Copper is for those who cherish elegance.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eUnderstanding copper's superior heat performance\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHand-Forged Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparing copper and standard metal chafers\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's \u003cstrong\u003ethermal conductivity\u003c\/strong\u003e is 8 times better than stainless steel, offering faster heat-up and even distribution. This makes it ideal for keeping food warm uniformly.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe 2 mm thick hammered copper provides superior heat retention, while the tin lining prevents food interaction, ensuring safety and preserving flavor.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-hammered texture not only adds visual appeal but also enhances durability, making it suitable for long-term use in professional settings.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper is the preferred choice\u003c\/strong\u003e for high-performance cookware.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe artisan steps in making your chafer\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eVisualizing the artisan coppersmith process\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced chafers, our Copper Round Dome Chafer undergoes a meticulous \u003cstrong\u003ehand-forging process\u003c\/strong\u003e. Starting with raw copper sheets, artisans anneal, raise, and planish the material, creating unique textures.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach chafer is distinct, showcasing individual craftsmanship. This uniqueness is not a flaw but a testament to its handmade nature, offering a product that stands out.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eChoose handmade for a truly unique serving experience.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTracing the legacy of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eRegional expertise\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Collection\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eSertodo’s journey from tradition to modern excellence\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe coppersmithing tradition in Santa Clara del Cobre spans over a thousand years, ensuring the highest quality in craftsmanship. This deep-rooted expertise is evident in every piece produced.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper chose this location to harness the region's legacy of copper mastery, ensuring that each chafer benefits from generations of skill and dedication.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eInvest in a piece steeped in history and quality.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/chafer_round_4_qt_web_square.jpg?v=1738150202\u0026amp;width=1200\" alt=\"Copper Round Dome Chafers (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is evident in every detail. A stunning addition to my catering equipment.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new business, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I never thought a chafer could be this beautiful. It truly elevates every event.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMichael B., used for a wedding, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The quality and design are unmatched. I receive compliments at every event.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmma L., professional caterer, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set with these\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your table with complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=600\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Grand Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete your collection\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/the-kingdom-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=600\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Kingdom Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eExpand your copper set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVersatile cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant serving\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eArtisan craftsmanship that endures\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in crafting premium copper cookware and barware. From our workshops in Austin, TX, and Santa Clara del Cobre, Mexico, we deliver products made from hand-hammered 100% pure copper with tin-lined interiors, ensuring both beauty and durability.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing this production approach allows Sertodo to honor the time-tested tradition of coppersmithing, providing products that reflect both heritage and quality. Our commitment is to offer a lifetime of exceptional performance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the beauty\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand Wash Only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry Immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying thoroughly after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to maintain the original bright shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRe-tin as Needed\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eSchedule re-tinning every 5-7 years to maintain interior safety.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith the right care, your copper chafer will last for generations, maintaining its beauty and performance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eInvest in a legacy of elegance and durability\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Copper Round Dome Chafer from Sertodo is more than just a serving piece; it's a statement of quality and timeless style. While the initial investment is notable, the long-term benefits are significant. \u003cstrong\u003eHandcrafted excellence\u003c\/strong\u003e and \u003cstrong\u003edurability\u003c\/strong\u003e ensure that each piece remains a centerpiece of elegance for many years.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHandcrafted from 2 mm thick hammered copper for unmatched durability.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eProduced in Santa Clara del Cobre, Mexico, reflecting a rich heritage.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003e\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eTin-lined interior ensures safe serving and prevents food interaction.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eThis chafer is a true investment in quality and style, perfect for elevating any event.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $901\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the heat sources compatible with the chafer?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Copper Round Dome Chafer is compatible with \u003cstrong\u003egas and electric\u003c\/strong\u003e heat sources. It is not induction compatible.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the proper way to clean and maintain the handcrafted copper chafer to prevent tarnishing and preserve the tin lining?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash gently with mild soap and warm water, using a soft cloth to protect the hammered copper finish. \u003cstrong\u003eDry immediately\u003c\/strong\u003e with a lint-free towel to prevent water spots and tarnishing. Never use abrasive cleaners, steel wool, or harsh chemicals that can damage the tin lining or copper patina. For stubborn tarnish, use a specialized copper polish following the grain of the hammered texture.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat capacity sizes are available for the handcrafted copper chafer, and how do I choose the right size for catering different guest counts?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the Copper Round Dome Chafer is available in \u003cstrong\u003e4 quart and 6 quart\u003c\/strong\u003e sizes. The 4-quart model serves approximately 8-12 guests as a main dish or 15-20 as a side, making it ideal for intimate gatherings. The 6-quart size accommodates 12-18 guests for mains or 25-30 for sides, perfect for larger events and professional catering operations where consistent heat retention is critical.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow frequently does the tin lining need professional re-tinning, and what signs indicate it's time for maintenance on a handcrafted copper chafer?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWith proper care, re-tinning is typically needed every \u003cstrong\u003e5-7 years\u003c\/strong\u003e for professional use, or longer for occasional home use. Unlike mass-produced chafers with rushed tin application, the hand-applied lining on this artisan piece wears more evenly. Signs that re-tinning is needed include visible copper showing through the tin (especially in high-heat areas), discoloration, or rough patches. We recommend professional re-tinning by certified artisans to maintain food safety and preserve the heirloom quality of your investment.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the maximum oven temperature limits for the copper chafer, and are there any heating methods I should avoid to protect the handcrafted construction?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe chafer is well within the range needed for warming buffet dishes. The 2mm-thick copper construction distributes heat evenly without hot spots that plague thinner alternatives. \u003cstrong\u003eNever use under the broiler\u003c\/strong\u003e or expose to direct flame, as extreme localized heat can damage the tin lining and potentially loosen the hand-fitted dome. The solid copper handles may become hot during oven use, always use protective mitts when handling.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWho would most appreciate receiving this handcrafted copper chafer as a gift, and what occasions make it particularly meaningful?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThis chafer makes an exceptional gift for \u003cstrong\u003eprofessional caterers\u003c\/strong\u003e who stake their reputation on presentation, \u003cstrong\u003eserious event hosts\u003c\/strong\u003e who entertain frequently, or anyone celebrating a milestone like a wedding, restaurant opening, or culinary graduation. Unlike mass-produced chafers that feel generic, the individually hammered copper surface and lifetime workmanship guarantee communicate lasting value. It's particularly meaningful for those who appreciate the difference between a cooking tool and a true culinary heirloom that improves with age and use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat specific construction details and material choices distinguish this handcrafted chafer from mass-produced alternatives sold at similar price points?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHandcrafted from \u003cstrong\u003esolid 2mm-thick hammered copper\u003c\/strong\u003e—not thin copper plating over inferior metals, this chafer delivers the authentic thermal performance professional chefs demand. Each piece is individually hammered by artisans in Mexico, creating a unique texture no machine can replicate. The substantial thickness ensures even heat distribution and retention that thin factory chafers simply cannot match, while the hand-fitted dome creates a proper seal without the gaps common in mass production. You're investing in the full copper experience, not a cost-cutting compromise.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sustainable and environmentally responsible materials and practices are used in crafting this copper chafer?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, every chafer is crafted from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e sourced responsibly, reducing mining impact while maintaining the same superior thermal properties as virgin copper. The heirloom-quality construction means this piece is built to serve for generations, not destined for landfills like disposable alternatives. Hand-tinning uses traditional methods without industrial waste streams, and the ability to re-tin indefinitely means you'll never need to replace it. This is sustainability through longevity, the way cookware was made before planned obsolescence.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I see this product in a collection?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, explore our full range in the \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\"\u003eGrand Copper Kitchen Caboodle\u003c\/a\u003e and \u003ca href=\"\/products\/the-kingdom-copper-kitchen-caboodle\"\u003eKingdom Copper Kitchen Caboodle\u003c\/a\u003e collections.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart: $901\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What are the heat sources compatible with the chafer?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Copper Round Dome Chafer is compatible with gas and electric heat sources. It is not induction compatible.\"}}, {\"@type\": \"Question\", \"name\": \"How do I clean the copper chafer?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash the chafer with mild soap and warm water. Dry immediately to prevent spotting. Avoid using harsh chemicals.\"}}, {\"@type\": \"Question\", \"name\": \"Is this chafer available in multiple sizes?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the Copper Round Dome Chafer is available in 4 and 6 quart sizes, suitable for different catering needs.\"}}, {\"@type\": \"Question\", \"name\": \"How often should the chafer be re-tinned?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Re-tinning should be done every 5-7 years to maintain the safety and quality of the chafer's interior lining.\"}}, {\"@type\": \"Question\", \"name\": \"Is this chafer a good gift option?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely, it makes an excellent gift for professional caterers or event hosts who appreciate artisanal quality.\"}}, {\"@type\": \"Question\", \"name\": \"What makes this chafer different from others?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Handcrafted from 2 mm thick hammered copper, it offers superior heat retention and unique aesthetics.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper chafer eco-friendly?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it is made from 100% recycled copper, reflecting our commitment to sustainability.\"}}, {\"@type\": \"Question\", \"name\": \"Can I see this product in a collection?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, explore our full range in the Grand Copper Kitchen Caboodle and Kingdom Copper Kitchen Caboodle collections.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Round Dome Chafers (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Round Dome Chafers by Sertodo are handmade from 2 mm thick hammered copper in Mexico, offering a durable and elegant solution for keeping food warm at events.\",\n  \"sku\": \"FS-D-4\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"901\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Hammered copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material Thickness\",\n      \"value\": \"2 mm\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes Available\",\n      \"value\": \"4 qt, 6 qt\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Country\",\n      \"value\": \"Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Warranty\",\n      \"value\": \"Lifetime workmanship guarantee\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb? (thumb.offsetWidth + 8) * 3: 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip ||!prev ||!next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart? '0.25': '1';\n    prev.style.pointerEvents = atStart? 'none': 'auto';\n    next.style.opacity = atEnd? '0.25': '1';\n    next.style.pointerEvents = atEnd? 'none': 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background.15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n.then(function(r) { return r.json(); })\n.then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n.then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n.catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open',!isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open',!isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open',!isOpen);\n    if (icon) icon.textContent = isOpen? '+': '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display!== 'none';\n    extra.style.display = isOpen? 'none': 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen? link.dataset.openText: 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse.allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background.15s;background:' + (i===0? '#C4963A': '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0? 1: -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Round Dome Chafers (Handmade!), Elegance Redefined\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$901\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-round-dome-chafers')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length? btns[0]: null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past!== shown){ shown = past; bar.style.display = past? 'block': 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"Sertodo","offers":[{"title":"4 Quart","offer_id":41191790510183,"sku":"FS-D-4","price":901.0,"currency_code":"USD","in_stock":true},{"title":"6 Quart","offer_id":41191790542951,"sku":"FS-D-6","price":1171.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309"},{"product_id":"the-grand-copper-kitchen-caboodle","title":"The Grand Copper Kitchen Caboodle (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=1600\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_125521_2__27042.1536200162.jpg?v=1738150071\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_125521_2__27042.1536200162.jpg?v=1738150071\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_125521_2__27042.1536200162.jpg?v=1738150071\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019__78015.1536200509.jpg?v=1738150315\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019__78015.1536200509.jpg?v=1738150315\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019__78015.1536200509.jpg?v=1738150315\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        The Grand Copper Kitchen Caboodle (Handmade!)\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003eHand-Hammered · Tin-Lined · 10 Pieces\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love it love it love it! It makes my whole kitchen sparkle.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e141 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$2240\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790674023\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $560 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eSolid Copper, heavy gauge 2mm\u003c\/strong\u003e ensures superb thermal conductivity and durability. Handmade in Austin, TX, and Santa Clara del Cobre, Mexico.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2mm copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is The Grand Copper Kitchen Caboodle different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes solid copper different from mass-produced cookware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCONDUCTIVITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper provides \u003cstrong\u003e8× better thermal conductivity\u003c\/strong\u003e than stainless, ensuring precise and even heat distribution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered in Austin and Santa Clara del Cobre, each piece showcases unique artisan details.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHeavy gauge and tin-lined, this set is built to last through decades of culinary adventures.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eVERSATILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSuitable for stovetop to tabletop, enhancing both cooking and presentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe issue with copper-look pans\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      While \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordability, thin copper wash over aluminum creates hot spots. The surface delaminates with use, and these mass-produced pans lack the gauge weight needed for even, responsive heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper cookware set, hand-hammered in Austin and Santa Clara del Cobre, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*For gourmet lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for those who see cooking as an art and value craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate elegance*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for those who love kitchenware that doubles as a decor piece.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek superior control*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf temperature precision is a priority, this set excels.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value longevity*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eDesigned to last generations, ensuring your investment is worthwhile.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer low maintenance*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis set requires hand washing and polishing to maintain its luster.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget concerns*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe initial investment is high, but it pays off in durability.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Looking for non-stick*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe tin lining offers some non-stick properties, but not like modern coatings.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need induction*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eNot suitable for induction cooktops unless you use a converter disc.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Professional chefs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor chefs who demand precision and performance in their cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for hobbyists who want to elevate their cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Traditionalists*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who appreciate handcrafted, heritage-rich kitchen tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift givers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA luxurious gift for weddings or anniversaries, sure to impress.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete 10-Piece Set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e10-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e12-quart Dutch Oven with lid\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e12x6\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e3-quart Saute Pan with lid\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e10x3\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e2.5-quart Sauce Pot\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e8x3\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e1.5-quart Sauce Pot\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e10-inch Skillet\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e8-inch Skillet\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e10 pieces · Comprehensive kitchen set\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico and Texas\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eMade from Solid Copper, heavy gauge 2mm with traditional tin interior.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131841_2__63394.1536200504.jpg?v=1738150321\u0026amp;width=1600\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose The Grand Copper Kitchen Caboodle\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eExceptional Heat Control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's superior conductivity ensures precise temperature management, a must for culinary precision.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach piece is a work of art, hand-hammered to perfection, adding elegance to any kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eLifetime Durability\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHeavy gauge copper construction ensures these pieces withstand the test of time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMaterial\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCrafted from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eOrigin\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHandmade in \u003cstrong\u003eMexico\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCare\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand wash\u003c\/strong\u003e and polish regularly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · 10 pieces · Tin-lined\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eThis set is for those who cherish craftsmanship, durability, and the art of cooking. It's not just cookware; it's a culinary heirloom.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eLasts Generations\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from solid 2mm copper, each piece promises unmatched durability, retaining its integrity and performance over decades. It's not just about cooking today; it's about a legacy of culinary excellence.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Masterpiece\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered with precision, these pieces are more than functional. They bring a timeless elegance to any kitchen, transforming everyday cooking into a visual and sensory delight.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValued Investment\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile the initial cost is significant, the return on investment is clear. With proper care, this set will serve you and your family for generations, making it a smart choice for passionate cooks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHandcrafted excellence · Lifetime durability · Elegant design\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCooking becomes a refined art form\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning The Grand Copper Kitchen Caboodle, cooking was routine. Now, it's an experience. Every dish is elevated by the superior heat control and the beauty of copper, enhancing flavors and presentation.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003eunmatched durability\u003c\/strong\u003e, this set transforms your kitchen into a culinary haven.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat The Grand Copper Kitchen Caboodle is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaried (8-inch to 12-quart)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaried\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaried\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaried\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions vary per piece.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eSolid Copper, heavy gauge 2mm with traditional tin interior\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico \u0026amp; USA\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHandcrafted with lifetime guarantee craftsmanship.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRegularly for best results\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand wash only to preserve copper integrity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e12-quart Dutch Oven with lid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e3-quart Saute Pan with lid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e2.5-quart Sauce Pot\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e1.5-quart Sauce Pot\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e10-inch Skillet\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e8-inch Skillet\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eComplete 10-piece set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications reflect the artisan nature of the product.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is more than looks; it's performance.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume copper is just about aesthetics. But with \u003cstrong\u003e8× better thermal conductivity\u003c\/strong\u003e than stainless, copper ensures perfect heat distribution.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing copper means choosing superior performance, not just a pretty finish.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/copper_work.jpg?v=1738150064\u0026amp;width=1200\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCooking redefined through craftsmanship\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning The Grand Copper Kitchen Caboodle means embracing an artisan approach to cooking. Each meal becomes an opportunity to experience the superior heat control and aesthetic appeal that only hand-hammered copper can provide.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eTransform your kitchen into a \u003cstrong\u003eculinary masterpiece\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis set is for \u003cstrong\u003eculinary connoisseurs\u003c\/strong\u003e and \u003cstrong\u003eart enthusiasts\u003c\/strong\u003e who value \u003cstrong\u003ecraftsmanship\u003c\/strong\u003e and \u003cstrong\u003eperformance\u003c\/strong\u003e. Ideal for those who see cooking as an art, not just a chore.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparing copper to other common cookware materials.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHeat Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper offers \u003cstrong\u003e8× better thermal conductivity\u003c\/strong\u003e than stainless, ensuring precise temperature control.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eRequires a tin lining for safe cooking, maintaining copper's superior heat distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHeavy gauge construction ensures these pieces withstand regular use and retain their performance.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Cooking with copper feels like a dance with heat.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs mass-produced, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Grand Copper Kitchen Caboodle offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2mm solid copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique artisan finish, each piece is distinct\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Handcrafted by skilled artisans in Mexico and Texas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou're not just buying cookware; you're investing in a culinary legacy that outshines mass-produced alternatives.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eThe Grand Copper Kitchen Caboodle (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the cookware made of solid copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eSolid copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e5-ply bonded with copper core\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e90% copper, 10% stainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum core\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is the cookware made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$2240\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$1999\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$2199\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$1299\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePFAS-free coating\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd\u003e$224.00\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted with solid copper, The Grand Copper Kitchen Caboodle offers unmatched durability and timeless elegance.\u003cspan class=\"cc-mob-hide\"\u003e It's the kind of quality you notice every time you use it.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your kitchen with artisan-crafted copper cookware.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for any occasion\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eElegant Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with the stunning look and performance of copper cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily Meals\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance everyday meals with even heat distribution and superior cooking results.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for chefs who appreciate the precision and control of copper.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial Occasions\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eMake holidays and celebrations memorable with unmatched kitchen elegance.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA luxurious gift choice for weddings, anniversaries, or culinary enthusiasts.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131614_2__31741.1536200487.jpg?v=1738150057\u0026amp;width=1200\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eArtisan copper for those who cook with passion.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who cherish craftsmanship.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outperforms other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHand-Forged Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals: conductivity comparison.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's thermal conductivity is \u003cstrong\u003e8× better\u003c\/strong\u003e than stainless steel, providing rapid heat-up and even distribution across the cooking surface. This ensures precise temperature control for optimal cooking results, reducing the risk of hot spots.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe tin lining is crucial for copper cookware, providing a safe, non-reactive cooking surface. It prevents chemical reactions with acidic ingredients while maintaining copper’s superior heat performance.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe Grand Copper Kitchen Caboodle’s tin-lined interior ensures your meals cook perfectly, retaining the distinct advantage of copper's conductive properties.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e delivers unmatched heat control for professional results.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow coppersmiths create each piece\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFour-step artisan copper crafting process.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced cookware, our copper pieces are crafted through \u003cstrong\u003ehandmaking techniques\u003c\/strong\u003e. Each begins with raw sheet annealing, followed by raising, planishing, and hammering to achieve the desired texture.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variations are not flaws but a testament to true craftsmanship. Each piece reflects the unique touch of the artisan, making every item one-of-a-kind.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eThe result is cookware that’s as unique as your culinary style.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe tradition of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammering\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eArtisan revival\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper adoption\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e1997 founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Caboodle\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of copper craftsmanship and Sertodo's journey.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper crafting in Santa Clara del Cobre, Mexico, has a storied past stretching over 1000 years. Known for its quality, this tradition has been revived in modern times by artisans committed to preserving its heritage.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo, founded by Jonathan Beall in 1997, chose this context for its unparalleled craftsmanship and dedication to quality, ensuring every piece is made with the skill of experienced artisans.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning Sertodo means holding a piece of history, crafted with care.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_131019_2__48551.1536200503.jpg?v=1738150327\u0026amp;width=1200\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eGA, Copper Iced Tea Cup buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Love it love it love it! It makes my whole kitchen sparkle and compliments my other copper pieces in my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eCAROL ANN GELLERMAN, Copper Mixing Bowl buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This copper cup is beautifully made! High quality!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003emandi james, Just Right Copper Cup buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your culinary collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more of our handcrafted copper creations.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-round-dome-chafers\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=600\" alt=\"Copper Round Dome Chafers (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Round Dome Chafers (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eUnique presentation\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/the-kingdom-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=600\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Kingdom Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eThe ultimate kitchen set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor grand recipes\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eReviving the tradition of copper craftsmanship\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in artisan cookware and barware crafted from 100% pure copper. With workshops in Austin, TX, and Santa Clara del Cobre, Mexico, each piece is hand-hammered and tin-lined, reflecting a commitment to quality and tradition.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo chose this path to honor the rich heritage of copper crafting and to provide customers with durable, beautiful kitchenware that stands the test of time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to preserve the copper shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWash promptly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eRinse and dry immediately to prevent spotting or tarnishing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRegular polishing\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper cleaner to maintain the bright, shiny finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse soft sponges to prevent scratching the copper surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper cookware will remain a treasured kitchen tool for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy this is the ultimate cookware investment\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Grand Copper Kitchen Caboodle is more than cookware; it's an investment in \u003cstrong\u003equality\u003c\/strong\u003e and \u003cstrong\u003eperformance\u003c\/strong\u003e. With its hand-hammered construction and superior thermal properties, this set promises a lifetime of culinary excellence, making it the perfect choice for those who demand the best.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from solid copper, each piece unique.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX \u0026amp; Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, preserves copper's integrity for decades.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eTin-lined interior, ensures safe, non-reactive cooking.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eBring home a set that reflects your passion for cooking and commitment to quality.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $2240\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat pieces are included in the Grand Caboodle?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe set includes a 12-quart Dutch Oven with lid, 3-quart Saute Pan with lid, 2.5-quart Sauce Pot, 1.5-quart Sauce Pot, 10-inch Skillet, and 8-inch Skillet.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper cookware perform compared to alternatives?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper offers \u003cstrong\u003e8× better thermal conductivity\u003c\/strong\u003e than stainless steel, providing rapid heating and even heat distribution, which are essential for precise cooking.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the heavy copper lids from the Grand Caboodle fit my existing stainless steel or cast iron pots if I want to mix brands?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach lid is hand-fitted to match the diameter of its corresponding pot or pan in this set. Because handcrafted copper rims can vary slightly and factory cookware uses standardized measurements, cross-brand compatibility is unpredictable, unlike mass-produced lids with uniform tolerances, these are individually shaped during fabrication.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat daily cleaning and polishing routine will keep my handcrafted copper cookware looking bright and prevent tarnish from dulling the finish?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAfter each use, hand wash with warm soapy water and dry completely with a soft cloth to prevent water spots. Polish the exterior every 2-3 weeks using a copper-specific cream or a paste of lemon juice and salt, then rinse and buff dry.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use this 2mm solid copper cookware directly on my induction cooktop, or will I need an adapter disc to make it work with magnetic burners?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePure copper is non-ferrous, so it won't respond to induction's magnetic field. You'll need an induction converter disc placed between the burner and the pot. However, gas, electric coil, and ceramic stovetops work perfectly, where copper's 8× superior conductivity over stainless steel delivers the instant heat response that induction tries to replicate.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes Sertodo Copper unique?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo Copper is handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, using 100% pure copper, offering a lifetime of superior performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill metal spatulas or whisks scratch or damage the traditional tin lining inside my copper pots and pans during everyday cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eMetal utensils can nick and gradually wear down the hand-applied tin interior, especially when stirring vigorously or scraping fond. Wooden, bamboo, or silicone tools preserve the lining's integrity for decades. Minor scratches won't ruin performance, but deep gouges accelerate the need for re-tinning, a maintenance cost that rushed factory linings make inevitable, whereas careful use of this thick, artisan-applied tin layer extends the interval between re-applications.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes this handcrafted copper set deliver the precise temperature control and durability that professional chefs depend on in high-volume restaurant kitchens?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely. The 2mm solid copper construction provides the instant thermal response chefs stake their reputations on, no hot spots, no lag when you adjust the flame. The hand-hammered build withstands the rigors of daily service, and because each piece is individually crafted rather than stamped out, rivets stay tight and handles remain secure under constant use, eliminating the loose-fitting failures common in mass-produced cookware.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat happens if the tin lining wears out?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe tin lining can be reapplied by a professional, ensuring your cookware remains functional for decades.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart: $2240\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"What pieces are included in the Grand Caboodle?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The set includes a 12-quart Dutch Oven with lid, 3-quart Saute Pan with lid, 2.5-quart Sauce Pot, 1.5-quart Sauce Pot, 10-inch Skillet, and 8-inch Skillet.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How does copper cookware perform compared to alternatives?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper offers 8× better thermal conductivity than stainless steel, providing rapid heating and even heat distribution, which are essential for precise cooking.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are the lids included compatible with other sets?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"While the lids are designed for this specific set, they may fit other cookware, but compatibility isn't guaranteed.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How should I care for my copper cookware?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Wash promptly and dry immediately. Hand wash only and polish regularly to maintain its bright finish.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is the copper cookware induction compatible?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper cookware is not induction compatible unless you use a converter disc.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What makes Sertodo Copper unique?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Sertodo Copper is handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, using 100% pure copper, offering a lifetime of superior performance.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can I use metal utensils with this cookware?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It's best to use wooden or silicone utensils to protect the tin lining from scratches.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is this cookware suitable for professional chefs?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the superior heat control and durability make it ideal for professional kitchens.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What happens if the tin lining wears out?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The tin lining can be reapplied by a professional, ensuring your cookware remains functional for decades.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"The Grand Copper Kitchen Caboodle (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Grand Copper Kitchen Caboodle is a 10-piece set of handcrafted copper cookware, made in Austin, TX, and Santa Clara del Cobre, Mexico. It features superior thermal conductivity and durability.\",\n  \"sku\": \"SET-K-10\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"2240\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Solid Copper, heavy gauge 2mm with traditional tin interior\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Copper Thickness\",\n      \"value\": \"2mm\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior Lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Craft Method\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Stovetop Compatibility\",\n      \"value\": \"Gas, Electric, Ceramic\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Country\",\n      \"value\": \"USA \u0026 Mexico\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eThe Grand Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$2240\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'the-grand-copper-kitchen-caboodle')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41191790674023,"sku":"SET-K-10","price":2240.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983"},{"product_id":"the-kingdom-copper-kitchen-caboodle","title":"The Kingdom Copper Kitchen Caboodle (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n.serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n.label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n.btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all.2s;\n    }\n.btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n.link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n.stars { color: var(--gold); letter-spacing: 2px; }\n.pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n.pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n.pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n.thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color.15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n.thumb:hover,.thumb.active { border-color: var(--gold); }\n.thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background.15s, opacity.15s;\n    }\n.thumb-chevron:hover { background: #fff; }\n.thumb-prev { left: -13px; }\n.thumb-next { right: -13px; }\n.qty { display: inline-flex; border: 1px solid var(--rule); }\n.qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n.qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n.num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n.num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n.fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n.fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n.comp { width: 100%; border-collapse: collapse; }\n.comp th,.comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n.comp td:not(:first-child),.comp th:not(:first-child) { text-align: center; }\n.comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n.comp th:first-child { color: var(--faint); }\n.comp.adv { color: var(--dark); font-weight: 500; }\n.comp.dis { color: var(--faint); }\n.comp tr:nth-child(even) td { background: var(--warm-bg); }\n.comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n.check { color: var(--gold); font-weight: 700; }\n.spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n.spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n.spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n.contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n.review-card { background: var(--warm-bg); padding: 28px; }\n.faq-item { border-bottom: 1px solid var(--rule); }\n.faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n.faq-q:hover { color: var(--gold); }\n.faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform.2s; }\n.faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n.faq-a.open { display: block; }\n.faq-icon.open { transform: rotate(45deg); }\n.acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing:.04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n.acc-btn:hover { color: var(--gold); }\n.acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform.2s; }\n.acc-icon.open { transform: rotate(45deg); }\n.acc-icon.chev { font-size: 14px; }\n.acc-icon.chev.open { transform: rotate(180deg); }\n.acc-body { display: none; padding-bottom: 28px; }\n.acc-body.open { display: block; }\n.sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n.sketch-caption {\n      font-size: 11px; letter-spacing:.1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n.cs-card { background: var(--warm-bg); overflow: hidden; }\n.cs-info { padding: 16px 18px; }\n.swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform.15s;\n    }\n.swatch:hover { transform: scale(1.1); }\n.swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n.save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing:.06em; text-transform: uppercase;\n      color: #fff; background: #D32F2F; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n.hc-sep { display: none; }\n.hc-item { display: inline-block; margin-right: 14px; }\n.hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n.sec4-body,.sec9-body { max-height: 5.25em; overflow: hidden; }\n.sec4-body.expanded,.sec9-body.expanded { max-height: 200em; }\n.why-toggle-icon { display: none; }\n.why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n.why-toggle-row { display: block; }\n.why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n.why-head { cursor: pointer; user-select: none; margin-bottom: 4px!important; }\n.why-desc { max-height: 0; overflow: hidden; margin-top: 0!important; }\n.why-desc.open { max-height: 20em; margin-top: 10px!important; }\n    }\n    @media (max-width: 749px) {\n.pdp-hero-grid { grid-template-columns: 1fr!important; gap: 8px!important; }\n.pdp-two-col  { grid-template-columns: 1fr!important; gap: 32px!important; }\n.pdp-divider  { display: none!important; }\n.pdp-usp-grid { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-num-three { grid-template-columns: 1fr!important; }\n.pdp-lifestyle-grid { grid-template-columns: 1fr!important; gap: 28px!important; }\n.pdp-four-col { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-three-col { grid-template-columns: 1fr!important; }\n.pdp-tri-col   { grid-template-columns: 1fr!important; }\n.pdp-toc-grid  { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-buybox-col { min-width: 0; }\n.pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n.comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n.comp th.comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n.comp th:first-child,.comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0!important; }\n      #section-comparison h2.serif { font-size: 21px!important; line-height: 1.25!important; }\n.comp { min-width: 0!important; }\n.comp th,.comp td { padding: 8px 9px!important; font-size: 11px!important; line-height: 1.34!important; vertical-align: top!important; min-width: 128px!important; }\n.comp th { font-size: 9.5px!important; letter-spacing: 0.03em!important; }\n.comp th small { font-size: 8px!important; }\n.comp th.comp-th-name { -webkit-line-clamp: 3!important; line-clamp: 3!important; }\n.comp th:first-child,.comp td:first-child { min-width: 116px!important; max-width: 150px!important; width: 128px!important; }\n.comp td:first-child { font-weight: 700!important; color: var(--dark)!important; }\n      h1.serif { font-size: 26px!important; text-align: center!important; }\n      h2.serif { font-size: 22px!important; }\n.pdp-hero-label { display: block!important; text-align: center!important; }\n.pdp-nav-links { display: none!important; }\n.pdp-main-img { aspect-ratio: 4\/3!important; }\n.pdp-main-img #mainImg { object-fit: contain!important; object-position: center center!important; }\n.pdp-breadcrumb   { display: none!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n.pdp-hero-caption { display: none!important; }\n.pdp-h1-sub       { display: none!important; }\n.pdp-hero-sec     { padding-top: 8px!important; padding-bottom: 8px!important; }\n.pdp-buybox-desc  { display: none!important; }\n.pdp-buybox-quote {\n        display: block!important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px!important;\n      }\n.pdp-buybox-quote.pdp-quote-attr { display: none!important; }\n.pdp-buybox-stars { margin-bottom: 10px!important; }\n.pdp-buybox-price { margin-bottom: 12px!important; }\n.pdp-mobile-color-qty {\n        display: flex!important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n.pdp-mobile-color-qty.pdp-buybox-variant { margin-bottom: 0!important; }\n.pdp-mobile-color-qty.pdp-buybox-qty     { margin-bottom: 0!important; }\n.hc-br   { display: none!important; }\n.hc-item { display: block!important; line-height: 2.1!important; margin-right: 0!important; margin-left: 0!important; }\n.pdp-complete-set-grid { grid-template-columns: 1fr!important; }\n.pdp-complete-set-left { padding: 40px 24px!important; }\n.pdp-complete-set-img  { min-height: 280px!important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n.pdp-hero-grid    { grid-template-columns: 1fr!important; gap: 16px!important; }\n.pdp-main-img     { max-width: 480px!important; margin-left: auto!important; margin-right: auto!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n      #caption-inline   { display: none!important; }\n      #caption-band     { display: block!important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none!important; }\n      #caption-band   { display: block!important; }\n    }\n    @media (min-width: 750px)  {.pdp-stripe-break { padding: 48px 0!important; } }\n    @media (min-width: 1100px) {.pdp-stripe-break { padding: 64px 0!important; } }\n.q7-a-text { display: none; }\n.q7-item[data-open=\"true\"].q7-q-text { display: none; }\n.q7-item[data-open=\"true\"].q7-a-text { display: inline; }\n.q7-plus::before { content: '+'; }\n.q7-item[data-open=\"true\"].q7-plus::before { content: '×'; }\n.q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=1600\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-STOCK_spoon_lid__18867.jpg?v=1738152614\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUT-10_4a1de91b-8372-49b5-b42e-485da0456165.jpg?v=1738158119\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Butter_Pot.webp?v=1739215661\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Butter_Pot.webp?v=1739215661\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Butter_Pot.webp?v=1739215661\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eSolid Copper, 2mm gauge\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        The Kingdom Copper Kitchen Caboodle (Handmade!) · Artisan Craftsmanship\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003eSolid Copper · 22 Pieces · Tin-Lined Interior\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love it love it love it! It makes my whole kitchen sparkle.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eCAROL ANN GELLERMAN, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e202 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$5150\u003c\/span\u003e\n          \u003cspan style=\"font-size:15px;color:#77706A;text-decoration:line-through;\"\u003e$5314\u003c\/span\u003e\n          \u003cspan class=\"save-badge\"\u003eSave $164\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790706791\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $1287 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eSolid Copper, heavy gauge 2mm\u003c\/strong\u003e, tin-lined for superior performance. Handmade in Austin, TX and Santa Clara del Cobre, Mexico.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eSolid Copper, 2mm gauge\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background.15s,color.15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is The Kingdom Copper Kitchen Caboodle different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes solid copper different from mass-produced cookware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eTHICKNESS\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e2mm solid copper\u003c\/strong\u003e ensures even heat distribution, preventing hotspots and providing consistent cooking results.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered in \u003cstrong\u003eSanta Clara del Cobre, Mexico\u003c\/strong\u003e, preserving ancient artisan techniques.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBuilt to last generations, with a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e for peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eVERSATILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCovers all cooking needs from stocks to sauces with its \u003cstrong\u003e22-piece\u003c\/strong\u003e comprehensive set.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with most copper pans\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e pans are affordable and accessible, but their thin copper wash over aluminum often leads to hot spots and surface delamination. Mass-produced pans lack the gauge weight needed for even, responsive heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper set, tin-lined by hand in Mexico, that responds to heat in seconds, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Elevate your culinary craft*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis set allows you to explore professional-grade cooking techniques right at home.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Experience true copper performance*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSolid copper construction offers even heat distribution, making it ideal for precise cooking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Crafted for connoisseurs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eDesigned for those who appreciate the art of cooking and require premium tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Versatile for any recipe*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eWhether it's sauces or stocks, this set provides the right tool for every dish.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer low-maintenance cookware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis set demands careful hand washing and polishing to maintain its luster.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need induction compatibility*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese pieces are not induction compatible, focusing on traditional heat sources.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget-conscious buying*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe initial investment is high, reflecting the quality and craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Limited kitchen space*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eWith 22 pieces, this set requires ample storage space in your kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*For the passionate chef*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who view cooking as an art and require top-notch tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Aspiring culinary artist*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for exploring various cooking techniques with professional-grade cookware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Quality-focused collector*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eDesigned for individuals who value heirloom-quality pieces for their kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan cookware enthusiast*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who appreciate handmade craftsmanship and traditional materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete 22-piece set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e22-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e3.5-gallon Stock Pot with lid\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003ePerfect for soups and broths\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e12-quart Dutch Oven with lid\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eIdeal for stews and roasts\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e4-quart Permian Jam Pan\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eFor sweets and specialty dishes\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e15-inch Copper Paella Pan\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eDesigned for perfect paellas\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Mixing Bowl Set of 3\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eIdeal for baking and mixing\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e22 pieces · Comprehensive kitchen set\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eSolid Copper, 2mm gauge, tin-lined for optimal performance.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=1600\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose The Kingdom Copper Kitchen Caboodle\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eResponsive heat control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eSolid copper construction provides superior heat distribution for precise cooking control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered by skilled artisans, each piece is unique and of heirloom quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eLifetime guarantee\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eBuilt to last with a lifetime workmanship guarantee, ensuring peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCopper\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eSolid \u003cstrong\u003e2mm copper\u003c\/strong\u003e for even heat distribution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCrafted\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHandmade in \u003cstrong\u003eMexico\u003c\/strong\u003e for quality assurance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eGuaranteed\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eLifetime workmanship \u003cstrong\u003eguarantee\u003c\/strong\u003e ensures durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eSolid Copper · 22 Pieces · Lifetime Workmanship Guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who transform cooking into an art, this set is your canvas.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt for durability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e2mm solid copper\u003c\/strong\u003e, this set offers unparalleled durability, providing consistent performance that withstands the test of time. With proper care, these pieces will last generations, making them a true investment in quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic elegance\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish of the copper offers a unique aesthetic that elevates the look of any kitchen. Each piece is a work of art, designed to be displayed proudly while also serving a functional purpose.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile the upfront cost is significant, the \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e ensures that this set offers value over time. Unlike cheaper alternatives, you won't be replacing these pieces anytime soon.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHandcrafted in Mexico · 2mm Thick Copper · Tin-Lined\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour cooking becomes an art form\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Kingdom Copper Kitchen Caboodle, cooking might have felt like a chore. After, it transforms into an art. Each piece invites you to create culinary masterpieces with precision and style.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e, your kitchen becomes a gallery.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat The Kingdom Copper Kitchen Caboodle is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e15-inch Paella Pan\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e15 inches \/ 38.1 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by piece\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003esolid Copper, heavy gauge 2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, Electric, Ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePolish as needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAvoid using metal utensils to prevent scratches.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e3.5-gallon Stock Pot with lid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e12-quart Dutch Oven with lid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e7-quart Dutch Oven with lid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e15-inch Copper Paella Pan\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Mixing Bowl Set of 3\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eIncludes a total of 22 pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper cookware is just for aesthetics.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhile copper cookware is undeniably beautiful, its \u003cstrong\u003esuperior thermal conductivity\u003c\/strong\u003e is what truly sets it apart. Copper heats quickly and evenly, offering precise cooking control that other materials simply can't match.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eBy choosing copper, you invest in both aesthetics and performance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1200\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhen quality defines your kitchen\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning the Kingdom Copper Kitchen Caboodle elevates your cooking experience. Each piece not only enhances your kitchen's appearance but also your culinary capabilities, transforming everyday meals into gourmet experiences.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eWith \u003cstrong\u003eartisan-crafted copper\u003c\/strong\u003e, make every meal memorable.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eDesigned for \u003cstrong\u003eprofessional chefs\u003c\/strong\u003e and \u003cstrong\u003ehome culinary enthusiasts\u003c\/strong\u003e alike, this set is perfect for anyone who values precision and quality in their cookware. It's for those who see cooking as an art form and require the best tools to express their culinary creativity.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals, heat distribution comparison\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e conducts heat 8× better than stainless steel, providing unmatched temperature control.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eEven heat distribution\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe thick copper base ensures \u003cstrong\u003euniform heat\u003c\/strong\u003e across the cooking surface, reducing hot spots.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eTin lining prevents copper's natural reactivity, making it safe for all cooking methods.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Every dish cooks evenly, enhancing flavors and textures.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eTin-Lined, PFAS-Free Alternative to Coated Cookware\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Kingdom Copper Kitchen Caboodle offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Solid Copper, 2mm gauge\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered finish, each piece unique\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime workmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eFor those who value genuine craftsmanship, settling for mass-produced ceramic-coated alternatives isn't just a compromise; it's a missed opportunity.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eThe Kingdom Copper Kitchen Caboodle\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCalphalon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from harmful coatings?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTin-lined, no coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of high-quality material?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2mm solid copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminum core\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAnodized aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$5150\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$3500\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$2500\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$3000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd\u003e$234.09\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhat is the maximum oven-safe temperature?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 500°F \/ 260°C\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 600°F \/ 315°C\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eUp to 450°F \/ 230°C\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eUp to 400°F \/ 205°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePFAS-free coating\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating, tin-lined\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (3 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eOne of the few in this lineup with a traditional tin lining, offering a truly authentic cooking experience.\u003cspan class=\"cc-mob-hide\"\u003e That's the difference you feel years in, long after a cheaper pan has been replaced.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eTHE KINGDOM COPPER KITCHEN CABOODLE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eCrafted for culinary mastery and lasting elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for every culinary occasion\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with meals cooked in beautifully crafted copper.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePrepare large, memorable meals with ease and style.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday meals\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTurn daily cooking into a delightful experience with superior tools.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet experiments\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eExplore new techniques and recipes with professional-grade cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift for chefs\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eThe perfect gift for serious cooks and culinary enthusiasts.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-PP-15withSpoon.jpg?v=1738153266\u0026amp;width=1200\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eElevate your culinary experience with artisan copper.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who create.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's thermal edge explained\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eSolid copper cookware\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals, heat distribution comparison\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper offers superior thermal conductivity\u003c\/strong\u003e, heating eight times better than stainless. This means faster heat-up times and more even cooking, eliminating hot spots.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe tin lining prevents the natural reactivity of copper with food, ensuring safe cooking and smooth food release.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIn The Kingdom Copper Kitchen Caboodle, copper's unique properties ensure precise temperature control for all your cooking needs.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper is the chef's choice\u003c\/strong\u003e for its unmatched performance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow each piece is crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammer-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eThe six-step crafting sequence, from sheet to shine\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eHandmade copper cookware involves a meticulous process, from annealing raw sheets to planishing by hand. \u003cstrong\u003eEach piece is unique\u003c\/strong\u003e, reflecting the artisan's skill and dedication.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variations in texture and finish are hallmarks of true craftsmanship, ensuring no two pieces are exactly alike.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eArtisan craftsmanship offers a \u003cstrong\u003eunique quality\u003c\/strong\u003e in every piece.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhere tradition meets modern craftsmanship\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional skill\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper artistry\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eKingdom Caboodle\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eFrom ancient traditions to modern masterpieces\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFor over 1000 years, Santa Clara del Cobre has been a hub of copper craftsmanship. This rich tradition ensures each piece is crafted with skill passed down through generations.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo embraces these techniques to produce cookware that stands out for its quality and heritage. Every piece is a testament to this legacy of excellence.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eChoose Sertodo for \u003cstrong\u003etimeless quality\u003c\/strong\u003e and tradition.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Untitleddesign_1.png?v=1738158246\u0026amp;width=1200\" alt=\"The Kingdom Copper Kitchen Caboodle (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I just have to say that when I was notified that my handmade pot wouldn’t be ready for Christmas I was let down and expressed it by email. The response was impressive.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn Keane, Big, Beautiful Copper Stock Pots\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Impeccable craftsmanship fits perfectly on my KitchenAid mixer love it, love it, love it..!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003ePhilip N. Staten, Copper Mixing Bowl\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future. Thank you.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eGA, Copper Iced Tea Cup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your copper collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=600\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Grand Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eExpand your culinary range\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/permian-copper-jam-pans\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/B-C8ladlesquare.jpg?v=1738156082\u0026amp;width=600\" alt=\"Permian Copper Jam Pans (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003ePermian Copper Jam Pans (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for jam-making\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eIdeal for baking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for searing\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eArtisan craftsmanship and sustainable practices\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in artisan-crafted, hand-hammered copper cookware and barware. Based in Austin, TX, and Santa Clara del Cobre, Mexico, Sertodo emphasizes quality, tradition, and sustainability, ensuring each piece is made with 100% pure copper.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's dedication to traditional techniques and environmental responsibility results in products that not only perform exceptionally but also preserve the rich heritage of copper craftsmanship.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for preserving copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying each piece immediately after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePolish with a copper cleaner to maintain the natural shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid metal utensils\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse wooden or silicone utensils to prevent scratching the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper set will remain beautiful and functional for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA definitive choice for culinary excellence\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Kingdom Copper Kitchen Caboodle is more than just cookware; it's an investment in culinary artistry. With \u003cstrong\u003e22 pieces\u003c\/strong\u003e of solid copper, each handcrafted for superior performance, this set transforms cooking from a task into an experience. Its \u003cstrong\u003elifetime guarantee\u003c\/strong\u003e assures you of its enduring quality and value.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from solid copper, each piece unique\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Mexico by skilled artisans\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash and polish to maintain luster and performance\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eComprehensive 22-piece set for all cooking needs\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eFor those passionate about cooking, this set is your ultimate tool for expression.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $5150\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat distinguishes the Kingdom Caboodle from other sets?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eThe Kingdom Caboodle\u003c\/strong\u003e stands out for its solid 2mm copper construction, hand-hammered finish, and comprehensive 22-piece collection, offering unmatched heat distribution and artisan craftsmanship.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow versatile is the Kingdom set for different cuisines?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThis set is ideal for a wide range of cuisines, from classic French sauces to Mediterranean dishes, thanks to its diverse range of pots and pans.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre replacement pieces available for the set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, replacement pieces can be purchased separately. Contact Sertodo for availability and purchasing options.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I care for my copper set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash each piece and dry immediately to prevent spotting. Polish regularly to maintain shine. Avoid metal utensils to preserve the tin lining.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat's the best way to use my Kingdom Caboodle on an induction cooktop?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePure copper isn't magnetic, so the Kingdom Caboodle requires an induction converter disk (a flat steel interface plate) placed between your cooktop and the pan, this preserves copper's superior heat distribution while enabling induction use, though gas or electric ranges unlock the metal's full responsive performance that chefs prefer.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes copper superior for cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eCopper conducts heat 8 times better\u003c\/strong\u003e than stainless steel, providing even heat distribution and precise temperature control.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the tin lining benefit cooking?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe tin lining prevents copper from reacting with food, ensuring safe cooking and smooth food release, enhancing flavor and texture.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat type of utensils protect the tin lining without sacrificing cooking performance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWooden, silicone, or nylon utensils protect the hand-applied tin lining from scratches that metal tools can cause, the tin surface is softer than stainless steel cookware, but that same softness provides the natural non-stick properties and even heat contact that make copper pans legendary, so gentle utensils preserve decades of performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhere can I find complementary products?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eExplore more of Sertodo's collection, including \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\"\u003eThe Grand Copper Kitchen Caboodle\u003c\/a\u003e and \u003ca href=\"\/products\/permian-copper-jam-pans\"\u003ePermian Copper Jam Pans\u003c\/a\u003e, to complete your kitchen.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart: $5150\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What distinguishes the Kingdom Caboodle from other sets?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Kingdom Caboodle stands out for its solid 2mm copper construction, hand-hammered finish, and comprehensive 22-piece collection, offering unmatched heat distribution and artisan craftsmanship.\"}}, {\"@type\": \"Question\", \"name\": \"How versatile is the Kingdom set for different cuisines?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"This set is ideal for a wide range of cuisines, from classic French sauces to Mediterranean dishes, thanks to its diverse range of pots and pans.\"}}, {\"@type\": \"Question\", \"name\": \"Are replacement pieces available for the set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, replacement pieces can be purchased separately. Contact Sertodo for availability and purchasing options.\"}}, {\"@type\": \"Question\", \"name\": \"How should I care for my copper set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash each piece and dry immediately to prevent spotting. Polish regularly to maintain shine. Avoid metal utensils to preserve the tin lining.\"}}, {\"@type\": \"Question\", \"name\": \"Can the cookware be used on induction stoves?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, this copper set is not induction compatible and requires a separate adapter for use on induction stoves.\"}}, {\"@type\": \"Question\", \"name\": \"What makes copper superior for cooking?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper conducts heat 8 times better than stainless steel, providing even heat distribution and precise temperature control.\"}}, {\"@type\": \"Question\", \"name\": \"How does the tin lining benefit cooking?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The tin lining prevents copper from reacting with food, ensuring safe cooking and smooth food release, enhancing flavor and texture.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use metal utensils with this set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It's best to use wooden or silicone utensils to prevent scratching the tin lining and maintain the cookware's integrity.\"}}, {\"@type\": \"Question\", \"name\": \"Where can I find complementary products?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Explore more of Sertodo's collection, including The Grand Copper Kitchen Caboodle and Permian Copper Jam Pans, to complete your kitchen.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"The Kingdom Copper Kitchen Caboodle (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Kingdom Copper Kitchen Caboodle is a comprehensive 22-piece cookware set crafted from solid copper, offering unparalleled heat distribution and artisan craftsmanship. Handmade in Mexico, each piece is tin-lined for optimal cooking performance.\",\n  \"sku\": \"SET-K-22\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"5150\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Solid Copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Set size\",\n      \"value\": \"22 pieces\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Copper thickness\",\n      \"value\": \"2mm\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Craftsmanship\",\n      \"value\": \"Hand-hammered\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb? (thumb.offsetWidth + 8) * 3: 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip ||!prev ||!next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart? '0.25': '1';\n    prev.style.pointerEvents = atStart? 'none': 'auto';\n    next.style.opacity = atEnd? '0.25': '1';\n    next.style.pointerEvents = atEnd? 'none': 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background.15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n.then(function(r) { return r.json(); })\n.then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n.then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n.catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open',!isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open',!isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open',!isOpen);\n    if (icon) icon.textContent = isOpen? '+': '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display!== 'none';\n    extra.style.display = isOpen? 'none': 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen? link.dataset.openText: 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse.allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background.15s;background:' + (i===0? '#C4963A': '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0? 1: -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eThe Kingdom Copper Kitchen Caboodle (Handmade!) · Artisan Craftsmanship\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$5150\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'the-kingdom-copper-kitchen-caboodle')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length? btns[0]: null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past!== shown){ shown = past; bar.style.display = past? 'block': 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41191790706791,"sku":"SET-K-22","price":5150.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle.jpg?v=1738154977"},{"product_id":"the-whole-copper-kitchen-caboodle","title":"Whole Copper Kitchen Caboodle (handmade!)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease; text-decoration: none;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(196, 150, 58, 0.25); }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=1600\" alt=\"Whole Copper Kitchen Caboodle (Handmade!) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Whole Copper Kitchen Caboodle (Handmade!), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/28.jpg?v=1738152755\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Whole Copper Kitchen Caboodle (Handmade!), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Whole Copper Kitchen Caboodle (Handmade!), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Whole Copper Kitchen Caboodle (Handmade!), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Whole Copper Kitchen Caboodle (Handmade!), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eRe-tin every 10 years\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Handcrafted in Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Whole Copper Kitchen Caboodle (Handmade!) | Timeless Craftsmanship in Copper\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e7-Piece Set · Tin-Lined Interior · Hand-Hammered\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Impeccable craftsmanship fits perfectly on my KitchenAid mixer love it, love it, love it!\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003ePhilip N. Staten, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e196 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$1117\u003c\/span\u003e\n          \u003cspan style=\"font-size:15px;color:#77706A;text-decoration:line-through;\"\u003e$1156\u003c\/span\u003e\n          \u003cspan class=\"save-badge\"\u003eSave $39\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41191790641255\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $279 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted in Santa Clara del Cobre, Mexico\u003c\/strong\u003e, this 7-piece set combines durable, heavy-gauge copper with a traditional tin-lined interior to ensure exceptional cooking performance and beauty.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eRe-tin every 10 years\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Whole Copper Kitchen Caboodle different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes copper cookware different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered from heavy-gauge copper, \u003cstrong\u003eensuring a lifetime of use\u003c\/strong\u003e with proper care.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHEAT CONTROL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eExceptional thermal conductivity\u003c\/strong\u003e delivers quick, even heating that professional chefs demand.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted in Santa Clara del Cobre, each piece is a work of art, reflecting tradition and skill.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eAESTHETICS\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe elegant, hammered finish adds rustic charm and sophistication to any kitchen setting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable options, but thin copper wash over aluminum creates hot spots. The surface delaminates with regular use, lacking the gauge weight needed for even, responsive heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm solid copper pan, tin-lined by hand in Mexico, that responds to heat in seconds, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Want unmatched heat control*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe set's pure copper construction ensures even heat distribution across all its surfaces.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEvery piece is handmade with meticulous attention to detail, reflecting artisanal skill.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek aesthetic appeal*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIts elegant appearance enhances any kitchen decor, making it both functional and decorative.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value tradition*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSertodo's heritage in copper crafting is evident in each piece's quality and design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer low maintenance*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis set requires regular hand washing and occasional polishing to maintain its shine.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Have budget constraints*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe initial investment is higher than some alternatives, reflecting its artisanal quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Dislike patina formation*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCopper naturally develops a patina over time, which may not appeal to everyone.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need induction compatibility*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese pieces are not suitable for induction stovetops, which might limit their use.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who value both performance and style in their kitchenware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Frequent hosts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who love to entertain and impress with their culinary presentation.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan supporters*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eBuyers who appreciate handmade, high-quality craftsmanship in their kitchen tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Heritage appreciators*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eConsumers who cherish products with a rich cultural and historical background.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete 7-piece set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e7-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e7-quart Dutch Oven with lid\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e10x5\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e3-quart Saute Pan with lid\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e10x3\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e1.5-quart Sauce Pot\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e6x3.5\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e10-inch Skillet\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eSolid Copper\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e7 pieces · Perfect for all kitchens\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eMade from heavy-gauge 2mm copper with a traditional tin-lined interior for optimal performance.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1600\" alt=\"Whole Copper Kitchen Caboodle (Handmade!) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Whole Copper Kitchen Caboodle\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSuperior Heat Control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's thermal conductivity ensures even cooking, reducing the chance of hot spots.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach piece is handcrafted by skilled artisans, ensuring a unique finish and superior quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eCultural Heritage\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eProduced in Santa Clara del Cobre, a region known for its rich copper crafting history.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eLifetime \u003cstrong\u003eworkmanship guarantee\u003c\/strong\u003e ensures lasting quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHEAT DISTRIBUTION\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eEven heat\u003c\/strong\u003e across the surface for perfect cooking.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHERITAGE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eCrafted in Mexico\u003c\/strong\u003e, renowned for copper artistry.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003e7-piece set · Hand-hammered copper · Tin-lined interior\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor discerning cooks who appreciate beauty and functionality, this set is a lifelong investment in culinary excellence.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe Whole Copper Kitchen Caboodle is crafted from heavy-gauge copper, ensuring durability and longevity with proper care. Its robust construction means it can handle daily use without compromising on performance or appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith its elegant, hammered finish, this cookware set brings a touch of sophistication to any kitchen. The warm glow of copper adds charm and appeal, making it not only a tool but a decorative element.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile the initial investment is higher, the set's durability and performance ensure that it remains a valuable part of your kitchen for decades, offering excellent value over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eElevate your kitchen with artisan copper cookware\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour cooking routine transforms.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore, you might have relied on numerous pans for different functions. After acquiring the Whole Copper Kitchen Caboodle, you harness the versatility and durability of copper for consistent results every time.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eExperience the difference\u003c\/strong\u003e that professional-grade copper cookware makes in your kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Whole Copper Kitchen Caboodle set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e10 inches (25.4 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVaries by piece\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e7 qt (6.6 L)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate and vary by piece.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eSolid copper, riveted\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry of manufacture\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHandcrafted with attention to detail.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, electric, ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash recommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eRe-tin schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eEvery 10 years\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care ensures longevity and performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e7-quart Dutch Oven with lid\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3-quart Saute Pan with lid\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1.5-quart Sauce Pot\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e10-inch Skillet\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eTotal of 7 pieces in the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecs are subject to change as part of our commitment to quality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is just for show, it's functional too.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper cookware\u003c\/strong\u003e is not only beautiful but also offers superior cooking performance. Its thermal conductivity leads to even cooking and quick heat-up times.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eBy choosing copper, you're investing in quality that elevates your cooking experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=1200\" alt=\"Whole Copper Kitchen Caboodle (Handmade!) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFor those who savor every detail.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning the Whole Copper Kitchen Caboodle means embracing a lifestyle where form meets function. It's for those who appreciate the nuances of craftsmanship and the joy of cooking with tools that inspire.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eElevate your culinary space\u003c\/strong\u003e with this artisanal collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003e\u003cstrong\u003eCulinary connoisseurs\u003c\/strong\u003e who value both aesthetic beauty and superior cooking performance. \u003cstrong\u003eArtisan supporters\u003c\/strong\u003e who appreciate the skill and tradition behind each handcrafted piece. \u003cstrong\u003eEntertainers\u003c\/strong\u003e who love to host and impress with style.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003etin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparison: copper vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHeat distribution\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper offers \u003cstrong\u003eexceptional thermal conductivity\u003c\/strong\u003e, ensuring even cooking and reducing the risk of hot spots.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe heavy-gauge, 2mm copper construction provides robustness and longevity, perfect for everyday use.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eCraftsmanship\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered in Mexico, each piece showcases \u003cstrong\u003eartisanal skill\u003c\/strong\u003e and attention to detail.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"This set transforms your kitchen into a chef's paradise.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eWhere the quality difference shows\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Whole Copper Kitchen Caboodle offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2mm pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique hammered finish, each piece distinct\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Handcrafted in Mexico, lifetime guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eDon't settle for less when your culinary creations deserve the best.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eWhole Copper Kitchen Caboodle (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCalphalon\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the cookware PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick coating\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePTFE-based non-stick coating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhat material is the cookware made of?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2mm pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003e5-ply bonded stainless\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eHard-anodized aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$1117\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$648\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$1100\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$700\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd\u003e$159.57\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is the cookware made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eCrafted with premium copper, our Whole Copper Kitchen Caboodle ensures unparalleled durability and timeless elegance in the kitchen.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when hosting a dinner party and cheaper pans struggle with uneven cooking.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your kitchen with timeless copper elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal settings for use\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with aesthetic cookware that doubles as a serving piece.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFamily Meals\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for preparing large family dinners with ease and style.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Cooking\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eProvides the precision needed for professional-level culinary creations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn exquisite gift for weddings, anniversaries, or housewarming events.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome Renovations\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance a newly renovated kitchen with top-quality, artisanal cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4_with_spoon_2__74611.jpg?v=1739207169\u0026amp;width=1200\" alt=\"Whole Copper Kitchen Caboodle (Handmade!) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eArtistry in every meal, elegance in every detail.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the discerning cook.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe copper advantage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper is the chef's choice\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003e2mm copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs. other metals in cookware\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8× better than stainless steel, ensuring quick heat-up and even distribution. It provides superior cooking control compared to cast iron, aluminum, and tri-ply cookware.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis reactive surface requires a tin lining to prevent food interaction, ensuring safe and effective cooking.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIn the Whole Copper Kitchen Caboodle, this means every dish is cooked to perfection, with fast, controlled heat.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper cookware\u003c\/strong\u003e is an investment in culinary precision.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow copper cookware is crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eThe meticulous process of crafting copper cookware\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced alternatives, each piece of the Whole Copper Kitchen Caboodle is \u003cstrong\u003ehand-forged\u003c\/strong\u003e, beginning with raw sheet annealing and progressing through raising, planishing, and applying a tin lining.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-planishing process means that no two pieces are exactly alike, adding to the uniqueness and character of each item.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eArtisan methods deliver unparalleled quality and uniqueness.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe rich tradition of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional skill\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo's founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Caboodle\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of copper craftsmanship and Sertodo's evolution\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre, Mexico, has a long-standing tradition of copper craftsmanship. This region's artisans are renowned for their expertise and dedication to quality, which is reflected in each piece of the Whole Copper Kitchen Caboodle.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo was founded on the principle of preserving this rich tradition while innovating to meet modern culinary needs.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning a piece of this heritage means investing in timeless quality.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Skillet_Features.jpg?v=1739207169\u0026amp;width=1200\" alt=\"Whole Copper Kitchen Caboodle (Handmade!) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I just have to say that when I was notified that my handmade pot wouldn’t be ready for Christmas I was let down and expressed it by email. The response was impressive.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn Keane, bought for family use, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Love it love it love it! It makes my whole kitchen sparkle and compliments my other copper pieces in my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eCAROL ANN GELLERMAN, bought for new kitchen, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eGA, bought for self, 2 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set with these essentials\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your collection with complementary pieces from Sertodo.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Xmasthemedbundle_1.jpg?v=1738154983\u0026amp;width=600\" alt=\"The Grand Copper Kitchen Caboodle (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eThe Grand Copper Kitchen Caboodle (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eExpansive 12-piece set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-round-dome-chafers\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ChaferRound6qtwebsquare.jpg?v=1738150309\u0026amp;width=600\" alt=\"Copper Round Dome Chafers (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Round Dome Chafers (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant serving solution\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for baking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eKeeps counters clean\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003ePreserving the Art of Copper Craftsmanship\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper combines traditional craftsmanship with modern design. Every piece is handcrafted in Santa Clara del Cobre, Mexico, using hand-hammered, 100% pure copper with tin-lined interiors. Sertodo's mission is to offer timeless quality and a lifetime workmanship guarantee.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's commitment to artisanal methods ensures each product carries the legacy of over 1000 years of copper crafting tradition, delivering both beauty and performance to your kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to preserve its sheen\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eImmediate drying\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDry your cookware immediately after washing to prevent water spots.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRegular polishing\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePolish occasionally to maintain the original bright shine, if desired.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRe-tinning\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eRe-tin every 10 years to maintain the cooking surface's integrity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eFollow these care instructions to ensure your copper cookware remains a cherished kitchen staple for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eAn investment in culinary excellence\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Whole Copper Kitchen Caboodle is investing in both form and function. This set offers \u003cstrong\u003eunmatched durability\u003c\/strong\u003e and aesthetic appeal, transforming your cooking experience. With its roots in rich tradition, it promises a lifetime of precision and beauty. Its initial cost is justified by decades of use, making it a wise choice for discerning cooks.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 2mm pure copper, durable and robust\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHandcrafted in Santa Clara del Cobre, Mexico, renowned for copper artistry\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eLifetime workmanship guarantee, a testament to quality\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eTin-lined interior ensures non-reactive, precise cooking\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eBring the legacy of artisanal copper into your kitchen and experience the difference.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $1117\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the difference between the Whole and Grand Caboodle?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eThe Whole Caboodle\u003c\/strong\u003e includes 7 pieces, while the Grand Caboodle offers an expansive 12-piece set for more versatility.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the heavy-gauge copper construction hold up to daily professional-level cooking without warping or developing hot spots?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the \u003cstrong\u003e2mm heavy-gauge copper construction\u003c\/strong\u003e resists warping and maintains even heat distribution across the entire cooking surface, even when subjected to daily high-heat cooking. Unlike mass-produced cookware with thin copper plating, the solid copper construction ensures consistent performance for decades.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the copper finish affect food tastes?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003etin-lined interior\u003c\/strong\u003e prevents any reaction with food, maintaining pure flavors without metallic interference.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I clean my copper cookware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with mild soap and water, then dry immediately to prevent spotting.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhy does the tin lining eventually require re-tinning, and how does this differ from stainless-lined copper cookware maintenance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eRe-tinning maintains the non-reactive surface of the cookware after years of use, as tin naturally wears with regular cooking. This traditional lining method, used by professional chefs for centuries, preserves the cookware's ability to prevent metallic reactions with acidic foods while maintaining superior heat responsiveness that stainless interiors cannot match.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs it safe to use metal utensils with this set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile possible, it is recommended to use wooden or silicone utensils to protect the tin lining.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the copper develop a patina?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, over time, copper develops a natural patina, which many find desirable, but it can be polished to restore shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes the solid copper base work with induction cooktops, or is compatibility limited to gas and electric heat sources?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, the pure copper base is not compatible with induction cooktops, as induction requires ferromagnetic materials. This set is designed for gas, electric, and ceramic cooktops where copper's superior thermal conductivity delivers unmatched temperature control and responsiveness.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat specific defects and construction issues does the lifetime workmanship guarantee cover, and does it exclude normal wear like mass-produced warranties often do?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt covers structural defects in craftsmanship, uneven riveting, loose handles, improperly fitted lids, and construction flaws, ensuring your cookware maintains its integrity throughout its life. Unlike factory warranties with fine print excluding \"normal wear,\" this guarantee reflects confidence in heirloom-quality construction built to last generations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhere can I learn more about the Grand Copper Kitchen Caboodle?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eVisit \u003ca href=\"\/products\/the-grand-copper-kitchen-caboodle\"\u003eThe Grand Copper Kitchen Caboodle\u003c\/a\u003e for details.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart: $1117\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What is the difference between the Whole and Grand Caboodle?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Whole Caboodle includes 7 pieces, while the Grand Caboodle offers an expansive 12-piece set for more versatility.\"}}, {\"@type\": \"Question\", \"name\": \"Can this set withstand frequent use?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the heavy-gauge copper construction ensures durability and longevity, even with daily use.\"}}, {\"@type\": \"Question\", \"name\": \"How does the copper finish affect food tastes?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The tin-lined interior prevents any reaction with food, maintaining pure flavors without metallic interference.\"}}, {\"@type\": \"Question\", \"name\": \"How should I clean my copper cookware?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and water, then dry immediately to prevent spotting. Avoid.\"}}, {\"@type\": \"Question\", \"name\": \"Why is re-tinning necessary?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Re-tinning maintains the non-reactive surface of the cookware, preserving its cooking quality over time.\"}}, {\"@type\": \"Question\", \"name\": \"Is it safe to use metal utensils with this set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While possible, it is recommended to use wooden or silicone utensils to protect the tin lining.\"}}, {\"@type\": \"Question\", \"name\": \"Will the copper develop a patina?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, over time, copper develops a natural patina, which many find desirable, but it can be polished to restore shine.\"}}, {\"@type\": \"Question\", \"name\": \"Is this set suitable for induction cooktops?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, the copper base is not compatible with induction cooktops.\"}}, {\"@type\": \"Question\", \"name\": \"What does the lifetime workmanship guarantee cover?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It covers any defects in craftsmanship, ensuring that your cookware retains its quality throughout its life.\"}}, {\"@type\": \"Question\", \"name\": \"Where can I learn more about the Grand Copper Kitchen Caboodle?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Visit The Grand Copper Kitchen Caboodle for details.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Whole Copper Kitchen Caboodle (Handmade!)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Whole Copper Kitchen Caboodle is a 7-piece cookware set crafted from pure copper, featuring a tin-lined interior for superior cooking performance. Hand-hammered in Mexico, this set offers unmatched durability and style.\",\n  \"sku\": \"SET-K-7\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"1117\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Copper thickness\",\n      \"value\": \"2 mm\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior lining\",\n      \"value\": \"Tin\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Number of pieces\",\n      \"value\": \"7\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Country of manufacture\",\n      \"value\": \"Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Compatibility\",\n      \"value\": \"Gas, electric, ceramic\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eWhole Copper Kitchen Caboodle (Handmade!) | Timeless Craftsmanship in Copper\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$1117\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'the-whole-copper-kitchen-caboodle')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41191790641255,"sku":"SET-K-7","price":1117.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/23.jpg?v=1738154890"},{"product_id":"copper-iced-tea-cup","title":"Copper Iced Tea Cup (Handmade)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px; line-height: 1.4;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s; text-decoration: none;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 32px; height: 32px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 2px 8px rgba(0,0,0,.15);\n      padding: 0; transition: all .2s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=1600\" alt=\"Copper Iced Tea Cup (Handmade) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Iced Tea Cup (Handmade), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/11_96641cfa-05bb-4151-97c0-f44e044b63c3.jpg?v=1740441871\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/11_96641cfa-05bb-4151-97c0-f44e044b63c3.jpg?v=1740441871\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/11_96641cfa-05bb-4151-97c0-f44e044b63c3.jpg?v=1740441871\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Iced Tea Cup (Handmade), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_a532ab9e-89f5-4dac-93d6-040171941e27.jpg?v=1740441914\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_a532ab9e-89f5-4dac-93d6-040171941e27.jpg?v=1740441914\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_a532ab9e-89f5-4dac-93d6-040171941e27.jpg?v=1740441914\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Iced Tea Cup (Handmade), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9_16cdfe83-e06e-48f7-9f93-2c5f60ed13c8.jpg?v=1740441925\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9_16cdfe83-e06e-48f7-9f93-2c5f60ed13c8.jpg?v=1740441925\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9_16cdfe83-e06e-48f7-9f93-2c5f60ed13c8.jpg?v=1740441925\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Iced Tea Cup (Handmade), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/10_abece54c-e197-4b31-9731-a9409b79ce7a.jpg?v=1740441907\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/10_abece54c-e197-4b31-9731-a9409b79ce7a.jpg?v=1740441907\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/10_abece54c-e197-4b31-9731-a9409b79ce7a.jpg?v=1740441907\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Iced Tea Cup (Handmade), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_e1d33ef3-7eaa-4207-ac9d-1d9326c2d88c.png?v=1740441967\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_e1d33ef3-7eaa-4207-ac9d-1d9326c2d88c.png?v=1740441967\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_e1d33ef3-7eaa-4207-ac9d-1d9326c2d88c.png?v=1740441967\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Iced Tea Cup (Handmade), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePure copper body\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-friendly sourcing\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo Copper · Austin, TX \u0026amp; Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Iced Tea Cup (Handmade) - Artisan Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Pure Copper Cup · Hand-Hammered · 16 \u0026amp; 25 oz\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Feels solid yet sleek with a natural warmth in tone.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e112 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$58\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232186114151\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $14 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted\u003c\/strong\u003e from 100% recycled copper, this iced tea cup embodies both elegance and sustainability. Made in Austin, TX, and Mexico, it enhances your drinkware collection while promoting health.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePure copper body\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-friendly sourcing\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Copper Iced Tea Cup different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes pure copper different from standard metal drinkware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for a unique texture, each cup is a testament to artisanal craftsmanship and tradition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% pure recycled copper\u003c\/strong\u003e, ensuring sustainability and durability in every sip.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eBENEFITS\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's \u003cstrong\u003eoligodynamic effect\u003c\/strong\u003e naturally eliminates bacteria, enhancing the hygienic quality of your beverages.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eORIGIN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted in Austin, TX, and Santa Clara del Cobre, Mexico, blending American and Mexican copper traditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look cups disappoint\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mug-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1: on arrival\u003c\/text\u003e\n        \u003cpath d=\"M 63 100 Q 57 100 56 92 C 52 72 53 50 56 30 Q 57 24 64 24 L 128 24 Q 135 24 136 30 C 139 50 140 72 136 92 Q 135 100 129 100 Z\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 63 100 Q 57 100 56 92 C 52 72 53 50 56 30 Q 57 24 64 24 L 128 24 Q 135 24 136 30 C 139 50 140 72 136 92 Q 135 100 129 100 Z\" fill=\"url(#mug-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"96\" cy=\"24\" rx=\"33\" ry=\"6\" fill=\"#C8B898\" stroke-width=\"1.2\" stroke=\"#5A4A30\" opacity=\"0.85\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"57\" y1=\"34\" x2=\"135\" y2=\"34\" stroke-width=\"2\" stroke=\"#B8A88A\" opacity=\"0.65\"\u003e\u003c\/line\u003e\n        \u003crect x=\"62\" y=\"100\" width=\"68\" height=\"3\" rx=\"1\" fill=\"#C0B8A8\" stroke=\"#5A4A30\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 136 48 Q 160 48 160 68 Q 160 88 136 88\" stroke-width=\"9\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 136 48 Q 160 48 160 68 Q 160 88 136 88\" stroke-width=\"1.5\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"96\" y1=\"100\" x2=\"96\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eglaze holds · handle firm\u003c\/text\u003e\n        \n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"110\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2: after daily use\u003c\/text\u003e\n        \u003cpath d=\"M 335 100 Q 329 100 328 92 C 324 72 325 50 328 30 Q 329 24 336 24 L 400 24 Q 407 24 408 30 C 411 50 412 72 408 92 Q 407 100 401 100 Z\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 335 100 Q 329 100 328 92 C 324 72 325 50 328 30 Q 329 24 336 24 L 400 24 Q 407 24 408 30 C 411 50 412 72 408 92 Q 407 100 401 100 Z\" fill=\"url(#mug-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"368\" cy=\"24\" rx=\"33\" ry=\"6\" fill=\"#C8B898\" stroke-width=\"1.2\" stroke=\"#5A4A30\" opacity=\"0.85\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"329\" y1=\"34\" x2=\"407\" y2=\"34\" stroke-width=\"2\" stroke=\"#B8A88A\" opacity=\"0.65\"\u003e\u003c\/line\u003e\n        \u003crect x=\"334\" y=\"100\" width=\"68\" height=\"3\" rx=\"1\" fill=\"#C0B8A8\" stroke=\"#5A4A30\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 408 48 Q 432 48 432 68 Q 432 88 408 88\" stroke-width=\"9\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 408 48 Q 432 48 432 68 Q 432 88 408 88\" stroke-width=\"1.5\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M 348 24 Q 343 18 338 24 L 340 31 Q 344 33 348 27\" fill=\"#FAF7F2\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"341\" cy=\"23\" r=\"8\" fill=\"none\" stroke=\"#5A4A30\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"349\" y1=\"31\" x2=\"416\" y2=\"62\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"417\" y=\"69\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003erim chip\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"100\" x2=\"368\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eedge exposed: body visible\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable options, but \u003cstrong\u003ethin copper wash over aluminium\u003c\/strong\u003e fails. These surfaces develop hot spots and delaminate, lacking the weight for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"uniform-g\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"hand-g\" patternunits=\"userSpaceOnUse\" width=\"16\" height=\"11\"\u003e\n          \u003cpath d=\"M2 2 Q8 0 14 4 Q16 7 12 9 Q7 11 2 8 Q0 5 2 2\" fill=\"#A89A84\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"cl-m-clip\"\u003e\u003cpath d=\"M 14 132 Q 10 132 10 126 L 10 38 Q 10 32 16 32 L 88 32 Q 94 32 94 38 L 94 126 Q 94 132 88 132 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"cr-m-clip\"\u003e\u003cpath d=\"M 186 132 Q 182 132 182 126 L 182 38 Q 182 32 188 32 L 260 32 Q 266 32 266 38 L 266 126 Q 266 132 260 132 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \u003ctext x=\"52\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-glazed\u003c\/text\u003e\n      \u003cpath d=\"M 14 132 Q 10 132 10 126 L 10 38 Q 10 32 16 32 L 88 32 Q 94 32 94 38 L 94 126 Q 94 132 88 132 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 14 132 Q 10 132 10 126 L 10 38 Q 10 32 16 32 L 88 32 Q 94 32 94 38 L 94 126 Q 94 132 88 132 Z\" fill=\"url(#uniform-g)\" clip-path=\"url(#cl-m-clip)\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 94 54 Q 110 54 110 72 Q 110 90 94 90\" stroke-width=\"7\" stroke=\"#EDE8DE\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 94 54 Q 110 54 110 72 Q 110 90 94 90\" stroke-width=\"1.3\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"52\" y=\"148\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \n      \u003ctext x=\"150\" y=\"85\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \n      \u003ctext x=\"224\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-applied\u003c\/text\u003e\n      \u003cpath d=\"M 186 132 Q 182 132 182 126 L 182 38 Q 182 32 188 32 L 260 32 Q 266 32 266 38 L 266 126 Q 266 132 260 132 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 186 132 Q 182 132 182 126 L 182 38 Q 182 32 188 32 L 260 32 Q 266 32 266 38 L 266 126 Q 266 132 260 132 Z\" fill=\"url(#hand-g)\" clip-path=\"url(#cr-m-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 182 60 Q 200 54 222 60 Q 240 64 260 60\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 182 82 Q 202 76 222 82 Q 244 86 260 80\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 266 54 Q 282 54 282 72 Q 282 90 266 90\" stroke-width=\"7\" stroke=\"#DDD5C0\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 266 54 Q 282 54 282 72 Q 282 90 266 90\" stroke-width=\"1.3\" stroke=\"#6B5B3E\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"224\" y=\"148\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the cup just needs to hold liquid, Cuisinart does the job. But for style and longevity, thickness matters.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a hand-hammered, pure copper cup, crafted in Austin and Mexico, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this cup right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this cup\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eAppreciate artisanal craftsmanship\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis cup is for those who value handmade elegance and durability in their drinkware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eSeek health benefits\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf you're interested in the natural health benefits of copper, this is an ideal choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eValue sustainability\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eOpt for this cup if you prioritize eco-friendly products made from recycled materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eLove unique design\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor those who appreciate the distinctive look of hand-hammered copper, this cup stands out.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this cup if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eDislike polished finishes\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThose who prefer matte or opaque finishes might not appreciate this cup's shine.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eWant uniform production\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis cup may not be for you if you prefer mass-produced uniformity over artisan variations.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eNeed larger capacity\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you require drinkware above 25 oz, consider other options in your collection.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eHealth-conscious drinkers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who appreciate the health benefits associated with copper drinkware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEco-friendly enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for individuals committed to sustainable, recycled materials in everyday items.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eArtisan admirers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for those who love unique, hand-hammered craftsmanship in their drinkware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eStylish entertainers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA fitting choice for hosts who want to impress guests with elegant, handcrafted drinkware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-cocktail-glasses\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-cocktail-glasses\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Cocktail Glasses (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186343527\" data-handle=\"copper-cocktail-glasses\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/copper-boston-shaker-set\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-boston-shaker-set\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Boston Shaker Set (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186212455\" data-handle=\"copper-boston-shaker-set\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Copper Iced Tea Cup\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly elegance\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from pure recycled copper, it aligns with sustainable choices and offers a timeless look.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnique craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach cup is hand-hammered, showcasing the skill and artistry of traditional coppersmithing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eHealth benefits\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe oligodynamic properties of copper contribute to improved health and wellness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eSolid feel\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eThe cup's heft signifies \u003cstrong\u003edurability\u003c\/strong\u003e and quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eWarm hue\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCopper radiates a \u003cstrong\u003enatural glow\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eLifetime guarantee\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eSertodo\u003c\/strong\u003e stands behind every piece.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003ePure copper craftsmanship · Health benefits · Eco-friendly\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eYour drinkware should tell a story.\u003c\/em\u003e This cup is about conscious choices and timeless elegance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability you can feel\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe copper's solid construction ensures it will last for generations. It resists dents and maintains its form, offering a reliable drinkware choice with every use. Invest in longevity with \u003cstrong\u003ehandcrafted quality\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eArtisan aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish provides a unique texture that stands out. Each cup carries the marks of skilled craftsmanship, making it a beautiful addition to any table. Experience the \u003cstrong\u003eart of tradition\u003c\/strong\u003e in each sip.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile initially an investment, the cup's durability and timeless style ensure it remains a valued piece. Its health benefits and eco-friendly materials add to its enduring appeal. Choose a cup that \u003cstrong\u003ematters\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered elegance · Traditional artistry · Sustainable choice\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour drinkware becomes a conversation starter.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this cup, drinkware might have been just functional. Afterward, it becomes a statement of style and conscious living. Its artisan quality draws attention and compliments.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eYou'll reach for this cup first every time, appreciating its \u003cstrong\u003eunique look\u003c\/strong\u003e and feel.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Iced Tea Cup is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5 in (16 oz), 6.5 in (25 oz)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMouth Width\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3.3 in (16 oz), 3.5 in (25 oz)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions vary slightly due to hand-hammered construction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% Pure Copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAustin, TX \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand-hammered finish ensures uniqueness.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRecommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Iced Tea Cup\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item purchase.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to artisan variations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper isn't just beautiful; it's practical.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany think copper is only for aesthetics, but its \u003cstrong\u003eoligodynamic effect\u003c\/strong\u003e adds a hygienic benefit. It naturally keeps your drinks cleaner.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoose copper for its beauty and health benefits. It’s more than just a pretty cup.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_a532ab9e-89f5-4dac-93d6-040171941e27.jpg?v=1740441914\u0026amp;width=1200\" alt=\"Copper Iced Tea Cup (Handmade) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose drinkware that reflects your values.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWith the Sertodo Copper Iced Tea Cup, you're not just buying a cup; you're investing in a piece of art that aligns with your commitment to sustainability and health.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eLet your drinkware tell a story\u003c\/strong\u003e of elegance and intention.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis cup is for those who value \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e, \u003cstrong\u003esustainability\u003c\/strong\u003e, and \u003cstrong\u003ehealth benefits\u003c\/strong\u003e in their everyday items. Ideal for eco-conscious individuals who appreciate unique design.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered texture\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eHand-forged copper vs standard metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper conducts heat 8× better than stainless steel, ensuring even temperature distribution and superior performance.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eMaterial purity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThis cup is made from 100% pure copper sourced from recycled materials, offering both quality and sustainability.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHealth benefits\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's natural properties include antimicrobial effects, contributing to healthier, cleaner drinkware.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Drinking from this cup feels like a connection to tradition and quality.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs mass-produced, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Iced Tea Cup offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% recycled pure copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered finish, each unique\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime workmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou're not just buying a cup; you're investing in an authentic experience that cheap alternatives simply can't offer.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Iced Tea Cup (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eSur La Table\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper plating over aluminum\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-clad stainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-plated steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eFactory-made\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eIndustrial process\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made in the USA?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAustin, TX \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, copper not induction compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, aluminum core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, copper core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, steel base\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$58\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$34\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$45\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$50\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted from pure copper, this cup offers a distinctive touch that mere aluminum can't replicate.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when guests arrive and aluminum dulls the experience.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eSERTODO COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Austin, TX\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eExperience the purity and craftsmanship of recycled copper.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal settings for your copper cup\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eOutdoor picnics\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnjoy refreshing beverages with style and sustainability in outdoor settings.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFormal dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eElevate your dining experience with beautifully crafted copper drinkware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCasual gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of elegance to your everyday get-togethers.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for those who appreciate artisan craftsmanship.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome bar setups\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for creating an impressive, stylish home bar.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/9_16cdfe83-e06e-48f7-9f93-2c5f60ed13c8.jpg?v=1740441925\u0026amp;width=1200\" alt=\"Copper Iced Tea Cup (Handmade) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eDrinkware that reflects your values and style.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who care.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eUnderstanding copper's unique properties\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals in drinkware\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e boasts thermal conductivity 8× that of stainless steel, ensuring even heat distribution and rapid temperature adjustments.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003ePure copper\u003c\/strong\u003e is reactive, necessitating a tin lining for cookware, but ideal for drinkware due to its natural properties.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIn this cup, copper's qualities enhance your drinking experience, offering both aesthetic appeal and health benefits.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's conductivity and elegance\u003c\/strong\u003e make it unmatched.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eExploring the steps of hand-forging\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammering texture\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom raw copper sheet to polished cup\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHand-forging\u003c\/strong\u003e involves transforming raw copper sheets through annealing, raising, and planishing. This process ensures each cup has a unique texture.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-hammered finish means no two cups are alike, celebrating individual craftsmanship over factory uniformity.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eArtisan crafting means each piece is unique.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTracing copper's artisanal roots\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammered copper\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional skills\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003erevival craft\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estudio founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern heritage\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eA timeline of copper craftsmanship\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo's production in Santa Clara del Cobre taps into a 1000-year-old tradition, ensuring high-quality craftsmanship.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounder Jonathan Beall chose this region for its unparalleled copper expertise, blending heritage with modern needs.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience the legacy of expert coppersmithing.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/10_abece54c-e197-4b31-9731-a9409b79ce7a.jpg?v=1740441907\u0026amp;width=1200\" alt=\"Copper Iced Tea Cup (Handmade) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This cup has transformed my drinking routine. The craftsmanship is evident in every detail.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., daily use, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"A beautiful addition to my kitchen. I love how it enhances the flavor of my tea.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMark T., tea enthusiast, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The quality of the copper is unmatched. It's a conversation starter at every gathering.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLaura K., frequent entertainer, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your copper collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore other standout items in Sertodo's copper range.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/just-right-copper-cup-10-ounces\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=600\" alt=\"Just Right Copper Cup, 10 ounces\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eJust Right Copper Cup, 10 ounces\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for smaller servings\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=600\" alt=\"Gangotri Copper Water Pitcher with Lid\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eKeep drinks cool and fresh\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegance for your bar setup\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete your drinkware\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting copper with purpose since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall, Sertodo Copper specializes in artisan copper cookware and barware. Based in Austin, TX, and Santa Clara del Cobre, Mexico, our products are crafted from 100% pure recycled copper, ensuring quality and sustainability.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo chose these locations for their rich coppersmithing traditions, blending heritage with modern craftsmanship to create products that stand the test of time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for maintaining your copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWash by hand\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent water spots by drying your cup thoroughly after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to maintain the cup's shine and appearance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eStore properly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eKeep in a dry place to prevent tarnishing and oxidation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eRegular care ensures your cup remains a beautiful, functional piece for years to come.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy this cup is a must-have for conscious drinkers\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Sertodo Copper Iced Tea Cup stands out for its \u003cstrong\u003ehandcrafted quality\u003c\/strong\u003e and health benefits. It is not just a piece of drinkware; it's an investment in a sustainable lifestyle and a product of skilled artistry. Its unique design and eco-friendly materials make it a valuable addition to any home.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure recycled copper.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX, and Mexico by skilled artisans.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, preserves the cup's finish and integrity.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eOffers health benefits, oligodynamic properties enhance drink quality.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eEmbrace the blend of tradition and modern elegance with every sip.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $58\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does drinking from a handcrafted copper tea cup influence the flavor profile of hot and cold beverages compared to glass or ceramic?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003ePure copper naturally enhances beverage flavor through subtle mineral interaction, particularly noticeable with teas and cocktails, while the handcrafted solid-copper construction (not plating over inferior metals) ensures authentic taste enhancement that mass-produced drinkware cannot replicate.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes are the copper tea cups available in?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe cup is available in two sizes: 16 oz and 25 oz.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I clean my copper tea cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with mild soap and dry immediately to maintain the finish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I safely use this handmade copper tea cup for hot beverages like tea or coffee, and what precautions should I take regarding heat conduction?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the cup is safe for hot drinks, copper's superior heat conductivity keeps beverages at ideal temperature longer than ceramic or glass. Because solid copper (not thin plating) conducts heat efficiently to the exterior, we recommend handling hot-filled cups by the rim or using a napkin until the copper stabilizes to drinking temperature.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes this handcrafted copper tea cup develop tarnish or patina with regular use, and how does that compare to factory-finished copper drinkware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAuthentic solid copper naturally develops a rich patina over time, a sign of genuine material that many collectors prize. Unlike mass-produced copper-plated cups where tarnish reveals inferior base metals, this handcrafted cup's patina reflects pure recycled copper aging gracefully. Regular polishing with copper cleaner restores mirror shine whenever desired.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this handmade copper tea cup versatile enough for cocktails like Moscow Mules, iced tea, and other cold beverages beyond hot tea?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, the 16 oz and 25 oz sizes are ideal for Moscow Mules, mint juleps, iced tea, cold brew, and any beverage where copper's thermal properties enhance both temperature retention and presentation. The handcrafted construction ensures the solid copper walls won't separate or loose-rivet like factory-assembled drinkware.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper benefit health?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper's oligodynamic properties naturally eliminate bacteria, making it a hygienic choice for drinkware.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes this handcrafted copper tea cup make an appropriate gift for weddings, housewarmings, or for someone who values artisan craftsmanship over mass-produced items?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, individually handcrafted in Austin, TX and Mexico from 100% recycled copper, each cup carries the subtle variations that distinguish heirloom-quality gifts from factory commodities. It's ideal for anyone who values sustainable materials, antimicrobial benefits, and the kind of attention to detail (even riveting and fit) that only human fabrication can guarantee.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhere is the copper sourced from?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe cup is made from 100% recycled copper, ensuring an eco-friendly product.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre there matching items available?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, consider pairing it with the \u003ca href=\"\/products\/just-right-copper-cup-10-ounces\"\u003eJust Right Copper Cup, 10 ounces\u003c\/a\u003e or the \u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart: $58\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Does the copper tea cup affect taste?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper can enhance the flavor of certain beverages, offering a unique taste experience.\"}}, {\"@type\": \"Question\", \"name\": \"What sizes are the copper tea cups available in?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The cup is available in two sizes: 16 oz and 25 oz.\"}}, {\"@type\": \"Question\", \"name\": \"How do I clean my copper tea cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and dry immediately to maintain the finish. Avoid.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper cup safe for hot drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, but handle with care as copper can conduct heat efficiently.\"}}, {\"@type\": \"Question\", \"name\": \"Will the cup tarnish over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper may develop a patina, which some find appealing. Regular polishing will maintain its shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use the cup for cocktails?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely! The cup is perfect for cocktails, iced tea, and other beverages.\"}}, {\"@type\": \"Question\", \"name\": \"How does copper benefit health?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper's oligodynamic properties naturally eliminate bacteria, making it a hygienic choice for drinkware.\"}}, {\"@type\": \"Question\", \"name\": \"Is the cup suitable for gifting?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it makes a thoughtful gift for those who appreciate artisanal craftsmanship.\"}}, {\"@type\": \"Question\", \"name\": \"Where is the copper sourced from?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The cup is made from 100% recycled copper, ensuring an eco-friendly product.\"}}, {\"@type\": \"Question\", \"name\": \"Are there matching items available?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, consider pairing it with the Just Right Copper Cup, 10 ounces or the Gangotri Copper Water Pitcher with Lid.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Iced Tea Cup (Handmade)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Iced Tea Cup is a handmade drinkware piece crafted from 100% pure recycled copper. Perfect for those who value sustainability and the health benefits of copper, this cup is made in Austin, TX, and Mexico.\",\n  \"sku\": \"C-SHK-18\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"58\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Pure Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handcrafted\",\n      \"value\": \"Yes\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes Available\",\n      \"value\": \"16 oz and 25 oz\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Austin, TX \u0026 Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care Instructions\",\n      \"value\": \"Hand wash only\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Iced Tea Cup (Handmade) - Artisan Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$58\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-iced-tea-cup')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"16 oz","offer_id":41232186114151,"sku":"C-SHK-18","price":58.0,"currency_code":"USD","in_stock":true},{"title":"25 oz","offer_id":41232186146919,"sku":"C-SHK-30","price":67.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006"},{"product_id":"copper-boston-shaker-set","title":"Copper Boston Shaker Set (Handmade)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s; text-decoration: none;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }lamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=1600\" alt=\"Copper Boston Shaker Set (Handmade) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/8.jpg?v=1740441888\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/8.jpg?v=1740441888\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/8.jpg?v=1740441888\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/4_6aa7cb65-f464-43d3-a0b2-88f0e9797a91.jpg?v=1740441884\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/4_6aa7cb65-f464-43d3-a0b2-88f0e9797a91.jpg?v=1740441884\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/4_6aa7cb65-f464-43d3-a0b2-88f0e9797a91.jpg?v=1740441884\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/16_405e5be2-82d1-4957-9996-249aab373d4c.png?v=1740441951\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/16_405e5be2-82d1-4957-9996-249aab373d4c.png?v=1740441951\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/16_405e5be2-82d1-4957-9996-249aab373d4c.png?v=1740441951\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_99e69b5b-e252-4f41-a205-e0746bf1761b.jpg?v=1740441918\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_99e69b5b-e252-4f41-a205-e0746bf1761b.jpg?v=1740441918\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_99e69b5b-e252-4f41-a205-e0746bf1761b.jpg?v=1740441918\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_5b748a14-4d38-4824-92f0-eb5f3865e7dd.jpg?v=1740441877\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_5b748a14-4d38-4824-92f0-eb5f3865e7dd.jpg?v=1740441877\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_5b748a14-4d38-4824-92f0-eb5f3865e7dd.jpg?v=1740441877\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2d4a6beb-781a-4899-9d77-196f74fe9574.jpg?v=1740441937\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2d4a6beb-781a-4899-9d77-196f74fe9574.jpg?v=1740441937\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2d4a6beb-781a-4899-9d77-196f74fe9574.jpg?v=1740441937\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/7_963346ef-a487-4754-899f-b665063beae7.jpg?v=1740441942\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/7_963346ef-a487-4754-899f-b665063beae7.jpg?v=1740441942\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/7_963346ef-a487-4754-899f-b665063beae7.jpg?v=1740441942\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Boston Shaker Set (Handmade), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e16 \u0026amp; 25 oz shakers\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSustainable materials\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eCrafted for durability\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eArtisan made\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Boston Shaker Set (Handmade), Bar-Grade Precision\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 100% Pure Copper Shaker · Hand-Hammered · 16 oz \u0026amp; 25 oz Shakers\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future. Thank you.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eGA, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.6 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e17 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$124\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232186212455\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $31 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered 100% pure copper\u003c\/strong\u003e crafted by artisans in Austin, TX \u0026amp; Santa Clara del Cobre, Mexico. Experience durability and elegance in every cocktail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e16 \u0026amp; 25 oz shakers\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSustainable materials\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eCrafted for durability\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eArtisan made\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Boston Shaker Set different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes pure copper different from mass-produced metalware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCOPPER\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e100% pure copper\u003c\/strong\u003e ensures superior durability and a unique aesthetic that evolves over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach shaker is \u003cstrong\u003esolid metal\u003c\/strong\u003e by skilled artisans, ensuring unique texture and durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eELEGANCE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's warm glow and rich patina add a sophisticated touch to any bar.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHEIRLOOM\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBuilt to last generations, making it a timeless addition to your barware.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy plated shakers tarnish and dent\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-plated\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003edents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - solid metal\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eholds shape · finish lasts\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCrate \u0026amp; Barrel\u003c\/strong\u003e offers accessible metalware with a consistent finish. However, \u003cstrong\u003eplated finishes flake over time\u003c\/strong\u003e and \u003cstrong\u003ethin-walled designs dent under normal use\u003c\/strong\u003e, undermining the cocktail-making experience.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin-plated\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ewears through\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid metal\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ebuilt to last\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the shaker just needs to mix drinks, standard options work. But if precision and style matter, quality makes the call.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is 100% pure copper with a hand-hammered finish that will age gracefully, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For crafting professionals_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eDesigned for professional bartenders seeking the ultimate cocktail experience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For eco-conscious buyers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade from 100% recycled copper, minimizing environmental impact.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For durability seekers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eHand-hammered to ensure long-lasting performance and elegance.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For heritage enthusiasts_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eCrafted in locations with over 1000 years of copperworking tradition.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_For the occasional host_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you rarely make cocktails, simpler options might suffice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_If weight is a concern_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCopper's heft is part of its appeal but not for everyone.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_If you're on a tight budget_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eHandcrafted quality comes at a premium compared to mass-produced sets.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e_For minimalist aesthetics_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eCopper's rich glow may not fit minimalist decor.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For professional bartenders_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who need reliable, precision tools for crafting cocktails.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For cocktail connoisseurs_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who appreciate quality and craftsmanship in their barware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For hosts with panache_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who make every gathering an event.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e_For eco-conscious consumers_\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eWho appreciate products made from recycled materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete cocktail set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003eCocktail Shaker Set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e16-ounce shaker\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e5 inches tall, 3.3 inches mouth width\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003e25-ounce shaker\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e6.5 inches tall, 3.5 inches mouth width\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e2 pieces · Cocktail set\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico and USA\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eCrafted from 100% pure copper, hand-hammered for durability.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/5_5b748a14-4d38-4824-92f0-eb5f3865e7dd.jpg?v=1740441877\u0026amp;width=1600\" alt=\"Copper Boston Shaker Set (Handmade) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Boston Shaker Set\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eCraftsmanship you trust\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered by artisans, each piece is unique and reliable for professional use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e♻️\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from recycled copper, reducing environmental impact without compromising quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eElevate your bar\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe rich glow of copper enhances any setting, making every cocktail an occasion.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCRAFTED\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eEach piece is \u003cstrong\u003esolid metal\u003c\/strong\u003e for unique texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eSUSTAINABLE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003erecycled copper\u003c\/strong\u003e for eco-conscious buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDURABLE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eBuilt to \u003cstrong\u003elast generations\u003c\/strong\u003e for lasting enjoyment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Professional-grade seal · Eco-friendly\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who value artistry and durability in their cocktail tools, the Copper Boston Shaker Set is a wise choice.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSolid copper construction ensures your shaker set withstands the test of time, resisting dents and maintaining its elegant appearance for years.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe rich copper glow and hand-hammered texture add a sophisticated touch to your bar, making every cocktail preparation an event.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue-Over-Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in a handcrafted shaker set means enjoying consistent performance and aesthetic pleasure, rather than replacing cheaper options.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eRecycled materials · Artisanal craftsmanship · Unique design\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eCocktail crafting becomes an art form.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Copper Boston Shaker Set, you might settle for basic tools. After, every shake feels intentional, elevating the cocktail experience.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eEnjoy \u003cstrong\u003esuperior craftsmanship\u003c\/strong\u003e that transforms routine into ritual.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Boston Shaker Set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Weight\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e16-ounce shaker\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5 inches tall, 3.3 inches mouth width\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e25-ounce shaker\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6.5 inches tall, 3.5 inches mouth width\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eExact dimensions may vary slightly due to handcrafting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Finish\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCopper finish will develop a patina over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCare \u0026amp; Compatibility\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash recommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolishing\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUse Wright's Polishing Cream\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAvoid abrasives to maintain finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x 16-ounce shaker, 1 x 25-ounce shaker\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSet contains two shakers of different sizes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change with handcrafted variations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is just about aesthetics; it's more.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal properties\u003c\/strong\u003e make it ideal for cocktail preparation, providing a chilled drink quickly. Its aesthetics are a bonus.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThis set is not just about looks; it's about \u003cstrong\u003eperformance and heritage\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/4_6aa7cb65-f464-43d3-a0b2-88f0e9797a91.jpg?v=1740441884\u0026amp;width=1200\" alt=\"Copper Boston Shaker Set (Handmade) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA choice that defines your bar.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing the Copper Boston Shaker Set elevates your cocktail making from simple mixing to an art form, turning every drink into a crafted masterpiece.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eIt's \u003cstrong\u003emore than just a shaker\u003c\/strong\u003e; it's a statement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor \u003cstrong\u003eprofessional bartenders\u003c\/strong\u003e, \u003cstrong\u003ehome mixologists\u003c\/strong\u003e, and \u003cstrong\u003ehosts\u003c\/strong\u003e who appreciate \u003cstrong\u003equality craftsmanship\u003c\/strong\u003e and want their tools to reflect their passion for the perfect cocktail.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003ehand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003epure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003epure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparing copper to inferior metals.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eWeight \u0026amp; Balance\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper provides \u003cstrong\u003eexcellent balance\u003c\/strong\u003e and weight for controlled shaking, unlike lightweight stamped metals.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper's thermal properties\u003c\/strong\u003e allow for rapid cooling, essential for crafting the perfect cocktail.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's natural resistance to corrosion ensures that your shaker set will \u003cstrong\u003elast for decades\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"This set feels substantial and crafted with intent. It's a joy to use in every cocktail session.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-Hammered Craftsmanship for Unique Elegance\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Boston Shaker Set offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Rich, evolving copper patina\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime workmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eYou’re investing in authenticity and professional quality; don't settle for factory-stamped imitations that compromise your experience.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Boston Shaker Set (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \u003cth\u003eCocktail Kingdom\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eJulep Cup – Silver-Plated Stainless Steel \/ 12oz (360ml)\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eViski\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eParagon Stainless Steel Rocks Tumbler in Satin Green\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eBarfly\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eColador Hawthorne Barfly Dorado de Acero Inoxidable Resistente\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eGeorg Jensen\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eGeorg Jensen Manhattan Shaker\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handmade or mass-produced?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, unique pieces\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper, hand-hammered\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, it's made of stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eDoes it ensure a solid seal?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eTwo-piece design ensures solid seal\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes, it features a tightly coiled spring for a secure fit\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraft\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, each piece unique\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePlated barware\u003c\/td\u003e\n\u003ctd class=\"\"\u003eManufactured\u003c\/td\u003e\n\u003ctd class=\"\"\u003eManufactured\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMirror-polished stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAustin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eImported\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFunctional Use\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eProfessional-grade, positive seal\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTraditional Julep Cup redesigned for the modern bar in a lightweight and sturdy stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eRocks Tumbler\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUsed to strain cocktails\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCocktail shaker\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered craftsmanship\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDouble-walled insulated\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFactory\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel tumbler, metal and plastic lid, TrueTaste ceramic coating\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAcero inoxidable\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish Type\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered Copper finish\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSilver-Plated\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDorado\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMirror\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$124\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$21.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$29.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$180.00\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (6 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eUnlike the cheaper options in this lineup, this product is built with hand-hammered, each piece unique.\u003cspan class=\"cc-mob-hide\"\u003e Choose a mass-produced option, and when the seal fails during a crucial cocktail party, the moment is lost.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eSERTODO COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handmade in TX \u0026amp; Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your cocktails with handcrafted copper.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCocktail moments that matter\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eProfessional Bars\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for bartenders who demand precision and reliability in their tools.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome Entertaining\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress your guests with the artistry and elegance of copper.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eMixology Competitions\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eStand out with tools that reflect your dedication to craft.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn exquisite gift for those who appreciate quality and craftsmanship.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePersonal Collections\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your personal bar with a piece of artistry and history.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/16_405e5be2-82d1-4957-9996-249aab373d4c.png?v=1740441951\u0026amp;width=1200\" alt=\"Copper Boston Shaker Set (Handmade) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eArtistry in every pour\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the discerning.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper excels in metalware\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-plated\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin shell · dents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid gauge · corrosion resistant\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparing inferior metals to our copper.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003ePure copper\u003c\/strong\u003e offers superior weight and thermal resistance compared to cheaper metals, ensuring consistent temperature control.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's natural properties provide excellent corrosion resistance, maintaining its aesthetic and functionality over time.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-hammered finish of this shaker set ensures each piece is unique, enhancing its visual appeal.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper stands the test of time\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe casting or forming process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFrom molten copper to masterpiece\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003e4-step process: alloy to finish.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHandmade craftsmanship\u003c\/strong\u003e means each shaker is carefully shaped and finished, resulting in a product that retains the artisan's touch.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eVariations in hammer marks are a sign of individuality, highlighting the care in each piece's creation.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEach shaker is a functional work of art.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eSertodo's legacy in copperwork\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid metal\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional artisans\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eBoston series\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline: Sertodo's copper legacy.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre, Mexico, has a rich history of copperwork spanning over a millennium, influencing the quality and craftsmanship of Sertodo's products.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo chose this region to honor the deep-rooted traditions and to ensure high standards in every piece crafted.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eA legacy of craftsmanship you can trust.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/3_99e69b5b-e252-4f41-a205-e0746bf1761b.jpg?v=1740441918\u0026amp;width=1200\" alt=\"Copper Boston Shaker Set (Handmade) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I just have to say that when I was notified that my handmade pot wouldn’t be ready for Christmas I was let down and expressed it by email. The response was impr\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn Keane, Big, Beautiful Copper Stock Pots\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Love it love it love it! It makes my whole kitchen sparkle and compliments my other copper pieces in my kitchen. Thank you for the great service!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eCAROL ANN GELLERMAN, Copper Mixing Bowl for KitchenAid\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Awesome cup. Well made, heavy and looks amazing. I’ll definitely be buying more products from you in the future. Thank you.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eGA, Copper Iced Tea Cup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your bar setup\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more copper craftsmanship to enhance your collection.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/1610-boston-shaker-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/IMG_0164.jpg?v=1740441776\u0026amp;width=600\" alt=\"1610 Boston Shaker Set (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003e1610 Boston Shaker Set (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandmade perfection\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-cocktail-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Set-Cocktail-cocktail_set__03276.jpg?v=1740441822\u0026amp;width=600\" alt=\"Copper Cocktail Set (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Cocktail Set (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegance in every piece\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision stirring\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eMeasure with style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHandcrafted excellence since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper combines traditional craftsmanship with modern design. Our products, handcrafted in Austin, TX and Santa Clara del Cobre, Mexico, are made from 100% pure copper, ensuring quality and sustainability.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's choice to produce in these regions reflects our commitment to preserving artisanal skills and creating products that stand the test of time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the finish\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use steel wool or harsh detergents on copper surfaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eFor best results, wash your shaker set by hand.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish occasionally\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse Wright's Polishing Cream to maintain shine and luster.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry with a cotton towel to prevent spotting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eProper care ensures your shaker set remains a stunning centerpiece for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy the Copper Boston Shaker Set is a must-have\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Copper Boston Shaker Set is an investment in quality and craft. Its \u003cstrong\u003ehand-hammered design\u003c\/strong\u003e and \u003cstrong\u003epure copper construction\u003c\/strong\u003e ensure it stands apart from mass-produced alternatives, offering unparalleled performance and aesthetic appeal.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper, each piece is unique\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash recommended, ensures longevity and patina development\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eProfessional-grade seal for precision cocktail crafting\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eTransform your cocktail experience with this artisan-crafted shaker set.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $124\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I properly care for and clean my hand-hammered copper shaker to preserve its finish and prevent tarnishing?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash gently with warm soapy water using a soft cloth, never abrasive pads that can scratch the hand-hammered surface. Dry immediately with a soft towel to prevent water spots and preserve the copper's natural luster. Unlike mass-produced copper-plated shakers that can chip or flake, solid copper requires only this simple care routine to maintain its professional appearance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the difference between this shaker set and others?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThis set is \u003cstrong\u003ehand-hammered from pure copper\u003c\/strong\u003e, offering superior durability and a unique appearance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I engrave the shaker set for personal use?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile engraving is possible, it's recommended to contact a professional to ensure the copper's integrity is maintained.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the copper patina affect the appearance?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe patina develops over time, adding a unique character to each piece. Polishing can restore the original shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the specific thermal and practical advantages of using pure copper versus stainless steel or plated alternatives for professional cocktail making?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003ePure copper conducts cold 20× faster than stainless steel\u003c\/strong\u003e, drawing heat from ingredients rapidly to create perfectly diluted, ice-cold cocktails in fewer shakes. Professional bartenders rely on this thermal responsiveness, you feel the temperature change in your hands as the drink chills. Copper-plated shakers can't deliver this performance because the thin plating over inferior core metals acts as an insulator, negating the very advantage copper provides.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the best storage practices to prevent moisture damage, maintain the copper finish, and ensure my handcrafted shaker set remains in professional condition?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eStore completely dry in a cool, low-humidity environment, moisture trapped inside can cause spotting or accelerate natural patina development. Many professionals keep a soft cloth inside when stored to absorb any residual moisture. Unlike mass-produced sets with loose-fitting components that trap water, the precision-fitted construction of handcrafted shakers means proper drying and storage keeps them performance-ready for decades.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this copper shaker set durable and reliable enough for high-volume professional bar use, or is it primarily decorative?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eYes\u003c\/strong\u003e—this set meets the exacting standards professional bartenders stake their reputations on: thick-gauge copper that won't dent under nightly service, hand-fitted seals that won't leak mid-shake, and balanced weight distribution for controlled movement. Factory shakers often compromise thickness to cut costs, resulting in denting, loose fits, and shorter lifespans under professional use. Handcrafted construction ensures every detail supports performance, not just appearance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is included in the set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe set includes a 16-ounce shaker and a 25-ounce shaker, both crafted from pure copper.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the copper sourced sustainably?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eYes\u003c\/strong\u003e, the copper is sourced from 100% recycled materials, promoting environmental sustainability.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart: $124\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Is the copper shaker easy to clean?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, hand washing is recommended. Avoid abrasives and dry immediately to prevent spotting.\"}}, {\"@type\": \"Question\", \"name\": \"What is the difference between this shaker set and others?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"This set is hand-hammered from pure copper, offering superior durability and a unique appearance.\"}}, {\"@type\": \"Question\", \"name\": \"Can I engrave the shaker set for personal use?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While engraving is possible, it's recommended to contact a professional to ensure the copper's integrity is maintained.\"}}, {\"@type\": \"Question\", \"name\": \"How does the copper patina affect the appearance?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The patina develops over time, adding a unique character to each piece. Polishing can restore the original shine.\"}}, {\"@type\": \"Question\", \"name\": \"What makes copper better for cocktail making?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper's thermal properties help achieve a well-chilled drink quickly, enhancing the cocktail experience.\"}}, {\"@type\": \"Question\", \"name\": \"How should I store the shaker set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Store in a dry place to prevent moisture buildup and maintain the copper's finish.\"}}, {\"@type\": \"Question\", \"name\": \"Can this set be used professionally?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it is designed with professional bartenders in mind, ensuring reliability and precision.\"}}, {\"@type\": \"Question\", \"name\": \"What is included in the set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The set includes a 16-ounce shaker and a 25-ounce shaker, both crafted from pure copper.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper sourced sustainably?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the copper is sourced from 100% recycled materials, promoting environmental sustainability.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Boston Shaker Set (Handmade)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Boston Shaker Set is a professional-grade cocktail set, crafted from pure copper, ensuring durability and elegance for bartenders and enthusiasts.\",\n  \"sku\": \"C-SHK-Set\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"124\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure copper\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% pure copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care Instructions\",\n      \"value\": \"Hand wash recommended\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Included Items\",\n      \"value\": \"16-ounce shaker, 25-ounce shaker\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Warranty\",\n      \"value\": \"Lifetime workmanship guarantee\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Boston Shaker Set (Handmade), Bar-Grade Precision\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$124\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-boston-shaker-set')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232186212455,"sku":"C-SHK-Set","price":124.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/1_529ba60f-451d-469d-ab58-0912e455c7cd.jpg?v=1740441829"},{"product_id":"copper-shot-cup-flight-sets","title":"Copper Shot Cup Flight Sets (Handmade)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\" alt=\"Copper Shot Cup Flight Sets (Handmade) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Shot Cup Flight Sets (Handmade), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Shot Cup Flight Sets (Handmade), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Shot Cup Flight Sets (Handmade), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Shot Cup Flight Sets (Handmade), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Shot Cup Flight Sets (Handmade), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePure copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico and USA\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eNatural patina develops\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Shot Cup Flight Sets (Handmade), Elevate Your Spirits\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e7 Hand-Hammered Copper Cups · Natural Hardwood Tray\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered copper cups add a sophisticated touch to any tasting.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e243 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$199\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232186048615\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $49 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted\u003c\/strong\u003e from 100% pure copper, these shot cups are designed to enhance your spirit-tasting experience with their exquisite thermal conductivity. Crafted in Austin, TX and Santa Clara del Cobre, Mexico.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered texture\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePure copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico and USA\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eNatural patina develops\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Copper Shot Cup Flight Set different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes pure copper different from mass-produced materials)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e by skilled artisans, each cup delivers a unique texture and premium feel.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eTHERMAL CONDUCTIVITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's excellent \u003cstrong\u003ethermal properties\u003c\/strong\u003e keep spirits at the perfect temperature.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eDesigned to last, with a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e ensuring years of enjoyment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eAESTHETICS\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003enatural patina\u003c\/strong\u003e that develops adds a timeless beauty and character.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with copper-look barware\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e and other mainstream brands often use thin copper washes over aluminum, which can create hot spots. This compromises the even heat distribution that copper is known for. In contrast, our solid copper gauge provides reliable performance.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the vessel is just about holding liquid, Cuisinart options suffice. But when it comes to enhancing the tasting experience, material matters.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is an authentic hand-hammered copper set, crafted in artisan tradition, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love artisan craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis set is perfect for those who appreciate meticulous hand-hammered copper artistry.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek a unique tasting ritual*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEnhance your spirit-tasting experience with elegant, thermally conductive copper shot cups.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value aesthetic appeal*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe natural patina of copper adds a timeless charm to any bar setup.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Want a durable investment*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eBuilt to last, these cups come with a lifetime workmanship guarantee.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer mass-produced items*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis set might not suit those who prefer uniform, factory-made glassware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Seek budget options*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eHandmade craftsmanship comes at a premium price which may not fit every budget.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Dislike copper aesthetics*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you don't appreciate the natural look of copper, this set might not appeal to you.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan collectors*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who treasure handmade, unique pieces in their collection.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Spirit enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for individuals who value an enhanced tasting experience with premium materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Elegant hosts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for hosts who want to impress guests with unique and sophisticated barware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift givers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eAn excellent choice for gifting to someone who appreciates quality craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete spirit-tasting set\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e7-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eTequilero Shot Cups\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e6 pieces\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCharolita Tray\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e12\" x 7\"\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e7 pieces · Complete set\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Mexico and USA\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-hammered copper shot cups with a natural hardwood tray.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600\" alt=\"Copper Shot Cup Flight Sets (Handmade) - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Copper Shot Cup Flight Set\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEnhances spirit tasting\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe copper's thermal properties allow spirits to open naturally, enhancing flavors.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach cup is hand-hammered, making every piece a unique work of art.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly materials\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from 100% pure copper and a natural hardwood tray.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCrafted\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eEach cup is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by skilled artisans.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eUnique\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eNatural patina develops over time on \u003cstrong\u003ecopper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurable\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eBuilt to last with a \u003cstrong\u003elifetime guarantee\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Natural patina · Artisan quality\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who treasure the art of tasting, the Copper Shot Cup Flight Set is more than drinkware, it's an experience.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eCraftsmanship\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach cup is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by artisans, ensuring a unique texture and feel. This attention to detail elevates the experience beyond ordinary drinkware.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eThermal properties\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's \u003cstrong\u003esuperior thermal conductivity\u003c\/strong\u003e keeps your spirits at the optimal temperature longer, allowing flavors to evolve as you sip.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eLongevity\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith proper care, these cups develop a natural patina that enhances their beauty and character over time, making them a lasting addition to any bar.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eEnhance your tasting · Crafted with care\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour tasting rituals become more refined\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Copper Shot Cup Flight Set, drinking spirits was just a routine. After, it becomes a sophisticated ritual, enhancing every sip with elegance.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003eartisan craftsmanship\u003c\/strong\u003e transforms your drinking experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Shot Cup Set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eTray Dimensions\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e12\" x 7\"\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003ePrecise tray size for elegant presentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eTray Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNatural hardwood\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003ePremium materials ensure quality and durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care extends the life and beauty of copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6 x Tequilero Shot Cups, 1 x Charolita Tray\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eComplete set for tastings and gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eDimensions are approximate and may vary slightly due to handmade nature.\u003c\/p\u003e\n  \n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper can't match utility? Think again.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal regulation\u003c\/strong\u003e far exceeds that of conventional materials, ensuring your spirits maintain optimal tasting temperature.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's craftsmanship elevates copper's beauty with functionality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1200\" alt=\"Copper Shot Cup Flight Sets (Handmade) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhere elegance meets experience\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning the Copper Shot Cup Flight Set transforms your spirit-tasting into an elegant ritual. Each sip becomes an experience, steeped in tradition and craftsmanship.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eThis set offers \u003cstrong\u003etimeless elegance\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003e\u003cstrong\u003eDiscerning hosts\u003c\/strong\u003e and \u003cstrong\u003eartisanal collectors\u003c\/strong\u003e who appreciate the fusion of beauty and function will find the Copper Shot Cup Flight Set indispensable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003ehammered copper finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ecopper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of copper's thermal properties to other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal efficiency\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper's conductivity\u003c\/strong\u003e ensures spirits remain at the right temperature, enhancing flavor profiles.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eUnique patina\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eOver time, the \u003cstrong\u003ecopper develops a patina\u003c\/strong\u003e, adding character and elegance to the cups.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted to last, these cups withstand the test of time, becoming heirloom pieces.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The copper cups bring out the best in my whiskey.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHow it compares\u003c\/h2\u003e\n      \n    \u003c\/div\u003e\n    \n    \n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Shot Cup Flight Sets (Handmade), Elevate (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n\u003cth\u003eGeorg Jensen\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eSky Shot Glass Set\u003c\/small\u003e\n\u003c\/th\u003e\n\u003cth\u003eRoyal Selangor\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003ePewter Shot Glass Set\u003c\/small\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncludes\u003c\/td\u003e\n\u003ctd class=\"\"\u003e6 x Tequilero Shot Cups, 1 x Charolita Tray\u003c\/td\u003e\n\u003ctd class=\"\"\u003e2 shot glasses\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eNatural hardwood\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePewter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$199\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$65.00\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$170.00\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-ppp=\"1\"\u003e\n\u003ctd\u003ePrice per piece\u003c\/td\u003e\n\u003ctd\u003e$28.43\/pc\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDenmark\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMalaysia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHand Wash\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eRecommended\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (2 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted from natural hardwood, this set offers a touch of authenticity and elegance missing in factory-made options.\u003cspan class=\"cc-mob-hide\"\u003e Choose stainless steel, and the charm fades when the cold, lifeless material meets your hand at the dinner party.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted Excellence\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your spirit-tasting experience with artisan craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect moments for using the set\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with an elegant tasting experience at your next event.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePersonal tastings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your own spirit-tasting ritual with these premium copper cups.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn exquisite gift for those who appreciate fine craftsmanship and unique pieces.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome decor\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of sophistication to your bar display with this beautiful set.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCollector's item\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA must-have for those who collect artisan-made barware and unique home items.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1200\" alt=\"Copper Shot Cup Flight Sets (Handmade) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome tastings are ordinary. Some are transformative.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eThe Copper Shot Cup Set is for the latter.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper excels in spirit tasting\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003epure copper shot cups\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs. other materials: thermal efficiency illustrated\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is eight times better than stainless steel, offering rapid heat-up and even distribution. This makes it ideal for maintaining the optimal temperature of your spirits.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eTechnical insight:\u003c\/strong\u003e Copper requires tin lining for cookware due to its reactive surface. This set, however, benefits from pure copper, providing a cool and balanced profile.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThese copper shot cups are crafted to highlight and enhance the unique flavors of your spirits, delivering a superior tasting experience.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for its unmatched thermal properties.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow our shot cups are made\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammer-planishing\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom raw copper to finished cup: the artisan journey\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach shot cup begins from a raw copper sheet, undergoing annealing, raising, and \u003cstrong\u003ehammer-planishing\u003c\/strong\u003e. This meticulous process, far from mass production, results in unique, handcrafted pieces.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eArtisan-made products showcase individual variation. Each cup's slight differences are marks of authenticity, enhancing its visual and tactile appeal.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eBuy a piece\u003c\/strong\u003e of artisanship with every cup.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA legacy of copper craftsmanship\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan roots\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Collection\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTracing the heritage of hand-forged copper craftsmanship\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre, a region with a thousand-year tradition of copper work, influences every piece crafted by Sertodo. This heritage ensures a level of quality that mass-produced items cannot match.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eJonathan Beall founded Sertodo Copper in 1997, inspired by this tradition. His commitment to quality and craftsmanship brings these timeless pieces to life, merging history with modern design.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eExperience tradition\u003c\/strong\u003e with contemporary elegance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1200\" alt=\"Copper Shot Cup Flight Sets (Handmade) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These copper shot cups have transformed my tasting experiences. The thermal properties enhance every sip.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn D., spirit enthusiast, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the craftsmanship. Each cup feels unique and adds elegance to my bar setup.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmma R., collector, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The set is a conversation starter at every party. Guests are always impressed.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLiam T., host, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your bar with these complementary products.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\u0026amp;width=600\" alt=\"Sharpshooter Copper Shot Cups\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSharpshooter Copper Shot Cups\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision pour experience\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/tequilero-copper-shot-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\u0026amp;width=600\" alt=\"Tequilero Copper Shot Cup\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eTequilero Copper Shot Cup\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eClassic tequila tasting\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant cocktail serve\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect mixing tool\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eArtistry in every piece, since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper has been a beacon of artisan craftsmanship. Each product is handcrafted by skilled artisans in Austin, TX and Santa Clara del Cobre, Mexico, using 100% pure copper.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's dedication to quality and tradition ensures that every piece carries the legacy of a thousand-year-old copper tradition, merged with modern elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry each cup immediately to prevent water spots.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish as needed\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish occasionally to restore the bright shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eStore properly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eKeep in a dry place to maintain the copper's appearance and quality.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eBy following these simple steps, your Copper Shot Cup Set will maintain its elegance for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eInvest in elegance and tradition\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003e\u003cstrong\u003eChoosing the Copper Shot Cup Flight Set\u003c\/strong\u003e means investing in a piece of artistry that enhances your tasting experience. Its hand-hammered copper design not only adds elegance but also ensures optimal thermal performance, making it a must-have for spirit enthusiasts.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper for optimal thermal conductivity.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand washing and occasional polishing to maintain its beauty.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eIdeal for enhancing the flavors and aromas of your favorite spirits.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eElevate your tasting ritual with a set that's truly exceptional.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $199\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use these shot cups for hot beverages?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile primarily designed for spirits, the \u003cstrong\u003ethermal conductivity\u003c\/strong\u003e of copper makes these cups suitable for warm beverages. However, be cautious with very hot liquids.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat type of display or storage solution is included with the copper shot cup flight set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the set includes a \u003cstrong\u003enatural hardwood tray\u003c\/strong\u003e handcrafted to fit all six copper shot cups securely. The tray measures 12\" x 7\" and serves both as an elegant presentation piece during tastings and as protective storage between uses, preventing the cups from scratching each other while adding a warm, organic contrast to the copper's metallic luster.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the pure copper material influence the flavor profile and temperature stability during spirit tastings compared to glass or stainless steel?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper's superior \u003cstrong\u003ethermal conductivity\u003c\/strong\u003e—25 times greater than stainless steel, maintains spirits at a consistent, slightly chilled temperature throughout your tasting session. This temperature stability prevents alcohol vapors from overwhelming delicate aromatics, allowing complex flavor notes like vanilla, oak, caramel, and fruit esters to open gradually on the palate rather than being masked by ethanol heat the way they often are in room-temperature glass.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the copper safe for direct contact with drinks?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the 100% pure copper used is safe for contact with beverages. Regular polishing can maintain the cups’ finish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill these handcrafted copper shot cups develop a natural patina over time, and does that affect their performance or safety?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, over time, 100% pure copper naturally develops a \u003cstrong\u003erich, warm patina\u003c\/strong\u003e ranging from rose gold to deeper bronze tones, a hallmark of authentic solid copper that mass-produced plated alternatives cannot replicate. This patina is completely safe, does not affect the taste of your spirits, and many collectors prize it as evidence of genuine handcrafted copper. You can polish the cups back to their original luster anytime, or embrace the lived-in character that develops with use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the best way to clean these cups?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with mild soap and dry immediately.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I have these copper shot cups custom engraved with initials, dates, or a personal message for gifting?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, custom engraving is available for personalization, perfect for monograms, wedding dates, anniversary messages, or a favorite quote. Because each cup is individually handcrafted from solid copper (not plated), engraving cuts into the actual copper body, creating a permanent, heirloom-quality detail that won't wear away like surface printing. This transforms the set into a meaningful gift for weddings, retirements, or milestone celebrations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the recommended storage method for these handcrafted copper shot cups to prevent tarnishing and maintain their finish between uses?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eStore the cups in a dry environment using the included hardwood tray to keep them organized and protected. A glass-front cabinet, bar shelf, or climate-controlled cupboard works best. Avoid damp basements or humid environments that accelerate tarnishing. If storing long-term, consider wrapping each cup individually in soft cloth to preserve the polished finish, though many owners display them openly as decorative art between tasting sessions.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these solid copper shot cups durable enough for outdoor entertaining, camping, or patio use without damage?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the solid copper construction makes these cups extremely durable for outdoor use, camping trips, patio gatherings, or poolside tastings. However, exposure to moisture, salt air, or acidic rain can accelerate patina development, so rinse and dry them thoroughly after outdoor use. Unlike thin-walled or plated alternatives that dent or flake, these handcrafted cups are built to withstand the rigors of travel and outdoor entertaining while maintaining their structural integrity.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes Sertodo different from other brands?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo is known for its \u003cstrong\u003eartisan craftsmanship\u003c\/strong\u003e, using 100% pure copper and traditional techniques from Santa Clara del Cobre, Mexico.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart: $199\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Can I use these shot cups for hot beverages?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While primarily designed for spirits, the thermal conductivity of copper makes these cups suitable for warm beverages. However, be cautious with very hot liquids.\"}}, {\"@type\": \"Question\", \"name\": \"Do the shot cups come with a stand?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the set includes a natural hardwood tray that acts as a stand for the shot cups, providing elegant presentation.\"}}, {\"@type\": \"Question\", \"name\": \"How does copper affect tasting notes?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper enhances tasting by maintaining the ideal temperature of spirits, allowing flavors to open naturally and fully.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper safe for direct contact with drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the 100% pure copper used is safe for contact with beverages. Regular polishing can maintain the cups’ finish.\"}}, {\"@type\": \"Question\", \"name\": \"Can these cups develop a patina?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, over time, copper naturally develops a rich patina that enhances its aesthetic appeal.\"}}, {\"@type\": \"Question\", \"name\": \"What is the best way to clean these cups?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and dry immediately. Avoid to maintain the copper’s luster.\"}}, {\"@type\": \"Question\", \"name\": \"Are these cups engraved?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Engraving is available for personalization. Adding a name or quote makes it a special gift.\"}}, {\"@type\": \"Question\", \"name\": \"How should I store these cups?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Store in a dry place to prevent tarnishing. A glass cabinet or dry shelf is ideal.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use these cups outdoors?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, these cups are durable enough for outdoor use, but ensure to clean and dry them after exposure to elements.\"}}, {\"@type\": \"Question\", \"name\": \"What makes Sertodo different from other brands?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Sertodo is known for its artisan craftsmanship, using 100% pure copper and traditional techniques from Santa Clara del Cobre, Mexico.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Shot Cup Flight Sets (Handmade)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Shot Cup Flight Sets by Sertodo are handcrafted from 100% pure copper, designed to enhance your spirit-tasting experience with superior thermal conductivity. Made in Austin, TX and Santa Clara del Cobre, Mexico, these cups offer elegance and durability.\",\n  \"sku\": \"C-SHT-TQ-6Flight\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"199\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"Mexico and USA\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Pure Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Tray Material\",\n      \"value\": \"Natural Hardwood\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Set Size\",\n      \"value\": \"6 cups, 1 tray\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"Tray: 12\\\" x 7\\\"\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Handcrafted in Mexico and USA\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Shot Cup Flight Sets (Handmade), Elevate Your Spirits\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$199\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-shot-cup-flight-sets')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Tequilero Shot Cup Flight Set","offer_id":41232186048615,"sku":"C-SHT-TQ-6Flight","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Sharpshooter Shot Cup Flight Set","offer_id":41232186081383,"sku":"C-SHT-SS-6Flight","price":208.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995"},{"product_id":"copper-ringer-bar-spoon","title":"Copper Ringer Bar Spoon","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=1600\" alt=\"Copper Ringer Bar Spoon - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Ringer Bar Spoon, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON2__85734.jpg?v=1740442016\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON2__85734.jpg?v=1740442016\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON2__85734.jpg?v=1740442016\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Ringer Bar Spoon, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON3__82298.jpg?v=1740442022\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON3__82298.jpg?v=1740442022\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON3__82298.jpg?v=1740442022\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Ringer Bar Spoon, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_112301_2__12308.jpg?v=1740442052\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_112301_2__12308.jpg?v=1740442052\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_112301_2__12308.jpg?v=1740442052\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Ringer Bar Spoon, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_113137__02151.jpg?v=1740442033\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_113137__02151.jpg?v=1740442033\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_113137__02151.jpg?v=1740442033\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Ringer Bar Spoon, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_103728__57065.jpg?v=1740442027\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_103728__57065.jpg?v=1740442027\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_103728__57065.jpg?v=1740442027\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Ringer Bar Spoon, view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2 mm thick copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003ePolish to maintain shine\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eCrafted by artisans\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMade in recycled sources \u0026amp; Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo Copper · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Ringer Bar Spoon - Bar-Grade Precision\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e2 mm Hammered Copper · 12\" \u0026amp; 20\" Options\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The way the copper catches the light makes every cocktail feel special.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e191 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$47\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232186277991\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $11 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003e2 mm thick hammered copper\u003c\/strong\u003e delivers superior durability and elegance. Handmade in Austin, TX and Santa Clara del Cobre, Mexico.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e2 mm thick copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003ePolish to maintain shine\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eCrafted by artisans\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMade in recycled sources \u0026amp; Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Copper Ringer Bar Spoon different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 2 mm hammered copper different from mass-produced metalware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for a unique texture and grip that mass-produced tools cannot match.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e2 mm thick copper\u003c\/strong\u003e, offering durability and a luxurious feel.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDESIGN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe distinctive \u003cstrong\u003ering design\u003c\/strong\u003e allows for elegant presentation and precise control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eLifetime workmanship guarantee ensures your \u003cstrong\u003eSertodo Copper\u003c\/strong\u003e spoon remains a treasured tool.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with most bar spoons\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"sc2-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"90\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - stamped metal\u003c\/text\u003e\n        \u003cpath d=\"M 32 50 Q 28 108 80 116 Q 132 108 128 50\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 32 50 Q 28 108 80 116 Q 132 108 128 50\" fill=\"url(#sc2-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"32\" y1=\"50\" x2=\"128\" y2=\"50\" stroke-width=\"2.5\" stroke=\"#9B8B78\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"128\" y1=\"50\" x2=\"196\" y2=\"-4\" stroke-width=\"5\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"128\" y1=\"50\" x2=\"196\" y2=\"-4\" stroke-width=\"1.4\" stroke=\"#9B8B78\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"70\" cy=\"88\" r=\"4\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"92\" cy=\"73\" r=\"3\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"80\" y1=\"116\" x2=\"80\" y2=\"128\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"80\" y=\"138\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003epits · corrodes\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"120\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"360\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - sand-cast\u003c\/text\u003e\n        \u003cpath d=\"M 304 50 Q 300 108 352 116 Q 404 108 400 50\" fill=\"#D8D0C4\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"304\" y1=\"50\" x2=\"400\" y2=\"50\" stroke-width=\"5.5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"400\" y1=\"50\" x2=\"466\" y2=\"-4\" stroke-width=\"9\" stroke=\"#C8C0B4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"400\" y1=\"50\" x2=\"466\" y2=\"-4\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 318 62 Q 336 100 352 112\" stroke-width=\"1.5\" stroke=\"#FAF7F2\" opacity=\"0.6\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"400\" y1=\"50\" x2=\"434\" y2=\"34\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"436\" y=\"31\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003esolid cast rim\u003c\/text\u003e\n        \u003cline x1=\"352\" y1=\"116\" x2=\"352\" y2=\"128\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"352\" y=\"138\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays bright · warp-free\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCrate \u0026amp; Barrel\u003c\/strong\u003e entry-line metalware offers a consistent finish and is widely available. However, \u003cstrong\u003ethin-walled metal spoons\u003c\/strong\u003e often dent over time, and \u003cstrong\u003eplated finishes\u003c\/strong\u003e can flake, detracting from the mixing experience.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"sc3-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n      \u003c\/defs\u003e\n      \u003ctext x=\"52\" y=\"12\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin-plated\u003c\/text\u003e\n      \u003cpath d=\"M 14 100 Q 12 130 52 136 Q 92 130 90 100\" fill=\"#EDE8DE\" stroke-width=\"1.4\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 14 100 Q 12 130 52 136 Q 92 130 90 100\" fill=\"url(#sc3-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n      \u003cline x1=\"14\" y1=\"100\" x2=\"90\" y2=\"100\" stroke-width=\"2\" stroke=\"#9B8B78\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"90\" y1=\"100\" x2=\"118\" y2=\"54\" stroke-width=\"4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"90\" y1=\"100\" x2=\"118\" y2=\"54\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/line\u003e\n      \u003ctext x=\"52\" y=\"149\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ewears through\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"90\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"228\" y=\"12\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid metal\u003c\/text\u003e\n      \u003cpath d=\"M 186 100 Q 184 130 224 136 Q 264 130 262 100\" fill=\"#DDD5C0\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003cline x1=\"186\" y1=\"100\" x2=\"262\" y2=\"100\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"262\" y1=\"100\" x2=\"288\" y2=\"54\" stroke-width=\"9\" stroke=\"#C8C0B4\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"262\" y1=\"100\" x2=\"288\" y2=\"54\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n      \u003cpath d=\"M 196 108 Q 210 126 224 132\" stroke-width=\"1.4\" stroke=\"#FAF7F2\" opacity=\"0.6\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"228\" y=\"149\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ebuilt to last\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the spoon just needs to stir, standard stainless works. But if it should impress, the details matter.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is 2 mm thick hammered copper that adds elegance to every cocktail, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this spoon right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this spoon\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love handcrafted bar tools*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis spoon's artisanal finish and solid feel make it a premium choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek cocktail precision*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe unique ring design allows for precise control in mixing.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate heritage craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSourced from a thousand-year tradition of copper work.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value durability and elegance*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIts solid copper construction ensures it will last a lifetime.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this spoon if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Want a lightweight option*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe solid copper material gives it a heftier feel.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis premium spoon reflects its quality and craftsmanship in price.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Looking for a plastic spoon*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis is a solid copper tool, offering a different tactile experience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Mixologists and cocktail enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eWho appreciate the precision and flair of a handcrafted tool.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Bartenders seeking unique tools*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIts design and material make it a standout in any bar setting.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Collectors of fine barware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThis spoon adds an artisanal touch to any collection.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Those valuing traditional craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eHandmade with techniques passed down through generations.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186114151\" data-handle=\"copper-iced-tea-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSharpshooter Copper Shot Cups\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188571751\" data-handle=\"sharpshooter-copper-shot-cups\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Copper Ringer Bar Spoon\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade with traditional techniques that add authenticity and character to each piece.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eDurable Design\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eSolid copper construction ensures longevity and reliability in every use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eBartender Approved\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMixologists appreciate its weight and balance for precise cocktail creation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurable\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCrafted from \u003cstrong\u003e2 mm thick copper\u003c\/strong\u003e for lasting use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eElegant\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eThe hammered finish provides a \u003cstrong\u003estunning visual\u003c\/strong\u003e appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eTraditional\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eForged in a \u003cstrong\u003ethousand-year-old\u003c\/strong\u003e copper tradition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · 2 mm thick copper · Artisan crafted\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor the discerning mixologist, the Copper Ringer Bar Spoon isn't just a tool, it's an essential.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003esolid copper\u003c\/strong\u003e construction, this spoon resists everyday wear and tear, ensuring it remains a staple in your barware collection for years.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eArtisan Aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003ehand-hammered finish\u003c\/strong\u003e not only enhances grip but also adds a touch of elegance to every cocktail you craft.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in a quality tool like this saves money in the long run, as it outperforms and outlasts lesser alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eDurable copper material · Unique design · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eEvery cocktail becomes an experience\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore, your bar tools might have been functional but ordinary. With the Copper Ringer Bar Spoon, every drink becomes a crafted experience, delivering both \u003cstrong\u003eprecision\u003c\/strong\u003e and \u003cstrong\u003estyle\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eEmbrace a new standard in mixology with a tool that elevates every pour.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Ringer Bar Spoon is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Weight\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e12-inch\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 inch diameter ring\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003e20-inch\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1.5 inch diameter ring\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eChoose the size that fits your style.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Finish\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm thick hammered copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eSurface Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCrafted for elegance and durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCare \u0026amp; Compatibility\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash only, polish to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eAvoid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAbrasives\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care ensures longevity and beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Ringer Bar Spoon (choose size)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eA singular piece that elevates your barware.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change based on production updates.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper can't last? Think again.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany believe \u003cstrong\u003ecopper tools\u003c\/strong\u003e lose their luster quickly. In reality, with proper care, they maintain their shine and performance for decades.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eInvest in quality now and enjoy cocktails made with precision and style.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SPOON3__82298.jpg?v=1740442022\u0026amp;width=1200\" alt=\"Copper Ringer Bar Spoon - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFor those who craft, not just mix\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe Copper Ringer Bar Spoon isn't just a tool; it's a statement. With each stir, it enhances the cocktail experience, transforming a routine into an art.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eChoose \u003cstrong\u003eartistry\u003c\/strong\u003e over mass production.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor mixologists and cocktail enthusiasts who appreciate \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e, \u003cstrong\u003eelegant design\u003c\/strong\u003e, and the \u003cstrong\u003elasting quality\u003c\/strong\u003e of hand-hammered copper tools.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003eSolid copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003eSolid copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of mass-produced vs. handcrafted copper spoon.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eWeight and feel\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003esolid copper\u003c\/strong\u003e provides a substantial, balanced feel in hand, enhancing control during mixing.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered copper resists dents and retains its \u003cstrong\u003eelegant finish\u003c\/strong\u003e longer than mass-produced alternatives.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eVisual appeal\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe unique texture of hammered copper catches the light beautifully, adding a \u003cstrong\u003eluxurious touch\u003c\/strong\u003e to any bar setup.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Stirring with this spoon feels elegant, the weight is just right.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eUnique Ring Design for Enhanced Grip\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Ringer Bar Spoon offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 2 mm thick hammered copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered finish for unique texture\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Made in Austin, TX \u0026amp; Mexico\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eDon't settle for basic grip options; choose the Copper Ringer Bar Spoon for an elevated experience.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Ringer Bar Spoon (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \u003cth\u003eCocktail Kingdom\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eJulep Cup – Silver-Plated Stainless Steel \/ 12oz (360ml)\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eViski\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eParagon Stainless Steel Rocks Tumbler in Satin Green\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eBarfly\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eBarfly Mixology Gear\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eCrafthouse Co.\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted or mass-produced?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, each unique\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMass-produced\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhat material is it made from?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2 mm thick copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSilver-plated stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel, metal and plastic lid, TrueTaste ceramic coating\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eDoes it have a unique finish?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered texture\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSilver-plated finish\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSatin Green\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eUnique ring design\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTraditional Julep Cup redesigned for the modern bar in a lightweight and sturdy stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDouble-walled insulated tumbler with thin rim and faceted design\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStandard bar tools\u003c\/td\u003e\n\u003ctd class=\"\"\u003eModern ergonomic design with vintage flair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eArtisan craftsmanship\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePlated barware is not dishwasher safe\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTrueTaste ceramic coating inside to prevent metallic aftertaste\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNone\u003c\/td\u003e\n\u003ctd class=\"\"\u003eIncludes 4 AA batteries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eSolid copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePlated\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDouble-walled insulated\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e2 mm thick hammered copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel tumbler, metal and plastic lid, TrueTaste ceramic coating\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish Type\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSilver-Plated\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDishwasher Safe\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHand wash recommended\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$47\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$21.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$29.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (7 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eIt's the only product in this lineup built with unique ring design — the others here simply aren't.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when mixing a signature cocktail and the standard handle slips.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER RINGER COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eCraftsmanship that elevates every cocktail.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for these moments\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome cocktail parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with a tool that adds elegance to your bar setup.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eProfessional mixology\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for bartenders who demand precision and style in every drink.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift-giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful present for the cocktail enthusiast in your life.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial occasions\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCelebrate with a tool that makes each moment memorable and sophisticated.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eBar collections\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your setup with this beautifully crafted copper spoon.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_112301_2__12308.jpg?v=1740442052\u0026amp;width=1200\" alt=\"Copper Ringer Bar Spoon - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome bar tools are just tools. Some are transformative.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eThe Copper Ringer Bar Spoon is for the latter.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy solid copper matters\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-plated\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin shell · dents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eSolid copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid gauge · corrosion resistant\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of mass-produced versus hand-hammered copper.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced metalware, \u003cstrong\u003esolid copper\u003c\/strong\u003e offers superior weight, thermal resistance, and corrosion resistance. It ensures an elegant surface quality and longevity that cheap alternatives can't match.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe \u003cstrong\u003e2 mm thickness\u003c\/strong\u003e of this copper bar spoon provides a substantial feel, resisting dents and maintaining its structural integrity over years of use.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis spoon's \u003cstrong\u003ehand-hammered finish\u003c\/strong\u003e not only enhances its aesthetic appeal but also improves grip and control during cocktail preparation.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eInvesting in quality\u003c\/strong\u003e means enjoying timeless elegance and function.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe casting or forming process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow each spoon is crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-finished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFrom copper selection to hand-finishing.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHandcrafted\u003c\/strong\u003e using traditional methods, ensuring each piece is unique. Unlike mass-produced items, these spoons undergo meticulous quality checks, emphasizing artistry over uniformity.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eVariations in the hammered texture highlight the artisanal nature of each piece, making them \u003cstrong\u003edistinctively individual\u003c\/strong\u003e and richly textured.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of craftsmanship that celebrates uniqueness.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHeritage and modern innovation\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eRegional expertise\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eFounded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper Ringer\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eFrom traditional roots to modern Sertodo Copper craftsmanship.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe long-standing tradition of copper work in Santa Clara del Cobre adds a layer of authenticity and quality to every piece, ensuring each spoon is a testament to skilled artisanship.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper chose this production approach to merge ancient techniques with modern design sensibilities, creating barware that is both functional and beautifully crafted.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience a legacy of quality and craftsmanship in every use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180829_113137__02151.jpg?v=1740442033\u0026amp;width=1200\" alt=\"Copper Ringer Bar Spoon - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is evident in every detail. This spoon has become my go-to for every cocktail session.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., professional mixologist, 2 years ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I gifted this to my bartender friend, and they absolutely love the weight and balance it offers.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJames L., bought as a gift, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I've never seen a bar spoon that looks so elegant and performs so well. Worth every penny!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSophia G., cocktail enthusiast, 9 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set without doubling up\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your bar setup with these complementary tools.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/double-sided-copper-jigger\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=600\" alt=\"Double-Sided Copper Jigger\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eDouble-Sided Copper Jigger\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eMeasure with precision\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sertodo-copper-scoop\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=600\" alt=\"Sertodo Copper Scoop\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSertodo Copper Scoop\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePortion perfectly\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eShake things up\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eServe in style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting quality since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in artisan handmade copper cookware and barware, crafted in Austin, TX, and Santa Clara del Cobre, Mexico. Each piece is made of 100% pure copper and embodies traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo Copper was founded on the belief that traditional methods can create superior products. This dedication to quality and authenticity drives their production approach, ensuring each piece is both functional and beautifully crafted.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWash promptly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eRinse your spoon immediately after use to prevent spotting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry thoroughly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry your spoon completely to maintain its shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to restore your spoon's original luster.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use harsh scrubbing pads that can scratch the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eProper care ensures your Copper Ringer Bar Spoon remains a beautiful and functional tool for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA tool for those who value craft\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Copper Ringer Bar Spoon is an investment in quality and craftsmanship. Its \u003cstrong\u003esolid copper\u003c\/strong\u003e construction and \u003cstrong\u003ehand-hammered finish\u003c\/strong\u003e make it a standout tool for any mixologist. While the price reflects its artisanal nature, the longevity and elegance it brings to cocktail crafting make it worth every penny.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted from 2 mm thick hammered copper, providing durability and elegance.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHandmade in Austin, TX, and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand washing and regular polishing to maintain its luster.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eFeatures a unique ring design for enhanced control during mixing.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eElevate your cocktail crafting with a tool that embodies tradition and quality.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $47\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sizes do the copper bar spoons come in?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Copper Ringer Bar Spoon is available in \u003cstrong\u003e12-inch\u003c\/strong\u003e and \u003cstrong\u003e20-inch\u003c\/strong\u003e sizes, catering to different mixing needs.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I properly care for a copper bar spoon?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eTo maintain its shine, \u003cstrong\u003ehand wash\u003c\/strong\u003e your spoon, dry it completely, and use a copper polish regularly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes authentic solid copper develop the natural patina that many bartenders value, and can I restore the original shine if I prefer it?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, solid copper naturally develops a warm patina over time, a hallmark of authentic material that many professional bartenders value for its character. If you prefer the original mirror-like shine, regular \u003cstrong\u003epolishing with copper cleaner\u003c\/strong\u003e restores it completely. Unlike thin copper plating that wears through to reveal base metal, solid 2 mm copper allows you to polish indefinitely without compromising the integrity.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sustainability practices distinguish the copper sourcing and production process from mass-manufactured barware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the copper used is \u003cstrong\u003e100% recycled material\u003c\/strong\u003e sourced through environmentally responsible channels, reducing mining impact while maintaining the same thermal and antimicrobial properties as virgin copper. Combined with individual hand-fabrication in Austin, TX and Santa Clara del Cobre, Mexico, not energy-intensive factory stamping, this approach reflects a commitment to sustainable craftsmanship over mass production economics.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the signature ring handle design improve grip control and balance compared to traditional straight-shaft bar spoons?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe ring handle provides a \u003cstrong\u003etactile anchor point\u003c\/strong\u003e that prevents slippage during extended stirring sessions, giving bartenders superior rotational control when layering or aerating spirits. The balanced weight distribution between the 2 mm copper shaft and ring also reduces wrist fatigue during high-volume service, an ergonomic advantage that mass-produced stamped spoons with inconsistent weight can't replicate.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes this spoon different from others?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eMade from \u003cstrong\u003e2 mm thick hammered copper\u003c\/strong\u003e, it offers superior durability and a unique hand-hammered finish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this spoon suitable for professional bartenders?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, it's designed for \u003cstrong\u003emixologists\u003c\/strong\u003e and cocktail enthusiasts who appreciate precision and artistry.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan it be used as a gift?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, it makes a wonderful gift for anyone passionate about \u003cstrong\u003ecocktail crafting\u003c\/strong\u003e and fine barware.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart: $47\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What sizes do the copper bar spoons come in?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Copper Ringer Bar Spoon is available in 12-inch and 20-inch sizes, catering to different mixing needs.\"}}, {\"@type\": \"Question\", \"name\": \"How do I properly care for a copper bar spoon?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"To maintain its shine, hand wash your spoon, dry it completely, and use a copper polish regularly.\"}}, {\"@type\": \"Question\", \"name\": \"Can the spoon develop a patina over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper develops a natural patina. Polishing will restore its original shine if desired.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper sourced sustainably?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the copper used is recycled, supporting environmentally friendly practices.\"}}, {\"@type\": \"Question\", \"name\": \"How does the ring design enhance usage?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The ring design offers better control and an elegant presentation, ideal for precise cocktail crafting.\"}}, {\"@type\": \"Question\", \"name\": \"What makes this spoon different from others?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Made from 2 mm thick hammered copper, it offers superior durability and a unique hand-hammered finish.\"}}, {\"@type\": \"Question\", \"name\": \"Is this spoon suitable for professional bartenders?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely, it's designed for mixologists and cocktail enthusiasts who appreciate precision and artistry.\"}}, {\"@type\": \"Question\", \"name\": \"Can it be used as a gift?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it makes a wonderful gift for anyone passionate about cocktail crafting and fine barware.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Ringer Bar Spoon\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Copper Ringer Bar Spoon by Sertodo is a premium cocktail mixing tool crafted from 2 mm thick hammered copper. Handmade in Austin, TX, and Santa Clara del Cobre, Mexico, it is available in 12-inch and 20-inch sizes. The spoon is designed for mixologists who value precision and elegance.\",\n  \"sku\": \"BT-SP-12\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"47\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"2 mm thick hammered copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Weight\",\n      \"value\": \"Substantial feel for precise control\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered texture for improved grip\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care\",\n      \"value\": \"Hand wash only\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes\",\n      \"value\": \"12-inch and 20-inch\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Guarantee\",\n      \"value\": \"Lifetime workmanship guarantee\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Ringer Bar Spoon - Bar-Grade Precision\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$47\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-ringer-bar-spoon')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"12 inch (30cm)","offer_id":41232186277991,"sku":"BT-SP-12","price":47.0,"currency_code":"USD","in_stock":true},{"title":"20 inch (50cm)","offer_id":41232186310759,"sku":"BT-SP-20","price":65.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008"},{"product_id":"copper-cocktail-glasses","title":"Copper Cocktail Glasses (Handmade)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .2s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; border-radius: 4px;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #D43F2F; padding: 4px 10px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=1600\" alt=\"Copper Cocktail Glasses (Handmade) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143559_2__87009.jpg?v=1740442063\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143559_2__87009.jpg?v=1740442063\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143559_2__87009.jpg?v=1740442063\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143825_2__96180.jpg?v=1740442083\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143825_2__96180.jpg?v=1740442083\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143825_2__96180.jpg?v=1740442083\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_11.jpg?v=1740442046\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_11.jpg?v=1740442046\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_11.jpg?v=1740442046\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX_copy__78056.jpg?v=1740442089\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX_copy__78056.jpg?v=1740442089\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX_copy__78056.jpg?v=1740442089\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Plain.jpg?v=1740442056\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Plain.jpg?v=1740442056\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Plain.jpg?v=1740442056\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Base.jpg?v=1740442075\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Base.jpg?v=1740442075\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Base.jpg?v=1740442075\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Plain_167ec66e-c767-40a5-aa16-b52af4869e2f.jpg?v=1740442069\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Plain_167ec66e-c767-40a5-aa16-b52af4869e2f.jpg?v=1740442069\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX-Plain_167ec66e-c767-40a5-aa16-b52af4869e2f.jpg?v=1740442069\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Copper Cocktail Glasses (Handmade), view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHammer polished finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-conscious production\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003e20 oz capacity\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Copper Cocktail Glasses (Handmade), Unbreakable Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e20 oz Capacity · Hand-Hammered · 100% Pure Copper\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Awesome cup. Well made, heavy and looks amazing. I’ll definitely buy more products.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eGA, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e190 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$75\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232186343527\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $18 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandmade\u003c\/strong\u003e from 100% pure copper, these cocktail glasses offer exceptional durability and style. Crafted in Austin, TX and Santa Clara del Cobre, Mexico, they are perfect for any elegant occasion.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHammer polished finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-conscious production\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003e20 oz capacity\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow are Copper Cocktail Glasses different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes pure copper barware stand out from glass or plastic alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003ePure copper\u003c\/strong\u003e provides unmatched durability, resisting tarnish and aging gracefully over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCHILL FACTOR\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's conductive nature keeps drinks cooler \u003cstrong\u003elonger\u003c\/strong\u003e than glass, enhancing your cocktail experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach glass is hand-hammered, showcasing the skill and artistry involved in its creation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSTYLE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThese glasses add a sophisticated touch to any gathering, perfect for stylish hosts.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look glasses fail\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 — thin-plated\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003edents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 — solid metal\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eholds shape · finish lasts\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable copper-glazed glasses, but thin copper coating over glass fails. Hot spots develop, and delamination occurs with regular use. \u003cstrong\u003eMass-produced\u003c\/strong\u003e versions lack the weight and craftsmanship for true copper performance.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin-plated\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ewears through\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid metal\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ebuilt to last\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the glass just needs to hold drinks, Cuisinart does the job. But if style and durability matter, consider this.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is 100% pure copper that maintains drink chill longer and offers artisanal beauty, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou love hosting events\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThese copper cocktail glasses are perfect for impressing guests with their elegant design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou value durability\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade from 100% pure copper, these glasses are built to last and resist tarnishing.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou appreciate craftsmanship\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eHand-hammered and eco-friendly, they showcase Sertodo's dedication to quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eYou enjoy unique design\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach glass is individually handmade, offering a one-of-a-kind touch to your barware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eYou need stackable glasses\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese glasses are not designed to be stackable for storage convenience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eYou have budget constraints\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003ePremium craftsmanship comes at a price, which might not suit all budgets.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eYou prefer modern materials\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you seek glass or plastic, these pure copper glasses might not meet your needs.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eStylish hosts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThese glasses offer a sophisticated touch to any gathering, enhancing the ambiance.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCopper enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who appreciate the unique properties and aesthetics of copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEco-conscious buyers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eCrafted from recycled copper, these glasses are an environmentally friendly choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eGift givers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for gifting to friends who appreciate artisan craftsmanship and elegant design.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSharpshooter Copper Shot Cups\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188571751\" data-handle=\"sharpshooter-copper-shot-cups\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/sertodo-copper-scoop\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/sertodo-copper-scoop\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSertodo Copper Scoop\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188604519\" data-handle=\"sertodo-copper-scoop\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sertodo Copper Glasses\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eSertodo's glasses are hand-hammered, reflecting the brand's commitment to quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e❄️\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eTemperature Control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's conductivity keeps drinks cooler longer, enhancing the drinking experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-Friendly\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from recycled copper, they are a sustainable choice for eco-conscious buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eQuality\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered for \u003cstrong\u003edurability\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eChill\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCopper keeps \u003cstrong\u003edrinks cooler\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eStyle\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eElegant, \u003cstrong\u003eluxurious design\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered · 20 oz capacity · Recycled copper\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eSertodo Copper Glasses\u003c\/em\u003e redefine what it means to serve with style. They are for hosts who value elegance and durability in every detail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability That Lasts\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach glass is made from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, ensuring a long-lasting product that resists tarnishing and maintains its elegance over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish provides a unique, artisanal touch that elevates any drinking experience, making it memorable and sophisticated.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile the initial cost reflects its quality, these glasses offer \u003cstrong\u003elasting value\u003c\/strong\u003e that outpaces cheaper alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eUnbreakable elegance · Keeps drinks cooler\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes with Sertodo\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eDrinkware becomes a statement piece\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning Sertodo Copper Glasses, drinkware might seem functional. After, it transforms into an elegant centerpiece that enhances the ambiance and elevates every gathering.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003eSertodo Copper\u003c\/strong\u003e, your table tells a story of quality and sophistication.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Copper Cocktail Glasses are made of\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements are approximate as each piece is handmade.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure copper from recycled sources\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible. Handmade using traditional methods.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash recommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHand wash only. Regular polishing recommended to maintain shine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Copper Cocktail Glass\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eEach glass is handcrafted, ensuring unique character.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are based on artisan craftsmanship.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper durability vs perceived fragility\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany think copper is fragile like glass. \u003cstrong\u003eIn reality, it's unbreakable\u003c\/strong\u003e and ages beautifully, making it a lasting choice for drinkware.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eCopper's ability to maintain chill and resist corrosion sets it apart from other materials.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143825_2__96180.jpg?v=1740442083\u0026amp;width=1200\" alt=\"Copper Cocktail Glasses (Handmade) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoosing style and function together\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOpting for Sertodo Copper means embracing both aesthetic appeal and practical durability. These glasses are more than drinkware; they're an investment in quality.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eExperience \u003cstrong\u003elasting luxury\u003c\/strong\u003e with every sip.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor those who host with \u003cstrong\u003estyle\u003c\/strong\u003e, cherish \u003cstrong\u003ecraftsmanship\u003c\/strong\u003e, and value \u003cstrong\u003eeco-conscious\u003c\/strong\u003e choices, Sertodo Copper Glasses meet every expectation with elegance and durability.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat copper does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHammered copper finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs other metals in drinkware\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e conducts temperature 8x better than stainless steel, keeping drinks cooler longer.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eAnti-Corrosion\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper naturally resists tarnishing and corrosion, ensuring a long lifespan for your drinkware.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eEco-Friendly\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from recycled copper, these glasses are a sustainable choice for the environmentally conscious.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"I love how these glasses keep my drinks cold and look stunning.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-crafted vs mass-produced, what you're actually choosing\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Copper Cocktail Glasses offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Reflective hand-polished finish\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Eco-conscious, recycled materials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eChoose the experience of true artisan quality over settling for mass-produced mediocrity.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eCopper Cocktail Glasses (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \u003cth\u003eWaterford\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eWaterford Crystal Glasses\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eOrrefors\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eOrrefors Crystal Glasses\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eRiedel\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eRiedel Drink Specific Glassware\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eSchott Zwiesel\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eSchott Zwiesel Tritan Crystal Glasses\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot applicable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Ireland\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Sweden\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Austria\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Germany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHandmade, hand-hammered\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMachine-made\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMachine-made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$75\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$49.00\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHand-hammered craftsmanship sets these copper cocktail glasses apart, offering a tactile elegance the cheaper options can't match.\u003cspan class=\"cc-mob-hide\"\u003e Because when your special night arrives, machine-made alternatives lack the unique touch — and that's not the moment to settle.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eBARWARE COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your gatherings with unbreakable elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect occasions for copper glasses\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCocktail Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress your guests with the elegance of copper at your next gathering.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner Events\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance the dining experience with drinkware that stands out on the table.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful, unique gift for those who appreciate craftsmanship.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWeddings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of luxury to wedding receptions with these beautiful glasses.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAnniversaries\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCelebrate special occasions with drinkware that reflects quality and style.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_11.jpg?v=1740442046\u0026amp;width=1200\" alt=\"Copper Cocktail Glasses (Handmade) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome drinkware is functional. Some is unforgettable.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the unforgettable kind.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper's unique thermal properties\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-plated\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin shell · dents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure copper finish\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid gauge · corrosion resistant\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCompare thermal conductivity: copper vs. alternatives\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e conducts heat eight times better than stainless steel, making it ideal for keeping drinks chilled longer. Its conductivity ensures even cooling, an advantage over glass or aluminum.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's remarkable thermal conductivity requires no lining for drinkware, unlike cookware that needs tin lining to prevent reactivity with food.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIn these cocktail glasses, copper's thermal benefits mean your drinks stay colder, enhancing flavor and enjoyment.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e is unmatched for drinkware that maintains chill.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting method of Sertodo Copper\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eSee the 4-step creation process of copper craftsmanship\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced alternatives, Sertodo Copper products are \u003cstrong\u003esolid metal\u003c\/strong\u003e by skilled artisans, ensuring each piece is uniquely crafted and of the highest quality.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe individual variations in hammering patterns make each glass a unique piece of art, valued for its beauty and functionality.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEvery glass is a testament to artisanal skill.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHistory of coppersmithing tradition\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eArtisan revival\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eModern elegance\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eExplore the timeline of copper craftsmanship\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper draws on a rich tradition from Santa Clara del Cobre, Mexico, a region known for its exceptional copper work dating back over a thousand years.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis tradition informs Sertodo's commitment to quality and artistry, ensuring each piece is crafted with precision and care.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning Sertodo means embracing a legacy of craftsmanship.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-MIX_copy__78056.jpg?v=1740442089\u0026amp;width=1200\" alt=\"Copper Cocktail Glasses (Handmade) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These glasses are stunning and keep drinks perfectly chilled. Worth every penny.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new home, 8 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Beautiful craftsmanship and excellent temperature retention. My guests always compliment them.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn D., frequent entertainer, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the unique hammered design. They add a touch of elegance to any occasion.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., style-conscious buyer, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003eAlso in the collection\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more from Sertodo to enhance your barware.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/moscow-mule-gift\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=600\" alt=\"Moscow Mule Gift\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eMoscow Mule Gift\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eClassic cocktail appeal\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=600\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eTimeless design\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete your bar\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision measurements\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship rooted in tradition and quality\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in artisan handmade copper cookware and barware. Crafted in Austin, TX and Santa Clara del Cobre, Mexico, each piece reflects a commitment to quality and traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo chooses this artisanal approach to ensure every product offers unparalleled durability and style, maintaining a legacy of excellence.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to maintain your copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eImmediate drying\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDry immediately after washing to prevent water spots and maintain shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRegular polishing\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePolish occasionally to restore the original shine and remove any patina.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid acidic substances\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eKeep away from acidic ingredients to prevent tarnishing and corrosion.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eThese care steps ensure your copper glasses remain beautiful and functional for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy choose Sertodo Copper Glasses\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eSertodo Copper Cocktail Glasses are a \u003cstrong\u003etimeless investment\u003c\/strong\u003e in style and durability. Their craftsmanship and material quality set them apart, making them more than just drinkware. While they come at a premium price, their lasting value and aesthetic appeal more than justify the investment.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper for lasting durability.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand wash and occasional polishing for best longevity.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eUnbreakable design that maintains drink chill better than glass.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose Sertodo for \u003cstrong\u003eelegance that endures\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $75\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these hand-hammered copper glasses designed to be stackable, or will stacking damage the hammered finish over time?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, these hand-hammered copper glasses are not designed for stacking. Each piece's unique hammered texture and artisan-formed shape means stacking would risk denting or scratching the finish, preserving the individual craftsmanship takes priority over space-saving storage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the copper glass maintain drink temperatures?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper's \u003cstrong\u003ehigh thermal conductivity\u003c\/strong\u003e quickly chills the drink and retains the temperature longer than glass.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the beverage capacity the same across styles?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, both the Flat Bottom and Pedestal Base styles have a \u003cstrong\u003e20-ounce capacity\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat's the recommended cleaning method to maintain the hand-hammered finish and prevent damage to the 100% pure copper material?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash only using mild soap and warm water, never use a as high heat and harsh detergents will degrade the copper. Dry immediately with a soft cloth to prevent water spots, and polish regularly with a copper-safe polish to maintain the hand-hammered shine and prevent tarnish buildup.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the 100% pure copper develop tarnish or patina with regular use, and is this normal for hand-hammered copper barware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, 100% pure copper naturally develops a patina over time due to oxidation, this darker, aged look is a hallmark of authentic solid copper and many collectors value it. However, if you prefer the original polished shine, regular use of copper polish will restore the hand-hammered luster and prevent permanent tarnish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I use these glasses for hot beverages?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's not recommended to use copper glasses for hot drinks as the high thermal conductivity may cause the exterior to become hot to touch.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these glasses suitable for outdoor use?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the unbreakable nature of copper makes them ideal for outdoor entertaining without the worry of breakage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat causes water spotting on hand-hammered copper, and how can I prevent it from dulling the polished finish between uses?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWater spotting occurs when mineral deposits in tap water dry on the copper surface. To prevent it, dry your glasses immediately after washing with a soft, lint-free cloth. If spots do appear, a quick polish with copper-safe cleaner will dissolve the deposits and restore the hand-hammered shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes Sertodo Copper different from competitors?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSertodo offers \u003cstrong\u003ehand-hammered, 100% pure copper\u003c\/strong\u003e glasses crafted in Mexico, making each piece unique and eco-friendly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDo they match other copper items in my collection?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, Sertodo's copper finish complements other copper barware for a cohesive look. See also \u003ca href=\"\/products\/moscow-mule-gift\"\u003eMoscow Mule Gift\u003c\/a\u003e and \u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\"\u003eSolid Copper Mule Mug\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart: $75\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"Are the copper glasses stackable?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No, copper glasses are not designed for stacking. Their unique shape and size prioritize aesthetics and functionality over stackability.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How does the copper glass maintain drink temperatures?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper's high thermal conductivity quickly chills the drink and retains the temperature longer than glass.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is the beverage capacity the same across styles?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, both the Flat Bottom and Pedestal Base styles have a 20-ounce capacity.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How should I clean my copper glasses?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and warm water. Dry immediately to prevent water spots. Regular polishing helps maintain the shine.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Will my glasses tarnish over time?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper naturally develops a patina, which some find appealing. Regular polishing will restore the original shine if preferred.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can I use these glasses for hot beverages?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It's not recommended to use copper glasses for hot drinks as the high thermal conductivity may cause the exterior to become hot to touch.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are these glasses suitable for outdoor use?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the unbreakable nature of copper makes them ideal for outdoor entertaining without the worry of breakage.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How can I prevent spotting?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Dry immediately after washing. If spotting occurs, a quick polish will restore the shine.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What makes Sertodo Copper different from competitors?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Sertodo offers hand-hammered, 100% pure copper glasses crafted in Mexico, making each piece unique and eco-friendly.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Do they match other copper items in my collection?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, Sertodo's copper finish complements other copper barware for a cohesive look.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Copper Cocktail Glasses (Handmade)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"Handmade Copper Cocktail Glasses by Sertodo, with 20 oz capacity and hand-hammered from 100% pure copper. Crafted in Austin, TX and Santa Clara del Cobre, Mexico, these glasses offer durability and style for any occasion.\",\n  \"sku\": \"BT-MIX-PLAIN\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"75\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% pure copper from recycled sources\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"20 ounces\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hammer polished\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care Instructions\",\n      \"value\": \"Hand wash recommended\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Austin, TX and Santa Clara del Cobre, Mexico\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eCopper Cocktail Glasses (Handmade), Unbreakable Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$75\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'copper-cocktail-glasses')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Flat Bottom","offer_id":41232186343527,"sku":"BT-MIX-PLAIN","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Pedestal Base","offer_id":41232186376295,"sku":"BT-MIX-BASE","price":80.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039"},{"product_id":"double-sided-copper-jigger","title":"Double-Sided Copper Jigger","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=1600\" alt=\"Double-Sided Copper Jigger - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger.png?v=1740439807\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger.png?v=1740439807\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger.png?v=1740439807\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_10.jpg?v=1740442110\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_10.jpg?v=1740442110\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_10.jpg?v=1740442110\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Jigger_Double-Sided.png?v=1740434098\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Jigger_Double-Sided.png?v=1740434098\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Jigger_Double-Sided.png?v=1740434098\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2.png?v=1740434097\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2.png?v=1740434097\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2.png?v=1740434097\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2f6ad796-9765-47cf-8406-3a339d249650.png?v=1740434098\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2f6ad796-9765-47cf-8406-3a339d249650.png?v=1740434098\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2f6ad796-9765-47cf-8406-3a339d249650.png?v=1740434098\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-and-P-CSTR-Jigger-and-Square-Coaster-lifestyle-01-MAIN__43093.jpg?v=1740439800\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-and-P-CSTR-Jigger-and-Square-Coaster-lifestyle-01-MAIN__43093.jpg?v=1740439800\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-and-P-CSTR-Jigger-and-Square-Coaster-lifestyle-01-MAIN__43093.jpg?v=1740439800\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_e2c61756-3a54-4b06-aeaf-303097dcd749.png?v=1740439794\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_e2c61756-3a54-4b06-aeaf-303097dcd749.png?v=1740439794\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_e2c61756-3a54-4b06-aeaf-303097dcd749.png?v=1740439794\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Double-Sided Copper Jigger, view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% recycled copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eDual-sided capacity\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePrecision markings\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Handcrafted in Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Double-Sided Copper Jigger, Elevate Your Mixology\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003eHandcrafted · Dual Measurements · 100% Copper\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered copper finish is both beautiful and practical.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e128 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$37\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232186572903\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $9 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eCrafted from 100% recycled copper\u003c\/strong\u003e, this double-sided jigger is designed for precision. Hand-hammered in Santa Clara del Cobre, Mexico, it ensures accurate measurements for every cocktail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% recycled copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eDual-sided capacity\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePrecision markings\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Double-Sided Copper Jigger different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes recycled copper different from mass-produced metalware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e by skilled artisans, offering a unique and authentic finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, chosen for its sustainability and superior thermal conductivity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDESIGN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eElegant \u003cstrong\u003ehourglass shape\u003c\/strong\u003e with precise internal markings for accurate measurements.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHEALTH\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's \u003cstrong\u003eantimicrobial properties\u003c\/strong\u003e naturally keep your jigger clean and safe.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy thin jiggers fail\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-plated\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003edents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - solid metal\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eholds shape · finish lasts\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      While \u003cstrong\u003eCrate \u0026amp; Barrel\u003c\/strong\u003e entry-line metalware offers a consistent finish, \u003cstrong\u003ethin-walled jiggers\u003c\/strong\u003e dent easily, and plated finishes flake over time, undermining the serving experience.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin-plated\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ewears through\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid metal\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ebuilt to last\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the jigger just needs to measure, entry-line options work. But for style and precision, weight and finish make the call.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is solid copper with visible internal markings and a hand-hammered finish, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this jigger right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this jigger\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Ideal for precision pours*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for those who want exact measurements in their cocktails.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Eco-conscious buyers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade from 100% recycled copper, it's a sustainable choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift for mixologists*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eAn exquisite gift for anyone starting their mixology journey.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Lovers of fine craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach jigger is a testament to traditional copper artistry.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this jigger if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Basic drink mixes*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you don't need precision, a basic jigger might suffice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Heavy-duty use*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eNot ideal for rough handling or commercial use.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget constraints*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf price is the primary concern, consider a simpler alternative.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Low-maintenance preference*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eRequires care to maintain its shine and patina.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Mixology enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who value precision and style in cocktail creation.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Home bar owners*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal addition to a home bar setup for elegant presentations.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Collectors of fine barware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA unique piece for collectors of artisanal bar tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Eco-friendly advocates*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who prioritize sustainable materials in their purchases.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/just-right-copper-cup-10-ounces\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/just-right-copper-cup-10-ounces\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eJust Right Copper Cup, 10 ounces\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187293799\" data-handle=\"just-right-copper-cup-10-ounces\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186114151\" data-handle=\"copper-iced-tea-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Double-Sided Copper Jigger\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach jigger is hand-hammered from recycled copper, showcasing exceptional artisan skill.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003ePerfect Measurements\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eDual-sided design with visible graduations ensures precision in every pour.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e♻️\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainable Choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from 100% recycled copper, this jigger supports eco-friendly practices.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003e100% Copper\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003erecycled materials\u003c\/strong\u003e for durability and sustainability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHandcrafted\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eEach piece is \u003cstrong\u003eunique\u003c\/strong\u003e thanks to its artisanal creation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eLifetime Guarantee\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eBacked by a \u003cstrong\u003elifetime workmanship\u003c\/strong\u003e guarantee, ensuring long-lasting use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper · Dual measurements · Precise pours\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eWhen precision is key, choose copper. Every pour becomes an art form with the Double-Sided Copper Jigger.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability That Lasts\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from 100% recycled copper, this jigger is designed to last decades, offering durability that far exceeds mass-market alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eElegant Aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish provides a tactile and visual appeal that enhances any bar setup, offering elegance with every use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWhile initially an investment, its longevity and timeless design ensure value that outlives cheaper, flimsier options.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eArtisan crafted · Sustainable · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eThe art of cocktail making becomes precise.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Double-Sided Copper Jigger, cocktails may rely on guesswork. After, every drink is crafted with precision, enhancing flavor and consistency.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003ePrecision makes every cocktail an experience\u003c\/strong\u003e, not just a drink.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Double-Sided Copper Jigger is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Weight\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3.5 inches\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1oz \u0026amp; 2oz\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAccurate measurements for cocktail perfection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Finish\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% recycled copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFood Safety\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNaturally antimicrobial\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCopper's natural properties enhance cleanliness.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCare \u0026amp; Compatibility\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eAvoid\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eSteel wool \u0026amp; harsh detergents\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolishing\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUse copper polish or lemon and salt\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care ensures lasting beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Double-Sided Copper Jigger (1oz \u0026amp; 2oz)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle-piece item crafted for precision.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper jiggers are more than just a tool.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIt's easy to overlook the \u003cstrong\u003evalue of craftsmanship\u003c\/strong\u003e, assuming all jiggers perform the same. The hand-hammered copper jigger offers precision and beauty, elevating any cocktail experience.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing this jigger means investing in quality that transforms your mixology.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_10.jpg?v=1740442110\u0026amp;width=1200\" alt=\"Double-Sided Copper Jigger - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eElevate every pour to an art form.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOwning a Double-Sided Copper Jigger means never compromising on precision or style. Each drink becomes a crafted masterpiece, reflecting your commitment to quality and taste.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003ePrecision and elegance\u003c\/strong\u003e are never out of reach when you choose copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThe \u003cstrong\u003eDouble-Sided Copper Jigger\u003c\/strong\u003e is for those who see cocktail making as more than mixing drinks. It's for \u003cstrong\u003eprecision-driven\u003c\/strong\u003e enthusiasts, \u003cstrong\u003eeco-conscious\u003c\/strong\u003e buyers, and anyone who values \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e in their bar tools.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper vs budget metal comparison\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eWeight \u0026amp; Balance\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's density provides a reassuring heft, ensuring stability in use. Cheaper metals simply don't compare.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper offers superior thermal conductivity, enhancing the mixing process with consistent results.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eAesthetic Appeal\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish not only looks exquisite but also adds a tactile dimension to your bar experience.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The copper jigger feels substantial, a tool that transforms every pour into a crafted experience.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-Hammered Unique Craftsmanship in Recycled Copper\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Double-Sided Copper Jigger offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% recycled copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Visible internal markings enhance precision\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Handcrafted in Mexico, unique artisanal quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eBe the host who values craftsmanship over shortcuts, not the one settling for mass-produced uniformity.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eDouble-Sided Copper Jigger (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \u003cth\u003eCocktail Kingdom\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eJulep Cup – Silver-Plated Stainless Steel \/ 12oz (360ml)\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eViski\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eIrving Stainless Steel Hammered Ice Bucket\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eYukiwa\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eJapanese Jigger\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eAlessi\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eBar Jigger\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, unique pieces\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot handcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot handcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot handcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot handcrafted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eDoes it have antimicrobial properties?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNaturally antimicrobial\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot antimicrobial\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot antimicrobial\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot antimicrobial\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot antimicrobial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraft\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, each piece unique\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFactory-made\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFactory-made\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eIndustrial design\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled copper, hand-hammered\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted in Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eImported\u003c\/td\u003e\n\u003ctd class=\"\"\u003eJapan\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003ePrecision markings, dual-sided\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTraditional Julep Cup redesigned for the modern bar\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHammered Finish\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDouble-sided jigger with 28ml and 43ml capacities\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGiulio Iacchetti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered copper finish\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSilver-Plated\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHammered\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMirror finish\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePolished\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eSingle-piece, handcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFactory\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFactory\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$37\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$21.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$84.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$95.00\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (6 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eIt's the only product in this lineup built with hand-hammered, each piece unique — the others here simply aren't.\u003cspan class=\"cc-mob-hide\"\u003e Because when it's time to impress with a signature drink, a factory-stamped piece's lack of precision markings leaves you measuring twice.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eSERTODO COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003ePrecision and elegance, handcrafted in every detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect settings for your jigger\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with precision-crafted cocktails.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome Bars\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your home bar setup with artisan tools.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eMixology Classes\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for learning precision in cocktail crafting.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for cocktail enthusiasts.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial Events\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eElevate your events with perfect drink presentations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Jigger_Double-Sided.png?v=1740434098\u0026amp;width=1200\" alt=\"Double-Sided Copper Jigger - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003ePrecision and style in every pour.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eFor those who craft with care.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhat makes copper superior?\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-plated\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin shell · dents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003e100% Copper, this jigger\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid gauge · corrosion resistant\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison: Budget metal vs 100% copper jigger\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's durability and elegance\u003c\/strong\u003e make it ideal for precise bar tools. Its weight offers stability, while its thermal conductivity ensures consistent results.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e100% recycled copper is used, offering a sustainable option that doesn't sacrifice performance. Copper's natural antimicrobial properties add a layer of hygiene.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis jigger's hand-hammered finish adds not only aesthetic appeal but also a tactile experience that cheap metals can't match.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for its stability and lasting beauty.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe crafting process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow copper jiggers are made\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered finish\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eProduction: Alloy selection to final inspection\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced jiggers, each copper jigger is \u003cstrong\u003ehandcrafted\u003c\/strong\u003e by skilled artisans. The process begins with selecting recycled copper, followed by hammering, shaping, and finishing by hand.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis individual craftsmanship means each jigger has unique variations, adding character and authenticity that mass production cannot replicate.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eHandcrafting ensures a jigger that's truly unique.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTradition behind Sertodo Copper\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMexican artistry\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper adoption\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e1997 brand founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eJigger series\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline: From copper origins to modern craftsmanship\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper's roots are deeply embedded in the traditional metalwork of Santa Clara del Cobre, Mexico. This region is renowned for its skilled artisans who have honed their craft over centuries.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe brand's commitment to maintaining these traditions while embracing modern standards results in products that reflect both heritage and quality.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience a legacy of craftsmanship with every pour.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Double-Sided_Copper_Jigger_2.png?v=1740434097\u0026amp;width=1200\" alt=\"Double-Sided Copper Jigger - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This jigger is not only a tool but an elegant piece of art for my bar.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSophia L., cocktail enthusiast, 5 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the weight and balance. It makes measuring so much more accurate.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJames P., professional bartender, 2 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is impressive. It's a durable and beautiful addition to my barware.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmma R., mixology hobbyist, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set with these essentials\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your bar with complementary tools.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-ringer-bar-spoon\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\u0026amp;width=600\" alt=\"Copper Ringer Bar Spoon\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Ringer Bar Spoon\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandcrafted elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-cocktail-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Set-Cocktail-cocktail_set__03276.jpg?v=1740441822\u0026amp;width=600\" alt=\"Copper Cocktail Set (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Cocktail Set (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eComplete your bar\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision shaking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eServe in style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting excellence since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper was founded by Jonathan Beall in 1997, inspired by traditional copper craftsmanship in Santa Clara del Cobre, Mexico. Our products are \u003cstrong\u003ehand-hammered from 100% recycled copper\u003c\/strong\u003e, reflecting our commitment to sustainability and quality.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWe believe in preserving traditional techniques while embracing modern standards, resulting in artisanal products that are both beautiful and functional, with a lifetime workmanship guarantee.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your jigger\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand Wash\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse mild soap and warm water for regular cleaning.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry Immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAvoid water spots by drying with a soft cloth.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Occasionally\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eMaintain the shine with a copper polish or lemon and salt.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid Abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not use steel wool or harsh chemicals to clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eProper care ensures your jigger remains a beautiful and functional tool for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy the Double-Sided Copper Jigger is worth it\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eInvesting in the \u003cstrong\u003eDouble-Sided Copper Jigger\u003c\/strong\u003e means choosing precision, elegance, and sustainability. While the initial cost may be higher than alternatives, its durability and aesthetic appeal justify the investment for any cocktail enthusiast.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from recycled copper, ensuring a unique finish.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico, known for metalwork.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003e\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eDual measurements for precision in cocktail crafting.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose this jigger for a lifetime of precise and stylish cocktail making.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $37\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre the jigger measurements marked clearly?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the \u003cstrong\u003eDouble-Sided Copper Jigger\u003c\/strong\u003e has precise internal markings for both 1oz and 2oz capacities, including ¼, ½, and ¾ ounce measurements.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the design assist in precise pouring?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe hourglass shape provides a stable grip during pouring, while the deeply etched internal markings at ¼, ½, and ¾ ounce intervals remain visible even in low bar lighting, unlike shallow stampings on factory jiggers that wear off after repeated use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes solid recycled copper superior to stainless steel or copper-plated jiggers for professional bartending?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eSolid copper delivers superior thermal conductivity that keeps chilled ingredients cold longer, plus natural antimicrobial properties that resist bacteria, benefits completely absent in thin copper plating over inferior metals that compromise both performance and hygiene.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the copper develop a natural patina over time, and does this affect the jigger's functionality or measurements?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, authentic solid copper naturally develops a rich, unique patina that adds character without affecting the precision of the etched measurements, a sign of genuine craftsmanship that thin copper plating cannot replicate as it wears away to reveal base metal beneath.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I maintain the jigger's shine?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUse a \u003cstrong\u003ecopper polish\u003c\/strong\u003e or a combination of lemon and salt to maintain its shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this jigger durable enough for high-volume professional bar use, or is it primarily decorative home barware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, it is handcrafted for professional use with durable solid copper construction and precisely etched measurements that remain accurate through thousands of pours, unlike mass-produced jiggers with loose seams or uneven walls that compromise measurement consistency under heavy use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the dimensions of the jigger?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003eDouble-Sided Copper Jigger\u003c\/strong\u003e is 3.5 inches in height, with 1oz and 2oz capacities.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this jigger an appropriate gift for serious cocktail enthusiasts, or does it require special care knowledge that might inconvenience casual users?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, it makes a distinctive gift for cocktail enthusiasts who appreciate authentic craftsmanship, the simple care (occasional polishing or allowing natural patina) is straightforward, and the lifetime workmanship guarantee means it's built to become an heirloom piece rather than a decorative novelty.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart: $37\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Are the jigger measurements marked clearly?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the Double-Sided Copper Jigger has precise internal markings for both 1oz and 2oz capacities, including ¼, ½, and ¾ ounce measurements.\"}}, {\"@type\": \"Question\", \"name\": \"How does the design assist in precise pouring?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The hourglass shape and visible internal markings ensure precision in every pour.\"}}, {\"@type\": \"Question\", \"name\": \"What is the advantage of copper over other materials?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper offers superior thermal conductivity and antimicrobial properties, making it ideal for barware.\"}}, {\"@type\": \"Question\", \"name\": \"Will the copper develop a patina over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper naturally develops a rich patina, adding character to the jigger.\"}}, {\"@type\": \"Question\", \"name\": \"How should I maintain the jigger's shine?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Use a copper polish or a combination of lemon and salt to maintain its shine.\"}}, {\"@type\": \"Question\", \"name\": \"Is this jigger suitable for professional use?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it is crafted for precision and durability, suitable for professional settings.\"}}, {\"@type\": \"Question\", \"name\": \"What are the dimensions of the jigger?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Double-Sided Copper Jigger is 3.5 inches in height, with 1oz and 2oz capacities.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use this jigger as a gift?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely, it makes a thoughtful gift for cocktail enthusiasts and home bartenders.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Double-Sided Copper Jigger\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Double-Sided Copper Jigger by Sertodo is crafted from 100% recycled copper, offering precision with dual measurements and a hand-hammered finish. Made in Santa Clara del Cobre, Mexico, it's perfect for cocktail enthusiasts seeking quality and style.\",\n  \"sku\": \"C-JGR-21\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"37\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Recycled copper\",\n  \"countryOfOrigin\": \"not specified\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"1oz and 2oz\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care\",\n      \"value\": \" safe\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"3.5 inches height\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Design\",\n      \"value\": \"Hourglass shape with internal markings\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eDouble-Sided Copper Jigger, Elevate Your Mixology\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$37\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'double-sided-copper-jigger')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232186572903,"sku":"C-JGR-21","price":37.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776"},{"product_id":"moscow-mule-gift","title":"Moscow Mule Gift","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=1600\" alt=\"Moscow Mule Gift - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Moscow Mule Gift, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Moscow_Mule_Gift_Set.jpg?v=1740439837\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Moscow_Mule_Gift_Set.jpg?v=1740439837\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Moscow_Mule_Gift_Set.jpg?v=1740439837\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Moscow Mule Gift, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Moscow_Mule_Gift_Set.jpg?v=1740439844\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Moscow_Mule_Gift_Set.jpg?v=1740439844\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Moscow_Mule_Gift_Set.jpg?v=1740439844\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Moscow Mule Gift, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_5c279dae-c157-4fd1-94d1-f57f28c491a8.png?v=1740439891\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_5c279dae-c157-4fd1-94d1-f57f28c491a8.png?v=1740439891\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_5c279dae-c157-4fd1-94d1-f57f28c491a8.png?v=1740439891\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Moscow Mule Gift, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-friendly pinstripe box\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eArtisan crafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Moscow Mule Gift Set · Artisan Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e100% Copper · Hand-Hammered · Eco-Friendly Box\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"This copper cup is beautifully made! High quality!\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003emandi james, verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e248 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$146\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232187261031\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $36 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered\u003c\/strong\u003e from 100% pure copper, this set showcases the artistry of Sertodo. Crafted with care in Austin, TX and Santa Clara del Cobre, Mexico, it includes all essentials for a perfect Moscow Mule.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-friendly pinstripe box\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eArtisan crafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Moscow Mule Gift different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced barware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach piece is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e, ensuring a unique character and lasting appeal. This artisan technique stands out from mass-produced items.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, enhancing both durability and elegance in each use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBacked by a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e, ensuring your investment is protected for generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eECO-FRIENDLY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003ePackaged in a \u003cstrong\u003erecycled paper gift box\u003c\/strong\u003e, combining elegance with responsible craftsmanship.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe issue with standard glassware\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"gw2-scratch\" patternunits=\"userSpaceOnUse\" width=\"20\" height=\"12\"\u003e\n            \u003cline x1=\"0\" y1=\"6\" x2=\"20\" y2=\"3\" stroke=\"#B0C0CC\" stroke-width=\"0.9\" opacity=\"0.7\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - budget glass\u003c\/text\u003e\n        \u003cpath d=\"M 68 96 L 64 22 L 128 22 L 124 96 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"64\" y1=\"96\" x2=\"128\" y2=\"96\" stroke-width=\"5\" stroke=\"#D8D0C4\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 68 96 L 64 22 L 128 22 L 124 96 Z\" fill=\"url(#gw2-scratch)\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"96\" cy=\"76\" r=\"7\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,1\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"96\" x2=\"96\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003escratched · clouding\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"110\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - quality glass\u003c\/text\u003e\n        \u003cpath d=\"M 334 96 L 328 22 L 408 22 L 402 96 Z\" fill=\"#D8D0C4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"328\" y1=\"96\" x2=\"408\" y2=\"96\" stroke-width=\"7\" stroke=\"#C0B8A8\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"328\" y1=\"26\" x2=\"408\" y2=\"26\" stroke-width=\"4\" stroke=\"#C8C0B0\" opacity=\"0.7\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"338\" y1=\"30\" x2=\"338\" y2=\"88\" stroke-width=\"2.5\" stroke=\"#FAF7F2\" opacity=\"0.45\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"408\" y1=\"58\" x2=\"432\" y2=\"42\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"434\" y=\"38\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\"\u003ethick wall\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"96\" x2=\"368\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ebrilliant · chip-resistant\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      While \u003cstrong\u003eLibbey\u003c\/strong\u003e glassware is affordable safe, it often develops a \u003cstrong\u003emilky haze\u003c\/strong\u003e and chips easily, diminishing its clarity and charm.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"gw3-unif\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"6\" y2=\"0\" stroke=\"#B0C0CC\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"gw3-hand\" patternunits=\"userSpaceOnUse\" width=\"10\" height=\"8\"\u003e\n          \u003cpath d=\"M0 4 Q5 1 10 4\" stroke=\"#8AACCB\" stroke-width=\"0.8\" fill=\"none\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"gw3-l-clip\"\u003e\u003cpath d=\"M 12 130 L 8 28 L 90 28 L 86 130 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"gw3-r-clip\"\u003e\u003cpath d=\"M 182 130 L 178 28 L 262 28 L 258 130 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \u003ctext x=\"49\" y=\"20\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-blown\u003c\/text\u003e\n      \u003cpath d=\"M 12 130 L 8 28 L 90 28 L 86 130 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 12 130 L 8 28 L 90 28 L 86 130 Z\" fill=\"url(#gw3-unif)\" clip-path=\"url(#gw3-l-clip)\"\u003e\u003c\/path\u003e\n      \u003cline x1=\"8\" y1=\"32\" x2=\"90\" y2=\"32\" stroke-width=\"3\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n      \u003ctext x=\"49\" y=\"145\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"220\" y=\"20\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-blown\u003c\/text\u003e\n      \u003cpath d=\"M 182 130 L 176 28 L 264 28 L 258 130 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 182 130 L 176 28 L 264 28 L 258 130 Z\" fill=\"url(#gw3-hand)\" clip-path=\"url(#gw3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 176 34 Q 210 28 264 34\" stroke-width=\"1.5\" stroke=\"#8A7A60\" fill=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"220\" cy=\"126\" rx=\"18\" ry=\"4\" fill=\"#C8C0B0\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"220\" y=\"145\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the glass just needs to hold a drink, Libbey is perfectly fine. But if clarity and the weight in hand matter, the difference is immediate.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is fine copper craftsmanship with a rich, artisanal finish, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love unique gifts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe Moscow Mule Gift Set is perfect for those who cherish unique, artisan-crafted gifts.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal if you value the beauty and durability of hand-hammered copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Entertain often*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEnhance your entertaining with a set that offers both function and elegance.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Eco-friendly packaging*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eChoose this set for its elegant, recycled paper gift box.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer disposable items*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you're looking for a low-maintenance or disposable gift, this set may not be suitable.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis premium set may not fit within a smaller gift budget.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Minimalist style*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you prefer plain designs, the elegant copper finish may not appeal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Gift shoppers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those seeking a unique and heartfelt gift.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Cocktail enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who enjoy mixing and serving classic cocktails.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Hosts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for hosts who appreciate traditional elegance and quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Eco-conscious buyers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eAppeals to those who value sustainable packaging and production.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-shot-cup-flight-sets\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-shot-cup-flight-sets\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Shot Cup Flight Sets (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186048615\" data-handle=\"copper-shot-cup-flight-sets\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/copper-cocktail-set\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Set-Cocktail-cocktail_set__03276.jpg?v=1740441822\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-cocktail-set\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Cocktail Set (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186015847\" data-handle=\"copper-cocktail-set\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Moscow Mule Gift\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eIdeal for gifting\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003ePerfect for those who value thoughtful, elegant gifts that are both functional and beautiful.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEnhances cocktails\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eDesigned for cocktail enthusiasts seeking to elevate their drink presentation and enjoyment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eAppeals to eco-conscious buyers looking for sustainable packaging and handcrafted items.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eLifetime\u003c\/strong\u003e workmanship assurance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e by artisans\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e100% \u003cstrong\u003epure copper\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHandcrafted copper · Gift-ready · Sustainable packaging\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who cherish tradition, the Moscow Mule Gift Set by Sertodo represents a commitment to quality and timeless elegance.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eLasting Durability\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from 100% copper, this set promises to last for generations. The solid copper construction ensures durability that mass-produced sets cannot match.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach piece in the set is hand-hammered, giving it a unique texture and visual appeal that makes every drink a celebration.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvest in a set that maintains its beauty and functionality over the years, offering a greater long-term value than disposable alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eArtisan-crafted elegance · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eTransforming your cocktail experience\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eHow the Moscow Mule Gift Set elevates your bar\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this set, cocktail presentations might have relied on standard glassware. After, you’ll serve drinks in handcrafted copper that makes every sip feel special.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThis set ensures \u003cstrong\u003elasting impressions\u003c\/strong\u003e with every use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Moscow Mule Gift set is made of\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions for the mule mugs included in the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWall Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNotable\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBase Construction\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eClarity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRich copper finish\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHandcrafted from 100% pure copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCare \u0026amp; Compatibility\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash Recommended\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eTemperature Limits\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAvoid thermal shock\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eAvoid Thermal Shock\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003ePreserve the finish with proper care.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 x Mule Mugs (12 oz), 1 x Copper Shot Glass (2 oz), 1 x Bar Spoon (9 inches), 1 x Butler bell\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eFull set contents for entertaining.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eEnsure proper care to maintain quality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCommon misconceptions about copper barware\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eWhy copper is more than just shiny\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003ePeople often assume \u003cstrong\u003ecopper is purely decorative\u003c\/strong\u003e. In reality, its thermal properties enhance the drinking experience by keeping beverages cooler longer.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered texture ensures each piece is unique, adding to its functional beauty.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Copper_Moscow_Mule_Gift_Set.jpg?v=1740439844\u0026amp;width=1200\" alt=\"Moscow Mule Gift - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe distinct choice\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFor those who choose elegance purposefully\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSelecting the Moscow Mule Gift Set is about more than choosing a gift. It's about embracing an artisan tradition that elevates every occasion. It's a testament to your taste and your appreciation for craftsmanship.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eThis set \u003cstrong\u003edefines sophistication\u003c\/strong\u003e in every sip.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThe Moscow Mule Gift Set is \u003cstrong\u003eperfect\u003c\/strong\u003e for those who cherish \u003cstrong\u003eelegance\u003c\/strong\u003e and \u003cstrong\u003ecraftsmanship\u003c\/strong\u003e. Ideal for gift-givers, cocktail enthusiasts, and hosts who love to entertain with style.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial excellence\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eHow copper enhances your cocktail experience\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"glass-hatch\" patternunits=\"userSpaceOnUse\" width=\"5\" height=\"5\" patterntransform=\"rotate(52)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"5\" stroke=\"#9BB8CA\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003cpath d=\"M 220 18 C 188 21 155 90 148 195\" stroke-width=\"2.5\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 500 18 C 532 21 565 90 572 195\" stroke-width=\"2.5\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 148 195 Q 360 220 572 195\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"220\" y1=\"18\" x2=\"500\" y2=\"18\" stroke-width=\"2.5\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 250 20 C 222 23 192 90 186 195\" stroke-width=\"1.2\" stroke=\"#6B8FA0\" stroke-dasharray=\"4,2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 470 20 C 498 23 528 90 534 195\" stroke-width=\"1.2\" stroke=\"#6B8FA0\" stroke-dasharray=\"4,2\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"250\" y1=\"20\" x2=\"470\" y2=\"20\" stroke-width=\"1.2\" stroke=\"#6B8FA0\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 220 18 C 188 21 155 90 148 195 Q 162 202 186 195 C 192 90 222 23 250 20 Z\" fill=\"url(#glass-hatch)\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 500 18 C 532 21 565 90 572 195 Q 558 202 534 195 C 528 90 498 23 470 20 Z\" fill=\"url(#glass-hatch)\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 220 18 L 250 20 L 470 20 L 500 18 Z\" fill=\"url(#glass-hatch)\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"360\" y=\"130\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#A0B8C8\" font-style=\"italic\" text-anchor=\"middle\" opacity=\"0.7\"\u003einterior cavity\u003c\/text\u003e\n        \u003cline x1=\"156\" y1=\"106\" x2=\"116\" y2=\"84\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"112\" y=\"80\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eglass wall\u003c\/text\u003e\n        \u003cpath d=\"M 235 213 L 235 228\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"235\" y=\"242\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper finish\u003c\/text\u003e\n        \u003cpath d=\"M 490 213 L 490 228\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"490\" y=\"242\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper core\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section: standard glass vs copper\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal properties\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's high thermal conductivity keeps drinks colder longer, enhancing your cocktail experience.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eUnique aesthetics\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach hand-hammered piece is unique, providing a bespoke feel to your barware.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurable build\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBuilt to last with solid copper construction, offering long-term value over disposables.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The weight and feel of the copper mugs make each sip an experience.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Moscow Mule Gift Set offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% hand-hammered copper craftsmanship\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Rich, warm copper finish\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime workmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eSerious hosts choose wisely, knowing that settling for the USA option means compromising on elegance.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eMoscow Mule Gift (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eLibbey\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eOggi\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eKrown Kitchen\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMass-produced stainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMachine-made copper plating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eFactory-cast copper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-plated steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it hand-hammered?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eFactory-cast\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMachine-formed\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eIndustrial-molded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eIndia\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$146\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$75\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$90\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$120\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eOne of the few in this lineup crafted with premium materials for a refined drinking experience.\u003cspan class=\"cc-mob-hide\"\u003e You get what you pay for — and if the cheaper option dulls the ambiance, you get to pay with disappointment.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eMOSCOW MULE GIFT SET\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eArtisan-made copper barware for elegant entertaining.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003ePerfect for\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eSpecial occasions and celebrations\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWeddings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn elegant gift that celebrates new beginnings with style and tradition.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAnniversaries\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eMark the occasion with a timeless gift that speaks to lasting love.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHousewarmings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eWelcome friends to their new home with a touch of copper elegance.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eBirthdays\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCelebrate special days with a gift that stands out and is remembered.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHolidays\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for festive occasions, adding charm to any celebration.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_5c279dae-c157-4fd1-94d1-f57f28c491a8.png?v=1740439891\u0026amp;width=1200\" alt=\"Moscow Mule Gift - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eCrafted for those who value true elegance.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the discerning host.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe copper advantage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eDifferences in material performance\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"gl-coarse\" patternunits=\"userSpaceOnUse\" width=\"10\" height=\"8\"\u003e\n            \u003cellipse cx=\"3\" cy=\"2.5\" rx=\"2\" ry=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"5.5\" rx=\"1.6\" ry=\"1\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/ellipse\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"gl-fine\" patternunits=\"userSpaceOnUse\" width=\"5\" height=\"5\" patterntransform=\"rotate(30)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"5\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2.5\" y1=\"0\" x2=\"2.5\" y2=\"5\" stroke=\"#9B8B78\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cclippath id=\"gl-left-clip\"\u003e\u003ccircle cx=\"148\" cy=\"82\" r=\"62\"\u003e\u003c\/circle\u003e\u003c\/clippath\u003e\n          \u003cclippath id=\"gl-right-clip\"\u003e\u003ccircle cx=\"492\" cy=\"82\" r=\"62\"\u003e\u003c\/circle\u003e\u003c\/clippath\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eStandard glass\u003c\/text\u003e\n        \u003ccircle cx=\"148\" cy=\"82\" r=\"62\" fill=\"#F0EDE6\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"148\" cy=\"82\" r=\"62\" fill=\"url(#gl-coarse)\" clip-path=\"url(#gl-left-clip)\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"148\" cy=\"82\" r=\"40\" fill=\"#F8F6F2\" stroke-width=\"0.8\" stroke=\"#B0A898\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"90\" y1=\"68\" x2=\"68\" y2=\"50\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"64\" y=\"46\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethick wall\u003c\/text\u003e\n        \u003ctext x=\"148\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavy · heat-retentive\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eCopper craftsmanship\u003c\/text\u003e\n        \u003ccircle cx=\"492\" cy=\"82\" r=\"62\" fill=\"#E0DDD6\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"492\" cy=\"82\" r=\"62\" fill=\"url(#gl-fine)\" clip-path=\"url(#gl-right-clip)\" opacity=\"0.65\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"492\" cy=\"82\" r=\"50\" fill=\"#F8F6F2\" stroke-width=\"1.2\" stroke=\"#6B5B3E\" stroke-dasharray=\"4,2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"434\" y1=\"68\" x2=\"412\" y2=\"50\" stroke-width=\"0.7\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"408\" y=\"46\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003erefined wall\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003euniform · superior clarity\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003estandard\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper craftsmanship\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003ecoarser\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003erefined →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eStandard glass vs hand-hammered copper\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhile standard glassware is known for its affordability, \u003cstrong\u003ehand-hammered copper\u003c\/strong\u003e offers unparalleled thermal properties, enhancing drink enjoyment and retaining cold temperatures longer.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's density and thermal properties ensure drinks stay colder, offering a more refreshing experience compared to standard glass.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis set, crafted from 100% copper, showcases both functional and aesthetic benefits in barware.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's thermal advantage\u003c\/strong\u003e elevates every sip.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe artisan process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting copper barware\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cellipse cx=\"55\" cy=\"68\" rx=\"28\" ry=\"8\" fill=\"#D8D0C4\" stroke-width=\"1\" stroke=\"#6B5B3E\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"55\" cy=\"62\" rx=\"22\" ry=\"7\" fill=\"#D8D0C4\" stroke-width=\"0.9\" stroke=\"#6B5B3E\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"55\" cy=\"57\" rx=\"14\" ry=\"5\" fill=\"#E0D8C8\" stroke-width=\"0.8\" stroke=\"#6B5B3E\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw batch\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - materials\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 74 Q 148 62 150 50 Q 152 38 181 36 Q 210 38 212 50 Q 214 62 206 74 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 168 36 Q 165 28 168 20\" stroke-width=\"0.9\" stroke=\"#6B5B3E\" stroke-dasharray=\"2,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 181 34 Q 178 26 181 18\" stroke-width=\"0.9\" stroke=\"#6B5B3E\" stroke-dasharray=\"2,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 194 36 Q 191 28 194 20\" stroke-width=\"0.9\" stroke=\"#6B5B3E\" stroke-dasharray=\"2,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emelt \u0026amp; gather\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - melt\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 286 74 L 282 42 L 332 42 L 328 74 Z\" fill=\"#D8D0C4\" stroke-width=\"1.2\" stroke=\"#6B5B3E\" opacity=\"0.85\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"282\" y1=\"46\" x2=\"332\" y2=\"46\" stroke-width=\"2.5\" stroke=\"#C8C0B0\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 420 74 L 416 40 L 476 40 L 472 74 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"416\" y1=\"74\" x2=\"476\" y2=\"74\" stroke-width=\"5\" stroke=\"#C0B8A8\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"416\" y1=\"44\" x2=\"476\" y2=\"44\" stroke-width=\"3\" stroke=\"#C8C0B0\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"422\" y1=\"46\" x2=\"422\" y2=\"70\" stroke-width=\"2\" stroke=\"#FAF7F2\" opacity=\"0.4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - anneal\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eSilica melting to optical inspection\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass production, our copper barware is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e to ensure each piece is unique. This artisan method enhances the copper's natural beauty and durability.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eVariation in texture and finish is deliberate, showcasing the skill and individuality of each handcrafted piece.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eArtisan methods ensure both beauty and durability.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eHeritage and craftsmanship\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe story behind Sertodo\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper origins\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHandcrafted\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eArtisan tradition\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eFounded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eMoscow Mule Set\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline: From origins to modern craftsmanship\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo's copper craftsmanship is rooted in the rich tradition of Santa Clara del Cobre, Mexico, where \u003cstrong\u003ecopper work\u003c\/strong\u003e has been perfected over centuries.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo combines traditional techniques with modern design, ensuring quality and beauty in each piece.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEach piece tells a story of tradition and quality.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_5c279dae-c157-4fd1-94d1-f57f28c491a8.png?v=1740439891\u0026amp;width=1200\" alt=\"Moscow Mule Gift - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The copper finish is stunning and the craftsmanship is evident in every piece.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new home, 8 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I've never owned such a unique and beautiful set. It's a conversation starter!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn D., gifted for a wedding, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This set made our anniversary truly special. The quality is unmatched.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., anniversary gift, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set without doubling up\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore complementary pieces that enhance your barware collection.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-cocktail-glasses\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=600\" alt=\"Copper Cocktail Glasses (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Cocktail Glasses (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandmade elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/just-right-copper-cup-10-ounces\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=600\" alt=\"Just Right Copper Cup, 10 ounces\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eJust Right Copper Cup, 10 ounces\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect morning companion\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eRefreshingly cool\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor tasting moments\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship backed by tradition and quality\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in \u003cstrong\u003eartisan handmade copper cookware and barware\u003c\/strong\u003e. Their creations are crafted in Austin, TX and Santa Clara del Cobre, Mexico, using 100% pure copper with a commitment to quality and traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo chose this approach to honor the rich tradition of copper work in Mexico, ensuring each piece carries a legacy of excellence and durability.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the copper finish\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eUse mild soap\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eOpt for gentle detergents to prevent damage to the copper surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent water spots by drying your copper items with a soft cloth.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish or lemon and salt to maintain the shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper set will last for generations, maintaining its beauty and functionality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy the Moscow Mule Gift Set is a must-have\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eInvesting in the Moscow Mule Gift Set is a decision to prioritize quality and elegance. Each piece is \u003cstrong\u003ehandcrafted\u003c\/strong\u003e from 100% pure copper, embodying the tradition and artistry of Sertodo. Whether you're gifting or treating yourself, this set offers unparalleled sophistication and long-lasting value.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% pure copper for unique texture.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eMaintain with regular polishing and gentle cleaning.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eIncludes mule mugs, shot glass, bar spoon, and bell for a complete cocktail experience.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose the Moscow Mule Gift Set for a gift that resonates and endures.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $146\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes the gift set include mugs and accessories?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the set includes \u003cstrong\u003etwo mule mugs\u003c\/strong\u003e, a copper shot glass, a bar spoon, and a Butler bell.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the gift set packaging recyclable?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely! The set comes in an \u003cstrong\u003eeco-friendly pinstripe recycled paper gift box\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan the mugs be engraved for special occasions?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile the mugs are not pre-engraved, you can have them engraved by a professional for personalization.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat's the safest daily cleaning method to preserve the hand-hammered finish and avoid scratching?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash with mild soap and a soft cloth, then dry immediately to prevent water spots. \u003cstrong\u003eAvoid steel wool and abrasive pads\u003c\/strong\u003e—they'll scratch the hand-hammered texture that took artisans hours to create. For stubborn tarnish, use copper-specific polish rather than harsh chemical cleaners.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the appearance of these handcrafted copper pieces change with regular use, and is patina a flaw or feature?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAuthentic solid copper naturally develops a \u003cstrong\u003erich patina\u003c\/strong\u003e—a warm, lived-in finish that artisans and collectors prize as proof of genuine material. Unlike plated copper that chips to reveal cheaper metals underneath, this patina can be polished away anytime to restore the original mirror shine, or embraced as a mark of heirloom character.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the origin of the copper used?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eOur copper is sourced from \u003cstrong\u003eSanta Clara del Cobre, Mexico\u003c\/strong\u003e, known for its copper craftsmanship.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat does the lifetime workmanship guarantee cover, and how does it compare to typical cookware warranties?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, Sertodo's \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e covers craftsmanship defects without the fine print exclusions common in mass-production warranties. Because each piece is individually inspected during hand-hammering, structural flaws like loose rivets or uneven seams simply don't occur. This isn't a marketing promise; it's confidence in artisan construction.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre these copper mule mugs safe for hot beverages like coffee or tea, or only cold cocktails?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, copper's superior thermal conductivity (the same property chefs value in cookware) means the mugs will quickly match the temperature of any liquid. For hot drinks, the exterior becomes warm to the touch within seconds. Always test before sipping, or use a sleeve for comfort.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow can I maintain the shine of my copper set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUse a copper polish or a mixture of \u003cstrong\u003elemon and salt\u003c\/strong\u003e for regular maintenance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart: $146\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Does the gift set include mugs and accessories?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the set includes two mule mugs, a copper shot glass, a bar spoon, and a Butler bell.\"}}, {\"@type\": \"Question\", \"name\": \"Is the gift set packaging recyclable?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely! The set comes in an eco-friendly pinstripe recycled paper gift box.\"}}, {\"@type\": \"Question\", \"name\": \"Can the mugs be engraved for special occasions?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While the mugs are not pre-engraved, you can have them engraved by a professional for personalization.\"}}, {\"@type\": \"Question\", \"name\": \"How should I clean the copper items?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash with mild soap and dry immediately. Avoid using steel wool or harsh detergents.\"}}, {\"@type\": \"Question\", \"name\": \"Does the copper tarnish over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper will develop a rich patina with time. To keep the original shine, polish regularly.\"}}, {\"@type\": \"Question\", \"name\": \"What is the origin of the copper used?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Our copper is sourced from Santa Clara del Cobre, Mexico, known for its copper craftsmanship.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use these mugs for hot drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, but be cautious as copper conducts heat well. Always test the temperature before drinking.\"}}, {\"@type\": \"Question\", \"name\": \"How can I maintain the shine of my copper set?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Use a copper polish or a mixture of lemon and salt for regular maintenance.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Moscow Mule Gift\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Moscow Mule Gift Set by Sertodo offers a complete cocktail experience with hand-hammered copper barware. Crafted in Austin, TX and Santa Clara del Cobre, Mexico, this set includes two mule mugs, a copper shot glass, a bar spoon, and a Butler bell, all elegantly packaged in a recycled paper box.\",\n  \"sku\": \"SET-MM-GIFT\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"146\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% pure copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Austin, TX \u0026 Santa Clara del Cobre, Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Warranty\",\n      \"value\": \"Lifetime workmanship guarantee\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Packaging\",\n      \"value\": \"Eco-friendly recycled paper box\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eMoscow Mule Gift Set · Artisan Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$146\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'moscow-mule-gift')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232187261031,"sku":"SET-MM-GIFT","price":146.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867"},{"product_id":"just-right-copper-cup-10-ounces","title":"Just Right Copper Cup, 10 ounces","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .2s ease;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; border-radius: 4px;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 500; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity: 0.8; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=1600\" alt=\"Just Right Copper Cup, 10 ounces - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Just Right Copper Cup, 10 ounces, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof2_10ozsquarecrop.jpg?v=1740439888\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof2_10ozsquarecrop.jpg?v=1740439888\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof2_10ozsquarecrop.jpg?v=1740439888\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Just Right Copper Cup, 10 ounces, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Features_Of_Just_Right_Copper_Water_Cup.jpg?v=1740439856\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Features_Of_Just_Right_Copper_Water_Cup.jpg?v=1740439856\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Features_Of_Just_Right_Copper_Water_Cup.jpg?v=1740439856\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Just Right Copper Cup, 10 ounces, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof4_10ozsquarecrop.jpg?v=1740439907\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof4_10ozsquarecrop.jpg?v=1740439907\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof4_10ozsquarecrop.jpg?v=1740439907\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Just Right Copper Cup, 10 ounces, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Pure Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Austin, TX\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-friendly source\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpotting develops into patina\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Just Right Copper Cup, 10 ounces · Hand-Hammered Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Pure Copper Cup · 10 oz Capacity · Hand-Hammered\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered finish adds a touch of elegance to every sip.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e87 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$40\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232187293799\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $10 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted\u003c\/strong\u003e in Austin, TX and Santa Clara del Cobre, Mexico, this copper cup offers unmatched health benefits.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Pure Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Austin, TX\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eEco-friendly source\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpotting develops into patina\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Just Right Copper Cup different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes pure copper different from other drinkware materials)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003ePure copper\u003c\/strong\u003e makes this cup unique, offering both aesthetic appeal and inherent health benefits.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered by artisans, each cup is unique, offering a tactile and visual experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSUSTAINABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, this cup supports eco-friendly practices.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eORIGIN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade in Austin, TX and Santa Clara del Cobre, Mexico, ensuring authentic craftsmanship.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look cups disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e copper-look drinkware provides affordability, but their thin copper wash over inferior materials leads to surface delamination and uneven temperature control. \u003cstrong\u003eMass-produced\u003c\/strong\u003e items lack the craftsmanship and durability of solid copper.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the aim is just to hold liquids, Cuisinart does fine. But if you value craftsmanship, this cup excels.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a hand-hammered, 100% pure copper cup made in Austin, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this cup right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this cup\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love copper's health benefits*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis cup is perfect for those who want to incorporate copper's natural benefits into their daily routine.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Appreciate artisan craftsmanship*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf you value handmade, high-quality drinkware, this cup stands out with its unique hand-hammered finish.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Prefer sustainable products*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade from 100% recycled copper, this cup is an eco-conscious choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek elegant drinkware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThe sleek design and rich copper shine make this cup a stylish addition to any collection.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this cup if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need a larger capacity*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis cup holds 10 ounces, which might be small for those needing larger drinkware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Dislike patina development*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThe copper surface will develop a patina over time, which some might not prefer.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Looking for budget options*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis is a premium product, so those on a tight budget might consider other options.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Health-conscious sippers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for individuals who want to enjoy the health benefits associated with drinking from copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan product lovers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who appreciate the artistry involved in hand-hammered copper products.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Eco-conscious buyers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for anyone looking to support sustainable practices with 100% recycled copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Stylish drinkware collectors*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA must-have for those wanting a touch of elegance and sophistication in their drinkware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-ringer-bar-spoon\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BT-SP_3_sizes__77565.jpg?v=1740442008\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-ringer-bar-spoon\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Ringer Bar Spoon\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186277991\" data-handle=\"copper-ringer-bar-spoon\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186114151\" data-handle=\"copper-iced-tea-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Just Right Copper Cup\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly materials\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from 100% recycled copper, this cup is a sustainable choice for eco-conscious consumers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnique craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach cup is individually hand-hammered, offering a distinct, artisanal touch.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eHealth benefits\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's natural properties are believed to promote health and wellness, enhancing your daily hydration.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003e100% recycled copper\u003c\/strong\u003e ensures sustainability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eORIGIN\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHandcrafted in \u003cstrong\u003eAustin, TX\u003c\/strong\u003e and Mexico.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCARE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand wash\u003c\/strong\u003e to preserve quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003ePure copper · Hand-hammered · 10 oz capacity\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eChoosing quality means embracing health benefits and unique craftsmanship in every sip.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eSolid copper construction\u003c\/strong\u003e ensures this cup retains its beauty and utility for years, resisting wear and developing a pleasing patina.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eArtisan Aesthetics\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish offers a \u003cstrong\u003eunique tactile experience\u003c\/strong\u003e, making each drink feel like a special occasion.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue in Longevity\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvesting in this cup means less waste and more enjoyment, as it outlasts mass-produced alternatives and continues to perform.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eSustainable materials · Health-enhancing benefits\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eHydration becomes an elegant ritual.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning the Just Right Copper Cup, drinking might feel routine. After, each sip is \u003cstrong\u003eelevated\u003c\/strong\u003e by the cup’s aesthetic and health-enhancing properties.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eExperience the \u003cstrong\u003edifference\u003c\/strong\u003e this cup makes in daily refreshment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Just Right Copper Cup is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3 in \/ 7.6 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4 in \/ 10.2 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHeavy gauge\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAustin, TX \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003ePure copper construction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNot applicable\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAlways dry after washing to prevent spotting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Just Right Copper Cup, 10 ounces\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle piece item.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change based on design updates.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper's patina vs shine\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume a copper cup loses appeal as it tarnishes. In fact, \u003cstrong\u003ethe patina adds character\u003c\/strong\u003e and enhances the natural beauty of copper.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eEmbrace the evolving aesthetic that distinguishes your cup, adding value over time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Features_Of_Just_Right_Copper_Water_Cup.jpg?v=1740439856\u0026amp;width=1200\" alt=\"Just Right Copper Cup, 10 ounces - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoose elegance with every sip.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eWhen you choose the Just Right Copper Cup, you're selecting a piece that transforms daily hydration into a celebration of craftsmanship and natural health benefits.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eExperience the \u003cstrong\u003edifference\u003c\/strong\u003e of drinking from copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis cup is perfect for \u003cstrong\u003ehealth-conscious\u003c\/strong\u003e individuals and \u003cstrong\u003eartisanship lovers\u003c\/strong\u003e who appreciate the unique touch of \u003cstrong\u003ehandcrafted\u003c\/strong\u003e drinkware.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered exterior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper cup cross-section vs standard metals\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper conducts heat \u003cstrong\u003e8× better\u003c\/strong\u003e than stainless steel, providing even temperature control.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eNatural patina\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eOver time, copper develops a patina that adds depth and character to the surface.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHealth benefits\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper is used traditionally for its \u003cstrong\u003eantimicrobial properties\u003c\/strong\u003e, enhancing drink purity.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Every sip feels like a celebration of craftsmanship and tradition.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eWhere the quality difference shows\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Just Right Copper Cup offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered finish\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Distinctive warm shine with artisanal texture\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted sustainably with recycled materials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eTrue enthusiasts understand that settling for aluminum core would be a compromise, not a choice.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eJust Right Copper Cup\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams-Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMoscow Mule\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eStainless steel with aluminum core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSolid copper with stainless steel lining\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eThin copper plating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it made?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eAustin, TX \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the coating PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE-based non-stick\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePFAS-free ceramic non-stick\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo coating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, aluminum core\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, solid copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, plating\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$40\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$25-$30\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$35-$40\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$20-$25\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eCrafted from solid copper, this cup offers a timeless elegance that elevates your drinking experience.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when guests gather and cheaper plating dulls the presentation.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Austin, TX\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eCelebrate each sip with artisan-crafted elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for any occasion\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eMorning rituals\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eStart your day with a refreshing sip from a copper cup.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAfternoon breaks\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnjoy a calming tea time with this artisan-crafted piece.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with elegant and unique drinkware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eOutdoor picnics\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTake sophistication outdoors with durable copper drinkware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eOffer a unique, handcrafted gift that exudes quality.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof4_10ozsquarecrop.jpg?v=1740439907\u0026amp;width=1200\" alt=\"Just Right Copper Cup, 10 ounces - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eEvery sip feels intentional and crafted.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who value tradition.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe copper advantage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outshines other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eHand-Forged Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper's superior conductivity vs other metals\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8x better than stainless steel, ensuring even distribution and rapid heating. This superior thermal conductivity makes copper ideal for consistent temperature control.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eTechnical specs:\u003c\/strong\u003e Copper's high conductivity requires tin lining for cookware, preventing reactivity and ensuring a safe cooking surface.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis distinctive hand-hammered finish enhances both the aesthetic and functional properties of your copper cup.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's benefits are unmatched\u003c\/strong\u003e in style and performance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eUnderstanding hand-forging steps\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehammer-planish\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eCoppersmithing: from raw sheet to polished cup\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced drinkware, each copper cup is \u003cstrong\u003ehand-forged\u003c\/strong\u003e, undergoing a meticulous process: annealing, planishing, hammering, lining, and polishing. This ensures each piece is unique and durable.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe variation seen in hand-hammered copper is a testament to its artisan origins, making each cup a one-of-a-kind piece.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eAuthenticity and uniqueness\u003c\/strong\u003e are the hallmarks of this process.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTracing coppersmithing traditions\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisanal\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCoppersmithing's rich history and Sertodo's role\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo continues the legacy of Santa Clara del Cobre, where coppersmithing has been a revered craft for over 1000 years. This heritage ensures high-quality, authentic products.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBy choosing to produce in regions with deep coppersmith traditions, Sertodo highlights the skill and history that define its products.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eThis craftsmanship ensures \u003cstrong\u003elasting quality\u003c\/strong\u003e and cultural authenticity.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_setof4_10ozsquarecrop.jpg?v=1740439907\u0026amp;width=1200\" alt=\"Just Right Copper Cup, 10 ounces - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The hand-hammered finish is stunning and feels great in hand. My drinks taste fresher.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., wellness enthusiast, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Every sip feels like a celebration. The copper's health benefits are a bonus.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn M., daily user, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I've never enjoyed drinking water more. The design is both beautiful and functional.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., hydration fan, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore other handcrafted copper items to enhance your drinkware set.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-iced-tea-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=600\" alt=\"Copper Iced Tea Cup (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCool your drinks with style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=600\" alt=\"Gangotri Copper Water Pitcher with Lid\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eServe with elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElevate your cocktail hour\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect for classic cocktails\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting legacy into every sip\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in hand-hammered copper products. With workshops in Austin, TX, and Santa Clara del Cobre, Mexico, Sertodo ensures every piece reflects its dedication to quality and tradition.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo chooses these locations for their rich coppersmithing traditions, ensuring products are rooted in authentic craftsmanship and sustainable practices.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your cup\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to maintain your copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eClean gently with soap and water to maintain the finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying your cup right after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish as needed\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to restore the original shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid acidic liquids\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eLimit exposure to citrus juices, which can tarnish copper.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eFollowing these steps ensures your copper cup remains beautiful and functional for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA wise investment in quality and health\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Just Right Copper Cup means investing in a product that offers \u003cstrong\u003elong-lasting quality\u003c\/strong\u003e and \u003cstrong\u003ehealth benefits\u003c\/strong\u003e. With its hand-hammered finish and sustainable materials, this cup is more than just drinkware; it's a commitment to quality and wellness.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered 100% pure copper, each cup unique\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Austin, TX and Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, maintain shine and patina\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eEnhances water purity, ideal for daily use\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eEmbrace the artistry and benefits of copper with every sip.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $40\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the copper cup suitable for both hot and cold drinks?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the Just Right Copper Cup is ideal for both hot and cold beverages. \u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e keeps your drinks at the desired temperature.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I preserve the finish of my copper cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eTo maintain your cup's shine, hand wash and dry it immediately. \u003cstrong\u003ePolish\u003c\/strong\u003e occasionally for a bright finish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the dimensions of the 10-ounce copper cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe cup measures \u003cstrong\u003e3 inches in diameter\u003c\/strong\u003e and \u003cstrong\u003e4 inches in height\u003c\/strong\u003e, holding 10 ounces.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the natural patina development differ from the tarnishing seen in mass-produced copper items?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAuthentic solid copper naturally develops a living patina that deepens and enriches over time, creating a one-of-a-kind appearance no two owners will share identically. Unlike cheap copper plating that simply tarnishes and flakes, this patina is part of the metal's character, proof you buy genuine handcrafted copper, not a thin veneer over inferior material.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat precautions should I take when serving acidic beverages in solid copper versus tin-lined copper vessels?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile solid copper cups like this one handle most beverages beautifully, prolonged contact with highly acidic drinks (fresh lemon juice, vinegar-based cocktails) can accelerate patina development. For frequent acidic use, consider tin-lined vessels, but ensure the lining is hand-applied, not rushed factory work prone to early wear.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the benefit of drinking from a copper cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eDrinking from copper can offer \u003cstrong\u003ehealth benefits\u003c\/strong\u003e like improved digestion and antimicrobial properties.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat storage methods prevent moisture damage while showcasing the hand-hammered craftsmanship?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eKeep your cup in a dry environment with good air circulation to prevent moisture from settling in the hand-hammered texture. Because each hammer mark is placed individually by skilled artisans, not stamped by machines, displaying the cup on open shelving lets you appreciate these unique details while ensuring proper ventilation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes a handcrafted copper cup a more meaningful gift than factory-produced drinkware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach cup represents hours of individual craftsmanship, hammer strikes applied by human hands, edges finished by eye, quality verified through touch, making it a thoughtful alternative to mass-produced gifts. Recipients who value authenticity over uniformity will recognize the difference between true artisan work and items stamped out by the thousands with loose-fitting details and uneven finishes.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart: $40\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Is the copper cup suitable for both hot and cold drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the Just Right Copper Cup is ideal for both hot and cold beverages. Copper's thermal conductivity keeps your drinks at the desired temperature.\"}}, {\"@type\": \"Question\", \"name\": \"How do I preserve the finish of my copper cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"To maintain your cup's shine, hand wash and dry it immediately. Polish occasionally for a bright finish.\"}}, {\"@type\": \"Question\", \"name\": \"What are the dimensions of the 10-ounce copper cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The cup measures 3 inches in diameter and 4 inches in height, holding 10 ounces.\"}}, {\"@type\": \"Question\", \"name\": \"Will the copper cup develop a patina?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, over time, the copper will naturally develop a patina. This is part of its charm and uniqueness.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use the copper cup for acidic drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It's best to limit exposure to acidic beverages like citrus juices, as they can tarnish the copper.\"}}, {\"@type\": \"Question\", \"name\": \"What is the benefit of drinking from a copper cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Drinking from copper can offer health benefits like improved digestion and antimicrobial properties.\"}}, {\"@type\": \"Question\", \"name\": \"How should I store my copper cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Store in a dry place to prevent moisture buildup. Displaying it also highlights its aesthetic appeal.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper cup a good gift option?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely! It's a unique, handcrafted item perfect for those who appreciate artisanal products.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Just Right Copper Cup, 10 ounces\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Just Right Copper Cup is a 10-ounce hand-hammered drinkware piece made from pure copper, offering health benefits and a unique artisanal touch. Crafted by Sertodo in Austin, TX and Santa Clara del Cobre, Mexico, this cup combines tradition with functionality.\",\n  \"sku\": \"C-SHK-10\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"40\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"10 ounces\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"3\\u201d D \\u00d7 4\\u201d H\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Pure Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handcrafted\",\n      \"value\": \"Yes\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eJust Right Copper Cup, 10 ounces · Hand-Hammered Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$40\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'just-right-copper-cup-10-ounces')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232187293799,"sku":"C-SHK-10","price":40.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832"},{"product_id":"gangotri-copper-water-pitcher-with-lid","title":"Gangotri Copper Water Pitcher with Lid","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .2s ease;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; border-radius: 2px;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .2s ease;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=1600\" alt=\"Gangotri Copper Water Pitcher with Lid - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-MAIN__69129.jpg?v=1740439878\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-MAIN__69129.jpg?v=1740439878\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-MAIN__69129.jpg?v=1740439878\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2b7bd78e-c166-4e22-9247-f876a67dd1a0.png?v=1740439914\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2b7bd78e-c166-4e22-9247-f876a67dd1a0.png?v=1740439914\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2b7bd78e-c166-4e22-9247-f876a67dd1a0.png?v=1740439914\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-handle-detail-MAIN__43925.jpg?v=1740439920\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-handle-detail-MAIN__43925.jpg?v=1740439920\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-handle-detail-MAIN__43925.jpg?v=1740439920\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_e6f1d6ff-359e-4769-9dd1-e009775c4892.jpg?v=1740439908\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_e6f1d6ff-359e-4769-9dd1-e009775c4892.jpg?v=1740439908\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_e6f1d6ff-359e-4769-9dd1-e009775c4892.jpg?v=1740439908\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-067__91527.jpg?v=1740439848\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-067__91527.jpg?v=1740439848\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-067__91527.jpg?v=1740439848\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-070__77851.jpg?v=1740439861\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-070__77851.jpg?v=1740439861\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-070__77851.jpg?v=1740439861\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-068__34137.jpg?v=1740439873\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-068__34137.jpg?v=1740439873\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-products-068__34137.jpg?v=1740439873\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Gangotri Copper Water Pitcher with Lid, view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% recycled copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eLead \u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo Copper · Austin, TX\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Gangotri Copper Water Pitcher with Lid, Ayurvedic Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 100% Recycled Copper Pitcher · 70 fl oz · Handmade\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered glow of this pitcher is stunning, elevating any dining experience.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e168 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$232\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232187326567\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $58 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHand-hammered\u003c\/strong\u003e from 100% recycled copper, this pitcher is crafted in Austin, TX, offering timeless elegance and functionality.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash recommended\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% recycled copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eLead \u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Gangotri Copper Water Pitcher different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 100% recycled copper different from mass-produced metal pitchers)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003ePURE COPPER\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e100% recycled copper\u003c\/strong\u003e ensures unmatched thermal conductivity and a unique, artisanal appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered finish\u003c\/strong\u003e provides durability and a striking, unique visual appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSUSTAINABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003erecycled materials\u003c\/strong\u003e, supporting eco-friendly practices and reducing environmental impact.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFUNCTIONALITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003eseamless lid\u003c\/strong\u003e design prevents spills, making it perfect for indoor and outdoor use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pitchers disappoint\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"pitcher-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1: on arrival\u003c\/text\u003e\n        \u003cpath d=\"M 54 98 Q 38 92 34 74 Q 30 56 38 40 Q 46 26 62 20 L 63 12 Q 70 6 96 6 Q 122 6 129 12 L 130 20 Q 146 26 154 40 Q 162 56 158 74 Q 154 92 138 98 Z\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 56 98 Q 40 92 34 74 Q 30 56 38 40 Q 46 26 62 20 L 63 12 Q 70 6 96 6 Q 122 6 129 12 L 130 20 Q 146 26 154 40 Q 162 56 158 74 Q 154 92 140 98 Z\" fill=\"url(#pitcher-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 36 60 Q 14 60 11 76 Q 8 92 34 96\" stroke-width=\"9\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 36 60 Q 14 60 11 76 Q 8 92 34 96\" stroke-width=\"1.5\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 129 12 Q 156 4 168 -2\" stroke-width=\"2.5\" stroke=\"#5A4A30\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"96\" y1=\"100\" x2=\"96\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"66\" cy=\"22\" r=\"5\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,2\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"96\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eglaze holds · handle firm\u003c\/text\u003e\n        \n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"110\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2: after daily use\u003c\/text\u003e\n        \u003cpath d=\"M 326 98 Q 310 92 306 74 Q 302 56 310 40 Q 318 26 334 20 L 335 12 Q 342 6 368 6 Q 394 6 401 12 L 402 20 Q 418 26 426 40 Q 434 56 430 74 Q 426 92 410 98 Z\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 326 98 Q 310 92 306 74 Q 302 56 310 40 Q 318 26 334 20 L 335 12 Q 342 6 368 6 Q 394 6 401 12 L 402 20 Q 418 26 426 40 Q 434 56 430 74 Q 426 92 412 98 Z\" fill=\"url(#pitcher-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 308 60 Q 286 60 283 76 Q 280 92 306 96\" stroke-width=\"9\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 308 60 Q 286 60 283 76 Q 280 92 306 96\" stroke-width=\"1.5\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M 330 40 Q 325 34 320 40 L 322 48 Q 326 50 330 44\" fill=\"#FAF7F2\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"323\" cy=\"39\" r=\"9\" fill=\"none\" stroke=\"#5A4A30\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"332\" y1=\"48\" x2=\"416\" y2=\"66\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"417\" y=\"73\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003erim chip\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"100\" x2=\"368\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eedge exposed: body visible\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordable copper-look options. However, thin copper washes over aluminum lead to \u003cstrong\u003ehot spots\u003c\/strong\u003e and delamination, lacking the gauge weight necessary for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"uniform-g\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"hand-g\" patternunits=\"userSpaceOnUse\" width=\"16\" height=\"11\"\u003e\n          \u003cpath d=\"M2 2 Q8 0 14 4 Q16 7 12 9 Q7 11 2 8 Q0 5 2 2\" fill=\"#A89A84\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"cl-p-clip\"\u003e\u003cpath d=\"M 14 122 Q 4 116 2 96 Q 0 74 8 50 Q 14 34 28 24 L 28 16 Q 36 10 58 10 Q 80 10 88 16 L 88 24 Q 102 34 108 50 Q 116 74 114 96 Q 112 116 102 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"cr-p-clip\"\u003e\u003cpath d=\"M 186 122 Q 176 116 174 96 Q 172 74 180 50 Q 186 34 200 24 L 200 16 Q 208 10 230 10 Q 252 10 260 16 L 260 24 Q 274 34 280 50 Q 288 74 286 96 Q 284 116 274 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \u003ctext x=\"58\" y=\"8\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-glazed\u003c\/text\u003e\n      \u003cpath d=\"M 14 122 Q 4 116 2 96 Q 0 74 8 50 Q 14 34 28 24 L 28 16 Q 36 10 58 10 Q 80 10 88 16 L 88 24 Q 102 34 108 50 Q 116 74 114 96 Q 112 116 102 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 14 122 Q 4 116 2 96 Q 0 74 8 50 Q 14 34 28 24 L 28 16 Q 36 10 58 10 Q 80 10 88 16 L 88 24 Q 102 34 108 50 Q 116 74 114 96 Q 112 116 102 122 Z\" fill=\"url(#uniform-g)\" clip-path=\"url(#cl-p-clip)\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 2 96 Q -10 96 -12 110 Q -14 124 12 126\" stroke-width=\"8\" stroke=\"#EDE8DE\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 2 96 Q -10 96 -12 110 Q -14 124 12 126\" stroke-width=\"1.3\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 88 16 Q 106 8 116 2\" stroke-width=\"2\" stroke=\"#9B8B78\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"58\" y=\"143\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \n      \u003ctext x=\"150\" y=\"72\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \n      \u003ctext x=\"230\" y=\"8\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-applied\u003c\/text\u003e\n      \u003cpath d=\"M 186 122 Q 176 116 174 96 Q 172 74 180 50 Q 186 34 200 24 L 200 16 Q 208 10 230 10 Q 252 10 260 16 L 260 24 Q 274 34 280 50 Q 288 74 286 96 Q 284 116 274 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 186 122 Q 176 116 174 96 Q 172 74 180 50 Q 186 34 200 24 L 200 16 Q 208 10 230 10 Q 252 10 260 16 L 260 24 Q 274 34 280 50 Q 288 74 286 96 Q 284 116 274 122 Z\" fill=\"url(#hand-g)\" clip-path=\"url(#cr-p-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 185 58 Q 200 50 218 56 Q 236 62 256 58 Q 270 54 282 60\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 84 Q 196 78 214 84 Q 240 90 268 82\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 174 96 Q 162 96 160 110 Q 158 124 184 126\" stroke-width=\"8\" stroke=\"#DDD5C0\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 174 96 Q 162 96 160 110 Q 158 124 184 126\" stroke-width=\"1.3\" stroke=\"#6B5B3E\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 260 16 Q 278 8 288 2\" stroke-width=\"2\" stroke=\"#6B5B3E\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"230\" y=\"143\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pitcher just needs to hold water, Cuisinart does the job. But for elegance and health benefits, choose solid copper.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a hand-hammered, 100% recycled copper pitcher from Austin, TX, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this pitcher right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this pitcher\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eFor Ayurvedic wellness\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis pitcher aligns with Ayurvedic traditions, enhancing your wellness routine with every use.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eSeeking elegance\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for those wanting a sophisticated touch to their dining occasions.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eAppreciates craftsmanship\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for those who value the heritage and skill involved in hand-hammered copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003ePrefers sustainable products\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eCrafted from 100% recycled copper, it appeals to eco-conscious buyers.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this pitcher if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf cost is primary\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis is not for those seeking the cheapest option available.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eNeeds large capacity\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eWith a 70 oz capacity, it may not suit those needing a larger pitcher.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003ePrefers modern aesthetics\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThose who prefer sleek, modern designs may find its traditional look less appealing.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eHosts elegant gatherings\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who love hosting stylish dinner parties.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEco-conscious individuals\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for buyers who prioritize sustainability in their purchases.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eAyurvedic tradition followers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those embracing Ayurvedic practices in their daily life.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCopper enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eA must-have for those who appreciate the beauty and benefits of copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-mixing-bowls\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-mixing-bowls\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Mixing Bowls (handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBowls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191790280807\" data-handle=\"copper-mixing-bowls\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/handcrafted-nesting-serving-platters-black-white-gold\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/bianco-nero-platter.jpg?v=1769552717\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/handcrafted-nesting-serving-platters-black-white-gold\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eHandcrafted Nesting Serving Platters Set – Black, White \u0026amp; Gold Enamel Serveware for Statement Entertaining and Food-Safe Everyday Use\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003ePlates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42141319364711\" data-handle=\"handcrafted-nesting-serving-platters-black-white-gold\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/vintage-inspired-wooden-serving-bowl-with-handmade-copper-details\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/7L7A7045_1.jpg?v=1769799987\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/vintage-inspired-wooden-serving-bowl-with-handmade-copper-details\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eWooden Serving Bowl with Hand-Forged Copper Straps – Heirloom Solid Wood Serving Bowl with French-Inspired Design\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBowls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42151043989607\" data-handle=\"vintage-inspired-wooden-serving-bowl-with-handmade-copper-details\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_-_August_18-107_2__54744.1536171218.jpg?v=1738150077\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Gangotri Copper Water Pitcher\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from recycled copper, this pitcher is perfect for environmentally conscious buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eStunning craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe hand-hammered finish adds a unique touch to any dining table.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eAyurvedic benefits\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eAligns with ancient Ayurvedic practices for health-oriented drinkware.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCrafted\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered in \u003cstrong\u003eMexico\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMaterial\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e100% \u003cstrong\u003erecycled copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCapacity\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003e70 oz\u003c\/strong\u003e for ample servings.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · 70 fl oz · Artisanal craft\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eThis pitcher is for those who believe in the power of tradition and elegance, transforming every pour into an experience.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurable design\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003ehand-hammered finish\u003c\/strong\u003e ensures long-lasting beauty and resilience, capable of withstanding everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith its \u003cstrong\u003ewarm, glowing finish\u003c\/strong\u003e, this pitcher enhances any dining setting, making every occasion special.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e assures that this piece will remain a cherished heirloom.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eSustainable elegance · Made from recycled copper\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe difference a copper pitcher makes\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eThe dining experience becomes a centerpiece.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this pitcher, your table lacked an artisan touch. Now, every meal is elevated to a dining experience.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWith \u003cstrong\u003eSertodo's craftsmanship\u003c\/strong\u003e, your gatherings gain sophistication, making the ordinary extraordinary.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Gangotri Copper Water Pitcher is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e11 inches \/ 27.94 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMouth Width\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8 inches \/ 20.32 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLiquid Capacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e70 fl oz \/ 2.07 L\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAll dimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% recycled copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eStainless steel, double-riveted\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot induction compatible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eRecommended\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTo maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAvoid harsh detergents.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Gangotri Copper Water Pitcher with Lid\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eAll specifications are subject to change without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is just for aesthetics, not function.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume copper is purely decorative. \u003cstrong\u003eIn reality\u003c\/strong\u003e, it offers superior thermal conductivity and elegance.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eThis pitcher proves that \u003cstrong\u003estyle and function\u003c\/strong\u003e can coexist beautifully.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_2b7bd78e-c166-4e22-9247-f876a67dd1a0.png?v=1740439914\u0026amp;width=1200\" alt=\"Gangotri Copper Water Pitcher with Lid - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eOne decision, lasting impact\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eChoosing copper is choosing timeless elegance.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSelecting the Gangotri Copper Water Pitcher means embracing a rich tradition of craftsmanship and health benefits. It’s more than drinkware; it's a lifestyle commitment.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eEnjoy every pour with \u003cstrong\u003econfidence\u003c\/strong\u003e in your choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis copper pitcher suits \u003cstrong\u003eeco-conscious\u003c\/strong\u003e buyers, \u003cstrong\u003eAyurveda enthusiasts\u003c\/strong\u003e, and those who cherish \u003cstrong\u003ehandcrafted beauty\u003c\/strong\u003e in their dining experiences.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat copper does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003eRecycled copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003eRecycled copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparison of copper and other metals.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8 times better than stainless steel, ensuring even temperature distribution.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactive surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper requires a \u003cstrong\u003etin lining\u003c\/strong\u003e to prevent reactions with certain foods, preserving taste and safety.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eCraftsmanship\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish provides \u003cstrong\u003edurability and unique aesthetics\u003c\/strong\u003e that stand out in any setting.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Pouring from this pitcher feels like a ritual, enhancing every moment.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eWhere the quality difference shows\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Gangotri Copper Water Pitcher offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% recycled copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Warm, glowing finish each unique\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Made to order, never mass-stocked\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eOpt for the Gangotri Copper Water Pitcher, not the tempting allure of lower-priced alternatives that compromise on authenticity and excellence.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eGangotri Copper Water Pitcher (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eSur La Table\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCrate \u0026amp; Barrel\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it free from harmful coatings?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCeramic-coated aluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made from quality materials?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eAluminium\u003c\/td\u003e\n\u003ctd class=\"\"\u003eStainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGlass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eItaly\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eItaly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$232\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$150 - $200\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$180 - $250\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$120 - $170\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eCrafted from premium-grade copper, one of the few in this lineup that offers such distinct quality and elegance.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when hosting guests and cheaper options fail to impress.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eSERTODO COPPER\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate every pour with artisan-crafted elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect settings for this pitcher\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your dining table with an elegant and functional centerpiece.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eOutdoor gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIts durable design makes it ideal for al fresco dining.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAyurvedic rituals\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIncorporate Ayurvedic principles into your daily routine with ease.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eThe perfect gift for those who appreciate fine craftsmanship.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday elegance\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTransform everyday hydration into a luxurious experience.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-handle-detail-MAIN__43925.jpg?v=1740439920\u0026amp;width=1200\" alt=\"Gangotri Copper Water Pitcher with Lid - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome pitchers just pour, others inspire.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eGangotri is for the inspired host.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper excels in drinkware\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eRecycled copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of thermal properties: copper vs other metals.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eCopper's thermal conductivity is \u003cstrong\u003e8 times better than stainless steel\u003c\/strong\u003e, ensuring rapid heat-up and even distribution.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike cast iron or aluminum, copper requires a \u003cstrong\u003etin lining\u003c\/strong\u003e to prevent reactivity with certain foods.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis pitcher combines the \u003cstrong\u003ebeauty and function\u003c\/strong\u003e of copper, with a tin-lined interior for safety.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose copper\u003c\/strong\u003e for superior thermal performance in every pour.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eSteps in crafting our copper pitcher\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTin-lined\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eCrafting process: from raw copper to finished pitcher.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis pitcher is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by skilled artisans, a method that enhances durability and uniqueness.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach piece is individually crafted, resulting in variations that highlight the artisan's skill and the material's natural beauty.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of \u003cstrong\u003efunctional art\u003c\/strong\u003e with every purchase.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA legacy of copper craftsmanship\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisans\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo's founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eGangotri collection\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of Sertodo's copper craftsmanship tradition.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBased in Santa Clara del Cobre, Mexico, our production methods reflect a heritage of over 1000 years in copper craftsmanship.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo, founded in 1997 by Jonathan Beall, continues this tradition with a commitment to quality and sustainability.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eJoin a legacy of \u003cstrong\u003eexquisite craftsmanship\u003c\/strong\u003e with every use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/6_e6f1d6ff-359e-4769-9dd1-e009775c4892.jpg?v=1740439908\u0026amp;width=1200\" alt=\"Gangotri Copper Water Pitcher with Lid - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The Gangotri pitcher is not only beautiful but also keeps my drinks refreshingly cool.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., hosting enthusiast, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how sustainable this piece is, being made from recycled copper.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMichael J., eco-conscious buyer, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This pitcher has become a centerpiece at all my dinner parties, a true conversation starter.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSophia L., frequent entertainer, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the table without doubling up\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your dining collection with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-iced-tea-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\u0026amp;width=600\" alt=\"Copper Iced Tea Cup (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandmade elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/just-right-copper-cup-10-ounces\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Justrightcup_10ozsquarecrop.jpg?v=1740439832\u0026amp;width=600\" alt=\"Just Right Copper Cup, 10 ounces\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eJust Right Copper Cup, 10 ounces\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfectly sized\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor mixology\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCook in style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting elegance since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper is dedicated to producing artisan copper cookware and barware. Crafted in Austin, TX and Santa Clara del Cobre, Mexico, each piece is made from 100% recycled copper, reflecting a commitment to sustainability and traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo’s choice to hand-hammer each piece ensures unparalleled quality and durability, honoring a 1000-year-old tradition of copper work in Santa Clara del Cobre.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to preserve your copper\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eTo maintain the finish, avoid hand wash with mild soap.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry thoroughly to prevent water spots or tarnish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to restore shine and remove any tarnish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid acidic foods\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eProlonged contact with acidic substances may dull the finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper pitcher will remain a beautiful and functional piece for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eThe ultimate choice for elegance\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Gangotri Copper Water Pitcher means investing in a piece where \u003cstrong\u003eelegance meets sustainability\u003c\/strong\u003e. Its hand-hammered finish speaks to the quality and care that Sertodo Copper embeds in every product. For those who value tradition and refined beauty, this pitcher is an essential addition.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted from 100% recycled copper for sustainability and beauty.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eProduced by skilled artisans in Austin, TX and Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash recommended to preserve its elegant finish.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eComes with a stainless steel handle for durability and style.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eA timeless piece that transforms your table setting into a work of art.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $232\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill handcrafted copper construction maintain its integrity when storing the pitcher in the refrigerator long-term?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the solid recycled copper construction handles refrigeration beautifully. Just ensure the pitcher is completely dry before refrigerating to prevent condensation from forming on the hand-hammered surface, which could accelerate natural patina development.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes the handcrafted copper pitcher include detailed care instructions to maintain its finish for generations?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, each Gangotri pitcher includes comprehensive care instructions covering proper hand-washing techniques, polishing methods to preserve the hammered finish, and storage tips, the kind of detailed guidance that ensures this heirloom piece maintains its beauty for decades.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow much liquid can the pitcher hold?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Gangotri Copper Water Pitcher can hold up to \u003cstrong\u003e70 fluid ounces\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the copper pitcher's thermal conductivity suitable for serving hot beverages, or does professional-grade construction make it too hot to handle?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, but use caution, authentic solid copper conducts heat so efficiently that the vessel becomes very hot when holding heated liquids. The stainless steel handle stays cooler, but the hammered copper body will heat rapidly, which is why professional chefs respect this material.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I maintain its shiny finish?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eRegular polishing with a \u003cstrong\u003ecopper polish\u003c\/strong\u003e will help maintain its original shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs drinking water stored in handcrafted copper vessels safe, or does authentic copper construction require special lining?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely safe. The interior features a food-grade lining that prevents any metallic interaction with water while still allowing the Ayurvedic benefits of copper storage. This lining is precisely applied during handcrafting, a detail mass producers often rush or omit.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat distinguishes this handcrafted copper pitcher from mass-produced alternatives that look similar but compromise on materials?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUnlike mass-produced copper-plated pitchers, this piece features 100% recycled solid copper with an authentic hand-hammered finish, each hammer mark placed by artisan hands in Austin and Mexico. The recycled construction and heirloom durability mean this pitcher never becomes landfill waste.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I find matching cups?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, check out the \u003ca href=\"\/products\/copper-iced-tea-cup\"\u003eCopper Iced Tea Cup\u003c\/a\u003e and \u003ca href=\"\/products\/just-right-copper-cup-10-ounces\"\u003eJust Right Copper Cup\u003c\/a\u003e for a complete set.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart: $232\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Is the copper water pitcher suitable for storing in the fridge?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, but ensure it is dry before placing in the fridge to prevent condensation.\"}}, {\"@type\": \"Question\", \"name\": \"Does the copper pitcher come with a cleaning guide?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, each purchase includes a guide detailing how to care for your copper pitcher.\"}}, {\"@type\": \"Question\", \"name\": \"How much liquid can the pitcher hold?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Gangotri Copper Water Pitcher can hold up to 70 fluid ounces.\"}}, {\"@type\": \"Question\", \"name\": \"Can I use it for hot beverages?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, but be cautious as copper is an excellent thermal conductor and can become hot.\"}}, {\"@type\": \"Question\", \"name\": \"How do I maintain its shiny finish?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Regular polishing with a copper polish will help maintain its original shine.\"}}, {\"@type\": \"Question\", \"name\": \"Is it safe to drink from copper pitchers?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the pitcher is lined to prevent any reactions with the copper.\"}}, {\"@type\": \"Question\", \"name\": \"What makes this pitcher special?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Its hand-hammered finish and sustainable materials make it a unique and eco-friendly choice.\"}}, {\"@type\": \"Question\", \"name\": \"Can I find matching cups?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, check out the Copper Iced Tea Cup and Just Right Copper Cup for a complete set.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Gangotri Copper Water Pitcher with Lid\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Gangotri Copper Water Pitcher with Lid is crafted from 100% recycled copper, offering both elegance and sustainability. Perfect for Ayurvedic practices and fine dining, it's handmade in Austin, TX by Sertodo Copper.\",\n  \"sku\": \"WP-GAN-70S\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"232\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% recycled copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% recycled copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"70 fl oz\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Craft Origin\",\n      \"value\": \"Austin, TX and Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Material\",\n      \"value\": \"Stainless Steel\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eGangotri Copper Water Pitcher with Lid, Ayurvedic Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$232\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'gangotri-copper-water-pitcher-with-lid')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"70 fl oz","offer_id":41232187326567,"sku":"WP-GAN-70S","price":232.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896"},{"product_id":"petite-french-copper-butter-pot-with-lid","title":"Petite French Copper Butter Pot With Lid (Handmade)","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=1600\" alt=\"Petite French Copper Butter Pot With Lid (Handmade) - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Petite French Copper Butter Pot With Lid (Handmade), view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Petite_French_Copper_Butter_Pot_With_Lid.jpg?v=1740439944\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Petite_French_Copper_Butter_Pot_With_Lid.jpg?v=1740439944\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Petite_French_Copper_Butter_Pot_With_Lid.jpg?v=1740439944\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Petite French Copper Butter Pot With Lid (Handmade), view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidonhandle.jpg?v=1740439962\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidonhandle.jpg?v=1740439962\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidonhandle.jpg?v=1740439962\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Petite French Copper Butter Pot With Lid (Handmade), view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidon.jpg?v=1740439987\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidon.jpg?v=1740439987\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidon.jpg?v=1740439987\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Petite French Copper Butter Pot With Lid (Handmade), view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpot.jpg?v=1740439978\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpot.jpg?v=1740439978\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpot.jpg?v=1740439978\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Petite French Copper Butter Pot With Lid (Handmade), view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic handling\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHeirloom quality\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSustainably sourced\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Petite French Copper Butter Pot With Lid (Handmade) - Timeless Elegance\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 1.5 Cup Capacity Cup · Hand-Hammered · Tin-Lined\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered finish and elegant design make this butter pot a standout in my kitchen.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e144 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$151\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#c47a53;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232188080231\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $37 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted in Austin, TX, and Santa Clara del Cobre, Mexico\u003c\/strong\u003e, this butter pot is made from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e with a tin-lined interior for a natural non-stick surface.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eErgonomic handling\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHeirloom quality\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTin-lined interior\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSustainably sourced\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Petite French Copper Butter Pot different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced alternatives)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDESIGN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach pot is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e to create a distinct texture that enhances durability and aesthetics.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e, offering superior thermal conductivity for even heat distribution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eINTERIOR\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eFeatures a \u003cstrong\u003etin-lined\u003c\/strong\u003e interior, providing a natural non-stick surface for easy cleaning.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFTSMANSHIP\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, ensuring unique quality and detail.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      Copper-look pans like \u003cstrong\u003eCuisinart\u003c\/strong\u003e deliver affordability and availability. However, \u003cstrong\u003ethin copper wash over aluminum creates hot spots\u003c\/strong\u003e, and surface delamination occurs with regular use.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But for precise heat control, thickness matters.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a 2mm thick, tin-lined copper pot, handcrafted for even heat, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this pot right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this pot\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love French cooking*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf you adore creating French-inspired dishes, this pot will enhance your culinary adventures.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value artisan quality*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor those who appreciate handcrafted kitchenware, this pot's artisanal touch is unmatched.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Seek heirloom pieces*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf passing down quality kitchen items is important, this heirloom-quality pot is ideal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Want unique items*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor collectors of unique kitchenware, this pot's design and craftsmanship stand out.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this pot if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Need induction compatibility*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis pot is not suitable for induction stoves, which might be a deal-breaker for some.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*On a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf cost is a primary concern, there are more affordable, albeit less artisanal, options available.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer mass-produced*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you prefer standardized cookware, this handcrafted piece may seem excessive.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Culinary enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who find joy in cooking and appreciate traditional cooking tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*French cooking fans*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for creating authentic French breakfasts and desserts at home.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan collectors*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor individuals who seek out beautiful, handcrafted pieces for their kitchen.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Sustainability advocates*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who value sustainability will appreciate the use of recycled copper.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eOutfit your kitchen\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eOutfit your\u003cbr\u003ekitchen\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Saucepan (handmade!)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41191789789287\" data-handle=\"copper-saucepan-1-5-quart-and-2-5-quart\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WP-GAN-Gangotri-Pitcher-with-Lid-01-SQUARE__88443.jpg?v=1740439896\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/gangotri-copper-water-pitcher-with-lid\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eGangotri Copper Water Pitcher with Lid\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eServeware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232187326567\" data-handle=\"gangotri-copper-water-pitcher-with-lid\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CR-2024ReineKupferpfanne24cm_A.jpg?v=1769549756\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/pure-copper-frying-pan-without-coating-o-9-5-in\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Frying Pan – 9.5\" Uncoated Professional Skillet with Cast Iron Handle\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eCookware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"42140608069735\" data-handle=\"pure-copper-frying-pan-without-coating-o-9-5-in\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked kitchen pieces that work alongside this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Petite French Copper Butter Pot\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnmatched Heat Control\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's superior thermal conductivity allows precise heat regulation, perfect for delicate recipes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach pot is uniquely hand-hammered, making it a work of art as well as a functional tool.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainable Choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from recycled copper, this pot supports eco-friendly practices without compromising quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurability\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade to \u003cstrong\u003elast\u003c\/strong\u003e generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDesign\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eAesthetic \u003cstrong\u003emasterpiece\u003c\/strong\u003e for your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCraft\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHandcrafted with \u003cstrong\u003eprecision\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · 100% pure copper · Tin-lined interior\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who cherish craftsmanship and tradition, this copper pot is an heirloom in the making.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered copper design not only adds aesthetic value but also ensures durability, standing the test of time against mass-produced alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Masterpiece\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe polished copper finish brings elegance to your kitchen, transforming everyday cooking into a visually pleasing experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue Over Time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThis pot is an investment in quality and tradition, promising utility and beauty that endure through years of culinary adventures.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eArtisan craftsmanship · Superior heat control · Heirloom quality\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour kitchen becomes a canvas for culinary art.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this pot, cooking might feel routine. After, \u003cstrong\u003eevery meal becomes an event\u003c\/strong\u003e, elevated by the beauty and functionality of handcrafted copper.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eIt adds elegance to every dish, enhancing presentation.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Petite French Copper Butter Pot is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 inches (5.1 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate and may vary slightly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2mm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eInterior Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eTin\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUSA \u0026amp; Mexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot compatible with induction stoves.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStovetop Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eGas, electric, ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBroiler Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Wash\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHand Polish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAs needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eRegular re-tinning recommended for longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Petite French Copper Butter Pot With Lid\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item, includes matching lid.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eA mass-produced pan can match an artisan pot.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMass-produced pans may seem convenient and affordable, but they lack the \u003cstrong\u003eunique craftsmanship\u003c\/strong\u003e and \u003cstrong\u003edurability\u003c\/strong\u003e of hand-hammered copper cookware.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing artisan means investing in quality and a piece with a story.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidonhandle.jpg?v=1740439962\u0026amp;width=1200\" alt=\"Petite French Copper Butter Pot With Lid (Handmade) - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTransform your kitchen into a culinary sanctuary.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis pot is not just a tool; it's an invitation to explore and enjoy the art of cooking. With its heirloom quality, it turns every meal into a special occasion.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eCherish \u003cstrong\u003eevery moment\u003c\/strong\u003e with a pot that inspires.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis pot is for culinary artists, traditionalists, and \u003cstrong\u003ecollectors\u003c\/strong\u003e who value \u003cstrong\u003equality\u003c\/strong\u003e, \u003cstrong\u003ecraftsmanship\u003c\/strong\u003e, and sustainability. It's a piece for those who cherish cooking as an art form and appreciate the story behind each tool they use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eTin-lined interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003e2mm copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e2mm copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section of copper cookware vs alternatives\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Performance\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper offers superior thermal conductivity\u003c\/strong\u003e, providing even heat distribution unlike stainless steel or aluminum.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eDurability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe 2mm thick copper ensures long-lasting performance, designed to withstand decades of use.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eNon-Stick Surface\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe tin-lined interior provides a natural non-stick surface, requiring minimal effort during cooking and cleaning.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Using this pot feels like connecting with centuries of culinary tradition.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-forged vs mass-produced, the difference you'll feel\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Petite French Copper Butter Pot offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% pure copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Warm copper sheen, unique to each pot\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Made to last for generations\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eSerious cooks like you know that settling for less means compromising on the authenticity of your culinary creations.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003ePetite French Copper Butter Pot (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAll-Clad\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMauviel\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs the coating PFAS-free?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eNo coating\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePTFE nonstick\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003ePTFE\/Teflon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper, aluminum, and stainless steel\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCopper with stainless steel lining\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eTri-ply stainless steel with copper exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made in the USA?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$151\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$85-$115\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$150-$200\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$30-$60\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHandcrafted with precision, this copper butter pot is one of the few in this lineup offering unparalleled artisanal quality.\u003cspan class=\"cc-mob-hide\"\u003e Because when you’re serving a special dinner, the cheaper option tarnishes, dulling the elegance you aimed for.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER COOKWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eTimeless elegance meets artisanal craftsmanship in copper.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eIdeal occasions for use\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eFrench Breakfasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your mornings with the elegance of French cooking using this butter pot.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for preparing and serving delicate sauces and desserts with finesse.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn exquisite gift for weddings, anniversaries, or housewarmings for those who appreciate craftsmanship.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCollector's Showcase\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA beautiful addition to any kitchen collection, showcasing artisan craftsmanship.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSustainable Living\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eFor those who prioritize eco-friendly choices while enjoying high-quality cookware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpotwithlidon.jpg?v=1740439987\u0026amp;width=1200\" alt=\"Petite French Copper Butter Pot With Lid (Handmade) - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eElegance that transforms everyday cooking into artistry.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who seek beauty.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outshines other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure copper pot\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCopper on right, other metals on left\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper\u003c\/strong\u003e boasts thermal conductivity 8× better than stainless steel, providing rapid heat-up and even distribution. This means fewer hot spots and \u003cstrong\u003emore control over your cooking.\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike cast iron or aluminum, copper's reactive surface requires tin lining for safe cooking. This protective layer ensures the pot's longevity and performance.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis pot's hand-hammered copper and tin lining offer a superior cooking experience, combining beauty with function.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's thermal advantage\u003c\/strong\u003e makes it a top choice for serious chefs.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow this pot is crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-planished\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eCrafting steps: annealing to polishing\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced cookware, this pot is \u003cstrong\u003emeticulously crafted\u003c\/strong\u003e by artisans. The process involves annealing raw copper sheets, hand-hammering textures, and tin lining, ensuring each piece is unique.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe individual variations in each pot are not imperfections but rather marks of its handcrafted nature. These nuances make each piece a one-of-a-kind creation.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eAn artisan touch that transforms cooking into an art.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA legacy of coppersmithing\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eancient roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammering\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMexican tradition\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan revival\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founded 1997\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emodern elegance\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline: ancient roots to modern elegance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIn Santa Clara del Cobre, Mexico, coppersmithing traditions date back over 1000 years, known for their skilled craftsmanship and unique techniques.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper was founded in 1997, blending these rich traditions with modern design to create cookware that stands out in quality and style.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eA pot that embodies tradition and innovation for culinary excellence.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/sideofbutterpot.jpg?v=1740439978\u0026amp;width=1200\" alt=\"Petite French Copper Butter Pot With Lid (Handmade) - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is impeccable; it's both a functional piece and a decorative one in my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLouise D., gifted to daughter, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love using it for butter and delicate sauces. The heat distribution is fantastic!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMark R., culinary professional, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This pot is a conversation starter whenever we have guests over for brunch.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily T., brunch enthusiast, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your copper collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with our artisan copper cookware.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/beautiful-and-big-copper-dutch-ovens\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/31_a0b44e38-1be6-41cd-bb0e-fa84937fe057.jpg?v=1738152750\u0026amp;width=600\" alt=\"Beautiful and Big Copper Dutch Ovens (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eBeautiful and Big Copper Dutch Ovens (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor hearty meals\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/K-SAUCE-8x4__79985.jpg?v=1738150187\u0026amp;width=600\" alt=\"Copper Saucepan (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saucepan (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVersatile cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor sweet creations\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eSpanish flair\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting with tradition and innovation since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper, founded by Jonathan Beall in 1997, is dedicated to creating artisan copper cookware and barware. With studios in Austin, TX, and Santa Clara del Cobre, Mexico, Sertodo emphasizes hand-hammered craftsmanship using 100% pure copper, ensuring each piece is a testament to quality and tradition.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing this production method allows Sertodo to uphold a legacy of craftsmanship and sustainability, delivering products that are not only functional but also works of art.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules for preserving the shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eQuick Dry\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDry your copper pot immediately after washing to prevent spotting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to maintain its bright shine over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eHand wash only to preserve the tin lining and copper finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eRe-tin As Needed\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eSchedule re-tinning as the interior lining wears for continued performance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eProper care ensures your copper pot remains a cherished kitchen centerpiece for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eAn investment in culinary excellence and tradition\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Petite French Copper Butter Pot is an investment in tradition and quality. Its \u003cstrong\u003ehand-hammered craftsmanship\u003c\/strong\u003e and \u003cstrong\u003eheirloom quality\u003c\/strong\u003e ensure it will be a treasured part of your kitchen for generations. It's more than just a pot; it's a piece of history that brings warmth and elegance to every meal.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted from 100% pure copper for optimal heat distribution.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered in Austin, TX, and Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRegular hand washing and polishing maintain its pristine condition.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eIdeal for French cooking and butter warming with its tin-lined interior.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eLet this pot be the heart of your kitchen, inspiring culinary creations.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $151\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the capacity of the butter pot?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003ePetite French Copper Butter Pot\u003c\/strong\u003e has a capacity of 1.5 cups, perfect for warming butter and small sauces.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the copper butter pot suitable for induction stoves?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, the pot is not compatible with induction stoves. It works best on \u003cstrong\u003egas, electric, and ceramic\u003c\/strong\u003e stovetops.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does copper affect food temperature regulation?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper offers \u003cstrong\u003esuperior thermal conductivity\u003c\/strong\u003e, allowing fast heat-up and even temperature distribution, perfect for delicate recipes.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I clean the copper butter pot?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eHand wash the pot with mild soap and water. \u003cstrong\u003eDry immediately\u003c\/strong\u003e to prevent spotting, and polish as needed to maintain shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan this pot be used for other types of cooking besides butter warming?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, it's versatile for small tasks like making sauces, French desserts, and more, thanks to its \u003cstrong\u003eexcellent heat control\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes this pot sustainable?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's crafted from \u003cstrong\u003erecycled copper\u003c\/strong\u003e, emphasizing Sertodo's commitment to eco-friendly practices without sacrificing quality.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the pot heavy?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe pot features a carefully balanced 1.5-cup capacity with hand-formed copper walls that deliver authentic thermal mass without excessive weight, the ergonomic copper handle is individually positioned and secured during fabrication to ensure comfortable handling, a detail that mass production often overlooks in favor of speed, resulting in poorly balanced cookware with handles that heat dangerously or loosen over time.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan this be a gift?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, each pot is individually hand-hammered and finished, bearing the unique texture marks of artisan craftsmanship that transform it from a commodity into a generational heirloom. Unlike factory cookware with planned obsolescence, the solid copper construction and lifetime workmanship guarantee mean this gift will serve families for decades, making it ideal for weddings, anniversaries, or housewarmings where lasting quality matters more than disposable convenience.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does it compare to other Sertodo products?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIf you love this pot, explore our \u003ca href=\"\/products\/beautiful-and-big-copper-dutch-ovens\"\u003eBeautiful and Big Copper Dutch Ovens\u003c\/a\u003e and \u003ca href=\"\/products\/copper-saucepan-1-5-quart-and-2-5-quart\"\u003eCopper Saucepans\u003c\/a\u003e for more artisan cookware options.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart: $151\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What is the capacity of the butter pot?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Petite French Copper Butter Pot has a capacity of 1.5 cups, perfect for warming butter and small sauces.\"}}, {\"@type\": \"Question\", \"name\": \"Is the copper butter pot suitable for induction stoves?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, the pot is not compatible with induction stoves. It works best on gas, electric, and ceramic stovetops.\"}}, {\"@type\": \"Question\", \"name\": \"How does copper affect food temperature regulation?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper offers superior thermal conductivity, allowing fast heat-up and even temperature distribution, perfect for delicate recipes.\"}}, {\"@type\": \"Question\", \"name\": \"How should I clean the copper butter pot?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Hand wash the pot with mild soap and water. Dry immediately to prevent spotting, and polish as needed to maintain shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can this pot be used for other types of cooking besides butter warming?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, it's versatile for small tasks like making sauces, French desserts, and more, thanks to its excellent heat control.\"}}, {\"@type\": \"Question\", \"name\": \"What makes this pot sustainable?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It's crafted from recycled copper, emphasizing Sertodo's commitment to eco-friendly practices without sacrificing quality.\"}}, {\"@type\": \"Question\", \"name\": \"Is the pot heavy?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The pot is designed with a balanced weight, making it sturdy yet easy to handle with its ergonomic design.\"}}, {\"@type\": \"Question\", \"name\": \"Can this be a gift?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely, its heirloom quality and elegant design make it a perfect gift for weddings, anniversaries, or housewarmings.\"}}, {\"@type\": \"Question\", \"name\": \"How does it compare to other Sertodo products?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"If you love this pot, explore our Beautiful and Big Copper Dutch Ovens and Copper Saucepans for more artisan cookware options.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Petite French Copper Butter Pot With Lid (Handmade)\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Petite French Copper Butter Pot With Lid, handcrafted by Sertodo, offers 1.5 cups of capacity, perfect for butter warming and small sauces. Made from 100% pure copper with a tin-lined interior, it combines artisan craftsmanship with superior heat distribution.\",\n  \"sku\": \"K-BUT-3\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"151\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"1.5 cups\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"3.75\\\" \\u00d7 2\\\"\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Interior\",\n      \"value\": \"Tin-lined\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Material\",\n      \"value\": \"Copper, ergonomic design\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Craftsmanship\",\n      \"value\": \"Hand-hammered\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003ePetite French Copper Butter Pot With Lid (Handmade) - Timeless Elegance\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$151\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'petite-french-copper-butter-pot-with-lid')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232188080231,"sku":"K-BUT-3","price":151.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/butterpothandle_324656a1-da08-450b-9ab7-1999a5329673.jpg?v=1740439934"},{"product_id":"solid-copper-mule-mug-copper-handle-18-oz","title":"Solid Copper Mule Mug, Copper Handle, 18 oz","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .08em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 4px 10px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=1600\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Mexican_Mule_in_Solid_Copper_Mule_Mugs_18_oz.png?v=1740434284\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Mexican_Mule_in_Solid_Copper_Mule_Mugs_18_oz.png?v=1740434284\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Mexican_Mule_in_Solid_Copper_Mule_Mugs_18_oz.png?v=1740434284\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Mule_Mugs_Copper_Handle_18_oz_Lifestyle_3f2d4b10-16c6-4693-94b7-3b6ff57e16af.png?v=1740434284\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Mule_Mugs_Copper_Handle_18_oz_Lifestyle_3f2d4b10-16c6-4693-94b7-3b6ff57e16af.png?v=1740434284\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Mule_Mugs_Copper_Handle_18_oz_Lifestyle_3f2d4b10-16c6-4693-94b7-3b6ff57e16af.png?v=1740434284\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-Set-of-2-01-SQUARE__02113_c1df68e7-e679-4973-95af-d8b0ff48971a.jpg?v=1740440060\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-Set-of-2-01-SQUARE__02113_c1df68e7-e679-4973-95af-d8b0ff48971a.jpg?v=1740440060\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-Set-of-2-01-SQUARE__02113_c1df68e7-e679-4973-95af-d8b0ff48971a.jpg?v=1740440060\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Set-4__44213_3a59c9ab-02db-45a8-8ddb-b26b1e5cc780.jpg?v=1740440088\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Set-4__44213_3a59c9ab-02db-45a8-8ddb-b26b1e5cc780.jpg?v=1740440088\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Set-4__44213_3a59c9ab-02db-45a8-8ddb-b26b1e5cc780.jpg?v=1740440088\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CMMc-12_knockout_to_white__59076.jpg?v=1740440070\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CMMc-12_knockout_to_white__59076.jpg?v=1740440070\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CMMc-12_knockout_to_white__59076.jpg?v=1740440070\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-1056-kholmes__10754_24e70ab0-a51d-485f-bb66-4a1695d4f0ff.jpg?v=1740440053\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-1056-kholmes__10754_24e70ab0-a51d-485f-bb66-4a1695d4f0ff.jpg?v=1740440053\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-1056-kholmes__10754_24e70ab0-a51d-485f-bb66-4a1695d4f0ff.jpg?v=1740440053\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/17_afb743ae-dcd8-46c3-99d2-8bf6ff04fe74.png?v=1740440096\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/17_afb743ae-dcd8-46c3-99d2-8bf6ff04fe74.png?v=1740440096\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/17_afb743ae-dcd8-46c3-99d2-8bf6ff04fe74.png?v=1740440096\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz, view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-Hammered Finish\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Recycled Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTIG Welded Handle\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpotting May Occur\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Solid Copper Mule Mug, Copper Handle, 18 oz, Bar-Grade Precision\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Hand-Hammered Mug · 18 oz Capacity · Recycled Copper\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered finish and substantial weight elevate every cocktail experience.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e143 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$63\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232188735591\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $15 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandcrafted\u003c\/strong\u003e from 100% recycled copper, this mug is produced in Santa Clara del Cobre, Mexico, ensuring durability and unmatched style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-Hammered Finish\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% Recycled Copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTIG Welded Handle\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eSpotting May Occur\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is this mug different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes 100% recycled copper different from thin copper plating)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHandcrafted\u003c\/strong\u003e in Mexico, each mug is individually hammered, ensuring no two are exactly alike.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, offering sustainability and durability unmatched by plated alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDLE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe \u003cstrong\u003eTIG welded copper handle\u003c\/strong\u003e is securely attached, providing a comfortable and stable grip.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCAPACITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eGenerous \u003cstrong\u003e18 oz capacity\u003c\/strong\u003e, perfect for classic Moscow Mules or any cocktail of choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look mugs disappoint\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mug-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1: on arrival\u003c\/text\u003e\n        \u003cpath d=\"M 63 100 Q 57 100 56 92 C 52 72 53 50 56 30 Q 57 24 64 24 L 128 24 Q 135 24 136 30 C 139 50 140 72 136 92 Q 135 100 129 100 Z\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 63 100 Q 57 100 56 92 C 52 72 53 50 56 30 Q 57 24 64 24 L 128 24 Q 135 24 136 30 C 139 50 140 72 136 92 Q 135 100 129 100 Z\" fill=\"url(#mug-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"96\" cy=\"24\" rx=\"33\" ry=\"6\" fill=\"#C8B898\" stroke-width=\"1.2\" stroke=\"#5A4A30\" opacity=\"0.85\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"57\" y1=\"34\" x2=\"135\" y2=\"34\" stroke-width=\"2\" stroke=\"#B8A88A\" opacity=\"0.65\"\u003e\u003c\/line\u003e\n        \u003crect x=\"62\" y=\"100\" width=\"68\" height=\"3\" rx=\"1\" fill=\"#C0B8A8\" stroke=\"#5A4A30\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 136 48 Q 160 48 160 68 Q 160 88 136 88\" stroke-width=\"9\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 136 48 Q 160 48 160 68 Q 160 88 136 88\" stroke-width=\"1.5\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"96\" y1=\"100\" x2=\"96\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eglaze holds · handle firm\u003c\/text\u003e\n        \n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"110\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2: after daily use\u003c\/text\u003e\n        \u003cpath d=\"M 335 100 Q 329 100 328 92 C 324 72 325 50 328 30 Q 329 24 336 24 L 400 24 Q 407 24 408 30 C 411 50 412 72 408 92 Q 407 100 401 100 Z\" fill=\"#D8D0C4\" stroke-width=\"1.8\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 335 100 Q 329 100 328 92 C 324 72 325 50 328 30 Q 329 24 336 24 L 400 24 Q 407 24 408 30 C 411 50 412 72 408 92 Q 407 100 401 100 Z\" fill=\"url(#mug-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"368\" cy=\"24\" rx=\"33\" ry=\"6\" fill=\"#C8B898\" stroke-width=\"1.2\" stroke=\"#5A4A30\" opacity=\"0.85\"\u003e\u003c\/ellipse\u003e\n        \u003cline x1=\"329\" y1=\"34\" x2=\"407\" y2=\"34\" stroke-width=\"2\" stroke=\"#B8A88A\" opacity=\"0.65\"\u003e\u003c\/line\u003e\n        \u003crect x=\"334\" y=\"100\" width=\"68\" height=\"3\" rx=\"1\" fill=\"#C0B8A8\" stroke=\"#5A4A30\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 408 48 Q 432 48 432 68 Q 432 88 408 88\" stroke-width=\"9\" stroke=\"#D8D0C4\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 408 48 Q 432 48 432 68 Q 432 88 408 88\" stroke-width=\"1.5\" stroke=\"#5A4A30\" fill=\"none\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M 348 24 Q 343 18 338 24 L 340 31 Q 344 33 348 27\" fill=\"#FAF7F2\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"341\" cy=\"23\" r=\"8\" fill=\"none\" stroke=\"#5A4A30\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"349\" y1=\"31\" x2=\"416\" y2=\"62\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"417\" y=\"69\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003erim chip\u003c\/text\u003e\n        \u003cline x1=\"368\" y1=\"100\" x2=\"368\" y2=\"115\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eedge exposed: body visible\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e and others offer affordable copper-look mugs, but these often feature thin copper plating over aluminum. This leads to \u003cstrong\u003ehot spots\u003c\/strong\u003e and \u003cstrong\u003edelaminating\u003c\/strong\u003e surfaces with regular use.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"uniform-g\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"hand-g\" patternunits=\"userSpaceOnUse\" width=\"16\" height=\"11\"\u003e\n          \u003cpath d=\"M2 2 Q8 0 14 4 Q16 7 12 9 Q7 11 2 8 Q0 5 2 2\" fill=\"#A89A84\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"cl-m-clip\"\u003e\u003cpath d=\"M 14 132 Q 10 132 10 126 L 10 38 Q 10 32 16 32 L 88 32 Q 94 32 94 38 L 94 126 Q 94 132 88 132 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"cr-m-clip\"\u003e\u003cpath d=\"M 186 132 Q 182 132 182 126 L 182 38 Q 182 32 188 32 L 260 32 Q 266 32 266 38 L 266 126 Q 266 132 260 132 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \u003ctext x=\"52\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-glazed\u003c\/text\u003e\n      \u003cpath d=\"M 14 132 Q 10 132 10 126 L 10 38 Q 10 32 16 32 L 88 32 Q 94 32 94 38 L 94 126 Q 94 132 88 132 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 14 132 Q 10 132 10 126 L 10 38 Q 10 32 16 32 L 88 32 Q 94 32 94 38 L 94 126 Q 94 132 88 132 Z\" fill=\"url(#uniform-g)\" clip-path=\"url(#cl-m-clip)\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 94 54 Q 110 54 110 72 Q 110 90 94 90\" stroke-width=\"7\" stroke=\"#EDE8DE\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 94 54 Q 110 54 110 72 Q 110 90 94 90\" stroke-width=\"1.3\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"52\" y=\"148\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \n      \u003ctext x=\"150\" y=\"85\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \n      \u003ctext x=\"224\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-applied\u003c\/text\u003e\n      \u003cpath d=\"M 186 132 Q 182 132 182 126 L 182 38 Q 182 32 188 32 L 260 32 Q 266 32 266 38 L 266 126 Q 266 132 260 132 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 186 132 Q 182 132 182 126 L 182 38 Q 182 32 188 32 L 260 32 Q 266 32 266 38 L 266 126 Q 266 132 260 132 Z\" fill=\"url(#hand-g)\" clip-path=\"url(#cr-m-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 182 60 Q 200 54 222 60 Q 240 64 260 60\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 182 82 Q 202 76 222 82 Q 244 86 260 80\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 266 54 Q 282 54 282 72 Q 282 90 266 90\" stroke-width=\"7\" stroke=\"#DDD5C0\" fill=\"none\" stroke-linecap=\"butt\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 266 54 Q 282 54 282 72 Q 282 90 266 90\" stroke-width=\"1.3\" stroke=\"#6B5B3E\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"224\" y=\"148\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the mug is just for show, Cuisinart does the job. But if lasting elegance and authenticity matter, choose solid copper.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a hand-hammered, 100% recycled copper mug crafted in Mexico, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this mug right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this mug\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Love the classic look*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf you appreciate traditional aesthetics in barware, this copper mug will enhance your collection.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Value handmade quality*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor those who admire craftsmanship, each mug is a testament to skilled artisans.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Enjoy eco-conscious products*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis mug is made from 100% recycled copper, perfect for eco-friendly buyers.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Savor every cocktail*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIf you enjoy elevating your cocktail game, this mug provides a premium drinking experience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this mug if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Prefer lightweight vessels*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you find weighty mugs cumbersome, this solid copper mug may not be ideal for you.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Avoid maintenance tasks*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf polishing copper feels like a chore, this mug might not be the best choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget constraints*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you're looking for a cheaper alternative, this premium handmade mug might not fit your budget.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Cocktail connoisseurs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those who host cocktail evenings and appreciate traditional barware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Collectors of fine pieces*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those building a collection of high-quality, artisan-crafted items.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Eco-conscious individuals*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for buyers who value products made from recycled materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Aesthetic enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eDesigned for those who love the look of classic copper in their home bar.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186114151\" data-handle=\"copper-iced-tea-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-cocktail-glasses\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-cocktail-glasses\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Cocktail Glasses (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186343527\" data-handle=\"copper-cocktail-glasses\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/tequilero-copper-shot-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/tequilero-copper-shot-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eTequilero Copper Shot Cup\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232190668903\" data-handle=\"tequilero-copper-shot-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Solid Copper Mule Mug\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSuperior Cocktail Experience\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEnhance your drinks with a mug that keeps them cold and flavorful longer.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-Friendly Craft\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from recycled copper, this mug supports a sustainable lifestyle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach mug is hand-hammered for a unique texture, reflecting traditional techniques.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHANDMADE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eEvery mug is \u003cstrong\u003ehandcrafted\u003c\/strong\u003e for unique character.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eSUSTAINABLE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDURABLE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eRobust\u003c\/strong\u003e construction ensures it lasts for generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · 100% recycled copper · 18 oz\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eOwning a Sertodo Copper Mule Mug means you value authentic craftsmanship and sustainable elegance.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, this mug is made to withstand generations of use. Unlike mass-produced alternatives, its solid construction offers unmatched durability and performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic Appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish gives each mug a unique texture and shine. It’s not just a drinking vessel, it’s a piece of art that enhances any barware collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eTimeless Value\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvest in a product that offers both functional and aesthetic longevity. A Sertodo Copper Mule Mug becomes a cherished part of your bar setup, appreciated by guests and family alike.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eEco-friendly · Distinctive design · Made in Mexico\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour cocktail ritual transforms.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this mug, cocktails were simply drinks. Now, they are experiences. The tactile feel of copper enhances each sip, and the aesthetic appeal makes every gathering special.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eYour bar becomes a destination. \u003cstrong\u003eEmbrace the elegance\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Solid Copper Mule Mug is made of\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMouth Width\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5.75 inches (14.61 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e18 oz (0.51 kg)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMeasurements are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHeavy Gauge\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHandle Material\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100 percent recycled copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePolish as needed\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003ePolish regularly to maintain shine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Solid Copper Mule Mug\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle piece.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eHand wash recommended to maintain quality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is just for looks, but it's more.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e enhances your drinking experience. It keeps drinks colder for longer, offering both aesthetic and functional benefits.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing copper means choosing quality and tradition. \u003cstrong\u003eIt's a commitment to excellence\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Solid_Copper_Mule_Mugs_Copper_Handle_18_oz_Lifestyle_3f2d4b10-16c6-4693-94b7-3b6ff57e16af.png?v=1740434284\u0026amp;width=1200\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eElevate your cocktail moments.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing the Sertodo Copper Mule Mug means appreciating the craftsmanship and heritage that come with every sip. This is not just another piece of barware, it's a testament to tradition and quality.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eMake every drink a \u003cstrong\u003ememorable occasion\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis mug is perfect for \u003cstrong\u003ecocktail connoisseurs\u003c\/strong\u003e, \u003cstrong\u003eaesthetic enthusiasts\u003c\/strong\u003e, and \u003cstrong\u003eeco-conscious buyers\u003c\/strong\u003e who value tradition and sustainability in their barware collection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003eRecycled copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003eRecycled copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparing copper's thermal benefits.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Benefits\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper's conductivity\u003c\/strong\u003e keeps drinks cold longer, enhancing the flavor and experience.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSustainability\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, this mug is both eco-friendly and durable.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eCraftsmanship\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach piece is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e, ensuring a unique and high-quality finish.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The weight and shine create an unparalleled drinking experience.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-made vs mass-produced, what you're actually choosing\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Solid Copper Mule Mug offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% recycled copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique shine and texture with each piece\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted in Mexico, ensuring authenticity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eFor those who value lasting quality, settling for a budget option isn't an option.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eSolid Copper Mule Mug (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMoscow Copper Co.\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAdvanced Mixology\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-plated aluminum\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSolid copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-plated stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eWhere is it manufactured?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eMade in Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMade in China\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in USA\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMade in India\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, copper is non-magnetic\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, copper is non-magnetic\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, copper is non-magnetic\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, copper is non-magnetic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$63\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$20 - $30\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$59.95\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$45 - $55\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eExpertly crafted from solid copper, this mug delivers an unparalleled tactile experience with every sip.\u003cspan class=\"cc-mob-hide\"\u003e Because when serving sophisticated cocktails, a cheaper mug tarnishes quickly — and that's not the impression you want to leave.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER BARWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo Copper · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate your cocktail experience with artisan craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eFor every memorable moment\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCocktail Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with a mug that adds elegance to any drink.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome Bars\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your bar setup with this standout copper piece.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful gift for anyone who appreciates quality barware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial Events\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003ePerfect for weddings, anniversaries, or any celebration.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday Use\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnjoy your favorite drinks in style, any day of the week.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM12-C-Moscow-Mule-Mug-Set-of-2-01-SQUARE__02113_c1df68e7-e679-4973-95af-d8b0ff48971a.jpg?v=1740440060\u0026amp;width=1200\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome barware is just functional. Some is transformative.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for the second kind.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper excels in barware\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eRecycled copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of thermal conductivity in metals.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8× better than stainless steel. It heats up quickly and distributes temperature evenly, enhancing your drink's experience.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike cast iron or aluminum, copper’s reactive surface requires \u003cstrong\u003etin lining\u003c\/strong\u003e for cookware, ensuring safety and longevity.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis mug is crafted from \u003cstrong\u003ehand-hammered copper\u003c\/strong\u003e, offering a unique, artisanal finish.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper elevates your cocktail experience\u003c\/strong\u003e with superior temperature control.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow this mug is crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammering texture\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eSee the five-step coppersmithing process.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eArtisan craftsmanship\u003c\/strong\u003e means each copper mug is unique. From raw sheet annealing to hand-hammering, the process ensures quality that mass production can’t match.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIndividual variation is a hallmark of quality, not a flaw. Each mug tells a story of its bespoke journey.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of craftsmanship that's truly one-of-a-kind.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe tradition behind our mugs\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eMule roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopperwork\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMexican influence\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eRecycled copper\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eMule mugs\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of our artisan copper tradition.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre’s copper tradition ensures each mug is made with \u003cstrong\u003ecenturies of expertise\u003c\/strong\u003e, offering unmatched quality.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo’s founder chose this heritage to blend \u003cstrong\u003etraditional techniques\u003c\/strong\u003e with modern design.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience the legacy of artisanal craftsmanship in every sip.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Set-4__44213_3a59c9ab-02db-45a8-8ddb-b26b1e5cc780.jpg?v=1740440088\u0026amp;width=1200\" alt=\"Solid Copper Mule Mug, Copper Handle, 18 oz - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The craftsmanship is unparalleled, and the mug keeps my drinks refreshingly cold.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new home, 8 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This mug is not just functional but a true piece of art!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJames L., cocktail enthusiast, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Every cocktail feels special in this beautifully crafted mug.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily H., frequent entertainer, 5 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the set\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eElevate your barware collection with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/moscow-mule-gift\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/CopperMoscowMuleGiftSet.jpg?v=1740439867\u0026amp;width=600\" alt=\"Moscow Mule Gift\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eMoscow Mule Gift\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElegant Design\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-cocktail-glasses\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/20180824_143510_2__55134.jpg?v=1740442039\u0026amp;width=600\" alt=\"Copper Cocktail Glasses (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Cocktail Glasses (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect Gift Set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eChill Retention\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePrecision Pour\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo Copper\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafted with tradition, built for the future\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in artisan copper cookware and barware, crafted in Austin, TX, and Santa Clara del Cobre, Mexico. Committed to \u003cstrong\u003equality and tradition\u003c\/strong\u003e, all products are hand-hammered from 100% recycled copper.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's dedication to sustainable practices and exquisite craftsmanship sets it apart, ensuring each piece is not just functional but also a work of art.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the copper shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand Wash Only\u003c\/p\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry Immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent spotting by drying your mug immediately after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish Regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eKeep your mug looking new with periodic polishing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid Abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a soft cloth to clean to avoid scratches.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper mug will remain a cherished item for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy choose the Solid Copper Mule Mug\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eInvesting in the Solid Copper Mule Mug means valuing tradition and quality. Unlike cheaper alternatives, this mug promises \u003cstrong\u003elasting beauty and functionality\u003c\/strong\u003e. Its hand-hammered finish and recycled copper construction offer a drinking experience that ordinary mugs can't match.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% recycled copper, ensuring sustainability.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico, a region with rich copper heritage.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eRequires hand washing and occasional polishing to maintain its unique shine.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eTIG welded copper handle provides a comfortable and durable grip.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose this mug to elevate your cocktail experience and embrace timeless craftsmanship.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $63\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do I care for my copper mule mug?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eTo care for your copper mule mug, \u003cstrong\u003ehand wash only\u003c\/strong\u003e and dry immediately to prevent spotting. Regular polishing helps maintain its shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan the copper mug be used for hot drinks?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile designed for cold cocktails, it can handle hot liquids. Just remember that \u003cstrong\u003ecopper conducts heat\u003c\/strong\u003e well, so it will become hot to the touch.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the size and capacity of the mule mug?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe mug stands 4.5 inches tall with a 5.75 inches mouth width, and holds \u003cstrong\u003e18 oz\u003c\/strong\u003e of liquid.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhy choose a copper mug over other metals?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e enhances the drinking experience by keeping beverages cold longer, making it ideal for cocktails.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes authentic solid copper develop a natural patina like heirloom cookware, or will this mug maintain its original shine indefinitely without care?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, \u003cstrong\u003eauthentic solid copper naturally develops a living patina\u003c\/strong\u003e that many collectors prize as proof of genuine material, unlike thin copper plating that simply wears away. Regular polishing with copper-specific cream restores the original mirror shine, giving you control over the aesthetic that factory-sealed finishes deny.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan the solid copper construction accept personalized engraving for gifts without compromising the hand-hammered texture or structural integrity?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the \u003cstrong\u003esubstantial solid copper construction\u003c\/strong\u003e accepts professional engraving beautifully, artisans can personalize without penetrating through to inferior base metals, because there are none. Ensure engravers are experienced with genuine copper to preserve the hand-hammered texture that makes each piece unique.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes the TIG-welded copper handle stay cool to the touch during use, and is it ergonomically shaped for bartenders pouring multiple drinks?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the \u003cstrong\u003eTIG-welded copper handle is individually fitted by hand\u003c\/strong\u003e to ensure ergonomic balance and a secure grip, eliminating the loose, wobbly handles common in mass-production. While copper conducts temperature, the handle's positioning and thickness provide comfortable control even during extended bar service.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the mug safe for acidic drinks?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the mug can hold acidic drinks, but it's advisable to rinse it soon after to prevent any potential reaction.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the handcrafted copper construction withstand outdoor conditions like poolside entertaining or patio service without corroding or degrading?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely! \u003cstrong\u003eSolid recycled copper is naturally corrosion-resistant\u003c\/strong\u003e and thrives outdoors, the same material trusted for roofing and marine applications. Unlike thin-plated alternatives that deteriorate with moisture exposure, this heirloom-grade construction handles poolside, patio, and camping use while developing character that factory finishes simply peel away to reveal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart: $63\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"How do I care for my copper mule mug?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"To care for your copper mule mug, hand wash only and dry immediately to prevent spotting. Regular polishing helps maintain its shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can the copper mug be used for hot drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"While designed for cold cocktails, it can handle hot liquids. Just remember that copper conducts heat well, so it will become hot to the touch.\"}}, {\"@type\": \"Question\", \"name\": \"What are the size and capacity of the mule mug?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The mug stands 4.5 inches tall with a 5.75 inches mouth width, and holds 18 oz of liquid.\"}}, {\"@type\": \"Question\", \"name\": \"Why choose a copper mug over other metals?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Copper's thermal conductivity enhances the drinking experience by keeping beverages cold longer, making it ideal for cocktails.\"}}, {\"@type\": \"Question\", \"name\": \"Does the copper patina over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper naturally develops a patina. Regular polishing can restore its original shine if preferred.\"}}, {\"@type\": \"Question\", \"name\": \"Can this mug be engraved?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Engraving is possible, but ensure it's done by professionals familiar with copper to maintain the mug's integrity.\"}}, {\"@type\": \"Question\", \"name\": \"Is the handle comfortable to hold?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the TIG welded copper handle is designed for a comfortable and secure grip.\"}}, {\"@type\": \"Question\", \"name\": \"Is the mug safe for acidic drinks?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the mug can hold acidic drinks, but it's advisable to rinse it soon after to prevent any potential reaction.\"}}, {\"@type\": \"Question\", \"name\": \"Can it be used outdoors?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Absolutely! Its durable construction makes it suitable for both indoor and outdoor use.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Solid Copper Mule Mug, Copper Handle, 18 oz\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Solid Copper Mule Mug, crafted by Sertodo, offers an 18 oz capacity and is made from 100% recycled copper. Hand-hammered in Mexico, it combines traditional craftsmanship with modern elegance.\",\n  \"sku\": \"C-MM-18C\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"63\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% recycled copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"18 oz\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"4.5 inches tall, 5.75 inches wide\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handle Material\",\n      \"value\": \"Copper, TIG Welded\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care Instructions\",\n      \"value\": \"Hand wash only\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz, Bar-Grade Precision\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$63\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'solid-copper-mule-mug-copper-handle-18-oz')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232188735591,"sku":"C-MM-18C","price":63.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998"},{"product_id":"sharpshooter-copper-shot-cups","title":"Sharpshooter Copper Shot Cups","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\u0026amp;width=1600\" alt=\"Sharpshooter Copper Shot Cups - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sharpshooter Copper Shot Cups, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sharpshooter Copper Shot Cups, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sharpshooter Copper Shot Cups, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sharpshooter Copper Shot Cups, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sharpshooter Copper Shot Cups, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMade in Austin, TX\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eSustainable materials\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, MX\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Sharpshooter Copper Shot Cups | Bar-Grade Precision\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 100% Pure Copper Cup · 2 oz Capacity · Handcrafted\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered texture adds a unique elegance to every shot.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e102 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$21\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#b87333;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232188571751\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $5 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003e100% pure copper\u003c\/strong\u003e shot cups, handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico. Perfect for any barware collection.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003e100% pure copper\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMade in Austin, TX\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eSustainable materials\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eLifetime workmanship guarantee\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Sharpshooter different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes pure copper different from mass-produced barware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCOPPER\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003e100% pure copper\u003c\/strong\u003e ensures each cup offers excellent conductivity, enhancing your drinking experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eRECYCLED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from recycled materials, these cups offer a sustainable and eco-friendly choice for discerning buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach cup is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by artisans, ensuring no two are exactly alike, adding to their charm.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABLE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe heavy gauge construction means these cups will last for generations, even with regular use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy copper-look pans disappoint\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e offers affordability, but thin copper over aluminum creates \u003cstrong\u003ehot spots and a delaminating surface\u003c\/strong\u003e, lacking the needed gauge for even heat control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a shot cup crafted from 100% pure recycled copper, hand-hammered for unique elegance, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this cup right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this cup\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*You appreciate artisanal craft*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eEach cup is handcrafted with meticulous detail, making it a beautiful addition to any collection.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*You value sustainability*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eMade from 100% recycled copper, these cups are eco-friendly and stylish.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*You host frequently*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for hosting, these cups add a touch of elegance and sophistication to any occasion.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*You travel often*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eDurable enough to withstand travel, these cups are ideal for enjoying spirits on the go.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this cup if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*You prefer glassware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you’re looking for traditional glass shot cups, these copper ones may not suit your taste.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*You’re on a tight budget*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThese are premium items, priced for their quality and craftsmanship.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*You want uniformity*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eEach cup is unique due to the hand-hammered finish, which might not be for everyone.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Barware collectors*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who appreciate unique, artisanal items will find these cups a worthy addition.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Environmentally conscious buyers*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for those prioritizing sustainable materials in their purchases.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Hosts with style*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who love to entertain with elegant and sophisticated barware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Travel enthusiasts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGreat for individuals who want to enjoy their spirits in style wherever they go.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/sertodo-copper-scoop\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/sertodo-copper-scoop\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSertodo Copper Scoop\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188604519\" data-handle=\"sertodo-copper-scoop\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/tequilero-copper-shot-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/tequilero-copper-shot-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eTequilero Copper Shot Cup\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232190668903\" data-handle=\"tequilero-copper-shot-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sharpshooter\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly materials\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eMade from 100% recycled copper, these cups are both stylish and sustainable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e⚒️\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered finish ensures each cup is unique and full of character.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003ePerfect for spirits\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eThe pure copper construction helps maintain the ideal temperature for your drinks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eRecycled\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eSourced from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHandmade\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e for a unique finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDurable\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eBuilt to \u003cstrong\u003elast generations\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered copper, eco-friendly, elegant design\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eChoosing quality over convenience means selecting the Sharpshooter, where every sip speaks to tradition and care.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eBuilt to last generations\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe heavy gauge of these shot cups ensures they withstand time and travel, offering unmatched durability. Unlike mass-produced counterparts, their quality is evident in every use, making them a staple for any collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eArtistry in every piece\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach cup is hand-hammered, providing a unique texture that elevates the drinking experience. This artisan touch is not only visually appealing but also reflects the skilled craftsmanship behind every cup.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eSustainable choice\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from 100% recycled copper, these cups are an eco-friendly option for those who care about the environment. This commitment to sustainability does not compromise on elegance or performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003ePerfect for spirits, sustainable craftsmanship\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eYour barware becomes a conversation starter\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eBefore\u003c\/strong\u003e, you might have settled for ordinary glassware. \u003cstrong\u003eAfter\u003c\/strong\u003e, the Sharpshooter Copper Shot Cups turn each gathering into an event, impressing guests with their artisanal quality.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eExperience the difference\u003c\/strong\u003e that true craftsmanship brings to your barware collection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Sharpshooter set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 inches\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMouth Width\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 inches\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 fl oz\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% pure copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eOrigin\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAustin, TX \u0026amp; Santa Clara del Cobre, MX\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMade with sustainable materials.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash and dry immediately\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Sharpshooter Copper Shot Cup\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eEach cup is sold individually.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications and dimensions are subject to change without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper vs. coated lookalikes\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eMany believe coated lookalikes offer the same experience\u003c\/strong\u003e. However, only pure copper provides the authentic thermal conductivity and durability enthusiasts crave.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eReframe your choice\u003c\/strong\u003e by embracing true craftsmanship with the Sharpshooter Copper Shot Cups.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1200\" alt=\"Sharpshooter Copper Shot Cups - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhen detail matters more than mass production\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing the Sharpshooter Copper Shot Cups is a statement of style and substance. With their hand-hammered finish, each cup transforms every pour into an occasion.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eElevate your barware\u003c\/strong\u003e with artisanal elegance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThese cups are perfect for \u003cstrong\u003econnoisseurs\u003c\/strong\u003e, \u003cstrong\u003eartisans\u003c\/strong\u003e, and those who appreciate \u003cstrong\u003esustainable craftsmanship\u003c\/strong\u003e. Ideal for hosts who value elegance and functionality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered interior\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003eSolid copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003eSolid copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section of pure copper vs. alternatives\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSuperior Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper conducts heat 8× better than stainless, ensuring even temperatures throughout.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eUnique Finish\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered surface creates a visually striking and tactile experience.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eSustainable Choice\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from recycled copper, these cups are eco-friendly without sacrificing quality.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The smooth heft of each cup elevates every sip.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHand-crafted vs mass-produced, the real choice\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Sharpshooter Copper Shot Cups offer:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% recycled copper, hand-hammered\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Unique texture, no two alike\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Crafted in Austin \u0026amp; Mexico\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eChoose Sharpshooter and embrace the elegance that the $10-$15 options simply can't deliver.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eSharpshooter (Sertodo)\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eWilliams-Sonoma\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eMikasa\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eIndustrial production\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eFactory-made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made in the USA?\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA \u0026amp; Mexico\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eIndia\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-plated aluminum\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCopper-plated stainless steel\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper-plated steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$21\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$10-$15\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$20-$30\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003e$8-$12\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNo, copper not induction-compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOven Safe Temp\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eNot oven safe\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 500°F \/ 260°C\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 400°F \/ 205°C\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUp to 350°F \/ 175°C\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (2 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eSharpshooter Copper Shot Cups feature a beautifully polished copper surface that enhances your presentation and dining experience.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when serving guests and cheaper options lose their shine.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eCOPPER BARWARE\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handmade in recycled sources \u0026amp; Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003ePure copper elegance, hand-hammered to perfection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect settings for copper elegance\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eOutdoor Gatherings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eDurable enough for the outdoors, these cups are perfect for alfresco dining.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWedding Gifts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA unique and elegant gift for newlyweds starting their barware collection.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAnniversary Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd sophistication to intimate celebrations with artisanal drinkware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome Bars\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance your home bar with these stylish and functional shot cups.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eTravel Adventures\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCompact and sturdy, ideal for enjoying spirits on the road.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1200\" alt=\"Sharpshooter Copper Shot Cups - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eCrafted with care, shared with pride.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eFor those who appreciate the finer things.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outshines other metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure copper excellence\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of thermal conductivity: copper vs alternatives\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e eight times better than stainless steel, offering rapid heat-up and even distribution, making it ideal for maintaining drink temperatures.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eTechnical advantage:\u003c\/strong\u003e The high thermal conductivity of copper ensures that your drinks maintain the desired temperature longer.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-hammered finish of the Sharpshooter cups enhances their aesthetic appeal and tactile experience, setting them apart from mass-produced options.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper's conductivity\u003c\/strong\u003e is unmatched, perfect for serious drink enthusiasts.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow each cup is crafted\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-hammered\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eCrafting process: from raw copper to finished cup\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHandcrafted vs mass-produced\u003c\/strong\u003e: Every cup undergoes multiple artisan processes, ensuring each is unique. This contrasts sharply with the uniformity of factory-made items.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-hammered texture not only adds to the visual appeal but also makes each piece a tactile masterpiece, cherished by those who value individual artistry.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eArtisan craftsmanship\u003c\/strong\u003e turns every cup into a work of art.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe rich tradition behind our copper\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eCopper roots\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammered craft\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMexican mastery\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eRecycled copper\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e1997 Sertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSharpshooter series\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline of coppersmithing heritage and innovation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe tradition of copper crafting in Santa Clara del Cobre has been honed over centuries, ensuring quality and skill in every piece produced.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper embraces this heritage, combining it with sustainable practices to create products that are both beautiful and eco-friendly.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eChoosing Sertodo means supporting a legacy of craftsmanship and sustainability.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1200\" alt=\"Sharpshooter Copper Shot Cups - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"These shot cups are a genuine piece of art. Their durability and unique finish make every sip special.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn D., purchased for home bar, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love how each cup is different. The hand-hammered texture really stands out.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMegan P., bought for a gift, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Perfect for my travel adventures. They're sturdy and look great no matter where I take them.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eAlex T., adventurer and spirit enthusiast, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your collection with these\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your barware with complementary pieces that match the elegance of the Sharpshooter cups.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-shot-cup-flight-sets\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=600\" alt=\"Copper Shot Cup Flight Sets (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Shot Cup Flight Sets (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFlight of four\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/tequilero-copper-shot-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\u0026amp;width=600\" alt=\"Tequilero Copper Shot Cup\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eTequilero Copper Shot Cup\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eMiniature elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePortable style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eMixology must-have\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship that honors tradition\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in artisan handmade copper barware and cookware, crafted in Austin, TX, and Santa Clara del Cobre, Mexico. Every product is made from hand-hammered 100% pure copper, showcasing our commitment to quality and traditional craftsmanship.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's dedication to sustainable practices, using recycled copper, reflects our respect for both heritage and the environment, making each piece not just a product but a legacy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the finish\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAlways wash your cups by hand with mild soap to maintain their finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003ePrevent water spots by drying your cups immediately after washing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid harsh chemicals\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse gentle cleaning agents to avoid damaging the copper's surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish occasionally\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eIf desired, use a copper polish to restore the original shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your copper shot cups will remain a cherished part of your collection for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eWhy the Sharpshooter is the definitive choice\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Sharpshooter Copper Shot Cups offer a unique combination of \u003cstrong\u003eartisanal craftsmanship\u003c\/strong\u003e and sustainable materials. By choosing these cups, you invest in a product that not only enhances your drinking experience but also stands as a testament to traditional methods and modern elegance. For those who value quality and sustainability, the Sharpshooter is undeniably the right choice.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted from 100% recycled copper with a hand-hammered finish.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHandmade in Austin, TX, and Santa Clara del Cobre, MX.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only to preserve quality and longevity.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eIdeal for spirits, perfect for stylish barware collectors.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eInvite elegance and tradition into your home with each use.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $21\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the handcrafted copper construction withstand frequent outdoor entertaining without premature tarnishing or damage?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eYes,\u003c\/strong\u003e the solid-copper construction, hammered by hand to achieve uniform thickness, naturally resists the dings and dents common in mass-produced plated alternatives, ensuring these cups retain their integrity and elegance through countless outdoor gatherings without the premature wear typical of rushed factory finishes.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow much liquid do the shot cups hold?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach shot cup holds approximately \u003cstrong\u003e2 fluid ounces\u003c\/strong\u003e, perfect for serving neat spirits or small cocktails.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I safely chill these solid copper shot cups in the freezer to enhance cold spirits, or will temperature extremes damage the hand-hammered finish?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, copper's superior thermal conductivity, the same property professional chefs rely on for precision cooking, allows you to freeze these cups briefly for an intensely chilled pour that enhances botanical notes in gin or vodka, while the hand-hammered thickness prevents the warping or cracking seen in thinner, mass-produced alternatives.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I clean my copper shot cups?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAlways \u003cstrong\u003ehand wash\u003c\/strong\u003e your copper shot cups using mild soap and dry them immediately to prevent spotting.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the natural patina process differ between authentic solid-copper craftsmanship and cheaper copper-plated shot cups?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, because these are crafted from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e rather than thin plating over base metals, the patina develops evenly and authentically across the entire surface, a living finish that mass-produced plated versions can't replicate since their thin copper layer often wears through to reveal inferior metal underneath, whereas you can always restore the original shine or embrace the aged character.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes handcrafted copper shot cups a more meaningful gift than mass-produced barware sets?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, each cup bears the subtle irregularities and hammer marks that only individual artisan fabrication can create, ensuring no two are identical. Unlike factory-stamped barware with loose-fitting components and uneven riveting, these heirloom-quality pieces communicate thoughtfulness through details the human eye inspects and the human hand perfects, making them gifts that appreciate rather than depreciate.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDo they pair well with other barware?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, these cups complement any bar setup beautifully, especially when paired with other \u003ca href=\"\/products\/tequilero-copper-shot-cup\"\u003eTequilero Copper Shot Cup\u003c\/a\u003e or \u003ca href=\"\/products\/copper-shot-cup-flight-sets\"\u003eCopper Shot Cup Flight Sets\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan these handcrafted copper shot cups endure the high-volume demands of professional bar service, or are they too delicate for commercial environments?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile originally designed for discerning home entertaining, the same \u003cstrong\u003esolid-copper construction\u003c\/strong\u003e and hand-hammered durability that professional chefs stake their reputations on translates beautifully to upscale bar settings, these cups withstand repeated handling without the handle-loosening, finish-chipping, or premature wear that plague mass-produced commercial barware built to minimum thickness standards.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I store solid-copper shot cups long-term to prevent the scratching and tarnish common with improper storage?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eStore them in a dry environment, individually wrapped in soft cloth to prevent the surface scratches that mass-produced finishes are especially vulnerable to, the hand-hammered texture naturally disguises minor marks better than machine-polished surfaces, but proper storage preserves the artisan finish and prevents the accelerated tarnishing that occurs when humid air contacts unprotected copper.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do these compare to glass shot cups?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eCopper shot cups offer superior durability and thermal properties, and their unique finish adds an elegant touch that glass cannot match.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart: $21\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"Are the shot cups suitable for outdoor use?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the durable copper construction makes them ideal for outdoor settings, adding elegance to any gathering.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How much liquid do the shot cups hold?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Each shot cup holds approximately 2 fluid ounces, perfect for serving neat spirits or small cocktails.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can I freeze the shot cups for colder drinks?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, placing them in the freezer briefly can provide a chilled experience, enhancing the drink's flavor.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How should I clean my copper shot cups?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Always hand wash your copper shot cups using mild soap and dry them immediately to prevent spotting.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can the cups develop a patina over time?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, copper naturally develops a patina. Some find this appealing, while others polish to maintain the original shine.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are these cups a good gift?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Absolutely, their unique craftsmanship and elegant design make them a thoughtful and distinguished gift for any occasion.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Do they pair well with other barware?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, these cups complement any bar setup beautifully, especially when paired with other Tequilero Copper Shot Cup or Copper Shot Cup Flight Sets.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are these cups suitable for commercial use?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"While designed for personal use, their durability and style make them suitable for upscale bar settings.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What is the best way to store the cups?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Store them in a dry place, preferably wrapped in a soft cloth to prevent scratches.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How do these compare to glass shot cups?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Copper shot cups offer superior durability and thermal properties, and their unique finish adds an elegant touch that glass cannot match.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Sharpshooter Copper Shot Cups\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sharpshooter Copper Shot Cups are made from 100% pure, recycled copper, offering durability and a unique hand-hammered finish. Handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, these cups are perfect for stylish barware collections.\",\n  \"sku\": \"C-SHT-SS\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"21\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"100% pure copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% pure copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"2 fl oz each\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"2\\\" tall x 2\\\" mouth width\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Manufacture\",\n      \"value\": \"Austin, TX \u0026 Mexico\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Handcrafted\",\n      \"value\": \"Yes\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eSharpshooter Copper Shot Cups | Bar-Grade Precision\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$21\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'sharpshooter-copper-shot-cups')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232188571751,"sku":"C-SHT-SS","price":21.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016"},{"product_id":"sertodo-copper-scoop","title":"Sertodo Copper Scoop","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .08em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=1600\" alt=\"Sertodo Copper Scoop - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/scooplayingdown.jpg?v=1740440206\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/scooplayingdown.jpg?v=1740440206\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/scooplayingdown.jpg?v=1740440206\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/19_2bdd989c-9b44-4141-8205-6cbf3563f84d.png?v=1740440101\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/19_2bdd989c-9b44-4141-8205-6cbf3563f84d.png?v=1740440101\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/19_2bdd989c-9b44-4141-8205-6cbf3563f84d.png?v=1740440101\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Backofscoop.jpg?v=1740440184\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Backofscoop.jpg?v=1740440184\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Backofscoop.jpg?v=1740440184\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetstackedwebsq.jpg?v=1740440110\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetstackedwebsq.jpg?v=1740440110\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetstackedwebsq.jpg?v=1740440110\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopLargewebsq.jpg?v=1740440049\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopLargewebsq.jpg?v=1740440049\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopLargewebsq.jpg?v=1740440049\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSmallwebsq.jpg?v=1740440080\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSmallwebsq.jpg?v=1740440080\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSmallwebsq.jpg?v=1740440080\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Sertodo Copper Scoop, view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eRecycled copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eAvoid abrasives\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eLifetime guarantee\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Sertodo Copper Scoop | Hand-Hammered Elegance for Every Kitchen\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e100% Recycled Copper · Hand-Hammered · Lifetime Guarantee\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The hand-hammered finish of this scoop is simply stunning and feels substantial in hand.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.7 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e215 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$31\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232188604519\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $7 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eCrafted from 100% recycled copper\u003c\/strong\u003e, each scoop is hand-hammered to perfection in Santa Clara del Cobre, Mexico, ensuring durability and timeless elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eRecycled copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eAvoid abrasives\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eLifetime guarantee\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is the Sertodo Copper Scoop different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes hand-hammered copper different from mass-produced metal scoops)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e by skilled artisans, each scoop is unique, reflecting the craftsmanship of Santa Clara del Cobre.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMade from 100% recycled copper, this scoop is both \u003cstrong\u003eeco-friendly\u003c\/strong\u003e and stylish, ensuring lasting quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBuilt to last generations, the \u003cstrong\u003eheavy gauge copper\u003c\/strong\u003e resists dents and maintains its shine with proper care.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eGUARANTEE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eBacked by a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e, ensuring that your investment is protected and valued.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eWhy plated scoops fail\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"sc2-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"90\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - stamped metal\u003c\/text\u003e\n        \u003cpath d=\"M 32 50 Q 28 108 80 116 Q 132 108 128 50\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 32 50 Q 28 108 80 116 Q 132 108 128 50\" fill=\"url(#sc2-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"32\" y1=\"50\" x2=\"128\" y2=\"50\" stroke-width=\"2.5\" stroke=\"#9B8B78\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"128\" y1=\"50\" x2=\"196\" y2=\"-4\" stroke-width=\"5\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"128\" y1=\"50\" x2=\"196\" y2=\"-4\" stroke-width=\"1.4\" stroke=\"#9B8B78\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"70\" cy=\"88\" r=\"4\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"92\" cy=\"73\" r=\"3\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"80\" y1=\"116\" x2=\"80\" y2=\"128\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"80\" y=\"138\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003epits · corrodes\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"120\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"360\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - sand-cast\u003c\/text\u003e\n        \u003cpath d=\"M 304 50 Q 300 108 352 116 Q 404 108 400 50\" fill=\"#D8D0C4\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"304\" y1=\"50\" x2=\"400\" y2=\"50\" stroke-width=\"5.5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"400\" y1=\"50\" x2=\"466\" y2=\"-4\" stroke-width=\"9\" stroke=\"#C8C0B4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"400\" y1=\"50\" x2=\"466\" y2=\"-4\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 318 62 Q 336 100 352 112\" stroke-width=\"1.5\" stroke=\"#FAF7F2\" opacity=\"0.6\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"400\" y1=\"50\" x2=\"434\" y2=\"34\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"436\" y=\"31\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"start\"\u003esolid cast rim\u003c\/text\u003e\n        \u003cline x1=\"352\" y1=\"116\" x2=\"352\" y2=\"128\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"352\" y=\"138\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays bright · warp-free\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      While \u003cstrong\u003eCrate \u0026amp; Barrel\u003c\/strong\u003e products offer a consistent finish, their thin-walled scoops \u003cstrong\u003edents under normal use\u003c\/strong\u003e. Plated finishes can flake at edges, reducing longevity and aesthetic appeal.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"sc3-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n      \u003c\/defs\u003e\n      \u003ctext x=\"52\" y=\"12\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-stamped\u003c\/text\u003e\n      \u003cpath d=\"M 14 100 Q 12 130 52 136 Q 92 130 90 100\" fill=\"#EDE8DE\" stroke-width=\"1.4\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 14 100 Q 12 130 52 136 Q 92 130 90 100\" fill=\"url(#sc3-hatch)\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n      \u003cline x1=\"14\" y1=\"100\" x2=\"90\" y2=\"100\" stroke-width=\"2\" stroke=\"#9B8B78\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"90\" y1=\"100\" x2=\"118\" y2=\"54\" stroke-width=\"4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"90\" y1=\"100\" x2=\"118\" y2=\"54\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/line\u003e\n      \u003ctext x=\"52\" y=\"149\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical · thin\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"90\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"228\" y=\"12\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand sand-cast\u003c\/text\u003e\n      \u003cpath d=\"M 186 100 Q 184 130 224 136 Q 264 130 262 100\" fill=\"#DDD5C0\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003cline x1=\"186\" y1=\"100\" x2=\"262\" y2=\"100\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"262\" y1=\"100\" x2=\"288\" y2=\"54\" stroke-width=\"9\" stroke=\"#C8C0B4\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"262\" y1=\"100\" x2=\"288\" y2=\"54\" stroke-width=\"2.2\" stroke=\"#5A4A30\"\u003e\u003c\/line\u003e\n      \u003cpath d=\"M 196 108 Q 210 126 224 132\" stroke-width=\"1.4\" stroke=\"#FAF7F2\" opacity=\"0.6\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"228\" y=\"149\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual · heavy-gauge\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the scoop just needs to retrieve ingredients, standard stainless works. But if it needs to shine on your table, the material and finish make the call.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is solid copper with genuine weight and \u003cstrong\u003ea hand-hammered finish\u003c\/strong\u003e, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this scoop right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this scoop\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eFor elegant hosting\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for those who host with style and appreciate a touch of sophistication in their serving tools.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eComplements copper collections\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for individuals who want to enhance their existing copper kitchenware with matching accessories.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eDurability matters\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eChoose this if you need a scooping tool that stands the test of time, both in use and style.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eHandcrafted beauty\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor those who value artisan craftsmanship and wish to buy a piece with a story and character.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this scoop if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eBudget constraints\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eSkip if you're looking for a low-cost alternative; this is an investment in quality.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003ePrefer lighter materials\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you're looking for lightweight plastic or aluminum scoops, this copper scoop is not for you.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eMinimalist design\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eSkip if you prefer a minimalist aesthetic; this scoop's hammered texture adds visual depth.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEntertainers with flair\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor hosts who love to impress with every detail of their table setting.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eCopper enthusiasts\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who collect copper pieces and seek to expand their collection with quality additions.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEco-conscious buyers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for individuals who prioritize sustainable products made from recycled materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eArtisan lovers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eFor those who appreciate the uniqueness and craftsmanship of handmade items.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/18ozIceTeacup_CSHK-18oz.jpg?v=1740442006\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/copper-iced-tea-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eCopper Iced Tea Cup (Handmade)\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186114151\" data-handle=\"copper-iced-tea-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/tequilero-copper-shot-cup\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/tequilero-copper-shot-cup\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eTequilero Copper Shot Cup\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232190668903\" data-handle=\"tequilero-copper-shot-cup\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose the Sertodo Copper Scoop\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eUnique craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eEach scoop is hand-hammered, making it a unique piece that stands out in any collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e♻️\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainable choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from recycled copper, this scoop supports eco-friendly practices without compromising on quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eBuilt to last\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHeavy gauge copper ensures durability, making it an heirloom piece for future generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eMATERIAL\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eHand-hammered for \u003cstrong\u003eunique character\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCARE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand wash\u003c\/strong\u003e only to preserve finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · Recycled copper · Lifetime guarantee\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eOwning the Sertodo Copper Scoop reflects a commitment to quality and tradition, with a touch of artisan elegance.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurable craftsmanship\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe heavy gauge copper ensures longevity, making it resistant to dents and providing a solid feel. Each scoop is crafted to withstand years of use, reflecting the dedication to quality that Sertodo stands by.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-hammered finish not only enhances durability but also adds a visual richness unique to each piece. This scoop isn't just a tool, it's a statement of style and an enhancement to any kitchen decor.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith a lifetime workmanship guarantee, this scoop is not just a purchase but an investment. It provides peace of mind, knowing that the quality and beauty of your scoop will endure, making it a family heirloom.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eElegance \u0026amp; durability in every scoop\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eThe kitchen becomes a place of elegance and function.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning a Sertodo Copper Scoop, you may have settled for standard, uninspired tools. After, you find joy in the elegance and craft of every culinary task. \u003cstrong\u003eYour kitchen reflects your taste\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eElevate the everyday. \u003cstrong\u003eExperience the art of copper\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Sertodo Copper Scoop is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Weight\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eSmall Scoop\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1oz\/2 TBSP capacity, 5.5\"L x 1.75\"W x 1\"H\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMedium Scoop\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4oz\/0.5 CUP capacity, 9.5\"L x 3.25\"W x 1.25\"H\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eLarge Scoop\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e10oz\/1.25 CUP capacity, 11\"L x 4.25\"W x 2\"H\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eAll dimensions are approximate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Finish\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e100% Recycled Copper\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-hammered\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eMade using sustainable practices.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCare \u0026amp; Compatibility\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCompatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eAvoid abrasives\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolishing\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eUse copper polish to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care ensures lasting beauty.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Sertodo Copper Scoop (various sizes available)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eEach scoop sold separately or as a set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change based on production updates.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eWhy copper doesn't mean constant maintenance\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume copper requires endless upkeep, but the \u003cstrong\u003eSertodo Copper Scoop's\u003c\/strong\u003e hand-hammered finish means less frequent polishing. Its natural patina is a feature, not a flaw.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eProper care amplifies its beauty, making it a timeless kitchen staple.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/19_2bdd989c-9b44-4141-8205-6cbf3563f84d.png?v=1740440101\u0026amp;width=1200\" alt=\"Sertodo Copper Scoop - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCraftsmanship redefines your kitchen experience.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBringing the Sertodo Copper Scoop into your home is not just about utility, it's about elevating everyday tasks. The tactile pleasure of solid copper and the visual delight of its finish transform routine duties into moments of elegance.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eMake every scoop \u003cstrong\u003ememorable\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThe Sertodo Copper Scoop is for \u003cstrong\u003eelegant entertainers\u003c\/strong\u003e, \u003cstrong\u003ecopper enthusiasts\u003c\/strong\u003e, and \u003cstrong\u003econscious consumers\u003c\/strong\u003e who value quality craftsmanship and sustainable practices. It's for those who believe that every kitchen tool should be as beautiful as it is functional.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003ehand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003erecycled copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003erecycled copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of low-quality metal and Sertodo Copper\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal resistance\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe dense structure of the copper provides excellent thermal resistance, ensuring it remains unaffected by temperature changes.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eCorrosion resistance\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eUnlike plated metal, the solid copper construction resists corrosion, maintaining its integrity and beauty over time.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eLongevity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHand-hammered for added hardness, this scoop is built to last generations, unlike mass-market alternatives.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Using the Sertodo Copper Scoop feels like a moment of indulgence in everyday tasks.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eDouble-Riveted Handle for Enhanced Durability\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Sertodo Copper Scoop offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• 100% recycled copper construction\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered texture, each unique\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Lifetime workmanship guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eChoose the Sertodo Copper Scoop and leave single-rivet designs to those who settle for less.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eSertodo Copper Scoop\u003c\/span\u003e\u003c\/th\u003e\n            \u003cth\u003eMichael Aram\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eNickelplate Serveware\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eNambe\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eAlloy Serveware\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eVagabond House\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003ePewter Serveware\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eWilliams Sonoma\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eHammered Copper Serveware\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made from quality materials?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% recycled copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePewter (95% tin, antimony, copper) and other rare, durable natural materials like Makha wood and\u003c\/td\u003e\n\u003ctd class=\"\"\u003eSolid copper with tin lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted or mass-produced?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, each unique\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted by master artisans\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted by artisans in Turkey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it eco-friendly?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eEco-friendly material\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUtilizes natural materials; specific eco-friendly practices not detailed\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eDouble-riveted handle\u003c\/td\u003e\n\u003ctd class=\"\"\u003eInspired by the pomegranate fruit, symbolizing renewal, fertility, and union\u003c\/td\u003e\n\u003ctd class=\"\"\u003eModern, sleek, and functional with open handles for easy serving and transporting\u003c\/td\u003e\n\u003ctd class=\"\"\u003eInspired by nature, travel, and home\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHand-hammered finish with riveted handles\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003ePolished copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePolished with 24K goldplate accents\u003c\/td\u003e\n\u003ctd class=\"\"\u003eLustrous silver finish\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePolished pewter with natural wood accents; specific finish details vary by product\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePolished copper with natural patina over time\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Mexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNot specified\u003c\/td\u003e\n\u003ctd class=\"\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"\"\u003eDesigned in the United States; pewter globally sourced and crafted by recognized artisans\u003c\/td\u003e\n\u003ctd class=\"\"\u003eTurkey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHeavy gauge copper\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDishwasher Safe\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand wash only\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e$31\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$105.00\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$99-$400\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$824.00\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$69.95-$184.95\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (5 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eFeel the difference with our double-riveted handle and polished copper finish, unmatched by any competitor.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when hosting a dinner party and the glued handle separates.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eSERTODO COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eElevate every scoop with artisan craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect occasions for your copper scoop\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDinner parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with elegant serveware that doubles as a conversation starter.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGifting\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn ideal gift for those who appreciate quality craftsmanship and unique kitchen tools.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDecorative displays\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd a touch of shine and sophistication to any kitchen or dining room display.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday use\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eDurable enough for daily use, ensuring elegance and functionality in every scoop.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCopper collections\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eSeamlessly integrates into existing copper collections, enhancing their aesthetic appeal.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Backofscoop.jpg?v=1740440184\u0026amp;width=1200\" alt=\"Sertodo Copper Scoop - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eCraftsmanship that speaks volumes.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSertodo is for those who care.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy copper outshines common metals\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-plated\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ethin shell · dents · plating flakes\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eRecycled Copper\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esolid gauge · corrosion resistant\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison of mass-market metal and Sertodo Copper\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMass-market metals often lack the \u003cstrong\u003elongevity\u003c\/strong\u003e and \u003cstrong\u003ecorrosion resistance\u003c\/strong\u003e that 100% recycled copper provides. The Sertodo Copper Scoop's solid construction ensures it remains a stalwart in your kitchen for years.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eRecycled copper retains its thermal and \u003cstrong\u003ecorrosion-resistant properties\u003c\/strong\u003e, unlike many plated metals that can flake and wear quickly, losing functionality and appeal.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe hand-hammered finish of this scoop enhances its \u003cstrong\u003edurability\u003c\/strong\u003e and aesthetic, making it a standout piece in any kitchen.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eThe Sertodo Copper Scoop\u003c\/strong\u003e offers unmatched durability and beauty.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe casting or forming process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eHow it's crafted by hand\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered finish\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eThe meticulous steps from copper to scoop\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe process begins with selecting recycled copper, which is then \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by skilled artisans, ensuring each piece is unique. This meticulous craftsmanship contrasts starkly with the uniformity of mass-produced items.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach scoop's subtle variations are intentional, reflecting the artisan's touch and making every piece one-of-a-kind. This individuality is a hallmark of quality, not a defect.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eChoosing Sertodo means valuing \u003cstrong\u003eartisanal quality\u003c\/strong\u003e over mass production.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCopper traditions that define Sertodo\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional craft\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper mastery\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSertodo founding\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecopper scoop\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eSertodo's legacy of craftsmanship and innovation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSanta Clara del Cobre is renowned for its copper work, a tradition that stretches back over a millennium. This heritage ensures each Sertodo piece is a testament to time-honored skills and quality.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper, founded by Jonathan Beall, marries this rich tradition with modern standards, crafting pieces that honor the past while serving today's needs.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning a Sertodo means holding a piece of \u003cstrong\u003ehistory and craftsmanship\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetstackedwebsq.jpg?v=1740440110\u0026amp;width=1200\" alt=\"Sertodo Copper Scoop - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This scoop is not only beautiful but incredibly sturdy. It adds a touch of elegance to my kitchen.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJessica L., Copper enthusiast, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The hand-hammered texture and weight are perfect. I love using it for both serving and cooking.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMark T., Home chef, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"A stunning addition to my copper collection. It's as functional as it is beautiful.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., Collector, 6 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete your copper collection\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your kitchen with these matching items.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Kitchen_cannisters_11__28221__53536.jpg?v=1738151505\u0026amp;width=600\" alt=\"Copper Kitchen Canisters Set 5 Piece (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters Set 5 Piece (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003ePerfect storage solution\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-canisters-small-set-3-pieces\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/kc-set-3pccopy.jpg?v=1738150912\u0026amp;width=600\" alt=\"Copper Kitchen Canisters (Handmade) - 3 Piece\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Canisters (Handmade) - 3 Piece\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCompact and stylish\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eChill in style\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eStir with elegance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eArtisan craftsmanship rooted in tradition and sustainability\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded in 1997 by Jonathan Beall, Sertodo Copper specializes in creating exquisite copper cookware and barware. Each piece is handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, using 100% recycled copper. Sertodo's commitment to quality and traditional craftsmanship is backed by a lifetime workmanship guarantee.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's production approach reflects a deep respect for the environment and a dedication to sustaining the ancient copper art form. This ensures that every item not only performs beautifully but also honors a rich cultural heritage.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules to preserve your scoop\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHand wash only\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAlways wash your copper scoop by hand to maintain its finish and integrity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid abrasives\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a soft cloth or sponge to prevent scratches that can dull the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry immediately\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAfter washing, dry your scoop right away to prevent water spots and tarnishing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish occasionally\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to restore shine and remove any tarnish that develops over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your Sertodo Copper Scoop will remain a cherished kitchen companion for generations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eElevate your kitchen with timeless craftsmanship\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Sertodo Copper Scoop is more than just a tool, it's a testament to artisan craftsmanship and sustainable practices. Investing in this scoop means choosing quality that lasts, enhancing both your kitchen's functionality and aesthetic. \u003cstrong\u003eExperience the elegance\u003c\/strong\u003e of hand-hammered copper, a choice that resonates with sophistication and durability.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from 100% recycled copper, each scoop is unique.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico, by skilled artisans.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only to maintain the beautiful finish for years.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eEco-friendly design with a lifetime workmanship guarantee.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose Sertodo for lasting quality and a touch of elegance in everyday tasks.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $31\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the different sizes of the copper scoop?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Sertodo Copper Scoop is available in three sizes: small (1oz), medium (4oz), and large (10oz).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the scoop handle heavy ingredients?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eDesigned for durability\u003c\/strong\u003e, the heavy gauge copper and double-riveted handle ensure it can handle heavy ingredients with ease.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow should I care for my copper scoop to maintain its shine?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWash by hand and dry immediately to prevent water spots. Use a copper polish occasionally to maintain its shine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill the copper scoop handle heat from freshly roasted coffee beans or hot sugar without warping, and stay cool when scooping ice?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the heavy gauge copper construction provides exceptional thermal resistance, so it won't warp when scooping hot ingredients like freshly roasted beans or caramelized sugar, yet the handle stays comfortable when moving ice or frozen goods.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill my copper scoop develop the rich, burnished patina that heirloom copper pieces are known for, or does it stay bright permanently?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, authentic solid copper develops a warm, burnished patina over time, the same living finish that marks genuine heirloom pieces passed through generations. Many owners cherish this evolving character as proof of authenticity, though you can restore the original shine anytime with a simple copper polish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat makes the Sertodo Copper Scoop eco-friendly?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach scoop is made from \u003cstrong\u003e100% recycled copper\u003c\/strong\u003e, supporting sustainable practices with minimal environmental impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does hand-hammering by individual artisans prevent the uneven riveting and loose joints common in factory-made scoops?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach scoop is hand-hammered by skilled artisans in Santa Clara del Cobre, Mexico, a centuries-old craft tradition where the human eye catches imperfections (uneven riveting, loose handle joints, thin spots) that factory automation misses. This individual attention ensures uniform gauge thickness and secure double-riveting that factory pieces sacrifice for speed.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I complete my copper collection with other Sertodo items?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, you can enhance your collection with the \u003ca href=\"\/products\/copper-kitchen-canisters-complete-5-piece-set\"\u003eCopper Kitchen Canisters\u003c\/a\u003e or the \u003ca href=\"\/products\/copper-kitchen-canisters-small-set-3-pieces\"\u003eCopper Kitchen Canisters Small Set\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the guarantee on the Sertodo Copper Scoop?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe scoop comes with a \u003cstrong\u003elifetime workmanship guarantee\u003c\/strong\u003e, reflecting Sertodo's commitment to quality and durability.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart: $31\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What are the different sizes of the copper scoop?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Sertodo Copper Scoop is available in three sizes: small (1oz), medium (4oz), and large (10oz).\"}}, {\"@type\": \"Question\", \"name\": \"How does the scoop handle heavy ingredients?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Designed for durability, the heavy gauge copper and double-riveted handle ensure it can handle heavy ingredients with ease.\"}}, {\"@type\": \"Question\", \"name\": \"How should I care for my copper scoop to maintain its shine?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Wash by hand and dry immediately to prevent water spots. Use a copper polish occasionally to maintain its shine.\"}}, {\"@type\": \"Question\", \"name\": \"Can the scoop be used for both hot and cold items?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, the copper material has excellent thermal resistance, making it suitable for both hot and cold items.\"}}, {\"@type\": \"Question\", \"name\": \"Does the scoop develop a patina over time?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, copper naturally develops a patina as it ages. This is considered a desirable feature by many.\"}}, {\"@type\": \"Question\", \"name\": \"What makes the Sertodo Copper Scoop eco-friendly?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Each scoop is made from 100% recycled copper, supporting sustainable practices with minimal environmental impact.\"}}, {\"@type\": \"Question\", \"name\": \"How is the scoop manufactured?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The scoop is hand-hammered by skilled artisans in Santa Clara del Cobre, Mexico, offering unique character to each piece.\"}}, {\"@type\": \"Question\", \"name\": \"Can I complete my copper collection with other Sertodo items?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, you can enhance your collection with the Copper Kitchen Canisters or the Copper Kitchen Canisters Small Set.\"}}, {\"@type\": \"Question\", \"name\": \"What is the guarantee on the Sertodo Copper Scoop?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The scoop comes with a lifetime workmanship guarantee, reflecting Sertodo's commitment to quality and durability.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Sertodo Copper Scoop\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Sertodo Copper Scoop is a hand-hammered kitchen accessory crafted from 100% recycled copper. Designed in Austin, TX, and produced in Santa Clara del Cobre, Mexico, it combines elegance with sustainability, backed by a lifetime workmanship guarantee.\",\n  \"sku\": \"BT-ISC-5\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"31\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Recycled Copper\",\n  \"countryOfOrigin\": \"recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"100% Recycled Copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Care\",\n      \"value\": \"Hand wash only\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Sizes available\",\n      \"value\": \"Small, Medium, Large\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Guarantee\",\n      \"value\": \"Lifetime workmanship guarantee\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eSertodo Copper Scoop | Hand-Hammered Elegance for Every Kitchen\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$31\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'sertodo-copper-scoop')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Small","offer_id":41232188604519,"sku":"BT-ISC-5","price":31.0,"currency_code":"USD","in_stock":false},{"title":"Medium","offer_id":41232188637287,"sku":"BT-ISC","price":51.0,"currency_code":"USD","in_stock":false},{"title":"Large","offer_id":41232188670055,"sku":"BT-ISC-11","price":96.0,"currency_code":"USD","in_stock":false},{"title":"Set of 3","offer_id":41232188702823,"sku":"BT-ISC-SET","price":178.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ScoopSetsidebysidewebsq.jpg?v=1740440124"},{"product_id":"tequilero-copper-shot-cup","title":"Tequilero Copper Shot Cup","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 14px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s; text-decoration: none;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n      .comp th .comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n      .comp th:first-child, .comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      \/* comp-mobile-v2 *\/\n      \/* compact treatment (bold questions, smaller type, wider answer cols) *\/\n      #section-comparison { padding: 44px 0 !important; }\n      #section-comparison h2.serif { font-size: 21px !important; line-height: 1.25 !important; }\n      .comp { min-width: 0 !important; }\n      .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; }\n      .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; }\n      .comp th small { font-size: 8px !important; }\n      .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; }\n      .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; }\n      .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    @media (min-width: 750px)  { .pdp-stripe-break { padding: 48px 0 !important; } }\n    @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\u0026amp;width=1600\" alt=\"Tequilero Copper Shot Cup - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Tequilero Copper Shot Cup, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight.jpg?v=1740441987\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Tequilero Copper Shot Cup, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Tequilero Copper Shot Cup, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Tequilero Copper Shot Cup, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Tequilero Copper Shot Cup, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePure copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot for microwave\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eMade from recycled sources\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eSertodo · Austin, TX \u0026amp; Santa Clara del Cobre, Mexico\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Tequilero Copper Shot Cup | Traditional Tequila Vessel\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e1 Pure Copper Cup · 2 oz Capacity · Hand-Hammered Finish\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The copper's conductivity enhances tequila, revealing its rich flavors.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.9 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e143 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$20\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eCopper\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:copper;\" title=\"Copper\" onclick=\"selectSwatch(this,'Copper')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=41232190668903\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $5 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        Crafted in Santa Clara del Cobre, Mexico, the Tequilero Copper Shot Cup is made from heavy gauge, pure copper. Its hand-hammered finish showcases Sertodo's commitment to artisanal quality.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-hammered finish\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHand wash only\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003ePure copper body\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eNot for microwave\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eMade from recycled sources\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Mexico\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n      \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Tequilero different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes heavy gauge copper different from typical drinkware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eHANDCRAFTED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eEach Tequilero is hand-hammered\u003c\/strong\u003e in Mexico, ensuring unique artistry and superior quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003ePURE COPPER\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eMade from 100% recycled copper\u003c\/strong\u003e, it conducts heat perfectly, enhancing flavor profiles.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSUSTAINABLE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSertodo uses \u003cstrong\u003erecycled materials\u003c\/strong\u003e, reducing environmental impact without sacrificing quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFLAVOR ENHANCEMENT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCopper's conductivity \u003cstrong\u003ereleases aromas and flavors\u003c\/strong\u003e that standard materials can't match.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eCommon issues with copper-look shot cups\u003c\/h2\u003e\n          \n      \n      \u003csvg viewbox=\"0 -42 480 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003ctext x=\"96\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1 - thin-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 18 68 L 26 30 Q 28 24 36 24 L 156 24 Q 164 24 166 30 L 174 68 Z\" fill=\"#EDE8DE\" stroke-width=\"1.3\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 18 68 Q 55 74 96 72 Q 138 70 174 68\" stroke-width=\"2.2\" stroke=\"#9B8B78\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003crect x=\"2\" y=\"44\" width=\"20\" height=\"12\" rx=\"3\" fill=\"#D8D0C4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"96\" cy=\"72\" r=\"10\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"96\" y1=\"82\" x2=\"96\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"96\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebase warped · uneven heat\u003c\/text\u003e\n        \u003cline x1=\"240\" y1=\"-28\" x2=\"240\" y2=\"118\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"-24\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2 - heavy-gauge\u003c\/text\u003e\n        \u003cpath d=\"M 292 66 L 302 22 Q 304 14 314 14 L 422 14 Q 432 14 434 22 L 444 66 Z\" fill=\"#D8D0C4\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"292\" y1=\"66\" x2=\"444\" y2=\"66\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"268\" y=\"36\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"277\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"289\" cy=\"44\" r=\"2.5\" fill=\"#9B8B78\" stroke=\"#5A4A30\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"368\" y1=\"71\" x2=\"368\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"368\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estays true · even heat\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eCuisinart\u003c\/strong\u003e copper-look shot cups are affordable and widely available. However, their \u003cstrong\u003ethin copper wash over aluminum\u003c\/strong\u003e creates uneven temperatures and delaminates with regular use, lacking the gauge weight for proper temperature control.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \n        \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"ck3-smooth\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"8\"\u003e\n          \u003ccircle cx=\"4\" cy=\"4\" r=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"ck3-hammer\" patternunits=\"userSpaceOnUse\" width=\"12\" height=\"10\"\u003e\n          \u003cellipse cx=\"4\" cy=\"4\" rx=\"3.5\" ry=\"2.5\" fill=\"#B8A890\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"9\" cy=\"8\" rx=\"3\" ry=\"2\" fill=\"#B0A088\" stroke=\"none\" opacity=\"0.45\"\u003e\u003c\/ellipse\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"ck3-l-clip\"\u003e\u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"ck3-r-clip\"\u003e\u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\"\u003e\u003c\/path\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \n      \n      \u003ctext x=\"61\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-pressed\u003c\/text\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 8 122 L 14 38 Q 16 30 26 30 L 96 30 Q 106 30 108 38 L 114 122 Z\" fill=\"url(#ck3-smooth)\" clip-path=\"url(#ck3-l-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"61\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"231\" y=\"22\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-hammered\u003c\/text\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"#DDD5C0\" stroke-width=\"1.9\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 122 L 184 38 Q 186 30 196 30 L 266 30 Q 276 30 278 38 L 284 122 Z\" fill=\"url(#ck3-hammer)\" clip-path=\"url(#ck3-r-clip)\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 192 56 Q 210 50 230 58 Q 250 64 270 56\" stroke-width=\"1.2\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 188 82 Q 212 74 238 82 Q 262 88 278 78\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"231\" y=\"139\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the cup just needs to hold liquid, Cuisinart does the job. But if flavor enhancement is the goal, the copper tells the story.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is a heavy gauge, hand-hammered copper cup made from recycled sources, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this cup right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this cup\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you love tequila\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eand want to enhance your experience, the Tequilero's copper amplifies flavors beautifully.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you collect barware\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ethat tells a story, this cup's craftsmanship and heritage are unparalleled.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf sustainability matters\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eto you, the recycled copper makes it an eco-friendly choice.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you appreciate craftsmanship\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ethe hand-hammered finish offers a unique tactile and visual experience.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this cup if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf you prefer glass\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eand are not interested in metal drinkware, this might not suit your taste.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf budget is tight\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003ethis may not be the most economical choice for casual use.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf you dislike patina\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eas copper develops a patina over time, which may not be to everyone's liking.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eTequila connoisseurs\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ewho appreciate the nuanced flavors that copper can reveal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eArtisan barware collectors\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eseeking unique pieces with a rich heritage.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eEco-conscious buyers\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003einterested in products made from recycled materials.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eThose valuing craftsmanship\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ewho want a hand-hammered finish that showcases artisanal skill.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" data-ctl-version=\"16\" data-ctl-created=\"1\" style=\"padding:0;background:#1A1714;\"\u003e\u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n\u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n\u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete the look\u003c\/span\u003e\u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eComplete\u003cbr\u003ethe look\u003c\/h2\u003e\n\u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/solid-copper-mule-mug-copper-handle-18-oz\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSolid Copper Mule Mug, Copper Handle, 18 oz\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188735591\" data-handle=\"solid-copper-mule-mug-copper-handle-18-oz\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n\u003ca href=\"\/products\/double-sided-copper-jigger\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-JGR-21-Jigger-SQUARE__08226.jpg?v=1740439776\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/double-sided-copper-jigger\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eDouble-Sided Copper Jigger\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232186572903\" data-handle=\"double-sided-copper-jigger\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:center;gap:16px;padding:16px 0;\"\u003e\n\u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" target=\"_blank\" rel=\"noopener\" style=\"flex-shrink:0;display:block;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\" alt=\"\" loading=\"lazy\" style=\"width:52px;height:52px;object-fit:cover;border-radius:6px;background:rgba(255,255,255,0.06);display:block;\"\u003e\u003c\/a\u003e\u003cdiv style=\"flex:1;min-width:0;\"\u003e\n\u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none;\"\u003e\u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSharpshooter Copper Shot Cups\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eBarware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ctl-add\" data-vid=\"41232188571751\" data-handle=\"sharpshooter-copper-shot-cups\" style=\"flex-shrink:0;font-size:12px;font-weight:600;color:#1A1714;background:#C4963A;border:1px solid #C4963A;border-radius:4px;padding:8px 16px;cursor:pointer;white-space:nowrap;\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/div\u003e\n          \n          \u003cdiv style=\"text-align:center;padding:22px 0 2px;\"\u003e\u003cbutton type=\"button\" class=\"ctl-add-all\" style=\"display:inline-block;font-size:14px;font-weight:700;color:#1d2b12;background:#A8C090;border:1px solid #93AD78;border-radius:6px;padding:13px 30px;cursor:pointer;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,0.18);white-space:nowrap;\"\u003eAdd All 3 to Cart\u003c\/button\u003e\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n\u003cspan style=\"display:none;font-size:14px;font-weight:700;color:#C4963A;\"\u003e3 items\u003c\/span\u003e\u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHand-picked pieces that coordinate with this one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-MM18-C-Moscow-Mule-Mug-Copper-Handle-Single-01-SQUARE__50502_0b630b28-78eb-41d2-8c5b-4529dc18d7e1.jpg?v=1740439998\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cscript\u003e(function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('\/cart\/add.js',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('\/products\/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)\u0026\u0026x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})();\u003c\/script\u003e\u003c\/section\u003e\n\n      \u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Tequilero\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEnhanced flavors\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCopper's conductivity enriches the aroma and taste of tequila like no other material.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eEco-friendly choice\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eCrafted from 100% recycled copper, minimizing environmental impact while maximizing quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHand-hammered by skilled artisans, each piece reflects Sertodo's commitment to tradition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eAUTHENTIC\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eMade from \u003cstrong\u003e100% pure copper\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eHANDCRAFTED\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eHand-hammered\u003c\/strong\u003e in Mexico\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eECO-FRIENDLY\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eRecycled materials used\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003ePure copper · 2 oz capacity · Hand wash only\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eThe Tequilero Copper Shot Cup is more than just drinkware. It's a cultural artifact for those who cherish tradition and craftsmanship.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability you can trust\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted from \u003cstrong\u003eheavy gauge\u003c\/strong\u003e pure copper, the Tequilero Copper Shot Cup is built to withstand the test of time, maintaining its structural integrity and aesthetic appeal through countless uses.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eCraftsmanship that shines\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach cup is \u003cstrong\u003ehand-hammered\u003c\/strong\u003e by artisans, ensuring a unique finish that sets it apart from mass-produced drinkware and adds a touch of elegance to any collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith its ability to enhance flavors and its timeless design, this shot cup not only adds value to your drinking experience but also serves as a cherished collectible.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-hammered finish · Enhances tequila flavors\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eThe drinking experience transforms\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this cup, tequila was just another drink. Afterward, it becomes an experience, enriched by the conductive properties of copper that bring out deeper flavors and aromas.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eEnjoy a \u003cstrong\u003ericher, more fulfilling\u003c\/strong\u003e drinking experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Tequilero Copper Shot Cup is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Capacity\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2.5 inches (6.35 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMouth Width\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1.5 inches (3.81 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 fluid ounces\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions are approximate and may vary slightly due to handcrafting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Construction\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCopper Thickness\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHeavy gauge\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eCountry\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMexico\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eCrafted from recycled copper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCompatibility \u0026amp; Care\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \n        \n        \n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo, hand wash only\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePolish Schedule\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePolish as needed to maintain shine\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 x Tequilero Copper Shot Cup\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSingle item sale.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eSpecifications are subject to change as each piece is uniquely handcrafted.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eCopper is difficult to maintain, not true\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume copper is \u003cstrong\u003edifficult to care for\u003c\/strong\u003e due to its reactive nature. However, with proper maintenance like hand washing and occasional polishing, it can remain beautiful and functional for decades.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eCopper's beauty and utility outlast the myths, offering timeless elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_476676ac-8a65-4aaf-9d9d-4a8c3440fe9b.jpg?v=1740442005\u0026amp;width=1200\" alt=\"Tequilero Copper Shot Cup - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eA vessel as unique as your journey\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing the Tequilero Copper Shot Cup is about embracing quality and tradition. Handmade in Mexico, this cup represents more than just function; it’s a celebration of craftsmanship and a commitment to a richer drinking experience.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eElevate your moments with \u003cstrong\u003eSertodo's artistry\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eFor \u003cstrong\u003etequila enthusiasts\u003c\/strong\u003e and \u003cstrong\u003ecultural collectors\u003c\/strong\u003e who value tradition and artisan craftsmanship. This cup transforms each tequila sip into a cherished ritual, where history and flavor meet.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"iron-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"coat-stipple\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"4\"\u003e\n            \u003ccircle cx=\"1.5\" cy=\"1.5\" r=\"0.6\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4.5\" cy=\"3\" r=\"0.5\" fill=\"#6B5B3E\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"155\" rx=\"3\" ry=\"3\" fill=\"#F5F0E8\" stroke=\"#5A4A30\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"#D8C8A8\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"60\" width=\"560\" height=\"24\" fill=\"url(#coat-stipple)\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"84\" x2=\"640\" y2=\"84\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"#E8E0D4\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"84\" width=\"560\" height=\"92\" fill=\"url(#iron-hatch)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"176\" x2=\"640\" y2=\"176\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"4,2\"\u003e\u003c\/line\u003e\n        \u003crect x=\"80\" y=\"176\" width=\"560\" height=\"39\" fill=\"#D0C8C0\" stroke-width=\"0\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"72\" x2=\"50\" y2=\"72\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eHand-hammered finish\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"130\" x2=\"50\" y2=\"130\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ePure copper\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"195\" x2=\"50\" y2=\"195\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"46\" y=\"199\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"end\"\u003ebase plate\u003c\/text\u003e\n        \u003cpath d=\"M 280 60 L 280 36 Q 280 26 288 26 L 440 26 Q 448 26 448 36 L 448 46\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"364\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003ePure copper · base cross-section\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eCross-section comparison: left = typical metal, right = pure copper\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eThermal Conductivity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper conducts heat\u003c\/strong\u003e 8x better than stainless steel, ensuring even temperature distribution for optimal flavor release.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eReactivity Needs Care\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eRequires regular care\u003c\/strong\u003e to maintain its appearance and enhance its natural patina over time.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eFlavor Enhancement\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eCopper's conductivity\u003c\/strong\u003e elevates drink flavors, making it ideal for savoring fine spirits.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"Each sip reveals a new depth of flavor, transforming the ordinary into the extraordinary.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eWhere the quality difference shows\u003c\/h2\u003e\n      \u003cdiv style=\"margin:12px 0 0;\"\u003e\n\u003cp style=\"font-size:16px;font-weight:700;color:#1A1714;margin:0 0 8px;\"\u003eThe Tequilero Copper Shot Cup offers:\u003c\/p\u003e\n\u003cdiv style=\"display:flex;column-gap:32px;row-gap:2px;flex-wrap:wrap;padding-left:16px;\"\u003e\n\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Heavy gauge pure copper\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Hand-hammered unique finish\u003c\/span\u003e\u003cspan style=\"font-size:15px;font-weight:600;color:#1A1714;\"\u003e• Made from recycled sources\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:0;\"\u003eTrue connoisseurs know that settling for less means missing out on the rich, authentic experience only genuine copper can provide.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eTequilero Copper Shot Cup\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eCuisinart\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eLibbey\u003c\/span\u003e\u003c\/th\u003e\n            \n            \u003cth\u003e\u003cspan class=\"comp-th-name\"\u003eAnchor Hocking\u003c\/span\u003e\u003c\/th\u003e\n            \n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it handcrafted or mass-produced?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003eHand-hammered, unique pieces\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMass-produced\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eIndustrial cast\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eMachine-made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-concern=\"1\"\u003e\n\u003ctd\u003eIs it made of pure copper?\u003c\/td\u003e\n\u003ctd class=\"adv\"\u003e100% pure, recycled copper\u003c\/td\u003e\n\u003ctd class=\"dis\"\u003eCopper wash over aluminum\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGlass\u003c\/td\u003e\n\u003ctd class=\"\"\u003eCopper-plated stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInduction Compatible\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, copper requires special care\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo, aluminum base\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMexico\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$20\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$12\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$15\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$18\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/13\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (1 more dimension)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n    \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eCrafted with authentic Mexican artistry, this Tequilero Copper Shot Cup embodies tradition and quality unlike the cheaper options here.\u003cspan class=\"cc-mob-hide\"\u003e The difference shows up exactly when it matters — when the first sip hits and aluminum leaves a metallic aftertaste.\u003c\/span\u003e\u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eTEQUILA ENTHUSIASTS\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eSertodo · Handcrafted in Mexico\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eExperience tequila in its most authentic form.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for these moments\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eTequila Tastings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance the flavors and aromas during tequila tastings with this copper cup.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCultural Celebrations\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAdd authenticity and tradition to your cultural festivities.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eCollector's Exhibit\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eDisplay it proudly as part of a curated barware collection.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eAn ideal gift for those who appreciate artisan craftsmanship and heritage.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHome Bar\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eElevate your home bar experience with elegant and functional drinkware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-6Flight_0eb3fb37-39d0-46cc-baf4-9ee5dca9661a.jpg?v=1740441998\u0026amp;width=1200\" alt=\"Tequilero Copper Shot Cup - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome drinkware holds liquid. Some hold stories.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eTequilero is for the latter.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy choose copper over other metals?\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"mt-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"mt-fine\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2\" y1=\"0\" x2=\"2\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eThin-gauge\u003c\/text\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" rx=\"2\" fill=\"#E8E4DC\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"48\" y=\"72\" width=\"200\" height=\"28\" fill=\"url(#mt-hatch)\" stroke=\"none\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"148\" y=\"120\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esingle layer · warps under heat\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003ePure Copper Tequilero\u003c\/text\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" rx=\"2\" fill=\"#E0DCD4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"392\" y=\"50\" width=\"200\" height=\"72\" fill=\"url(#mt-fine)\" stroke=\"none\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"392\" y1=\"72\" x2=\"592\" y2=\"72\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"392\" y1=\"98\" x2=\"592\" y2=\"98\" stroke-width=\"1\" stroke=\"#9A8A70\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"134\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003emulti-ply · even heat distribution\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003elighter\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eheavier · more stable\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eComparison: left = standard metal, right = pure copper\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eCopper's thermal conductivity\u003c\/strong\u003e is 8x better than stainless steel, ensuring a quick heat-up and even distribution, unlike cast iron or aluminum.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eIts reactive surface requires a \u003cstrong\u003etin lining\u003c\/strong\u003e for cookware, but for drinkware, copper's raw finish enhances flavors naturally.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis Tequilero's pure copper body \u003cstrong\u003eamplifies spirits' flavors\u003c\/strong\u003e, offering a richer drinking experience.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eCopper elevates the drinking experience\u003c\/strong\u003e through superior thermal properties.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe coppersmith process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eSteps in crafting copper drinkware\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"62\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"55\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"48\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"41\" width=\"70\" height=\"6\" rx=\"1\" fill=\"#D8D0C4\" stroke=\"#6B5B3E\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eraw sheet\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1 - stock\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 156 72 L 163 40 Q 165 34 172 34 L 200 34 Q 207 34 209 40 L 216 72 Z\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\" opacity=\"0.9\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ecut to shape\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2 - cut\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"270\" y1=\"68\" x2=\"348\" y2=\"68\" stroke-width=\"4\" stroke=\"#D8D0C4\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M 277 68 L 282 44 Q 284 36 292 36 L 332 36 Q 340 36 342 44 L 347 68\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eHammer-planish\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3 - form\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 404 68 L 409 42 Q 411 36 418 36 L 490 36 Q 497 36 499 42 L 502 68 Z\" fill=\"#D8D0C4\" stroke-width=\"1.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"404\" y1=\"68\" x2=\"502\" y2=\"68\" stroke-width=\"5\" stroke=\"#5A4A30\" stroke-linecap=\"butt\"\u003e\u003c\/line\u003e\n        \u003crect x=\"390\" y=\"48\" width=\"18\" height=\"12\" rx=\"3\" fill=\"#C8C0B4\" stroke=\"#5A4A30\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n        \u003ccircle cx=\"396\" cy=\"54\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4 - season\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eFour-step coppersmith process: raw sheet to polished finish.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced items, \u003cstrong\u003eeach Tequilero is hand-forged\u003c\/strong\u003e in a process that includes annealing, planishing, hammering texture, and polishing.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThis individual attention to detail means \u003cstrong\u003eeach cup is unique\u003c\/strong\u003e, with its own character and story.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eExperience unmatched craftsmanship with each sip.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe craft heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eThe tradition behind Sertodo Copper\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-forged\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eMexican roots\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003erevival movement\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eFounded by Jonathan Beall\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTequilero line\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eTimeline: from traditional roots to modern Tequilero collection.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eHand-forged copper has been a staple in Mexican craftsmanship for centuries, with a rich tradition that ensures quality and authenticity.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSertodo Copper chose this context to honor these traditions, creating modern pieces with historical integrity.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eOwning a Tequilero means holding a piece of history.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/FontOptions_SertodoEngraving-1_6b9a7342-c55d-457c-bb29-48ff9ac636c3.png?v=1740441955\u0026amp;width=1200\" alt=\"Tequilero Copper Shot Cup - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The copper shot cup completely changed the way I enjoy tequila. The flavors are so much richer!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJames L., tequila enthusiast\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I bought this as a gift and my friend loved it! The craftsmanship is top-notch.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eMaria P., gift buyer\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"Worth every penny for the quality and unique design. It stands out in my collection.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSteven R., barware collector\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the collection with these\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eEnhance your bar setup with these complementary pieces.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/copper-shot-cup-flight-sets\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-6Flight_cd353fc4-d418-4b2f-b8df-44b609dafd16.jpg?v=1740441995\u0026amp;width=600\" alt=\"Copper Shot Cup Flight Sets (Handmade)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Shot Cup Flight Sets (Handmade)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eElevate tastings\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/sharpshooter-copper-shot-cups\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-SS-Sharpshooter-Shot-Cups-Single-01-SQUARE__68938.jpg?v=1740440016\u0026amp;width=600\" alt=\"Sharpshooter Copper Shot Cups\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSharpshooter Copper Shot Cups\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eFor precise pours\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-kitchen-spoon-rest-putting-cup\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/saute_pan_spoon_rest_and_bowl_6__29251.jpg?v=1738150562\u0026amp;width=600\" alt=\"Copper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Kitchen Spoon Rest \/ Putting Cup (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eCrafted for mixology\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/copper-saute-pan-with-lid-3-quart\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Sertodo_Saute_pan_with_lid__22685.jpg?v=1739207169\u0026amp;width=600\" alt=\"Copper Saute Pan with lid (Handmade!)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eSertodo\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eCopper Saute Pan with lid (Handmade!)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eClassic refreshment\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Sertodo\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eDedicated to artisanal excellence since 1997\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFounded by Jonathan Beall in 1997, Sertodo Copper specializes in artisan handmade copper cookware and barware. With workshops in Austin, TX, and Santa Clara del Cobre, Mexico, Sertodo emphasizes quality and traditional craftsmanship, offering a lifetime workmanship guarantee.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eSertodo's commitment to sustainable practices and traditional methods ensures each piece is crafted with integrity, blending heritage with modern utility.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the shine\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWash promptly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eRinse immediately after use to prevent spotting and preserve shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDry thoroughly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eImmediately dry with a soft cloth to avoid water spots.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003ePolish regularly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eUse a copper polish to maintain the cup's bright finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHandle with care\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAvoid harsh chemicals that may damage the copper surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eProper care ensures your Tequilero remains a beautiful, functional piece for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eA must-have for tequila lovers\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eChoosing the Tequilero Copper Shot Cup means embracing a richer drinking experience. Its \u003cstrong\u003epure copper craftsmanship\u003c\/strong\u003e and unique design elevate every sip. Though more expensive than standard options, its durability and flavor-enhancing properties offer unmatched value over time.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand-hammered from recycled heavy gauge copper.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eCrafted in Santa Clara del Cobre, Mexico.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHand wash only, maintain shine with regular polishing.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eEnhances tequila's flavor profile through superior copper conductivity.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eEmbrace the tradition and elevate your tequila experience.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $20\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat are the dimensions of the Tequilero cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Tequilero Copper Shot Cup is \u003cstrong\u003e2.5 inches tall\u003c\/strong\u003e with a \u003cstrong\u003e1.5-inch wide mouth\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan Tequilero cups be engraved?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, due to its \u003cstrong\u003epure copper material\u003c\/strong\u003e, the cup can be engraved for personalization.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow to maintain the finish of the Tequilero cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eRegular polishing with a \u003cstrong\u003ecopper cleaner\u003c\/strong\u003e will maintain its bright finish. Avoid harsh chemicals.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWill my copper Tequilero cup develop a natural patina over time, and is that desirable?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, \u003cstrong\u003epure copper naturally develops a rich, warm patina\u003c\/strong\u003e as it reacts with air, a living finish that deepens the character of each handcrafted piece. Unlike thin copper plating that wears through to reveal base metal, solid copper's patina enhances authenticity. You can preserve the bright finish with regular polishing, or embrace the antique warmth many collectors prize.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhere is the Tequilero cup made?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe cup is handcrafted in \u003cstrong\u003eSanta Clara del Cobre, Mexico\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the capacity of the Tequilero cup?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Tequilero Copper Shot Cup holds \u003cstrong\u003e2 fluid ounces\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eBeyond tequila, what other fine spirits benefit from the copper Tequilero cup's thermal properties?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eWhile designed to showcase tequila's agave complexity, the cup's \u003cstrong\u003esuperior thermal conductivity\u003c\/strong\u003e amplifies the aromatics of mezcal, aged rum, whiskey, and artisanal liqueurs. Copper's temperature-regulating properties prevent your hand's warmth from distorting delicate flavor profiles, the same principle professional sommeliers rely on when evaluating fine spirits.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does the packaging protect my handcrafted copper Tequilero cup during shipping to prevent the damage common with mass-produced items?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach cup is individually wrapped in protective tissue, then cushioned in a fitted box with impact-absorbing corners, packaging designed specifically for the weight and delicate hand-hammered finish of solid copper, not the flimsy foam inserts used for lightweight plated ware that arrive dented or scratched.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this cup part of a larger collection?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, explore our \u003ca href=\"\/products\/copper-shot-cup-flight-sets\"\u003eCopper Shot Cup Flight Sets\u003c\/a\u003e and \u003ca href=\"\/products\/sharpshooter-copper-shot-cups\"\u003eSharpshooter Copper Shot Cups\u003c\/a\u003e for a complete collection.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart: $20\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"What are the dimensions of the Tequilero cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Tequilero Copper Shot Cup is 2.5 inches tall with a 1.5-inch wide mouth.\"}}, {\"@type\": \"Question\", \"name\": \"Can Tequilero cups be engraved?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, due to its pure copper material, the cup can be engraved for personalization.\"}}, {\"@type\": \"Question\", \"name\": \"How to maintain the finish of the Tequilero cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Regular polishing with a copper cleaner will maintain its bright finish. Avoid harsh chemicals.\"}}, {\"@type\": \"Question\", \"name\": \"Does the cup develop a patina?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, over time, copper naturally develops a patina which many find attractive.\"}}, {\"@type\": \"Question\", \"name\": \"Where is the Tequilero cup made?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The cup is handcrafted in Santa Clara del Cobre, Mexico.\"}}, {\"@type\": \"Question\", \"name\": \"What is the capacity of the Tequilero cup?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The Tequilero Copper Shot Cup holds 2 fluid ounces.\"}}, {\"@type\": \"Question\", \"name\": \"Is the Tequilero cup suitable for other spirits?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, while designed for tequila, it enhances the flavors of any fine spirit.\"}}, {\"@type\": \"Question\", \"name\": \"How is the Tequilero cup packaged?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Each cup is carefully packaged to ensure it arrives in pristine condition.\"}}, {\"@type\": \"Question\", \"name\": \"Is this cup part of a larger collection?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes, explore our Copper Shot Cup Flight Sets and Sharpshooter Copper Shot Cups for a complete collection.\"}}]}\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Tequilero Copper Shot Cup\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sertodo\"\n  },\n  \"description\": \"The Tequilero Copper Shot Cup by Sertodo is handcrafted from heavy gauge pure copper. Made in Mexico, it offers superior thermal conductivity, enhancing the flavors and aromas of tequila.\",\n  \"sku\": \"C-SHT-TQ\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"20\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Pure copper\",\n  \"countryOfOrigin\": \"100% recycled sources\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"Heavy gauge, Pure copper\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dimensions\",\n      \"value\": \"2.5 inches tall, 1.5 inch wide mouth\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Capacity\",\n      \"value\": \"2 fluid ounces\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Finish\",\n      \"value\": \"Hand-hammered\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eTequilero Copper Shot Cup | Traditional Tequila Vessel\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$20\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'tequilero-copper-shot-cup')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Sertodo","offers":[{"title":"Default Title","offer_id":41232190668903,"sku":"C-SHT-TQ","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/C-SHT-TQ-Tequilero-Tall-Thin-Tequila-Shot-Cups-Set-of-2-01-SQUARE__52115.jpg?v=1740440190"}],"url":"https:\/\/chefsmandalagourmet.com\/collections\/sertodo.oembed?page=2","provider":"Chef's Mandala Gourmet Store","version":"1.0","type":"link"}