/* Product layout. Page scoped; native WooCommerce states remain authoritative.
 * White canvas, warm neutral details, stable gallery, compact controls.
 * Motion: hover feedback only. Existing brand fonts and header/footer retained. */
.single-product{--khc-product-rule:#e7dfd6;--khc-product-muted:#736b63;--khc-product-accent:#866536;--khc-product-gold:#c9a84c;--khc-product-surface:#faf7f3}
.single-product .khc-shop{padding-top:28px}
.single-product.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);column-gap:72px;position:relative}
.single-product.woocommerce div.product:before,.single-product.woocommerce div.product:after{display:none}
.single-product.woocommerce div.product div.images{grid-column:1;width:100%;float:none;margin:0 0 48px;min-width:0;align-self:start}
.single-product.woocommerce div.product div.summary{grid-column:2;width:100%;float:none;position:static;margin:0 0 48px;min-width:0;align-self:start;color:#171717}
.single-product.woocommerce div.product .product_title{font-family:var(--khc-font);font-weight:600;font-size:clamp(22px,2.2vw,30px);line-height:1.2;letter-spacing:.055em;text-transform:uppercase;text-wrap:balance;margin:0 0 14px;color:#000}
.single-product .woocommerce-product-rating{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px;margin-bottom:22px!important}
.single-product.woocommerce .star-rating{color:#a98114;float:none}
.single-product .woocommerce-product-rating .star-rating{margin:0}
.single-product .woocommerce-review-link{color:var(--khc-product-muted)}
.single-product .khc-price-label{display:none}
.single-product.woocommerce div.product .summary>p.price{display:block;font-size:clamp(21px,2vw,26px);line-height:1.3;letter-spacing:.04em;color:rgba(0,0,0,.65);font-weight:500;margin:0;padding:0 0 22px;border-bottom:1px solid var(--khc-product-rule);font-variant-numeric:tabular-nums}
.single-product .summary>p.price .woocs_price_code{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px}
.single-product .summary>p.price .woocommerce-Price-currencySymbol{font-size:1em;font-weight:500}
.single-product .summary>p.price .woocommerce-Price-amount{display:inline-flex;align-items:baseline;gap:4px;direction:ltr;unicode-bidi:isolate}
.single-product .summary>p.price del{order:1;font-size:14px!important;font-weight:400;opacity:.65!important;color:inherit;text-decoration-line:line-through!important;text-decoration-style:solid!important;text-decoration-thickness:1px!important}
.single-product .summary>p.price del *{text-decoration-line:line-through!important;text-decoration-style:solid!important;text-decoration-thickness:1px!important}
.single-product .summary>p.price del .woocommerce-Price-currencySymbol{font-size:1em}
.single-product .summary>p.price ins{order:2;text-decoration:none!important;background:none;font-size:16px;font-weight:500;color:#171717}
.single-product .summary>p.price .woocommerce-price-suffix{font-size:11px;font-weight:400}
.single-product .khc-product-payment-note{font-size:12px;color:var(--khc-product-muted);line-height:1.8;margin:0 0 20px}
.single-product.woocommerce span.onsale,.single-product.woocommerce ul.products li.product .onsale{border-radius:999px;background:#b4232d;padding:3px 8px;inset:10px 8px auto auto;font-size:9px;line-height:1.4;box-shadow:none}
.single-product.woocommerce div.product div.images .flex-viewport{position:relative;aspect-ratio:4/5;height:auto!important;border-radius:0!important;background:var(--khc-product-surface);overflow:hidden}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:var(--khc-product-surface);border-radius:0!important}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a>img{width:100%;height:100%;object-fit:cover;border-radius:0!important}
.single-product .khc-product-gallery-video{display:flex!important;align-items:center;justify-content:center;aspect-ratio:4/5;background:var(--khc-product-surface)}
.single-product .khc-product-gallery-video video{display:block;width:100%;max-width:none;height:100%;object-fit:cover;object-position:center;background:transparent;border:0;outline:0;box-shadow:none}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger{display:none!important}
.single-product.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:4px;margin-top:12px;padding:0;overflow-x:auto;scrollbar-width:none}
.single-product.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar{display:none}
.single-product.woocommerce div.product div.images .flex-control-thumbs li{float:none!important;flex:0 0 calc((100% - 8px)/3);width:calc((100% - 8px)/3)!important}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img{display:block;width:100%!important;height:auto!important;aspect-ratio:4/5;object-fit:cover;border:0;border-radius:0;opacity:1;transition:opacity .2s}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{border:0;opacity:.42}
.single-product .khc-gallery-arrow{position:absolute;top:50%;z-index:12;width:32px;height:48px;padding:0;transform:translateY(-50%);border:0;background:transparent;box-shadow:none;cursor:pointer}
.single-product .khc-gallery-arrow:before{content:'';position:absolute;top:50%;left:50%;width:8px;height:8px;border-top:1.4px solid rgba(55,51,48,.62);border-right:1.4px solid rgba(55,51,48,.62)}
.single-product .khc-gallery-arrow--prev{left:4px}.single-product .khc-gallery-arrow--prev:before{transform:translate(-35%,-50%) rotate(-135deg)}
.single-product .khc-gallery-arrow--next{right:4px}.single-product .khc-gallery-arrow--next:before{transform:translate(-65%,-50%) rotate(45deg)}
.single-product .khc-gallery-arrow:hover:before,.single-product .khc-gallery-arrow:focus-visible:before{border-color:#211d1a}
.single-product .khc-gallery-arrow:focus-visible{outline:1px solid rgba(33,29,26,.45);outline-offset:-4px}
.single-product.woocommerce div.product div.images .flex-viewport>.onsale{position:absolute!important;z-index:14;margin:0}
.single-product .khc-mobile-gallery-scroll{display:none}
.single-product .khc-mobile-gallery-dots{display:none}
.single-product .khc-summary-discount{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:5px 10px;border-radius:4px;background:#f0ece8;color:#272321;font-size:11px;font-weight:650;line-height:1;letter-spacing:.04em;white-space:nowrap}
.single-product.woocommerce div.product form.cart{border-top:0;padding-top:0;margin:20px 0 12px}
.single-product.woocommerce div.product form.cart .variations{margin:0 0 18px;border:0;width:100%}
.single-product.woocommerce div.product form.cart .variations tr{display:block;margin-bottom:16px}
.single-product.woocommerce div.product form.cart .variations th,.single-product.woocommerce div.product form.cart .variations td{display:block;width:100%;padding:0;text-align:start}
.single-product.woocommerce div.product form.cart .variations td{position:relative}
.single-product.woocommerce div.product form.cart .variations th{margin-bottom:10px}
.single-product.woocommerce div.product form.cart .variations label{font-size:11px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}
.single-product.woocommerce div.product form.cart .variations select{border-radius:24px;min-height:48px;width:100%}
.single-product.woocommerce div.product form.cart .variations select.khc-native-attribute{display:none!important}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row,.single-product.woocommerce div.product form.cart .variations tr.khc-reference-native-size{display:none!important}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row{display:flex;align-items:center;gap:20px;margin-bottom:16px}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row th.label{flex:0 0 auto;width:auto;margin:0}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row td.value{display:flex;align-items:center;gap:10px;width:auto;min-width:0}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row label{font-size:14px;font-weight:500;letter-spacing:0;text-transform:none;color:#342f2d}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row label:after{content:':'}
.single-product .khc-size-dropdown{position:relative;width:154px;max-width:100%;z-index:8}
.single-product .khc-size-dropdown-toggle{position:relative;display:flex;align-items:center;width:100%;min-height:40px;margin:0;padding:0 30px 0 12px;border:1px solid #d8d4d0;border-radius:2px;background:#fff;color:#58514d;font-size:13px;font-weight:450;line-height:1;text-align:start;box-shadow:none;cursor:pointer}
.single-product .khc-size-dropdown-value{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.single-product .khc-size-dropdown-toggle:after{content:'';position:absolute;inset-inline-end:11px;top:50%;width:8px;height:8px;border-right:1.4px solid #766f6a;border-bottom:1.4px solid #766f6a;transform:translateY(-70%) rotate(45deg);transition:transform .16s}
.single-product .khc-size-dropdown-toggle[aria-expanded=true]:after{transform:translateY(-25%) rotate(225deg)}
.single-product .khc-size-dropdown-toggle:focus-visible{border-color:#8d837c;outline:2px solid rgba(32,26,25,.12);outline-offset:1px}
.single-product .khc-size-dropdown-menu{position:absolute;top:calc(100% + 4px);inset-inline:0;z-index:40;display:grid;padding:4px;border:1px solid #d8d4d0;border-radius:2px;background:#fff;box-shadow:0 10px 24px rgba(33,29,26,.12)}
.single-product .khc-size-dropdown-menu[hidden]{display:none!important}
.single-product .khc-size-dropdown-option{display:flex;align-items:center;width:100%;min-height:40px;padding:8px 10px;border:0;border-radius:1px;background:#fff;color:#403a36;font-size:13px;text-align:start;box-shadow:none;cursor:pointer}
.single-product .khc-size-dropdown-option:hover,.single-product .khc-size-dropdown-option:focus-visible{background:#f5f1ec;outline:0}
.single-product .khc-size-dropdown-option[aria-selected=true]{background:#211d1a;color:#fff}
.single-product .khc-size-dropdown-option:disabled{opacity:.38;text-decoration:line-through;cursor:not-allowed}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row .reset_variations{position:static;inset:auto;min-height:40px;margin:0;font-size:10px}
.single-product .khc-attribute-options{display:flex;flex-wrap:wrap;gap:8px;min-width:0}
.single-product .khc-attribute-option{display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:48px;padding:9px 15px;border:1px solid #d9d0c7;border-radius:12px;background:#fff;color:#201a19;font-size:13px;font-weight:600;line-height:1.3;white-space:normal;overflow-wrap:anywhere;max-width:100%;transition:background-color .18s,border-color .18s,color .18s,transform .18s}
.single-product .khc-attribute-option[aria-pressed=true]{background:#fffdf8;border-color:var(--khc-product-gold);color:#6f512b;box-shadow:0 5px 14px rgba(134,101,54,.12)}
.single-product .khc-attribute-option:disabled{opacity:.4;text-decoration:line-through;cursor:not-allowed}
.single-product .khc-attribute-option:not(:disabled):hover{border-color:var(--khc-product-gold);transform:translateY(-1px)}
.single-product .khc-attribute-option:focus-visible{outline:2px solid var(--khc-product-accent);outline-offset:3px}
.single-product.woocommerce div.product form.cart .reset_variations{position:absolute;inset-inline-end:0;top:-36px;font-size:10px;color:var(--khc-product-muted);display:inline-flex;align-items:center;min-height:28px;margin:0;text-decoration:none;border-bottom:1px solid transparent}
.single-product.woocommerce div.product form.cart .reset_variations:hover{color:var(--khc-product-accent);border-bottom-color:currentColor}
.single-product.woocommerce div.product .woocommerce-variation-availability .stock{display:inline-flex;align-items:center;min-height:0;margin:8px 0 0;padding:0;border:0;border-radius:0;background:transparent;color:rgba(0,0,0,.62);font-size:11px;font-weight:500}
.single-product .khc-has-inline-size-stock .woocommerce-variation-availability{display:none}
.single-product .woocommerce-variation-description{font-size:13px;color:var(--khc-product-muted)}
.single-product.woocommerce div.product .woocommerce-variation-price .price{color:#171717;font-size:20px}
.single-product .khc-product-delivery{display:flex;gap:12px;align-items:center;border-block:1px solid var(--khc-product-rule);padding:14px 0;margin:0 0 16px;clear:both;width:100%}
.single-product .khc-delivery-symbol{display:flex;align-items:center;justify-content:center;background:#f5f0e8;border-radius:50%;width:36px;height:36px;flex:none;font-size:20px;color:#8d6d3b}
.single-product .khc-delivery-label{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--khc-product-muted);margin-bottom:3px}
.single-product .khc-product-delivery p{font-size:12px;line-height:1.6;margin:0}
.single-product .khc-product-delivery-estimate{display:flex;align-items:center;gap:8px;grid-column:1/-1;clear:both;width:100%;margin:0 0 16px;padding:10px 0;border-block:1px solid #d9d9d9;color:rgba(0,0,0,.68)}
.single-product .khc-product-delivery-estimate-icon{display:block;flex:0 0 32px;width:32px;height:32px;padding:6px;box-sizing:border-box;border:1px solid #d9d9d9;background:#fff;fill:none;stroke:#000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.single-product .khc-product-delivery-estimate-copy{min-width:0;flex:1}
.single-product .khc-product-delivery-estimate p{display:flex;align-items:baseline;gap:4px;margin:0;font-size:13px;font-weight:500;line-height:1.45;letter-spacing:0;white-space:nowrap}
.single-product .khc-product-delivery-estimate strong{color:#000;font-size:13px;font-weight:700;white-space:nowrap}
.single-product .khc-product-delivery-separator{color:rgba(0,0,0,.38);font-weight:400}
.single-product .khc-product-delivery-note{display:block;margin-top:4px;font-size:11px;line-height:1.55;color:rgba(0,0,0,.55)}
.single-product .khc-free-delivery{grid-column:1/-1;width:100%;margin:0 0 16px;padding:14px;border:1px solid #d9d9d9;background:#faf9f7;color:rgba(0,0,0,.68)}
.single-product .khc-free-delivery p{display:flex;align-items:center;gap:10px;margin:0 0 10px;font-size:12px;font-weight:500;line-height:1.55;letter-spacing:.01em}
.single-product .khc-free-delivery p svg{display:block;flex:0 0 20px;width:20px;height:20px;fill:none;stroke:#000;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.single-product .khc-free-delivery strong{color:#000;font-weight:650}
.single-product .khc-free-delivery progress{display:block;width:100%;height:5px;border:0;border-radius:0;overflow:hidden;background:#e4e1dd;appearance:none}
.single-product .khc-free-delivery progress::-webkit-progress-bar{background:#e4e1dd}
.single-product .khc-free-delivery progress::-webkit-progress-value{background:#000}
.single-product .khc-free-delivery progress::-moz-progress-bar{background:#000}
.single-product.woocommerce div.product form.cart div.quantity{width:auto;float:none;display:flex;align-items:center;justify-content:space-between;border:1px solid #d8d2ca;border-radius:8px;min-height:52px;margin:0;overflow:hidden;background:#fff}
.single-product.woocommerce .summary .quantity .qty{border:0;min-width:0;width:100%;flex:1;min-height:46px;padding:8px;text-align:center;border-radius:999px;background:#fff;font-size:16px;box-shadow:none}
.single-product .quantity:has(.khc-quantity-minus) input.qty{appearance:textfield;-moz-appearance:textfield}
.single-product .quantity:has(.khc-quantity-minus) input.qty::-webkit-inner-spin-button,.single-product .quantity:has(.khc-quantity-minus) input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.single-product .khc-quantity-minus,.single-product .khc-quantity-plus{flex:0 0 42px;min-height:50px;border:0;background:#fff;color:#2a2220;padding:8px 10px;font-size:18px;font-weight:550;line-height:1;transition:background-color .18s,color .18s}
.single-product .khc-quantity-minus:hover,.single-product .khc-quantity-plus:hover{background:#f7f3ee;color:var(--khc-product-accent)}
.single-product .khc-quantity-minus:disabled,.single-product .khc-quantity-plus:disabled{opacity:.45;cursor:not-allowed}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;width:100%;max-width:100%;float:none;min-height:52px;border-radius:0;background:#211d1a;color:#fff;border:1px solid #211d1a;text-transform:uppercase;font-size:12px;font-weight:650;letter-spacing:.08em;padding:13px 18px;margin:0;line-height:1.5;box-shadow:none;transition:background-color .18s,border-color .18s,transform .18s}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:disabled{background:#211d1a!important;border-color:#211d1a!important;color:#fff!important}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:not(:disabled):hover{background:#3a332e!important;border-color:#3a332e!important}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible{outline:2px solid #8a8a8a;outline-offset:3px}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:disabled{opacity:.45;cursor:not-allowed}
.single-product .khc-product-whatsapp{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #d8d2ca;background:#fff;color:#2c2522;min-height:50px;border-radius:0;font-size:12px;font-weight:600;margin:0 0 24px;padding:12px 18px}
.single-product .khc-product-whatsapp:hover{background:#f6f2ec;border-color:#171717}
.single-product .khc-product-whatsapp svg{width:20px;height:20px;flex:none}
.single-product .khc-whatsapp-float{display:none}
.single-product .khc-complete-look{border-top:1px solid var(--khc-product-rule);padding:20px 0 22px;margin:0}
.single-product .khc-complete-look h2{font-family:var(--khc-font);font-size:10px;color:#846537;text-transform:uppercase;letter-spacing:.16em;font-weight:500;margin-bottom:18px}
.single-product .khc-look-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;min-width:0}
.single-product .khc-look-item:last-child{margin-bottom:0}
.single-product .khc-look-image{width:60px;flex:none}
.single-product .khc-look-image img{display:block;width:60px;height:68px;object-fit:cover;border-radius:10px}
.single-product .khc-look-copy{flex:1;min-width:0;font-size:11px;line-height:1.7}
.single-product .khc-look-copy>a{text-transform:uppercase;font-weight:500}
.single-product .khc-look-copy>div{color:var(--khc-product-muted)}
.single-product .khc-look-copy ins{text-decoration:none}
.single-product .khc-look-add{border:1px solid #79746e;min-height:44px;padding:10px 14px;border-radius:999px;flex:none;font-size:11px;max-width:40%;text-align:center}
.single-product .khc-product-accordions{border-top:1px solid #d9d9d9}
.single-product .khc-product-detail{border-bottom:1px solid #d9d9d9}
.single-product .khc-product-detail>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:17px 0;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;list-style:none;cursor:pointer}
.single-product .khc-product-detail>summary::after{content:'+';font-size:20px;line-height:1;font-weight:400;flex:none;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease}
.single-product .khc-product-detail[open]>summary::after{content:'−'}
.single-product .khc-detail-content{font-size:13px;line-height:1.85;color:var(--khc-product-muted);padding:0 0 22px;overflow:hidden;overflow-wrap:anywhere;will-change:height,opacity,transform}
.single-product .khc-product-detail.is-animating .khc-detail-content{pointer-events:none}
.single-product .khc-product-detail.is-opening>summary::after{transform:scale(.88)}
.single-product .khc-product-detail.is-closing>summary::after{transform:rotate(90deg);opacity:.55}
@media(prefers-reduced-motion:reduce){.single-product .khc-product-detail>summary::after{transition:none}.single-product .khc-detail-content{will-change:auto}}
.single-product .khc-detail-content>h2:first-child{display:none}
.single-product .khc-detail-content p:last-child{margin-bottom:0}
.single-product.woocommerce div.product .khc-detail-content .woocommerce-product-details__short-description{margin:0;line-height:inherit;color:inherit}
.single-product .summary .product_meta{display:none!important}
.single-product .khc-product-reviews{grid-column:1/-1;min-width:0;background:#fbfaf8;padding:44px 28px;margin:0 0 36px;border:1px solid #e8e2dc;border-radius:12px}
.single-product .khc-product-reviews>h2{text-align:center;text-transform:none;font-family:var(--khc-display);font-size:32px;font-weight:600;line-height:1.1;letter-spacing:-.02em;margin:0 0 24px;color:#211d1a}
.single-product .khc-review-overview{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:12px;margin-bottom:28px;color:var(--khc-product-muted)}
.single-product .khc-review-overview .star-rating{margin:0}
.single-product.woocommerce #reviews #comments>h2{display:none}
.single-product.woocommerce #reviews #comments ol.commentlist{display:flex;gap:16px;padding:0 0 16px;margin:0;overflow-x:auto;scroll-snap-type:x mandatory;list-style:none}
.single-product.woocommerce #reviews #comments ol.commentlist>li{flex:0 0 300px;max-width:90%;background:#fff;border:1px solid #e4d9cc;border-radius:14px;padding:20px;margin:0;scroll-snap-align:start;min-width:0}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text{border:0;padding:0;margin:0;border-radius:0;overflow-wrap:anywhere}
.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar{display:none}
.single-product.woocommerce #reviews #comments ol.commentlist .star-rating{float:none;margin-bottom:16px}
.single-product.woocommerce #reviews #comments ol.commentlist .comment-text p.meta{font-size:11px;color:var(--khc-product-muted);margin-bottom:12px}
.single-product.woocommerce #reviews #comments ol.commentlist .comment-text .description{font-size:13px;line-height:1.85;color:#49413a}
.single-product.woocommerce #reviews #comments ol.commentlist .comment-text .description p:last-child{margin:0}
.single-product.woocommerce #reviews #comments .woocommerce-noreviews{margin:0;padding:16px 18px;border:1px solid #e5dfd8;border-radius:8px;background:#fff;color:#625a54;font-size:14px;line-height:1.6;text-align:center}
.single-product #review_form_wrapper{margin:22px auto 0;max-width:680px;padding:24px;border:1px solid #e5dfd8;border-radius:10px;background:#fff}
.single-product #review_form .comment-reply-title{display:block;margin:0 0 20px;color:#211d1a;font-family:var(--khc-display);font-size:25px;font-weight:600;line-height:1.2}
.single-product #review_form form{display:grid;gap:20px}
.single-product #review_form form>p,.single-product #review_form .comment-form-rating{margin:0}
.single-product #review_form label{display:block;margin:0 0 8px;color:#342e2a;font-size:14px;font-weight:600;line-height:1.4}
.single-product #review_form .required{color:#8b3f32}
.single-product #review_form .stars{margin:0}
.single-product #review_form .stars>span{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.single-product.woocommerce #review_form #respond p.stars a{display:inline-flex!important;position:relative!important;align-items:center;justify-content:center;width:44px!important;height:44px!important;margin:0!important;border:1px solid #ddd6cf!important;border-radius:8px!important;background:#fff!important;color:#9b7b46!important;text-indent:-999em;overflow:hidden;transition:background-color .16s,border-color .16s,color .16s}
.single-product.woocommerce #review_form #respond p.stars a::before{position:static!important;display:block!important;width:auto!important;height:auto!important;font-size:22px!important;line-height:1!important;text-indent:0!important}
.single-product.woocommerce #review_form #respond p.stars a:hover,.single-product.woocommerce #review_form #respond p.stars a.active,.single-product.woocommerce #review_form #respond p.stars a[aria-checked=true]{border-color:#9b7b46!important;background:#f8f2e8!important;color:#8a6935!important}
.single-product.woocommerce #review_form #respond p.stars a:focus-visible{outline:2px solid #211d1a;outline-offset:2px}
.single-product.woocommerce #review_form #respond textarea,.single-product.woocommerce #review_form #respond input:not([type=submit]):not([type=checkbox]){border:1px solid #d5cec7!important;background:#fff!important;color:#171717!important;border-radius:8px!important;padding:14px!important;font-size:16px!important;width:100%!important;box-shadow:none!important}
.single-product.woocommerce #review_form #respond textarea{display:block;min-height:140px!important;line-height:1.6;resize:vertical}
.single-product.woocommerce #review_form #respond textarea:focus,.single-product.woocommerce #review_form #respond input:not([type=submit]):not([type=checkbox]):focus{border-color:#8b8178!important;outline:2px solid rgba(33,29,26,.12);outline-offset:0}
.single-product #review_form .form-submit{margin:0}
.single-product.woocommerce #review_form #respond input#submit{display:flex!important;width:100%!important;min-height:52px!important;justify-content:center;border:1px solid #211d1a!important;border-radius:8px!important;background:#211d1a!important;color:#fff!important;font-size:13px!important;font-weight:650;letter-spacing:.06em;text-transform:uppercase;box-shadow:none!important}
.single-product.woocommerce #review_form #respond input#submit:hover{background:#3a332e!important;border-color:#3a332e!important}
.single-product #review_form input[type=submit]:focus-visible{outline:2px solid #9b7b46;outline-offset:3px}
.single-product.woocommerce section.related{grid-column:1/-1;margin:0;padding:28px 0 32px;border:0;min-width:0}
.single-product.woocommerce section.related>h2{font-family:var(--khc-font);font-size:29px;letter-spacing:.055em;margin:0 0 34px}
.single-product.woocommerce section.related ul.products{gap:34px 20px}
.single-product.woocommerce section.related ul.products li.product .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;color:#574738;font-size:14px}
.single-product.woocommerce section.related ul.products li.product .price del{order:2;font-size:12px}
.single-product.woocommerce section.related ul.products li.product .price ins{order:1}
@media(max-width:999px){
 .single-product.woocommerce div.product{display:block}
 .single-product.woocommerce div.product div.images,.single-product.woocommerce div.product div.summary{width:100%;float:none;position:static}
 .single-product.woocommerce div.product div.images{margin-bottom:26px}
 .single-product.woocommerce div.product div.summary{margin-bottom:34px}
 .single-product.woocommerce div.product .product_title{font-size:17px}
 .single-product.woocommerce section.related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:999px){
 .single-product.woocommerce div.product div.images{width:calc(100% + 16px);margin-inline:-8px}
 .single-product.woocommerce div.product div.images:has(.khc-mobile-gallery-scroll) .flex-viewport,
 .single-product.woocommerce div.product div.images:has(.khc-mobile-gallery-scroll) .flex-control-thumbs{display:none!important}
 .single-product .khc-mobile-gallery-scroll{display:flex;align-items:center;width:100vw;margin-inline:calc(50% - 50vw);gap:2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;direction:ltr;scrollbar-width:none}
 .single-product .khc-mobile-gallery-scroll::-webkit-scrollbar{display:none}
 .single-product .khc-mobile-gallery-slide{display:flex;align-items:center;justify-content:center;flex:0 0 75vw;width:75vw;aspect-ratio:2/3;overflow:hidden;line-height:0;scroll-snap-align:start;scroll-snap-stop:always;background:var(--khc-product-surface)}
 .single-product .khc-mobile-gallery-slide img,.single-product .khc-mobile-gallery-slide video{display:block;width:100%!important;height:100%!important;max-width:none!important;border-radius:0!important;user-select:none;-webkit-user-drag:none}
 .single-product .khc-mobile-gallery-slide img,.single-product .khc-mobile-gallery-slide video{object-fit:cover;object-position:center}.single-product .khc-mobile-gallery-slide video{background:transparent;border:0;outline:0;box-shadow:none}
}
@media(max-width:600px){
 .single-product .khc-shop{padding:0 16px}
 .single-product .woocommerce-breadcrumb{display:none}
 .single-product.woocommerce div.product div.images{width:calc(100% + 16px);margin-inline:-8px;margin-bottom:24px}
 .single-product.woocommerce div.product div.images:has(.khc-mobile-gallery-scroll) .flex-viewport,
 .single-product.woocommerce div.product div.images:has(.khc-mobile-gallery-scroll) .flex-control-thumbs{display:none!important}
 .single-product .khc-mobile-gallery-scroll{display:flex;align-items:center;width:100vw;margin-inline:calc(50% - 50vw);gap:2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;direction:ltr;scrollbar-width:none}
 .single-product .khc-mobile-gallery-scroll::-webkit-scrollbar{display:none}
 .single-product .khc-mobile-gallery-slide{display:flex;align-items:center;justify-content:center;flex:0 0 75vw;width:75vw;aspect-ratio:2/3;overflow:hidden;line-height:0;scroll-snap-align:start;scroll-snap-stop:always;background:var(--khc-product-surface)}
 .single-product .khc-mobile-gallery-slide img,.single-product .khc-mobile-gallery-slide video{display:block;width:100%!important;height:100%!important;max-width:none!important;border-radius:0!important;user-select:none;-webkit-user-drag:none}
 .single-product .khc-mobile-gallery-slide img,.single-product .khc-mobile-gallery-slide video{object-fit:cover;object-position:center}.single-product .khc-mobile-gallery-slide video{background:transparent;border:0;outline:0;box-shadow:none}
 .single-product.woocommerce div.product div.summary{box-sizing:border-box;padding-inline:4px}
 .single-product.woocommerce div.product .product_title{font-size:22px;line-height:1.25}
 .single-product.woocommerce div.product .summary>p.price{font-size:21px;line-height:1.35}
 .single-product .summary>p.price del{font-size:16px!important}
 .single-product .summary>p.price ins{font-size:22px}
 .single-product.woocommerce div.product form.cart{margin-top:24px;padding-top:24px}
 .single-product .khc-attribute-options{gap:8px}
 .single-product.woocommerce div.product form.cart .variations tr.khc-size-row{gap:18px}
 .single-product .khc-size-dropdown{width:154px}
 .single-product .khc-attribute-option{font-size:12px;padding-inline:12px}
 .single-product .khc-product-reviews{margin-inline:0;padding:30px 16px;margin-bottom:24px;border-radius:10px}
 .single-product .khc-product-reviews>h2{font-size:29px;margin-bottom:20px}
 .single-product #review_form_wrapper{padding:20px 16px}
 .single-product #review_form .comment-reply-title{font-size:23px}
 .single-product.woocommerce #review_form #respond textarea{min-height:132px!important;resize:none}
 .single-product #review_form .stars>span{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
 .single-product.woocommerce #review_form #respond p.stars a{width:100%!important;min-width:0}
 .single-product.woocommerce #reviews #comments ol.commentlist>li{flex-basis:260px;padding:18px}
 .single-product.woocommerce section.related{padding-block:24px 36px}
 .single-product.woocommerce section.related>h2{font-size:25px;margin-bottom:28px}
 .single-product.woocommerce section.related ul.products{gap:28px 14px}
 .single-product.woocommerce section.related ul.products li.product .woocommerce-loop-product__title{font-size:15px;line-height:1.35;padding:14px 0 6px}
 .single-product.woocommerce section.related ul.products li.product .price{font-size:14px;gap:8px}
 .single-product.woocommerce section.related ul.products li.product .price del{font-size:13px}
 .single-product.woocommerce section.related .onsale{border-radius:999px;inset:10px auto auto 10px;font-size:10px;padding:4px 8px}
}

.single-product .khc-product-options{display:grid;grid-column:1/-1;gap:0;margin:20px 0 16px;padding:20px;border:1px solid #e5dfd8;border-radius:12px;background:#fff;box-shadow:none}
.single-product .khc-product-options-header{display:block;margin:0;padding:0 0 15px;border-bottom:1px solid #eee9e4}
.single-product .khc-product-options-header h2{margin:0 0 4px;color:#211d1a;font-family:var(--khc-font);font-size:16px;font-weight:650;line-height:1.3;letter-spacing:-.01em;text-transform:none}
.single-product .khc-product-options-header p{margin:0;color:#746b64;font-size:12px;line-height:1.5;text-align:start}
.single-product .khc-option-card{display:block;padding:16px 0;border:0;border-bottom:1px solid #eee9e4;border-radius:0;background:transparent;overflow:visible;transition:background-color .18s}
.single-product .khc-option-card.is-selected{background:#fbfaf8}
.single-product .khc-option-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}
.single-product .khc-option-heading{display:flex;align-items:center;gap:12px;min-width:0}
.single-product .khc-option-icon{display:block;flex:0 0 38px;width:38px;height:38px;padding:8px;border:1px solid #dfd8d1;border-radius:8px;background:#fff;color:#5f554e;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;box-sizing:border-box;transition:background-color .18s,border-color .18s,color .18s}
.single-product .khc-option-card.is-selected .khc-option-icon{border-color:#211d1a;background:#211d1a;color:#fff}
.single-product .khc-option-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.single-product .khc-option-label{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;color:#211d1a;font-size:14px;font-weight:650;line-height:1.3;letter-spacing:0;text-transform:none}
.single-product .khc-option-price{display:inline;color:rgba(0,0,0,.62);font-size:12px;font-weight:500;line-height:inherit;white-space:nowrap;letter-spacing:.02em}
.single-product .khc-option-note{display:block;color:#6f665f;font-size:12px;font-weight:500;line-height:1.35;white-space:normal}
.single-product .khc-option-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex:0 0 104px;width:104px;gap:2px;padding:2px;border:0;border-radius:8px;background:#f1eeea}
.single-product .khc-option-choice{display:block;position:relative;min-width:0;margin:0;cursor:pointer}
.single-product .khc-option-choice>input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.single-product .khc-option-choice>span{display:flex;align-items:center;justify-content:center;min-height:40px;padding:7px 8px;border:0;border-radius:6px;background:transparent;color:#756c65;font-size:11px;font-weight:650;line-height:1;text-align:center;transition:background-color .16s,color .16s}
.single-product .khc-option-choice:hover>span{color:#211d1a}
.single-product .khc-option-choice>input:checked+span{background:#fff;color:#211d1a;box-shadow:0 1px 2px rgba(33,29,26,.08)}
.single-product .khc-option-choice:last-child>input:checked+span{background:#211d1a;color:#fff;box-shadow:none}
.single-product .khc-option-choice>input:focus-visible+span{outline:2px solid var(--khc-product-accent);outline-offset:2px}
.single-product .khc-option-body{margin:15px 0 0 50px;padding:15px 0 0;border:0;border-top:1px solid #e7e1db;border-radius:0;background:transparent}
.single-product .khc-recipient-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border:0;margin:0;padding:0 0 12px}
.single-product .khc-recipient-choice label{display:flex;align-items:center;gap:10px;min-height:48px;margin:0;padding:11px 12px;border:1px solid #d9d9d9;border-radius:0;background:transparent;color:rgba(0,0,0,.68);font-size:12px;font-weight:500;line-height:1.4;cursor:pointer;transition:border-color .18s,color .18s}
.single-product .khc-recipient-choice label:has(input:checked){border-color:#000;color:#000}
.single-product .khc-recipient-choice input{accent-color:#000;margin:0;flex:none}
.single-product .khc-recipient-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.single-product .khc-recipient-fields label{display:grid;gap:6px;min-width:0;margin:0}
.single-product .khc-recipient-fields label[hidden]{display:none}
.single-product .khc-recipient-fields label>span{font-size:12px;font-weight:500;line-height:1.4;color:#000;text-transform:none;letter-spacing:.02em}
.single-product .khc-recipient-fields input,.single-product .khc-recipient-fields select,.single-product .khc-message-field textarea{width:100%;min-height:48px;border:1px solid #d9d9d9;border-radius:0;background:#fff;color:#000;padding:12px;font:inherit;font-size:12px;box-shadow:none}
.single-product .khc-recipient-fields input::placeholder,.single-product .khc-message-field textarea::placeholder{color:rgba(0,0,0,.52)}
.single-product .khc-recipient-fields input:focus,.single-product .khc-recipient-fields select:focus,.single-product .khc-message-field textarea:focus{border-color:#000;outline:1px solid #000;outline-offset:-1px}
.single-product .khc-recipient-handoff{margin:0;padding:12px 13px;border-radius:10px;background:#f3eee8;color:#5c5149;font-size:12px;line-height:1.55}
.single-product .khc-message-field{display:block}
.single-product .khc-message-field textarea{display:block;min-height:92px;resize:vertical}
.single-product .khc-options-total{display:none}
.single-product .khc-options-item-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0 0;padding:14px 15px;border:0;border-radius:8px;background:#f6f3ef;color:#514943;font-size:13px;font-weight:600}
.single-product .khc-options-item-total strong{color:#211d1a;font-size:18px;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}
.single-product .khc-product-options-error{grid-column:1/-1;margin:2px 0 0;color:#a92d2d;font-size:12px}
.single-product .woocommerce-variation-add-to-cart.variations_button{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:stretch;gap:10px 12px}
.single-product form.cart:not(.variations_form):has(.khc-product-options){display:grid;grid-template-columns:132px minmax(0,1fr);align-items:stretch;gap:10px 12px}
.single-product .woocommerce-variation-add-to-cart.variations_button>.khc-product-options,.single-product form.cart:not(.variations_form):has(.khc-product-options)>.khc-product-options{grid-column:1/-1}
.single-product .woocommerce-variation-add-to-cart.variations_button>div.quantity,.single-product form.cart:not(.variations_form):has(.khc-product-options)>div.quantity{grid-column:1}
.single-product .woocommerce-variation-add-to-cart.variations_button>.single_add_to_cart_button,.single-product form.cart:not(.variations_form):has(.khc-product-options)>.single_add_to_cart_button{grid-column:2}
@media(min-width:1000px){
 .single-product.woocommerce div.product div.images{display:grid;grid-template-columns:56px minmax(0,1fr);column-gap:16px;align-items:start}
 .single-product.woocommerce div.product div.images .flex-viewport{grid-column:2;grid-row:1;aspect-ratio:2/3}
 .single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a{aspect-ratio:2/3}
 .single-product.woocommerce div.product div.images .flex-control-thumbs{grid-column:1;grid-row:1;display:grid;grid-template-columns:56px;align-content:start;gap:8px;max-height:calc(100vh - 120px);margin:0;padding:0;overflow-x:hidden;overflow-y:auto}
 .single-product.woocommerce div.product div.images .flex-control-thumbs li{flex:none;width:56px!important}
 .single-product.woocommerce div.product div.images .flex-control-thumbs li img{width:56px!important;height:84px!important;aspect-ratio:2/3;object-fit:cover}
 .single-product.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{border:1px solid #000;opacity:1}
 .single-product .khc-gallery-arrow{display:none!important}
 .single-product.woocommerce div.product div.images .flex-viewport{height:auto!important;aspect-ratio:2/3}
 .single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a{height:100%;aspect-ratio:2/3}
}
@media(max-width:600px){
 .single-product .khc-product-options{margin:18px 0 14px;padding:16px;border-radius:10px}
 .single-product .khc-product-options-header{padding-bottom:14px}
 .single-product .khc-product-options-header h2{font-size:16px}
 .single-product .khc-product-options-header p{font-size:12px}
 .single-product .khc-option-card{padding:15px 0}
 .single-product .khc-option-summary{gap:10px}
 .single-product .khc-option-heading{gap:9px}
 .single-product .khc-option-icon{flex-basis:36px;width:36px;height:36px;padding:8px}
 .single-product .khc-option-label{font-size:13px}
 .single-product .khc-option-note{font-size:11px}
 .single-product .khc-option-choices{flex-basis:100px;width:100px}
 .single-product .khc-option-choice>span{min-height:40px;padding:6px;font-size:11px}
 .single-product .khc-option-body{margin-left:45px;padding-top:13px}
 .single-product .khc-recipient-choice,.single-product .khc-recipient-fields{grid-template-columns:1fr}
 .single-product .woocommerce-variation-add-to-cart.variations_button,.single-product form.cart:not(.variations_form):has(.khc-product-options){grid-template-columns:120px minmax(0,1fr);gap:9px}
 .single-product .khc-quantity-minus,.single-product .khc-quantity-plus{flex-basis:44px;padding-inline:8px}
 .single-product.woocommerce .summary .quantity .qty{padding-inline:2px;font-size:16px}
 .single-product .khc-quantity-minus,.single-product .khc-quantity-plus{font-size:20px}
 .single-product.woocommerce div.product form.cart .single_add_to_cart_button{padding-inline:10px;font-size:13px;line-height:1.4;letter-spacing:.05em}
 .single-product .khc-product-whatsapp{font-size:14px}
}

/* Mobile reference composition. The existing gallery remains unchanged. */
@media(max-width:600px){
 .single-product .khc-mobile-gallery-dots{display:flex;align-items:center;justify-content:center;gap:0;width:100%;height:24px;margin:8px 0 0}
 .single-product .khc-mobile-gallery-dot{position:relative;width:14px;height:24px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;cursor:pointer}
 .single-product .khc-mobile-gallery-dot::after{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#cfcfcf;content:"";transform:translate(-50%,-50%);transition:background-color .18s,transform .18s}
 .single-product .khc-mobile-gallery-dot.is-active::after{background:#181818;transform:translate(-50%,-50%) scale(1.08)}
 .single-product .khc-mobile-gallery-dot:focus-visible{outline:1px solid #181818;outline-offset:-3px}
 .single-product.woocommerce div.product div.images{margin-bottom:18px}
 .single-product.woocommerce div.product div.summary{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;padding-inline:0}
 .single-product.woocommerce div.product div.summary>*{grid-column:1/-1}
 .single-product.woocommerce div.product .product_title{font-size:24px;line-height:1.18;letter-spacing:.03em;margin-bottom:12px}
 .single-product.woocommerce div.product .summary>p.price{grid-column:1;align-self:center;min-width:0;padding:0;border-bottom:0;font-size:20px;line-height:1.2;letter-spacing:0}
 .single-product .summary>p.price .woocs_price_code{gap:5px 10px}
 .single-product .summary>p.price del{font-size:14px!important;color:#777}
 .single-product .summary>p.price ins{font-size:20px;font-weight:650;color:#181818}
 .single-product .khc-summary-discount{grid-column:2;align-self:center;justify-self:end}
 .single-product .khc-product-payment-note{margin:12px 0 0}
 .single-product.woocommerce div.product form.cart{margin:24px 0 10px;padding:0}
 .single-product .khc-reference-measurements{margin:0 0 24px;padding:0}
 .single-product .khc-reference-fieldset{padding:0 0 24px}
 .single-product .khc-reference-fieldset legend{margin:0 0 12px;font-size:14px;font-weight:500;line-height:1.3}
 .single-product .khc-size-controls{gap:10px 12px}
 .single-product .khc-reference-choice-grid{gap:6px}
 .single-product .khc-reference-length-grid{display:flex;gap:6px}
 .single-product .khc-reference-length-choice{flex:0 0 58px;width:58px}
 .single-product .khc-reference-choice>span:not(.khc-reference-color-swatch),.single-product .khc-reference-length-choice>span{width:auto;min-width:58px!important;min-height:34px;padding:6px 11px!important;border-color:#dedede;border-radius:4px;background:#fff;color:#303030;font-size:13px;line-height:1.2}
 .single-product .khc-reference-choice>input:checked+span:not(.khc-reference-color-swatch),.single-product .khc-reference-choice.is-selected>span:not(.khc-reference-color-swatch){border-color:#d7d7d7;background:#f0f0f0;color:#181818}
 .single-product .khc-size-stock-status{font-size:11px}
 .single-product .khc-product-options,.single-product .khc-reference-measurements>.khc-product-options{margin:0;padding:0}
 .single-product .khc-option-card,.single-product .khc-option-card.is-selected,.single-product .khc-reference-measurements>.khc-product-options .khc-option-card{margin:0 0 24px;padding:0;background:transparent}
 .single-product .khc-option-heading{display:block}
 .single-product .khc-option-label{display:flex;font-size:14px;font-weight:500;line-height:1.3}
 .single-product .khc-option-price{font-size:13px}
 .single-product .khc-option-choices{display:flex;width:auto;margin-top:12px;gap:6px}
 .single-product .khc-option-choice>span{min-width:68px;min-height:34px;padding:6px 12px;border-color:#dedede;border-radius:4px;background:#fff;color:#303030;font-size:13px;line-height:1.2}
 .single-product .khc-option-choice>input:checked+span,.single-product .khc-option-choice:last-child>input:checked+span{border-color:#d7d7d7;background:#f0f0f0;color:#181818}
 .single-product .khc-option-body{margin-top:12px}
 .single-product .khc-product-delivery-estimate{justify-content:center;min-height:32px;margin:0 0 24px;padding:6px 10px;border:0;background:#f0f0f0;color:#303030}
 .single-product .khc-product-delivery-estimate-icon{display:none}
 .single-product .khc-product-delivery-estimate-copy{flex:0 1 auto}
 .single-product .khc-product-delivery-estimate p{justify-content:center;gap:3px;font-size:12px;font-weight:400;line-height:1.35;white-space:normal;text-align:center}
 .single-product .khc-product-delivery-estimate strong{font-size:12px;font-weight:650}
 .single-product .woocommerce-variation-add-to-cart.variations_button,.single-product form.cart:not(.variations_form):has(.khc-product-options){grid-template-columns:106px minmax(0,1fr);gap:8px 12px}
 .single-product.woocommerce div.product form.cart div.quantity{min-height:40px;border-color:#dedede;border-radius:4px;background:#f7f7f7}
 .single-product.woocommerce .summary .quantity .qty{min-height:38px;padding:4px;background:#f7f7f7;font-size:14px}
 .single-product .khc-quantity-minus,.single-product .khc-quantity-plus{flex-basis:34px;min-height:38px;padding:5px;background:#f7f7f7;font-size:16px}
 .single-product.woocommerce div.product form.cart .single_add_to_cart_button{min-height:40px;padding:8px 12px;background:#181918!important;border-color:#181918!important;font-size:13px;letter-spacing:.06em}
 .single-product .khc-product-whatsapp{min-height:30px;margin:12px 0 24px;padding:4px;border:0;background:transparent;font-size:14px;font-weight:500}
 .single-product .khc-product-whatsapp:hover{border:0;background:transparent;text-decoration:underline}
 .single-product .khc-product-whatsapp svg{width:17px;height:17px}
}

/* Basic Abaya-style flat product choices. */
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row{display:block;margin:0 0 24px}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row th.label{display:block;width:100%;margin:0}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row label{font-size:12px;font-weight:500;line-height:1.65;letter-spacing:.02em;color:#000}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row td.value{display:flex;align-items:center;flex-wrap:wrap;gap:10px;width:100%;margin-top:8px}
.single-product .khc-size-dropdown{display:none!important}
.single-product .khc-attribute-options{display:flex;flex-wrap:wrap;gap:10px}
.single-product .khc-attribute-option{display:flex;align-items:center;justify-content:center;min-width:0;min-height:39px;padding:8px 14px;border:1px solid #d9d9d9;border-radius:0;background:transparent;color:rgba(0,0,0,.65);font-size:12px;font-weight:500;line-height:1.65;letter-spacing:.02em;box-shadow:none;transform:none}
.single-product .khc-attribute-option[aria-pressed=true]{border-color:#000;background:transparent;color:#000;box-shadow:none}
.single-product.woocommerce div.product form.cart .variations tr.khc-size-row .reset_variations{min-height:39px;margin:0;font-size:10px}
.single-product .khc-product-options{display:block;margin:24px 0 16px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.single-product .khc-product-options-header{display:none}
.single-product .khc-option-card,.single-product .khc-option-card.is-selected{display:block;margin:0 0 24px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}
.single-product .khc-option-summary{display:block;min-width:0}
.single-product .khc-option-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.single-product .khc-option-icon{display:block;order:2;flex:0 0 22px;width:22px;height:22px;padding:0;border:0;border-radius:0;background:transparent;color:#000;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;box-sizing:border-box}
.single-product .khc-option-card.is-selected .khc-option-icon{border:0;background:transparent;color:#000}
.single-product .khc-option-copy{display:block;order:1;min-width:0}
.single-product .khc-option-label{display:block;margin:0;color:#000;font-size:12px;font-weight:500;line-height:1.65;letter-spacing:.02em}
.single-product .khc-option-note{display:block;margin:1px 0 0;color:rgba(0,0,0,.65);font-size:12px;font-weight:500;line-height:1.65;letter-spacing:.02em}
.single-product .khc-option-choices{display:flex;width:auto;margin-top:8px;padding:0;gap:10px;background:transparent;border:0;border-radius:0}
.single-product .khc-option-choice{display:block;flex:0 0 auto;margin:0}
.single-product .khc-option-choice>span{display:flex;align-items:center;justify-content:center;min-width:48px;min-height:39px;padding:8px 14px;border:1px solid #d9d9d9;border-radius:0;background:transparent;color:rgba(0,0,0,.65);font-size:12px;font-weight:500;line-height:1.65;letter-spacing:.02em;box-shadow:none}
.single-product .khc-option-choice>input:checked+span,.single-product .khc-option-choice:last-child>input:checked+span{border-color:#000;background:transparent;color:#000;box-shadow:none}
.single-product .khc-option-body{margin:12px 0 0;padding:14px 0 0;border-top:1px solid #d9d9d9;border-radius:0;background:transparent}
.single-product .khc-options-item-total{display:none!important}
.single-product.woocommerce div.product form.cart .single_variation{margin-top:16px}
.single-product.woocommerce div.product .woocommerce-variation-availability .stock{margin-top:0}

/* Basic Abaya-style color, length, buttons, and size controls. */
.single-product .khc-reference-measurements{display:block;grid-column:1/-1;width:100%;margin:0 0 22px;padding:0}
.single-product .khc-reference-fieldset{min-width:0;margin:0;padding:0 0 20px;border:0}
.single-product .khc-reference-fieldset legend{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 8px;padding:0;color:#000;font-size:12px;font-weight:500;line-height:1.65;letter-spacing:.02em}
.single-product .khc-reference-current-value{color:rgba(0,0,0,.65);font-weight:400;text-transform:none}
.single-product .khc-size-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px}
.single-product .khc-size-controls>.khc-reference-choice-grid{flex:0 0 auto;width:auto}
.single-product .khc-size-controls>.khc-reference-length-grid{display:flex;grid-template-columns:none}
.single-product .khc-size-stock-status{display:inline-flex;align-items:center;gap:8px;color:rgba(0,0,0,.68);font-size:11px;font-weight:400;line-height:1.4;letter-spacing:.02em;text-transform:none;white-space:nowrap}
.single-product .khc-size-stock-status[hidden]{display:none}
.single-product .khc-size-stock-value{display:inline-flex;align-items:center;gap:6px}
.single-product .khc-size-stock-value:before{width:4px;height:4px;border-radius:50%;background:#171717;content:""}
.single-product .khc-reference-choice-grid{display:flex;flex-wrap:wrap;gap:8px}
.single-product .khc-reference-choice{display:inline-flex;position:relative;margin:0;padding:0;cursor:pointer}
.single-product .khc-reference-choice>input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.single-product .khc-reference-choice>span:not(.khc-reference-color-swatch){display:flex;align-items:center;justify-content:center;min-width:48px;min-height:39px;padding:8px 13px;border:1px solid #d9d9d9;border-radius:0;background:transparent;color:rgba(0,0,0,.68);font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.02em;transition:border-color .18s,color .18s,background-color .18s}
.single-product .khc-reference-choice>input:checked+span:not(.khc-reference-color-swatch),.single-product .khc-reference-choice.is-selected>span:not(.khc-reference-color-swatch){border-color:#000;color:#000}
.single-product .khc-reference-choice>input:focus-visible+span{outline:2px solid rgba(0,0,0,.28);outline-offset:2px}
.single-product .khc-reference-color-grid{gap:8px}
.single-product .khc-reference-color-choice>span.khc-reference-color-swatch{display:block;width:39px;height:39px;border:1px solid #d9d9d9;border-radius:0;background:var(--khc-swatch,#111);box-sizing:border-box}
.single-product .khc-reference-color-choice>input:checked+span.khc-reference-color-swatch{border:2px solid #000;box-shadow:inset 0 0 0 2px #fff}
.single-product .khc-reference-color-choice:nth-child(2)>span{background:#80604b}
.single-product .khc-reference-color-choice:nth-child(3)>span{background:#586d4b}
.single-product .khc-reference-color-choice:nth-child(4)>span{background:#496b91}
.single-product .khc-reference-length-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.single-product .khc-reference-length-choice{flex:0 0 48px;width:48px}
.single-product .khc-reference-length-choice>span{width:100%;min-width:0!important;padding-inline:2px!important}
.single-product .khc-reference-binary-grid{gap:8px}
.single-product .khc-size-chart-toggle{margin:0;padding:0;border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;color:#000;font:inherit;line-height:1.45;cursor:pointer}
.single-product .khc-size-chart-toggle:hover,.single-product .khc-size-chart-toggle:focus-visible{color:#5a4631}
.single-product .khc-reference-size-help{margin:10px 0 0;color:rgba(0,0,0,.62);font-size:11px;line-height:1.6}
.single-product .khc-custom-sizing{grid-column:1/-1;width:100%;margin:0 0 22px}
.single-product .khc-reference-variation-size-fieldset{max-height:300px;overflow:hidden;opacity:1;transform:translateY(0);transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),padding .32s ease,margin .32s ease}
.single-product .khc-reference-variation-size-fieldset.is-collapsed{max-height:0!important;margin-bottom:0!important;padding-bottom:0!important;opacity:0;transform:translateY(-6px);pointer-events:none}
.single-product .khc-custom-sizing .khc-reference-fieldset{padding-bottom:18px}
.single-product .khc-custom-sizing-fields{max-height:0;margin:0;padding:0!important;border:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),padding .32s ease}
.single-product .khc-custom-sizing-fields.is-visible{max-height:600px;opacity:1;transform:translateY(0);padding:12px 0 0!important}
.single-product .khc-custom-sizing-fields legend{display:block;margin:0 0 10px;color:#000;font-size:12px;font-weight:500;line-height:1.4}
.single-product .khc-custom-sizing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}
.single-product .khc-custom-sizing-grid label{display:block;margin:0;color:#000;font-size:11px;font-weight:500;line-height:1.4}
.single-product .khc-custom-sizing-grid input{display:block;width:100%;min-height:42px;margin-top:6px;padding:9px 10px;border:1px solid #d9d9d9;border-radius:0;background:#fff;color:#000;font:inherit;font-size:16px;box-sizing:border-box}
.single-product .khc-custom-sizing-grid input:focus{border-color:#000;outline:2px solid rgba(0,0,0,.12);outline-offset:1px}
.single-product .khc-option-body{max-height:0;margin-top:0;padding-top:0;border-top-color:transparent;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),margin .32s ease,padding .32s ease,border-color .2s ease}
.single-product .khc-option-body.is-visible{max-height:1200px;margin-top:15px;padding-top:15px;border-top-color:#e7e1db;opacity:1;transform:translateY(0)}
.single-product .khc-recipient-fields{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1)}
.single-product .khc-recipient-fields.is-visible{max-height:900px;opacity:1;transform:translateY(0)}
.single-product .khc-recipient-handoff{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),margin .32s ease,padding .32s ease}
.single-product .khc-recipient-handoff.is-visible{max-height:120px;opacity:1;transform:translateY(0)}
.single-product .khc-custom-size-wrap{display:none;margin-top:12px}
.single-product .khc-custom-size-wrap.is-visible{display:block}
.single-product .khc-custom-size-wrap label{display:block;margin:0 0 6px;color:#000;font-size:12px;font-weight:500}
.single-product .khc-custom-size-wrap textarea{display:block;width:100%;min-height:92px;padding:12px;border:1px solid #d9d9d9;border-radius:0;background:#fff;color:#000;font:inherit;font-size:16px;line-height:1.5;resize:vertical;box-sizing:border-box}
.single-product .khc-size-chart-panel{display:grid;grid-template-rows:0fr;margin-top:12px;opacity:0;transition:grid-template-rows .32s ease,opacity .22s ease}
.single-product .khc-size-chart-panel.is-open{grid-template-rows:1fr;opacity:1}
.single-product .khc-size-chart-inner{min-height:0;overflow:hidden;padding:0;border-top:1px solid transparent;transition:padding .32s ease,border-color .32s ease}
.single-product .khc-size-chart-panel.is-open .khc-size-chart-inner{padding:14px 0 2px;border-top-color:#d9d9d9}
.single-product .khc-size-chart-inner p{margin:0 0 12px;color:rgba(0,0,0,.72);font-size:11px;line-height:1.65}
.single-product .khc-size-chart-table-wrap{overflow-x:auto}
.single-product .khc-size-chart-inner table{width:100%;min-width:280px;border-collapse:collapse;color:#000;font-size:11px;line-height:1.4}
.single-product .khc-size-chart-inner th,.single-product .khc-size-chart-inner td{padding:8px 7px;border:1px solid #d9d9d9;text-align:center;font-weight:400}
.single-product .khc-size-chart-inner th{font-weight:600}
.single-product .khc-product-options:has(.khc-option-card){margin-top:20px}
.single-product .khc-reference-measurements~.khc-product-options .khc-option-card{margin-bottom:18px}
@media(max-width:600px){
 .single-product .khc-reference-measurements{padding-top:0;margin-bottom:20px}
 .single-product.woocommerce div.product form.cart{margin-top:12px;padding-top:0}
 .single-product.woocommerce div.product form.cart .variations{margin-bottom:0}
 .single-product .khc-reference-fieldset{padding-bottom:20px}
 .single-product .khc-reference-fieldset legend{margin-bottom:10px;font-size:14px}
 .single-product .khc-reference-choice>span:not(.khc-reference-color-swatch){min-width:56px;min-height:48px;padding:12px 16px;font-size:14px}
 .single-product .khc-reference-length-grid{gap:5px}
 .single-product .khc-reference-length-choice{flex-basis:56px;width:56px}
 .single-product .khc-reference-length-choice>span{width:56px;min-width:56px!important;padding-inline:12px!important}
 .single-product .khc-reference-label-with-icon{gap:9px;font-size:14px}
 .single-product .khc-reference-control-icon{width:21px;height:21px}
 .single-product .khc-option-label{font-size:14px}
 .single-product .khc-option-heading{gap:10px}
 .single-product .khc-option-label{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}
 .single-product .khc-option-price{margin:0;padding:0;border:0;border-radius:0;background:transparent;color:rgba(0,0,0,.62);font-size:13px;font-weight:500;line-height:inherit;white-space:nowrap}
 .single-product .khc-option-choice>span{min-height:48px;padding:12px 16px;font-size:14px}
 .single-product .khc-custom-sizing{margin-bottom:18px}
 .single-product .khc-custom-sizing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px}
 }
@media(max-width:600px){
 .single-product .khc-reference-fieldset{padding-bottom:12px}
 .single-product .khc-reference-measurements{margin-bottom:12px}
 .single-product .khc-reference-measurements>.khc-product-options{margin-bottom:0}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card{margin-bottom:12px}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card:last-child{margin-bottom:0}
 .single-product .khc-product-delivery-estimate{margin-bottom:12px;padding-block:8px}
}
@media(prefers-reduced-motion:reduce){
 .single-product .khc-size-chart-panel,.single-product .khc-size-chart-inner{transition:none}
}

/* Option icons sit directly after their labels, not at the far edge. */
.single-product .khc-option-heading{justify-content:flex-start!important;gap:8px}
.single-product .khc-option-copy{order:1}
.single-product .khc-option-icon{order:2;flex:0 0 22px;width:22px;height:22px;padding:0;border:0;border-radius:0;background:transparent;color:#000}
.single-product .khc-option-icon{flex-basis:24px;width:24px;height:24px;stroke-width:1.7}
.single-product .khc-option-emoji{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:20px;line-height:1}
.single-product .khc-reference-label-with-icon{display:inline-flex;align-items:center;gap:8px}
.single-product .khc-reference-control-icon{display:block;width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* Gift controls are moved by JS after the visible measurement controls. */
.single-product .khc-reference-measurements>.khc-product-options{grid-column:auto;width:100%;margin:0 0 18px;padding:0}
.single-product .khc-reference-measurements>.khc-product-options .khc-option-card{margin-bottom:18px}
@media(max-width:600px){
 .single-product .khc-reference-measurements>.khc-product-options{margin-bottom:0}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card{margin-bottom:12px}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card:last-child{margin-bottom:0}
 .single-product .khc-reference-measurements{margin-bottom:6px}
 .single-product .woocommerce-variation-add-to-cart.variations_button,.single-product form.cart:not(.variations_form):has(.khc-product-options){row-gap:6px}
}

/* Size chart: blur and dialog start on the same frame. Never fade the panel itself — parent opacity delays backdrop-filter. */
.single-product .khc-size-chart-panel{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;margin:0;padding:20px;visibility:hidden;pointer-events:none;transition:visibility 0s linear .34s}
.single-product .khc-size-chart-panel.is-open{visibility:visible;pointer-events:auto;transition:visibility 0s linear 0s}
.single-product .khc-size-chart-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(20,17,15,.42);opacity:0;backdrop-filter:blur(.01px);-webkit-backdrop-filter:blur(.01px);cursor:pointer;transition:opacity .34s cubic-bezier(.22,1,.36,1),backdrop-filter .34s cubic-bezier(.22,1,.36,1),-webkit-backdrop-filter .34s cubic-bezier(.22,1,.36,1)}
.single-product .khc-size-chart-panel.is-open .khc-size-chart-backdrop{opacity:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.single-product .khc-size-chart-dialog{position:relative;z-index:1;width:min(520px,100%);max-height:min(82vh,680px);overflow:auto;padding:0 20px 20px;border:1px solid rgba(0,0,0,.14);background:#fff;color:#000;box-shadow:0 20px 70px rgba(0,0,0,.24);opacity:0;transform:translateY(10px) scale(.985);transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)}
.single-product .khc-size-chart-panel.is-open .khc-size-chart-dialog{opacity:1;transform:none}
.single-product .khc-size-chart-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0 14px;border-bottom:1px solid #d9d9d9;background:#fff}
.single-product .khc-size-chart-header h2{margin:0;color:#000;font-size:16px;font-weight:600;line-height:1.3;letter-spacing:.01em}
.single-product .khc-size-chart-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid #d9d9d9;border-radius:0;background:#fff;color:#000;font-size:22px;font-weight:400;line-height:1;cursor:pointer}
.single-product .khc-size-chart-close:hover,.single-product .khc-size-chart-close:focus-visible{border-color:#000}
.single-product .khc-size-chart-panel .khc-size-chart-inner{display:block;min-height:0;overflow:visible;padding:16px 0 0;border:0}
.single-product .khc-size-chart-panel .khc-size-chart-inner p{margin:0 0 14px}
.single-product .khc-size-chart-panel .khc-size-chart-table-wrap{overflow-x:auto}
.single-product .khc-size-chart-panel .khc-size-chart-inner table{min-width:0}
html.khc-size-chart-open,body.khc-size-chart-open{overflow:hidden}
@media(max-width:600px){
 .single-product .khc-size-chart-panel{padding:14px}
 .single-product .khc-size-chart-dialog{max-height:86vh;padding-inline:16px}
}
@media(prefers-reduced-motion:reduce){
 .single-product .khc-size-chart-panel,.single-product .khc-size-chart-dialog,.single-product .khc-size-chart-backdrop{transition:none}
}

/* Final mobile reference lock: wins over legacy option rules above. */
@media(max-width:600px){
 .single-product.woocommerce div.product div.summary>.khc-summary-discount{grid-column:2;align-self:center;justify-self:end}
 .single-product.woocommerce div.product form.cart{margin-top:18px}
 .single-product .khc-reference-measurements{margin-bottom:6px}
 .single-product .khc-reference-fieldset{padding-bottom:16px}
 .single-product .khc-reference-variation-size-fieldset legend{display:flex;align-items:center;justify-content:space-between;width:100%}
 .single-product .khc-size-guide-label{display:inline-flex;align-items:center;gap:8px;color:#181818;font-size:13px;font-weight:500;text-decoration:underline;text-underline-offset:3px}
 .single-product .khc-size-guide-icon{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}
 .single-product .khc-reference-label-with-icon{gap:8px}
 .single-product .khc-reference-control-icon{display:block;width:24px;height:24px}
 .single-product .khc-option-heading{display:flex;align-items:center;justify-content:flex-start!important;gap:8px}
 .single-product .khc-option-icon{display:block;order:2;flex:0 0 24px;width:24px;height:24px}
 .single-product .khc-option-copy{order:1}
 .single-product .khc-reference-binary-grid,.single-product .khc-option-choices{gap:18px}
 .single-product .khc-reference-choice>span:not(.khc-reference-color-swatch),.single-product .khc-reference-length-choice>span{width:auto;min-width:58px!important;min-height:34px;padding:6px 11px!important;border-color:#dedede;border-radius:4px;background:#fff;color:#303030;font-size:13px;line-height:1.2}
 .single-product .khc-reference-choice>input:checked+span:not(.khc-reference-color-swatch),.single-product .khc-reference-choice.is-selected>span:not(.khc-reference-color-swatch){border-color:#181818;background:#fff;color:#181818}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card,.single-product .khc-reference-measurements>.khc-product-options .khc-option-card:last-child{margin-bottom:16px}
 .single-product .khc-option-choice>span{min-width:68px;min-height:34px;padding:6px 12px;border-color:#dedede;border-radius:4px;background:#fff;color:#303030;font-size:13px;line-height:1.2}
 .single-product .khc-option-choice>input:checked+span,.single-product .khc-option-choice:last-child>input:checked+span{border-color:#181818;background:#fff;color:#181818}
 .single-product .khc-product-delivery-estimate{gap:7px;margin-bottom:16px;padding:6px 10px}
 .single-product .khc-product-delivery-estimate-icon{display:block;flex:0 0 24px;width:24px;height:24px;padding:0;border:0;background:transparent;stroke:#181818;stroke-width:1}
 .single-product .khc-product-whatsapp{min-height:40px;border:1px solid #181818;background:#fff}
 .single-product .khc-product-whatsapp:hover{border:1px solid #181818;background:#fff}
}

/* Same summary/controls on desktop. Gallery layout stays unchanged. */
.single-product.woocommerce div.product div.summary{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px}
.single-product.woocommerce div.product div.summary>*{grid-column:1/-1}
.single-product.woocommerce div.product .summary>p.price{grid-column:1;align-self:center;min-width:0;padding:0;border-bottom:0;letter-spacing:0}
.single-product .summary>p.price del{font-size:14px!important;color:#777}
.single-product .summary>p.price ins{font-weight:650;color:#181818}
.single-product .khc-summary-discount{grid-column:2;align-self:center;justify-self:end}
.single-product .khc-reference-variation-size-fieldset legend{display:flex;align-items:center;justify-content:space-between;width:100%}
.single-product .khc-size-guide-label{display:inline-flex;align-items:center;gap:8px;color:#181818;font-size:13px;font-weight:500;text-decoration:underline;text-underline-offset:3px}
.single-product .khc-size-guide-icon{display:block;width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}
.single-product .khc-reference-label-with-icon{gap:8px}
.single-product .khc-reference-control-icon{display:block;width:28px;height:28px}
.single-product .khc-option-heading{display:flex;align-items:center;justify-content:flex-start!important;gap:8px}
.single-product .khc-option-icon{display:block;order:2;flex:0 0 28px;width:28px;height:28px}
.single-product .khc-option-copy{order:1}
.single-product .khc-reference-binary-grid,.single-product .khc-option-choices{gap:18px}
.single-product .khc-reference-choice>span:not(.khc-reference-color-swatch){border-color:#dedede;border-radius:4px;background:#fff;color:#303030}
.single-product .khc-reference-choice>input:checked+span:not(.khc-reference-color-swatch),.single-product .khc-reference-choice.is-selected>span:not(.khc-reference-color-swatch){border-color:#181818;background:#fff;color:#181818}
.single-product .khc-option-choice>span{border-color:#dedede;border-radius:4px;background:#fff;color:#303030}
.single-product .khc-option-choice>input:checked+span,.single-product .khc-option-choice:last-child>input:checked+span{border-color:#181818;background:#fff;color:#181818}
.single-product .khc-product-delivery-estimate{justify-content:center;gap:7px;min-height:32px;margin:0 0 16px;padding:6px 10px;border:0;background:#f0f0f0;color:#303030}
.single-product .khc-product-delivery-estimate-icon{display:block;flex:0 0 28px;width:28px;height:28px;padding:0;border:0;background:transparent;stroke:#181818;stroke-width:1}
.single-product .khc-product-delivery-estimate p{justify-content:center;gap:3px;font-size:12px;font-weight:400;line-height:1.35;white-space:normal;text-align:center}
.single-product .khc-product-whatsapp{min-height:40px;border:1px solid #181818;background:#fff}
.single-product .khc-product-whatsapp:hover{border:1px solid #181818;background:#fff}
.single-product button.khc-size-guide-label{margin:0;padding:0;border:0;background:transparent;cursor:pointer;font:inherit;color:inherit}
.single-product .khc-size-guide-icon,.single-product .khc-reference-control-icon,.single-product .khc-option-icon,.single-product .khc-product-delivery-estimate-icon{stroke-width:1}
@media(max-width:600px){
 .single-product .khc-size-guide-icon,.single-product .khc-reference-control-icon,.single-product .khc-option-icon,.single-product .khc-product-delivery-estimate-icon{width:24px;height:24px;flex-basis:24px}
}
.single-product .khc-reference-choice>span:not(.khc-reference-color-swatch),.single-product .khc-reference-length-choice>span,.single-product .khc-option-choice>span{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.single-product .khc-reference-choice:hover>span:not(.khc-reference-color-swatch),.single-product .khc-reference-length-choice:hover>span,.single-product .khc-option-choice:hover>span{transform:translateY(-1px)}
.single-product .khc-reference-choice>input:checked+span:not(.khc-reference-color-swatch),.single-product .khc-reference-length-choice>input:checked+span,.single-product .khc-option-choice>input:checked+span{transform:translateY(0)}
@media(prefers-reduced-motion:reduce){
 .single-product .khc-reference-variation-size-fieldset,.single-product .khc-custom-sizing-fields,.single-product .khc-option-body,.single-product .khc-recipient-fields,.single-product .khc-recipient-handoff,.single-product .khc-reference-choice>span,.single-product .khc-reference-length-choice>span,.single-product .khc-option-choice>span{transition:none!important}
}

.single-product .khc-product-note{margin:16px 0 0;padding:16px 0 0;border-top:1px solid #e9e6e4}
.single-product .khc-product-note label{display:block;margin:0}
.single-product .khc-product-note label>span{display:block;margin:0 0 8px;color:#181818;font-size:13px;font-weight:500;line-height:1.45}
.single-product .khc-product-note textarea{display:block;width:100%;min-height:88px;padding:11px 12px;border:1px solid #c9c9c9;border-radius:0;background:#fff;color:#181818;font:inherit;font-size:14px;line-height:1.5;resize:vertical;box-sizing:border-box}
.single-product .khc-product-note textarea::placeholder{color:#777}
.single-product .khc-product-note textarea:focus{border-color:#171717;outline:1px solid #171717;outline-offset:-1px}

/* Product configurator reference: warm selections and section dividers. */
.single-product.woocommerce div.product form.cart{border-top:1px solid #e9e6e4}
.single-product .khc-custom-sizing{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9e6e4}
.single-product .khc-custom-sizing .khc-reference-fieldset{padding-bottom:0}
.single-product .khc-reference-measurements{margin-bottom:0}
.single-product .khc-reference-measurements>.khc-reference-fieldset{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9e6e4}
.single-product .khc-reference-measurements>.khc-product-options{margin-top:0}
.single-product .khc-reference-measurements>.khc-product-options .khc-option-card{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9e6e4}
.single-product .khc-reference-measurements>.khc-product-options .khc-option-card[data-khc-option-card="gift-card"]{margin-bottom:0;padding-bottom:0;border-bottom:0}
.single-product .khc-reference-choice>span:not(.khc-reference-color-swatch),
.single-product .khc-option-choice>span{
 border:1px solid #c9c9c9;
 border-radius:0;
 background:#fff;
 color:#181818;
 box-shadow:none;
 font-weight:400;
 transform:none;
 transition:background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.single-product .khc-reference-choice:hover>span:not(.khc-reference-color-swatch),
.single-product .khc-reference-length-choice:hover>span,
.single-product .khc-option-choice:hover>span{transform:none}
.single-product .khc-reference-choice>input:checked+span:not(.khc-reference-color-swatch),
.single-product .khc-reference-choice.is-selected>span:not(.khc-reference-color-swatch),
.single-product .khc-option-choice>input:checked+span,
.single-product .khc-option-choice:last-child>input:checked+span{
 border-color:#a98161;
 background:#f6efeb;
 color:#181818;
 box-shadow:none;
 font-weight:600;
}
.single-product .khc-reference-fieldset legend,
.single-product .khc-option-label{color:#181818;font-weight:400}
.single-product .khc-option-price{color:#5f6064;font-weight:400}

@media(max-width:600px){
 .single-product .khc-custom-sizing{margin-bottom:16px;padding-bottom:16px}
 .single-product .khc-reference-measurements>.khc-reference-fieldset{margin-bottom:16px;padding-bottom:16px}
 .single-product .khc-reference-fieldset legend{margin-bottom:11px;font-size:14px;line-height:1.45}
 .single-product .khc-option-label{font-size:14px;line-height:1.45}
 .single-product .khc-reference-choice-grid,.single-product .khc-option-choices{gap:7px}
 .single-product .khc-reference-binary-grid .khc-reference-choice>span,
 .single-product .khc-option-choice>span{min-width:72px!important;min-height:35px;padding:7px 12px;font-size:13px;line-height:1.2}
 .single-product .khc-custom-sizing .khc-reference-binary-grid .khc-reference-choice>span{min-width:124px!important}
 .single-product .khc-reference-length-choice{flex-basis:64px;width:64px}
 .single-product .khc-reference-variation-size-fieldset .khc-reference-length-choice>span{width:64px!important;min-width:64px!important;min-height:35px;padding:7px 10px!important;font-size:13px}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card,
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card:last-child{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9e6e4}
 .single-product .khc-reference-measurements>.khc-product-options .khc-option-card[data-khc-option-card="gift-card"]{margin-bottom:0;padding-bottom:0;border-bottom:0}
}
