/* Extracted from product-detail.html inline <style> for caching + smaller HTML. */
        .product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,620px);gap:48px}.product-gallery{display:grid;grid-template-columns:104px minmax(0,1fr);gap:18px;align-items:start}.product-gallery--single{grid-template-columns:1fr}.product-thumbs{display:flex;flex-direction:column;gap:12px;align-self:start;max-height:760px;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.product-thumbs-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 2px 4px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#98a2b3}.product-thumbs-eyebrow span:last-child{color:#111}.product-thumb{flex:0 0 auto;padding:0;border:1px solid rgba(17,17,17,.08);border-radius:18px;overflow:hidden;background:#f5f0ea;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;width:100%;aspect-ratio:1/1;position:relative}.product-thumb:hover{border-color:rgba(17,17,17,.4);transform:translateY(-1px);box-shadow:0 12px 22px rgba(17,17,17,.08)}.product-thumb.is-active{border-color:#111;border-width:2px;box-shadow:0 14px 26px rgba(17,17,17,.14)}.product-thumb.is-active::after{content:"";position:absolute;left:8px;right:8px;bottom:6px;height:3px;border-radius:999px;background:#111}.product-thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-main{border-radius:34px;overflow:hidden;background:#f5f0ea;border:1px solid rgba(17,17,17,.06);position:relative}.product-main img{width:100%;aspect-ratio:1/1.26;object-fit:cover}.product-main-counter{position:absolute;left:18px;bottom:18px;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:rgba(17,17,17,.78);color:#fff;font-size:12px;font-weight:600;letter-spacing:.05em;backdrop-filter:blur(6px)}.product-panel{padding:38px;border:1px solid rgba(17,17,17,.08);border-radius:32px;background:#fff}.product-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#f5efe8;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:16px 0}.product-price strong{font-size:42px;line-height:1;color:#ef4b43}.product-price span{font-size:22px;color:#b6b6b6;text-decoration:line-through}.product-sale-badge{display:none;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#ef4b43;color:#fff;font-size:13px;font-weight:700}.product-picker{margin-top:28px}.product-picker-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.product-color-list,.product-size-list{display:flex;flex-wrap:wrap;gap:14px}.product-color-btn{width:54px;height:54px;border-radius:50%;border:1px solid rgba(17,17,17,.14);background:#fff;position:relative}.product-color-btn::after{content:"";position:absolute;inset:6px;border-radius:50%;background:var(--swatch-color,#111)}.product-color-btn.is-active{border-color:#111;box-shadow:0 14px 26px rgba(17,17,17,.12)}.product-size-btn{min-width:68px;height:52px;padding:0 20px;border-radius:16px;border:1px solid rgba(17,17,17,.12);background:#fff;color:#111;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.product-size-btn.is-active{background:#111;border-color:#111;color:#fff}.product-size-btn.is-disabled{background:#f4f4f4;border-color:#e6e6e6;color:#c5c5c5;cursor:not-allowed}.product-offer,.product-bundle{margin-top:20px;padding:22px 24px;border-radius:26px}.product-offer{background:linear-gradient(180deg,#fff7f6 0%,#fff 100%);border:1px solid rgba(239,75,67,.14)}.product-countdown{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.product-countdown-item{padding:14px 10px;border-radius:18px;background:#111;color:#fff;text-align:center}.product-countdown-item strong{display:block;font-size:28px;line-height:1;margin-bottom:6px}.product-countdown-item span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72)}.product-bundle{background:linear-gradient(180deg,#f7f1ea 0%,#fff 100%);border:1px solid rgba(17,17,17,.08)}.product-bundle-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;margin-top:16px}.product-bundle-box{padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(17,17,17,.08)}.product-bundle-box strong{display:block;font-size:28px;line-height:1;margin-bottom:6px}.product-bundle-plus{width:44px;height:44px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:26px}.product-status{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:20px 22px;border-radius:24px;background:linear-gradient(180deg,#fbf8f4 0%,#fff 100%);border:1px solid rgba(17,17,17,.07);margin-top:24px;align-items:center}.product-status-col{display:flex;flex-direction:column;gap:4px}.product-status-col--end{text-align:right;align-items:flex-end}.product-status-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#98a2b3}.product-status-value{font-size:18px;line-height:1.3;color:#111}.product-status-note{font-size:14px;line-height:1.55;color:#667085;max-width:280px}.product-actions{display:grid;grid-template-columns:168px minmax(0,1fr);gap:16px;align-items:center}.product-actions .tf-btn{min-height:58px}.product-qty{display:flex;align-items:center;justify-content:space-between;gap:10px;height:58px;padding:0 18px;border-radius:999px;border:1px solid rgba(17,17,17,.12)}.product-qty button{border:0;background:transparent;font-size:24px;line-height:1;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}.product-qty input{width:36px;border:0;background:transparent;text-align:center}.product-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px;border:1px solid rgba(17,17,17,.08);border-radius:26px;background:#fff;margin-top:20px}.product-hidden{display:none}.product-review{padding:18px 0;border-bottom:1px solid rgba(17,17,17,.08)}.product-review:last-child{border-bottom:0}.product-meta{display:flex;flex-wrap:wrap;gap:14px;color:#667085;font-size:14px}.product-panel p.text-body-1{margin-bottom:0}#product-add-to-cart-form{display:grid;gap:14px;margin-top:20px}#product-add-to-cart-form>.tf-btn.btn-stroke{margin-top:2px}#product-add-to-cart-form>.tf-btn.btn-stroke,#product-add-to-cart-form>.tf-btn.animate-btn{min-height:58px}@media(max-width:991.98px){.product-layout{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr}.product-thumbs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;max-height:none;padding-bottom:6px;order:2}.product-thumb{width:96px}.product-thumbs-eyebrow{display:none}.product-actions{grid-template-columns:1fr}.product-bundle-flow{grid-template-columns:1fr}.product-bundle-plus{margin:0 auto}.product-status{grid-template-columns:1fr}.product-status-col--end{text-align:left;align-items:flex-start}}@media(max-width:767.98px){.product-panel{padding:24px}.product-price strong{font-size:34px}.product-countdown{grid-template-columns:repeat(2,minmax(0,1fr))}.product-specs{grid-template-columns:1fr}.product-color-btn{width:50px;height:50px}.product-size-btn{min-width:56px;height:48px;padding:0 16px}}
        .product-custom-cta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-top:18px;padding:18px 20px;border:1px solid rgba(17,17,17,.08);border-radius:24px;background:linear-gradient(180deg,#fbfaf8 0%,#fff 100%)}
        .product-custom-cta p{margin:6px 0 0;color:#68727f;font-size:14px;line-height:1.7}
        .product-custom-cta .link{font-weight:700;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
        .product-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
        .product-pair-card{padding:20px;border-radius:22px;border:1px solid rgba(17,17,17,.08);background:#faf8f4}
        .product-pair-card h6{margin-bottom:12px}
        .product-pair-status{margin-top:16px;padding:16px 18px;border-radius:18px;background:#f7f1ea;color:#5f5649;font-size:13px;line-height:1.7}
        .product-custom-modal .modal-content{border:0;border-radius:30px;padding:26px}
        .product-custom-modal .form-control,.product-custom-modal .form-select{min-height:54px;border-radius:16px}
        .product-custom-modal textarea.form-control{min-height:150px}
        .product-notify-modal .modal-content{border:0;border-radius:30px;padding:28px}
        .product-notify-meta{display:grid;gap:6px;margin:18px 0;padding:16px 18px;border-radius:20px;background:#f8f3ed;color:#5f5649;font-size:13px;line-height:1.6}
        .product-notify-meta strong{font-size:16px;color:#111}
        @media(max-width:991.98px){.product-custom-cta{flex-direction:column;align-items:flex-start}.product-pair-grid{grid-template-columns:1fr}}
    
