.product-page{padding-top:0;overflow:hidden}.product-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--color-text-muted);padding:2px 0;letter-spacing:.02em;flex-wrap:nowrap;overflow:hidden;white-space:nowrap;min-width:0}.product-breadcrumbs a{transition:color .3s}.product-breadcrumbs a:hover{color:var(--color-accent)}.product-breadcrumbs span[aria-hidden]{opacity:.4}.product-breadcrumbs a,.product-breadcrumbs__current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.product-breadcrumbs__current{color:var(--color-heading);font-weight:500;flex-shrink:1}.product-breadcrumbs a,.product-breadcrumbs span[aria-hidden=true]{flex-shrink:0}.pdp-ticket{display:flex;align-items:stretch;margin:.75rem 0 1.25rem;border-radius:10px;background:#fff;border:1.5px solid rgba(var(--color-accent-rgb),.22);position:relative;overflow:hidden;animation:pdpFadeUp .4s both;box-shadow:0 2px 12px rgba(var(--color-accent-rgb),.08)}.pdp-ticket:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--color-accent),var(--color-accent-dark,var(--color-accent)));border-radius:10px 0 0 10px}.pdp-ticket__left{flex:1;display:flex;align-items:center;gap:.65rem;padding:.7rem .85rem .7rem 1.1rem}.pdp-ticket__icon{color:var(--color-accent);flex-shrink:0;opacity:.85}.pdp-ticket__info{display:flex;flex-direction:column;gap:2px}.pdp-ticket__heading{font-size:.78rem;font-weight:600;color:var(--color-heading);letter-spacing:.01em;line-height:1.3}.pdp-ticket__sub{font-size:.62rem;color:var(--color-text-muted);letter-spacing:.01em}.pdp-ticket__divider{width:0;border-left:2px dashed rgba(var(--color-accent-rgb),.25);position:relative;margin:8px 0}.pdp-ticket__divider:before,.pdp-ticket__divider:after{content:"";position:absolute;left:50%;width:16px;height:16px;background:var(--color-bg,#f7f7f7);border:1.5px solid rgba(var(--color-accent-rgb),.22);border-radius:50%;transform:translate(-50%)}.pdp-ticket__divider:before{top:-16px}.pdp-ticket__divider:after{bottom:-16px}.pdp-ticket__right{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.6rem 1.1rem;gap:4px;min-width:120px;background:rgba(var(--color-accent-rgb),.04)}.pdp-ticket__label{font-size:.52rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted)}.pdp-ticket__code{display:inline-flex;align-items:center;gap:5px;padding:5px 14px;font-size:.82rem;font-weight:700;font-family:monospace;letter-spacing:.14em;color:var(--color-accent);background:rgba(var(--color-accent-rgb),.1);border:1.5px dashed var(--color-accent);border-radius:6px;cursor:pointer;transition:all .25s;position:relative}.pdp-ticket__code:hover{background:rgba(var(--color-accent-rgb),.18);transform:scale(1.04);border-color:var(--color-accent)}.pdp-ticket__copy-icon{opacity:.5;transition:opacity .2s}.pdp-ticket__code:hover .pdp-ticket__copy-icon{opacity:1}.pdp-ticket__code.copied{background:var(--color-accent);color:#fff;border-style:solid}.pdp-ticket__code.copied .pdp-ticket__copy-icon{stroke:#fff;opacity:1}.pdp-ticket__code:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) scale(.9);font-size:.58rem;font-weight:500;font-family:var(--font-body);letter-spacing:0;white-space:nowrap;background:var(--color-heading);color:#fff;padding:3px 10px;border-radius:5px;opacity:0;pointer-events:none;transition:all .2s}.pdp-ticket__code:hover:after,.pdp-ticket__code.copied:after{opacity:1;transform:translate(-50%) scale(1)}.product-page__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:start;max-width:100%;overflow:visible}.product-gallery--slider{position:sticky;max-width:100%;overflow:hidden}.product-gallery__viewport{position:relative;width:100%;overflow:hidden;touch-action:pan-y pinch-zoom;aspect-ratio:3/4;max-height:calc(100vh - 60px);background:var(--color-surface);border-radius:4px}.product-gallery__track{display:flex;height:100%;will-change:transform;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.product-gallery__slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;object-position:top center;cursor:zoom-in;transition:transform .5s var(--ease-out-expo)}.product-gallery__slide:hover img{transform:scale(1.03)}.product-gallery__dots{display:flex;gap:4px;padding:10px 0 0;width:100%}.product-gallery__dot{flex:1;height:3px;border-radius:2px;background:var(--color-border);border:none;cursor:pointer;transition:all .35s ease;padding:0;opacity:.4}.product-gallery__dot.active{background:var(--color-accent);height:3px;opacity:1;box-shadow:0 0 4px rgba(var(--color-accent-rgb),.3)}.product-gallery__counter{position:absolute;bottom:16px;right:16px;background:#ffffffeb;color:var(--color-heading);font-size:.64rem;font-weight:600;letter-spacing:.08em;padding:6px 14px;border-radius:20px;z-index:2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 8px #0000000f}.product-gallery{position:sticky;max-width:100%;overflow:hidden}.product-gallery__main{aspect-ratio:3/4;overflow:hidden;margin-bottom:.75rem;background:var(--color-surface);max-width:100%}.product-gallery__main img{width:100%;height:100%;object-fit:cover;object-position:top center;cursor:zoom-in;transition:transform .5s var(--ease-out-expo)}.product-gallery__main img:hover{transform:scale(1.03)}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;max-width:100%;padding-bottom:4px}.product-gallery__thumbs::-webkit-scrollbar{height:3px}.product-gallery__thumbs::-webkit-scrollbar-track{background:transparent}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--color-border)}.product-gallery__thumb{width:68px;min-width:68px;height:88px;overflow:hidden;cursor:pointer;border:1.5px solid transparent;transition:all .4s var(--ease-out-expo);opacity:.45;flex-shrink:0;scroll-snap-align:start}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-accent);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:calc(var(--header-height,145px) + var(--announcement-content-offset,0px))}.product-info__vendor{font-size:.62rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent);margin-bottom:.6rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem}.product-info__vendor:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--color-accent),transparent);max-width:60px;opacity:.4}.product-info__vendor-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.product-info__vendor-row .product-info__vendor{margin-bottom:0}.pdp-wishlist-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--color-border);border-radius:50%;cursor:pointer;color:var(--color-text-muted);transition:all .35s var(--ease-out-expo)}.pdp-wishlist-icon:hover{border-color:var(--color-accent);color:var(--color-accent)}.pdp-wishlist-icon svg{transition:all .3s ease}.pdp-wishlist-icon.wishlisted{background:var(--color-accent);border-color:var(--color-accent);color:#fff;margin-top:5px}.pdp-wishlist-icon.wishlisted svg{stroke:#fff;fill:#fff}.product-info__title{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-bottom:1rem;letter-spacing:.03em;font-weight:300;text-transform:uppercase;word-break:break-word;overflow-wrap:break-word;line-height:1.15}.product-info__price-wrap{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.product-info__price-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-info__price{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;font-variant-numeric:tabular-nums}.product-info__price--on-sale{color:var(--color-text)}.product-info__compare-price{font-size:.95rem;color:var(--color-text-muted);font-weight:400}.product-info__compare-price s{text-decoration:line-through;text-decoration-thickness:1.5px}.product-info__save-badge{color:#16a34a;font-size:.8rem;font-weight:600;letter-spacing:.01em}.product-info__savings{margin:0;font-size:.75rem;color:#16a34a;font-weight:500;letter-spacing:.01em}.product-info__tax-note{font-size:.68rem;color:var(--color-text-muted);letter-spacing:.02em}.product-info__rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.product-info__stars{display:flex;gap:2px}.product-info__review-count{font-size:.72rem;color:var(--color-text-muted);letter-spacing:.02em;border-bottom:1px dashed var(--color-border);padding-bottom:1px;transition:color .2s;text-decoration:none;cursor:pointer}.product-info__review-count:hover{color:var(--color-accent);border-color:var(--color-accent)}.product-highlights{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.5rem}.product-highlight{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;font-size:.68rem;color:var(--color-heading);letter-spacing:.02em;font-weight:400;transition:all .3s ease}.product-highlight:hover{border-color:rgba(var(--color-accent-rgb),.3);background:rgba(var(--color-accent-rgb),.04);transform:translateY(-1px)}.product-highlight svg{color:var(--color-accent);flex-shrink:0}.product-info__description{line-height:1.9;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.88rem}.product-option{margin-bottom:1.5rem}.product-option__label{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.65rem;display:flex;align-items:center;flex-wrap:wrap;gap:0}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-option__value{padding:11px 24px;border:1.5px solid var(--color-border);font-size:.78rem;transition:all .3s var(--ease-out-expo);cursor:pointer;letter-spacing:.02em;border-radius:6px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.product-option__value:hover{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.product-option__value.selected{border-color:var(--color-accent);background:var(--color-accent);color:#fff;box-shadow:0 4px 12px rgba(var(--color-accent-rgb),.25)}.product-info__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);width:fit-content;border-radius:8px;overflow:hidden;background:#fff}.quantity-selector button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s,color .2s;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;color:var(--color-heading)}.quantity-selector button:hover,.quantity-selector button:active{background:var(--color-accent);color:#fff}.quantity-selector button:focus:not(:focus-visible){outline:none;background:transparent;color:var(--color-heading)}.quantity-selector input{width:50px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);height:44px;font-weight:600;outline:none;font-size:.85rem;background:transparent}.product-info__cta-desktop{display:flex;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.product-info__cta-desktop .btn{flex:1;padding:18px 10px;font-size:.74rem;letter-spacing:.12em;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:600}.product-info__cta-desktop .btn--primary{background:#fff;color:var(--color-accent);border:2px solid var(--color-accent)}.product-info__cta-desktop .btn--primary:hover{background:var(--color-accent);color:#fff;box-shadow:0 8px 24px rgba(var(--color-accent-rgb),.2);transform:translateY(-2px)}.product-info__cta-desktop .btn--primary svg{transition:transform .3s ease}.product-info__cta-desktop .btn--primary:hover svg{transform:scale(1.15)}.product-info__cta-desktop .btn--buy-now{flex:1;min-width:0;border-radius:6px}.product-info__cta-desktop .btn--buy-now svg{width:16px;height:16px}.product-info__cta-group{position:fixed;bottom:0;left:0;right:0;z-index:99;background:var(--color-background);display:none;flex-direction:row;gap:.5rem;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 16px #00000014;border-top:2px solid var(--color-accent)}.product-info__cta-group .btn{flex:1;min-width:0;padding:14px 10px;font-size:.72rem;letter-spacing:.1em}.product-info__add-to-cart{flex:1;margin-bottom:0;min-width:0}.product-info__add-to-cart .btn{width:100%;background:#fff;color:var(--color-accent);border:1.5px solid var(--color-accent)}.product-info__add-to-cart .btn:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--buy-now{background:var(--color-accent);color:#fff;border:1.5px solid var(--color-accent);flex:1;min-width:0;position:relative;overflow:hidden;border-radius:6px}.btn--buy-now:hover{background:var(--color-accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px rgba(var(--color-accent-rgb),.3)}.btn--buy-now svg{width:16px;height:16px}.btn.is-loading{pointer-events:none;opacity:.85}.btn .btn-spinner{display:none;width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.btn.is-loading .btn-spinner{display:inline-block}.btn.is-added{pointer-events:none}.product-page{padding-bottom:0}.size-sheet-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:2000;opacity:0;visibility:hidden;transition:all .3s var(--ease-out-expo);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.size-sheet-overlay.open{opacity:1;visibility:visible}.size-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:2001;transform:translateY(100%);transition:transform .4s var(--ease-out-expo);border-radius:16px 16px 0 0;box-shadow:0 -8px 40px #0000001f;padding:0 1.5rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));max-height:60vh;overflow-y:auto}.size-sheet.open{transform:translateY(0)}.size-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0 1rem;position:sticky;top:0;background:#fff;z-index:1}.size-sheet__title{font-family:var(--font-heading);font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em}.size-sheet__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;color:var(--color-heading);background:none;border:none;cursor:pointer}.size-sheet__close:hover{background:var(--color-surface);color:var(--color-accent)}.size-sheet__sizes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.size-sheet__size{padding:12px 24px;border:1px solid var(--color-border);font-size:.82rem;letter-spacing:.02em;cursor:pointer;transition:all .3s var(--ease-out-expo);text-align:center;min-width:56px;background:#fff;color:var(--color-text);font-family:var(--font-body)}.size-sheet__size:hover{border-color:var(--color-accent)}.size-sheet__size.selected{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.size-sheet__size.unavailable{opacity:.35;text-decoration:line-through;pointer-events:none}.size-sheet__add{margin-top:.5rem}.size-sheet__add:disabled{opacity:.5;cursor:not-allowed}.product-delivery{display:flex;align-items:center;gap:.85rem;padding:1rem 1.15rem;margin-bottom:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;border-left:3px solid var(--color-accent);transition:all .3s ease}.product-delivery:hover{box-shadow:0 4px 16px #0000000a;transform:translateY(-1px)}.product-delivery__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-accent-rgb),.08);border-radius:50%;flex-shrink:0}.product-delivery__icon svg{color:var(--color-accent)}.product-delivery__text{display:flex;flex-direction:column;gap:1px}.product-delivery__text strong{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-heading)}.product-delivery__text span{font-size:.75rem;color:var(--color-text-muted)}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;padding:1.25rem 0;margin-bottom:0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.size-chart-trigger{display:none;align-items:center;gap:5px;font-size:.68rem;font-weight:600;letter-spacing:.04em;color:var(--color-accent);cursor:pointer;background:rgba(var(--color-accent-rgb),.06);border:1px solid rgba(var(--color-accent-rgb),.15);font-family:inherit;padding:3px 10px;margin-left:.6rem;text-transform:none;transition:all .25s ease;border-radius:50px}.size-chart-trigger:hover{background:rgba(var(--color-accent-rgb),.12);border-color:rgba(var(--color-accent-rgb),.3);transform:translateY(-1px)}.size-chart-trigger svg{flex-shrink:0;width:12px;height:12px}.size-chart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;z-index:5000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overscroll-behavior:contain}.size-chart-overlay.open{opacity:1;visibility:visible}.size-chart-modal{background:#fff;max-width:580px;width:92%;max-height:82vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 80px #0000002e,0 8px 24px #00000014;border-radius:20px;transform:scale(.92) translateY(20px);transition:transform .45s cubic-bezier(.16,1,.3,1);border:1px solid rgba(0,0,0,.06)}.size-chart-overlay.open .size-chart-modal{transform:scale(1) translateY(0)}.size-chart-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem 1rem;flex-shrink:0;background:linear-gradient(135deg,rgba(var(--color-accent-rgb),.06),rgba(var(--color-accent-rgb),.02));border-bottom:1px solid rgba(var(--color-accent-rgb),.1)}.size-chart-modal__title{font-family:var(--font-heading);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-heading);display:flex;align-items:center;gap:8px}.size-chart-modal__title:before{content:"";display:inline-block;width:4px;height:18px;background:var(--color-accent);border-radius:2px}.size-chart-modal__close{width:36px;height:36px;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .25s ease;color:var(--color-text-muted);background:#0000000a;border:none;cursor:pointer}.size-chart-modal__close:hover{background:rgba(var(--color-accent-rgb),.1);color:var(--color-accent);transform:rotate(90deg)}.size-chart-modal__tabs{display:flex;padding:.75rem 1.75rem;gap:8px;flex-shrink:0;background:#fafafa}.size-chart-tab{flex:1;padding:.6rem 1rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);background:#fff;border:1.5px solid var(--color-border);border-radius:50px;cursor:pointer;transition:all .25s ease;text-align:center;font-family:inherit}.size-chart-tab:hover{color:var(--color-heading);border-color:var(--color-heading)}.size-chart-tab.active{color:#fff;background:var(--color-accent);border-color:var(--color-accent);box-shadow:0 2px 8px rgba(var(--color-accent-rgb),.3)}.size-chart-panel{display:none}.size-chart-panel.active{display:block;animation:scFadeIn .3s ease}@keyframes scFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.size-chart-modal__body{padding:1.5rem 1.75rem;flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.size-chart-modal__note{font-size:.78rem;color:var(--color-text-muted);margin-bottom:1.25rem;line-height:1.6;display:flex;align-items:center;gap:6px;padding:.6rem .9rem;background:rgba(var(--color-accent-rgb),.04);border-radius:8px;border-left:3px solid var(--color-accent)}.size-chart-modal__tip{font-size:.78rem;color:var(--color-accent);margin-top:1.25rem;font-weight:600;display:flex;align-items:center;gap:8px;padding:.7rem 1rem;background:rgba(var(--color-accent-rgb),.05);border-radius:10px;border:1px dashed rgba(var(--color-accent-rgb),.25)}.size-chart-modal__tip svg{flex-shrink:0}.size-chart-modal__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--color-border);overflow:hidden}.size-chart-table{width:100%;border-collapse:collapse;font-size:.82rem;text-align:center}.size-chart-table th{background:var(--color-heading);color:#fff;padding:12px 16px;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600}.size-chart-table th:first-child{text-align:left;padding-left:20px}.size-chart-table td{padding:11px 16px;border-bottom:1px solid rgba(0,0,0,.05);color:var(--color-text);transition:all .2s ease}.size-chart-table td:first-child{font-weight:600;color:var(--color-heading);text-align:left;padding-left:20px}.size-chart-table tbody tr:nth-child(2n) td{background:#00000004}.size-chart-table tbody tr:hover td{background:rgba(var(--color-accent-rgb),.06)}.size-chart-table tr.size-active td{background:rgba(var(--color-accent-rgb),.1);font-weight:600;color:var(--color-accent)}.size-chart-table tr.size-active td:first-child{position:relative}.size-chart-table tr.size-active td:first-child:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--color-accent);border-radius:2px}.size-chart-table tbody tr:last-child td{border-bottom:none}.measure-guide{display:flex;flex-direction:column;gap:.75rem}.measure-guide__item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;border:1px solid var(--color-border);border-radius:12px;background:#fff;transition:all .25s ease;box-shadow:0 1px 3px #0000000a}.measure-guide__item:hover{border-color:rgba(var(--color-accent-rgb),.3);box-shadow:0 4px 12px rgba(var(--color-accent-rgb),.08)}.measure-guide__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--color-accent-rgb),.08),rgba(var(--color-accent-rgb),.03));border-radius:12px;flex-shrink:0;border:1px solid rgba(var(--color-accent-rgb),.12)}.measure-guide__text strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-heading);margin-bottom:4px}.measure-guide__text p{font-size:.76rem;color:var(--color-text-muted);line-height:1.65;margin:0}.measure-guide__tips{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,rgba(var(--color-accent-rgb),.05),rgba(var(--color-accent-rgb),.02));border-radius:12px;border:1px solid rgba(var(--color-accent-rgb),.12)}.measure-guide__tips strong{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);display:flex;align-items:center;gap:6px;margin-bottom:.75rem}.measure-guide__tips strong:before{content:"\2728";font-size:.85rem}.measure-guide__tips ul{margin:0;padding-left:1.2rem;list-style:none}.measure-guide__tips li{font-size:.76rem;color:var(--color-text-muted);line-height:2;position:relative;padding-left:.25rem}.measure-guide__tips li:before{content:"\2713";position:absolute;left:-1.1rem;color:var(--color-accent);font-weight:700;font-size:.7rem}@media(max-width:768px){.size-chart-overlay{align-items:flex-end}.size-chart-modal{width:100%;max-width:100%;border-radius:24px 24px 0 0;height:88vh;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.size-chart-overlay.open .size-chart-modal{transform:translateY(0)}.size-chart-modal__header{padding:1.25rem 1.25rem .75rem;position:relative}.size-chart-modal__header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#00000026;border-radius:4px}.size-chart-modal__tabs{padding:.6rem 1.25rem;gap:6px}.size-chart-modal__body{padding:1.25rem;flex:1;overflow-y:auto}.size-chart-modal__note{display:block;font-size:.72rem;padding:.5rem .75rem;line-height:1.5}.size-chart-modal__note strong{font-weight:700}.size-chart-table th,.size-chart-table td{padding:10px 12px}.size-chart-table td:first-child,.size-chart-table th:first-child{padding-left:14px}}@media(max-width:480px){.size-chart-modal{height:85vh;border-radius:20px 20px 0 0}.size-chart-modal__header{padding:1rem 1rem .6rem}.size-chart-modal__title{font-size:.88rem}.size-chart-modal__tabs{padding:.5rem 1rem;gap:6px}.size-chart-tab{padding:.5rem .75rem;font-size:.65rem}.size-chart-modal__body{padding:1rem}.size-chart-modal__note{font-size:.68rem;padding:.45rem .65rem}.size-chart-table{font-size:.75rem}.size-chart-table th,.size-chart-table td{padding:9px 10px}.size-chart-table td:first-child,.size-chart-table th:first-child{padding-left:12px}.measure-guide__item{padding:.75rem;gap:.75rem}.measure-guide__icon{width:42px;height:42px;border-radius:10px}.measure-guide__tips{padding:.85rem}}.product-trust__item{display:flex;align-items:center;gap:.6rem;font-size:.7rem;color:var(--color-text-muted);letter-spacing:.01em;padding:.65rem .85rem;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border);transition:all .25s ease}.product-trust__item:hover{border-color:rgba(var(--color-accent-rgb),.25);background:rgba(var(--color-accent-rgb),.03)}.product-trust__item svg{flex-shrink:0;color:var(--color-accent);opacity:.85}.product-share{display:flex;align-items:center;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.product-share__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);flex-shrink:0}.product-share__buttons{display:flex;gap:.45rem;flex-wrap:wrap}.product-share__btn{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--color-border);color:var(--color-text-muted);background:#fff;cursor:pointer;text-decoration:none;transition:all .22s ease;flex-shrink:0;position:relative}.product-share__btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000001f}.product-share__btn--whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}.product-share__btn--facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.product-share__btn--twitter:hover{background:#000;border-color:#000;color:#fff}.product-share__btn--pinterest:hover{background:#e60023;border-color:#e60023;color:#fff}.product-share__btn--copy:hover,.product-share__btn--copy.copied{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.product-share__copy-tip{position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%) scale(.85);background:var(--color-heading);color:#fff;font-size:.62rem;font-weight:600;padding:3px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:all .2s ease}.product-share__btn--copy.copied .product-share__copy-tip{opacity:1;transform:translate(-50%) scale(1)}.product-info__meta{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border);display:grid;grid-template-columns:1fr 1fr;gap:.3rem 1.5rem}.product-info__meta-item{display:flex;gap:.5rem;font-size:.76rem;margin-bottom:0;color:var(--color-text-muted);letter-spacing:.01em;padding:.3rem 0}.product-info__meta-item strong{color:var(--color-heading);font-weight:500;white-space:nowrap}.product-accordion{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.accordion-item{border-bottom:1px solid var(--color-border);border-left:2px solid transparent;padding-left:0;transition:all .35s ease}.accordion-item.open{border-left-color:var(--color-accent);padding-left:.75rem}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.15rem 0;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:left;color:var(--color-heading);background:none;border:none;cursor:pointer;transition:color .25s}.accordion-trigger:hover{color:var(--color-accent)}.accordion-trigger svg{width:14px;height:14px;transition:transform .4s var(--ease-out-expo)}.accordion-item.open .accordion-trigger svg{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out-expo)}.accordion-item.open .accordion-content{max-height:2000px}.accordion-content__inner{padding:0 .25rem 1.25rem;font-size:.85rem;line-height:1.85;color:var(--color-text-muted);overflow-wrap:break-word;word-break:break-word}.accordion-content__inner h1,.accordion-content__inner h2,.accordion-content__inner h3,.accordion-content__inner h4,.accordion-content__inner h5,.accordion-content__inner h6{font-family:var(--font-body);font-size:.9rem;font-weight:700;color:var(--color-heading);letter-spacing:.03em;line-height:1.4;margin:.9rem 0 .4rem}.accordion-content__inner h1:first-child,.accordion-content__inner h2:first-child,.accordion-content__inner h3:first-child,.accordion-content__inner h4:first-child{margin-top:0}.accordion-content__inner p{margin-bottom:.6rem;color:var(--color-text-muted)}.accordion-content__inner p:last-child{margin-bottom:0}.accordion-content__inner strong{color:var(--color-heading);font-weight:600}.accordion-content__inner ul,.accordion-content__inner ol{padding-left:1.1rem;margin-bottom:.6rem}.accordion-content__inner ul{list-style:disc}.accordion-content__inner ol{list-style:decimal}.accordion-content__inner li{margin-bottom:.25rem;color:var(--color-text-muted)}.product-gallery__arrow{position:absolute;top:50%;z-index:3;width:44px;height:44px;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:all .35s var(--ease-out-expo);box-shadow:0 2px 12px #00000014;color:var(--color-heading)}.product-gallery__arrow--prev{left:16px;transform:translateY(-50%) translate(-8px)}.product-gallery__arrow--next{right:16px;transform:translateY(-50%) translate(8px)}.product-gallery__viewport:hover .product-gallery__arrow{opacity:1;pointer-events:auto}.product-gallery__viewport:hover .product-gallery__arrow--prev,.product-gallery__viewport:hover .product-gallery__arrow--next{transform:translateY(-50%) translate(0)}.product-gallery__arrow:hover{background:#fff;box-shadow:0 4px 20px #0000001f;color:var(--color-accent)}.product-gallery__arrow:active{transform:translateY(-50%) scale(.92)}.product-gallery__badge{position:absolute;top:16px;left:16px;z-index:3;background:var(--color-heading);color:#fff;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;padding:6px 16px;border-radius:2px}.product-gallery__badge--sale{background:var(--color-accent)}@keyframes pdpFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.product-info>*{opacity:0;animation:pdpFadeUp .5s var(--ease-out-expo) both}.product-info>*:nth-child(1){animation-delay:.05s}.product-info>*:nth-child(2){animation-delay:.1s}.product-info>*:nth-child(3){animation-delay:.15s}.product-info>*:nth-child(4){animation-delay:.2s}.product-info>*:nth-child(5){animation-delay:.25s}.product-info>*:nth-child(6){animation-delay:.3s}.product-info>*:nth-child(7){animation-delay:.35s}.product-info>*:nth-child(8){animation-delay:.4s}.product-info>*:nth-child(9){animation-delay:.45s}.product-info>*:nth-child(10){animation-delay:.5s}.product-info>*:nth-child(n+11){animation-delay:.55s}.product-info>form{animation:none;opacity:1}.product-info>form>.product-info__options{opacity:0;animation:pdpFadeUp .5s var(--ease-out-expo) .3s both}.product-info>form>.product-info__quantity{opacity:0;animation:pdpFadeUp .5s var(--ease-out-expo) .35s both}.product-info>form>.product-info__cta-desktop{opacity:0;animation:pdpFadeUp .5s var(--ease-out-expo) .4s both}@keyframes pdpGalleryIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.product-gallery--slider{animation:pdpGalleryIn .6s var(--ease-out-expo) both}@media(max-width:768px){.pdp-ticket{flex-direction:column;margin:.5rem 0 .75rem;border-radius:8px}.pdp-ticket:before{width:100%;height:2.5px;bottom:auto;border-radius:8px 8px 0 0}.pdp-ticket__left{padding:.6rem .75rem .5rem;gap:.5rem}.pdp-ticket__icon{width:16px;height:16px}.pdp-ticket__heading{font-size:.72rem}.pdp-ticket__sub{font-size:.58rem}.pdp-ticket__divider{width:auto;height:0;border-left:none;border-top:2px dashed rgba(var(--color-accent-rgb),.25);margin:0 10px}.pdp-ticket__divider:before,.pdp-ticket__divider:after{top:50%;transform:translateY(-50%)}.pdp-ticket__divider:before{left:-16px;transform:translateY(-50%)}.pdp-ticket__divider:after{left:auto;right:-16px;bottom:auto;transform:translateY(-50%)}.pdp-ticket__right{padding:.5rem .75rem .6rem;flex-direction:row;gap:8px;min-width:0}.pdp-ticket__label{font-size:.5rem}.pdp-ticket__code{font-size:.72rem;padding:4px 10px}.product-page__grid{grid-template-columns:1fr;gap:1rem}.product-page{padding-top:0;overflow-x:hidden;padding-bottom:0}.product-gallery--slider{position:static}.product-gallery__viewport{aspect-ratio:auto;height:68vh;max-height:580px}.product-gallery__dots{gap:3px;padding:6px 0 0}.product-gallery__dot{height:3px;border-radius:2px}.product-gallery{position:static;max-width:100%;overflow:hidden}.product-gallery__main{aspect-ratio:3/4;margin-bottom:.5rem;max-width:100%}.product-gallery__thumbs{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:.35rem;padding-bottom:4px;flex-wrap:nowrap;scroll-snap-type:x mandatory;max-width:100%}.product-gallery__thumb{width:54px;min-width:54px;height:70px;flex-shrink:0;scroll-snap-align:start}.product-info{padding:.5rem .25rem 0;position:static}.product-info__title{font-size:1.15rem;margin-bottom:.4rem;line-height:1.3}.product-info__rating{margin-bottom:.5rem}.product-info__price-wrap{margin-bottom:.75rem;gap:.3rem;padding-bottom:.75rem}.product-info__price{font-size:1.15rem}.product-info__compare-price{font-size:.82rem}.product-info__save-badge{font-size:.72rem}.product-info__savings{font-size:.68rem}.product-highlights{margin-bottom:.75rem;gap:.3rem}.product-highlight{padding:4px 10px;font-size:.64rem}.product-option{margin-bottom:.75rem}.product-option__label{font-size:.65rem;margin-bottom:.4rem}.product-option__value{padding:8px 14px;font-size:.75rem}.product-info__quantity{margin-bottom:.75rem;flex-direction:row;align-items:center;gap:.75rem}.quantity-selector{min-width:120px}.quantity-selector button{width:40px;height:40px;font-size:1.1rem}.quantity-selector input{width:44px;height:40px;font-size:.88rem}.product-info__cta-desktop{display:none}.product-info__cta-group{display:flex}.product-info__add-to-cart .btn{padding:14px;font-size:.78rem}.product-delivery{margin-bottom:.75rem;padding:.65rem .85rem}.product-delivery__icon{width:32px;height:32px}.product-delivery__text strong{font-size:.64rem}.product-delivery__text span{font-size:.7rem}.product-trust{gap:.5rem}.product-trust__item{font-size:.68rem}.product-accordion{margin-top:.75rem;padding-top:.75rem}.accordion-trigger{padding:.9rem .1rem;font-size:.72rem}.accordion-content__inner{font-size:.8rem;padding:0 .1rem .9rem}.product-info__meta{margin-top:1rem;padding-top:1rem}.product-info__meta-item{font-size:.75rem}.product-info__vendor{font-size:.6rem}.product-breadcrumbs{padding:.15rem 0 0;font-size:.68rem}.product-gallery__arrow{display:none!important}.product-gallery__badge{top:8px;left:8px;font-size:.52rem;padding:4px 12px}.product-info>*{animation-duration:.35s}.product-trust__item{padding:.5rem .65rem}}.pdp-reviews{padding:2.5rem 0 1.5rem;border-top:1px solid var(--color-border);overflow:hidden;scroll-margin-top:calc(var(--header-height,145px) + var(--announcement-content-offset,0px) + 1rem)}.pdp-reviews__header{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.pdp-reviews__title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .75rem}.pdp-reviews__summary{display:flex;align-items:center;gap:.75rem}.pdp-reviews__avg{display:flex;align-items:center;gap:.5rem}.pdp-reviews__avg-number{font-size:2rem;font-weight:700;color:var(--color-heading);line-height:1}.pdp-reviews__avg-stars{display:flex;gap:2px;align-items:center}.pdp-reviews__count{font-size:.78rem;color:var(--color-text-muted);letter-spacing:.04em}.pdp-reviews__bar-chart{min-width:240px;flex-shrink:0}.pdp-reviews__bar-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.pdp-reviews__bar-label{font-size:.7rem;color:var(--color-text-muted);min-width:30px;display:flex;align-items:center;gap:2px}.pdp-reviews__bar-track{flex:1;height:8px;background:#f0f0f0;border-radius:99px;overflow:hidden}.pdp-reviews__bar-fill{height:100%;background:var(--color-accent);border-radius:99px;transition:width .6s var(--ease-out-expo)}.pdp-reviews__bar-pct{font-size:.68rem;color:var(--color-text-muted);min-width:32px;text-align:right}.pdp-reviews__list{display:flex;flex-direction:column;gap:0}.pdp-review{padding:1.65rem 0;border-top:1px solid var(--color-border);animation:pdpFadeUp .5s both}.pdp-review:nth-child(1){animation-delay:.1s}.pdp-review:nth-child(2){animation-delay:.15s}.pdp-review:nth-child(3){animation-delay:.2s}.pdp-review:nth-child(4){animation-delay:.25s}.pdp-review:nth-child(5){animation-delay:.3s}.pdp-review__top{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.pdp-review__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;flex-shrink:0}.pdp-review__author-info{flex:1;min-width:0}.pdp-review__author{font-weight:600;font-size:.88rem;color:var(--color-heading);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pdp-review__verified{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;font-weight:500;color:var(--color-accent);background:rgba(var(--color-accent-rgb),.08);padding:2px 8px;border-radius:99px}.pdp-review__location{font-size:.72rem;color:var(--color-text-muted)}.pdp-review__date{font-size:.72rem;color:var(--color-text-muted);margin-left:auto;white-space:nowrap}.pdp-review__stars{display:flex;gap:2px;margin-bottom:.4rem}.pdp-review__title{display:block;font-size:.88rem;margin-bottom:.25rem;color:var(--color-heading)}.pdp-review__body{font-size:.82rem;line-height:1.65;color:var(--color-text-muted);margin:0 0 .65rem}.pdp-review__photo{margin-bottom:.65rem}.pdp-review__photo img{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid var(--color-border)}.pdp-review__helpful{display:flex}.pdp-review__helpful-btn{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;padding:4px 12px;border:1px solid var(--color-border);border-radius:99px;background:transparent;cursor:pointer;color:var(--color-text-muted);transition:all .25s}.pdp-review__helpful-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.pdp-recommendations{padding:1.5rem 0 2.5rem;border-top:1px solid var(--color-border);overflow:hidden}.pdp-recommendations .bwk-section__head{margin-bottom:1.5rem}.pdp-recommendations .bwk-section__title{font-size:1.4rem}.pdp-reco-carousel,.pdp-reco-carousel .product-card{margin:0}.pdp-reco-carousel .carousel__viewport{overflow:hidden}@media(max-width:768px){.pdp-reviews__header{flex-direction:column;gap:1.25rem}.pdp-reviews__bar-chart{min-width:100%;width:100%}.pdp-reviews__title{font-size:1.2rem}.pdp-reviews__avg-number{font-size:1.6rem}.pdp-review__date{margin-left:0;flex-basis:100%;padding-left:calc(36px + .75rem)}.pdp-recommendations .bwk-section__title{font-size:1.2rem}.pdp-recommendations{padding-bottom:4rem}.pdp-reco-carousel{margin:0}.pdp-reco-carousel .carousel__slide{min-width:65vw}}.product-info__title{font-size:clamp(1rem,2.5vw,1.4rem)!important;font-weight:700!important;color:#1d1b1b!important;line-height:1.3!important}.product-info__vendor{font-size:.7rem!important;font-weight:600!important;color:#878787!important;text-transform:uppercase!important;letter-spacing:.06em!important}.product-info__price{font-size:1.3rem!important;font-weight:700!important;color:#1d1b1b!important}.product-info__compare{font-size:.95rem!important;color:#878787!important;font-weight:400!important;text-decoration:line-through!important}.product-info__off{color:#ee4d37!important;font-size:.85rem!important;font-weight:600!important}.product-info__tax{color:#1fa552!important;font-size:.68rem!important;font-weight:500!important}.size-option{border:1.5px solid #d8d8d8!important;border-radius:3px!important;font-size:.78rem!important;font-weight:500!important;color:#424553!important;min-width:42px!important;min-height:36px!important;transition:border-color .15s,color .15s!important}.size-option.active,.size-option:hover{border-color:#1d1b1b!important;color:#1d1b1b!important;font-weight:700!important}.size-option--oos{opacity:.35!important;text-decoration:line-through!important;cursor:not-allowed!important}.product-info__add-to-cart,.product-info__atc-btn,.btn--primary,button[data-add-to-cart],input[data-add-to-cart]{background:#1d1b1b!important;color:#fff!important;border-radius:var(--bwk-btn-radius)!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;border:none!important;padding:14px 24px!important;min-height:46px!important;transition:background .18s!important;width:100%!important}.product-info__add-to-cart:hover,button[data-add-to-cart]:hover,input[data-add-to-cart]:hover{background:#333!important}.product-info__wishlist-btn{border:1.5px solid #d8d8d8!important;border-radius:var(--bwk-btn-radius)!important;background:#fff!important;color:#1d1b1b!important;font-size:.75rem!important;font-weight:600!important;padding:12px 20px!important;transition:border-color .15s,background .15s!important}.product-info__wishlist-btn:hover{border-color:#1d1b1b!important;background:#f5f5f5!important}.product-info__wishlist-btn.active{background:#fff0f0!important;border-color:#ee4d37!important;color:#ee4d37!important}.product-sticky-cta{background:#fff!important;border-top:1px solid #f0f0f0!important}.pdp-social-proof{display:flex!important;align-items:center!important;gap:7px!important;font-size:.72rem!important;color:#6b7280!important;margin-bottom:10px!important;font-weight:500!important}.pdp-social-proof__dot{width:8px!important;height:8px!important;background:#22c55e!important;border-radius:50%!important;flex-shrink:0!important;animation:socialPulse 2s ease-in-out infinite!important}@keyframes socialPulse{0%,to{box-shadow:0 0 #22c55e73}60%{box-shadow:0 0 0 5px #22c55e00}}.pdp-urgency{display:flex!important;align-items:center!important;gap:7px!important;padding:9px 13px!important;background:#fff5f5!important;border:1px solid #fecaca!important;border-radius:7px!important;margin-bottom:12px!important;font-size:.74rem!important;font-weight:600!important;color:#dc2626!important;letter-spacing:.01em!important}.pdp-urgency svg{flex-shrink:0!important;animation:urgencyBlink 1.8s ease-in-out infinite!important}@keyframes urgencyBlink{0%,to{opacity:1}50%{opacity:.45}}.pdp-gift-note{display:flex!important;align-items:center!important;gap:9px!important;padding:10px 14px!important;background:linear-gradient(92deg,#fffbe6,#fff9d6)!important;border:1px solid #f5c518!important;border-radius:8px!important;font-size:.74rem!important;font-weight:600!important;color:#7a5c00!important;margin-bottom:14px!important;letter-spacing:.01em!important}.pdp-gift-note svg{flex-shrink:0!important;color:#f5a623!important}@media(max-width:768px){.product-info__cta-group{gap:8px!important}.btn--atb{flex:1.15!important;background:var(--color-accent)!important;color:#fff!important;border:2px solid var(--color-accent)!important;font-weight:800!important;font-size:.74rem!important;letter-spacing:.06em!important;border-radius:8px!important;padding:14px 8px!important;min-height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-transform:uppercase!important;font-family:inherit!important;cursor:pointer!important;width:auto!important}.btn--atb:active{opacity:.88!important}.btn--buy-now-mobile{flex:1!important;background:#fff!important;color:var(--color-accent)!important;border:2px solid var(--color-accent)!important;font-weight:800!important;font-size:.74rem!important;letter-spacing:.06em!important;border-radius:8px!important;padding:14px 8px!important;min-height:52px!important;text-transform:uppercase!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-family:inherit!important;cursor:pointer!important;transition:all .2s!important}.btn--buy-now-mobile:active{background:var(--color-accent)!important;color:#fff!important}}.pdp-trust-trio{display:flex!important;border:1px solid #eaeaec!important;border-radius:10px!important;overflow:hidden!important;margin:14px 0!important;background:#fafaf8!important}.pdp-trust-trio__item{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:12px 6px!important;text-align:center!important;border-right:1px solid #eaeaec!important;font-size:.56rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#282c3f!important;line-height:1.3!important}.pdp-trust-trio__item:last-child{border-right:none!important}.pdp-trust-trio__item svg{color:var(--color-accent)!important;flex-shrink:0!important}@media(max-width:480px){.pdp-trust-trio__item{font-size:.52rem!important;padding:10px 4px!important;gap:4px!important}.pdp-trust-trio__item svg{width:22px!important;height:22px!important}}.nav-mobile-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 16px!important;border-bottom:1px solid #f0f0f0!important;flex-shrink:0!important;background:#fff!important;min-height:64px!important;margin-top:env(safe-area-inset-top,0px)!important}.nav-user-section{display:flex!important;align-items:center!important;gap:11px!important;flex:1!important}.nav-user-avatar{width:40px!important;height:40px!important;background:#f2f2f2!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.nav-user-avatar svg{stroke:#aaa!important}.nav-user-info{display:flex!important;flex-direction:column!important;gap:2px!important}.nav-user-greeting{font-size:.88rem!important;font-weight:700!important;color:#282c3f!important;display:block!important;line-height:1.2!important}.nav-user-login{font-size:.72rem!important;font-weight:600!important;color:var(--color-accent)!important;text-decoration:none!important;transition:opacity .15s!important}.nav-user-login:hover{opacity:.8!important}.nav-section-label{font-size:.58rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.16em!important;color:#94969f!important;padding:12px 16px 4px!important;margin:0!important;border-top:1px solid #f2f2f2!important;line-height:1!important}.nav-profile-tiles{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:8px!important;padding:10px 16px 14px!important}.nav-profile-tile{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:11px 4px!important;border:1.5px solid #eaeaec!important;border-radius:10px!important;text-decoration:none!important;color:#282c3f!important;background:#fff!important;font-size:.58rem!important;font-weight:700!important;letter-spacing:.02em!important;text-align:center!important;transition:border-color .18s,background .18s!important;cursor:pointer!important;font-family:inherit!important;line-height:1.2!important}.nav-profile-tile:active,.nav-profile-tile:hover{background:#fafaf8!important;border-color:#282c3f!important}.nav-profile-tile svg{width:22px!important;height:22px!important;stroke:var(--color-accent)!important;fill:none!important;stroke-width:1.5!important}.nav-contact-links{padding:4px 16px 20px!important}.nav-contact-link{display:block!important;font-size:.8rem!important;font-weight:500!important;color:#282c3f!important;padding:11px 0!important;border-bottom:1px solid #f2f2f2!important;text-decoration:none!important;transition:color .15s!important;letter-spacing:.01em!important}.nav-contact-link:last-child{border-bottom:none!important}.nav-contact-link:hover{color:var(--color-accent)!important}.pdp-pincode{border:1.5px solid #eaeaec!important;border-radius:10px!important;padding:12px 14px!important;margin-bottom:12px!important;background:#fafaf8!important}.pdp-pincode__label{font-size:.7rem!important;font-weight:700!important;color:#282c3f!important;margin-bottom:8px!important;text-transform:uppercase!important;letter-spacing:.06em!important}.pdp-pincode__row{display:flex!important;gap:8px!important}.pdp-pincode__input{flex:1!important;border:1.5px solid #eaeaec!important;border-radius:7px!important;padding:9px 12px!important;font-size:.82rem!important;color:#282c3f!important;background:#fff!important;outline:none!important;transition:border-color .2s!important;min-height:42px!important}.pdp-pincode__input:focus{border-color:var(--color-accent)!important}.pdp-pincode__btn{background:var(--color-accent)!important;color:#fff!important;border:none!important;border-radius:7px!important;padding:9px 18px!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;font-family:inherit!important;min-height:42px!important;transition:background .18s!important}.pdp-pincode__btn:hover{background:var(--color-accent-dark,#c73b2a)!important}.pdp-pincode__result{font-size:.72rem!important;margin-top:6px!important;font-weight:500!important}.pdp-free-shipping{display:flex!important;align-items:center!important;gap:8px!important;padding:9px 13px!important;background:#f0faf4!important;border:1px solid #a7f3c0!important;border-radius:8px!important;font-size:.73rem!important;color:#15803d!important;font-weight:500!important;margin-bottom:12px!important}.pdp-free-shipping svg{flex-shrink:0!important;stroke:#15803d!important}.pdp-free-shipping strong{font-weight:800!important}@media(max-width:768px){.product-gallery__viewport{height:calc(100dvh - 56px - env(safe-area-inset-top,0px))!important;max-height:none!important;aspect-ratio:auto!important;border-radius:0!important;background:#f5f4f2!important}.product-gallery__slide img{object-position:center top!important;object-fit:cover!important}.product-gallery__dots{padding:6px 4px 0!important;gap:3px!important}.product-gallery__dot{height:3px!important;border-radius:2px!important}.product-gallery__arrow{display:flex!important;opacity:.7!important;pointer-events:auto!important;width:36px!important;height:36px!important;background:#ffffffd1!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.product-gallery__arrow--prev{transform:translateY(-50%) translate(0)!important;left:8px!important}.product-gallery__arrow--next{transform:translateY(-50%) translate(0)!important;right:8px!important}}@media(max-width:768px){.template-product .main-content{padding-bottom:80px!important}.pdp-reviews,.pdp-recommendations{padding-bottom:4rem!important}}.pdp-pincode,.pincode-bar,.pincode-modal{display:none!important}.product-gallery__thumbs-sidebar{display:none}@media(min-width:1025px){.product-gallery--slider{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:flex-start!important;position:sticky!important;top:calc(var(--header-height,72px) + var(--announcement-content-offset,0px) + 12px)!important}.product-gallery__thumbs-sidebar{display:flex!important;flex-direction:column!important;gap:6px!important;width:72px!important;flex-shrink:0!important;max-height:calc(100vh - 100px)!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;scrollbar-width:none!important;order:-1!important}.product-gallery__thumbs-sidebar::-webkit-scrollbar{display:none!important}.product-gallery__thumb-side{width:72px!important;height:92px!important;overflow:hidden!important;border:2px solid var(--color-border)!important;border-radius:6px!important;cursor:pointer!important;padding:0!important;flex-shrink:0!important;scroll-snap-align:start!important;background:var(--color-surface)!important;transition:border-color .2s ease!important;display:block!important}.product-gallery__thumb-side.active,.product-gallery__thumb-side:hover{border-color:var(--color-accent)!important}.product-gallery__thumb-side img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;display:block!important;transition:transform .3s ease!important}.product-gallery__thumb-side:hover img{transform:scale(1.05)!important}.product-gallery__main-area{flex:1!important;min-width:0!important}.product-gallery__dots{display:none!important}.product-gallery__counter{display:flex!important}}@media(max-width:1024px){.product-gallery__thumbs-sidebar{display:none!important}.product-gallery__main-area{width:100%!important}}.pdp-delivery-strip{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:14px!important}.pdp-delivery-strip__item{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:12px!important;background:#f8fdf9!important;border:1px solid #c6e8d0!important;border-radius:10px!important;font-size:0!important}.pdp-delivery-strip__item svg{flex-shrink:0!important;stroke:#16a34a!important;margin-top:1px!important}.pdp-delivery-strip__item div{display:flex!important;flex-direction:column!important;gap:2px!important}.pdp-delivery-strip__item strong{font-size:.7rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#15803d!important;display:block!important}.pdp-delivery-strip__item span{font-size:.67rem!important;color:#166534!important;display:block!important;line-height:1.4!important}@media(max-width:480px){.pdp-delivery-strip{grid-template-columns:1fr!important}}@media(min-width:1025px){.product-info__title{font-size:clamp(1.5rem,2.4vw,2rem)!important;font-weight:600!important;letter-spacing:.02em!important}.product-info__price{font-size:1.75rem!important}.product-info__cta-desktop .btn{padding:17px 16px!important;font-size:.76rem!important;letter-spacing:.1em!important}.product-info__cta-desktop .btn--primary{background:var(--color-accent)!important;color:#fff!important;border:2px solid var(--color-accent)!important}.product-info__cta-desktop .btn--primary:hover{background:var(--color-accent-dark,#c73b2a)!important;border-color:var(--color-accent-dark,#c73b2a)!important;transform:translateY(-2px)!important;box-shadow:0 10px 28px rgba(var(--color-accent-rgb),.28)!important}.product-info__cta-desktop .btn--buy-now{background:#fff!important;color:var(--color-accent)!important;border:2px solid var(--color-accent)!important}.product-info__cta-desktop .btn--buy-now:hover{background:var(--color-accent)!important;color:#fff!important;transform:translateY(-2px)!important}.product-page__grid{grid-template-columns:1.05fr .95fr!important;gap:3rem!important}}@media(min-width:1025px){.product-page>.container{padding-top:0!important;padding-bottom:40px!important}.product-info{top:calc(var(--header-height,72px) + var(--announcement-content-offset,0px) + 16px)!important}}@media(min-width:1025px){.site-header__inner{height:68px!important}.site-header.scrolled .site-header__inner{height:58px!important}.site-header__mainnav .site-header__nav-link{height:68px!important}.site-header.scrolled .site-header__mainnav .site-header__nav-link{height:58px!important}}@media(max-width:1024px){.product-info__cta-group{display:flex!important}.product-info__cta-desktop{display:none!important}.btn--atb{background:var(--color-accent)!important;color:#fff!important;border:none!important;flex:1.3!important;border-radius:6px!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.1em!important}.btn--buy-now-mobile{background:#fff!important;color:var(--color-accent)!important;border:2px solid var(--color-accent)!important;flex:1!important;border-radius:6px!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.1em!important}}@media(min-width:1025px){.product-info__cta-group{display:none!important}.product-info__cta-desktop{display:flex!important}}@media(min-width:1280px){.collection-grid.grid--4,.bwk-products-grid.grid--4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:1025px)and (max-width:1279px){.collection-grid.grid--4,.bwk-products-grid.grid--4{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:1025px){.pdp-reco-carousel .carousel__track>[class]{flex:0 0 calc(25% - 18px)!important;max-width:calc(25% - 18px)!important}}@media(min-width:1025px){.pdp-trust-trio{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border:1.5px solid var(--color-border)!important;border-radius:10px!important;overflow:hidden!important;margin:14px 0 18px!important}.pdp-trust-trio__item{padding:14px 16px!important;gap:10px!important;font-size:.65rem!important;border-right:1px solid var(--color-border)!important;border-radius:0!important;flex-direction:column!important;align-items:center!important;text-align:center!important;font-weight:700!important;letter-spacing:.04em!important}.pdp-trust-trio__item:last-child{border-right:none!important}.pdp-trust-trio__item svg{width:28px!important;height:28px!important}}@media(min-width:1440px){:root{--container-width:1380px}}@media(max-width:768px){.product-gallery__viewport{height:auto!important;aspect-ratio:3/4!important;max-height:74vh!important;border-radius:0!important;background:#f5f4f2!important}.product-gallery__slide img{object-position:center top!important;object-fit:cover!important}}@media(max-width:480px){.product-gallery__viewport{max-height:70vh!important}}@media(max-width:360px){.product-gallery__viewport{max-height:65vh!important}}@media(min-width:769px)and (max-width:1024px){.product-gallery--slider{position:sticky!important;top:calc(var(--header-height,60px) + var(--announcement-content-offset,0px) + 12px)!important;align-self:start!important}.product-gallery__viewport{max-height:calc(100vh - var(--header-height,60px) - var(--announcement-content-offset,0px) - 48px)!important;aspect-ratio:3/4!important;height:auto!important}.product-info{position:sticky!important;top:calc(var(--header-height,60px) + var(--announcement-content-offset,0px) + 12px)!important;max-height:none!important;overflow-y:visible!important}.product-page__grid{grid-template-columns:1fr 1fr!important;gap:2rem!important;align-items:start!important}.product-info__cta-group{display:none!important}.product-info__cta-desktop{display:flex!important}.product-info__cta-desktop .btn{padding:15px 12px!important;font-size:.74rem!important}}@media(max-width:768px){.template-product .main-content{padding-bottom:max(88px,calc(76px + env(safe-area-inset-bottom,0px)))!important}.product-page{padding-bottom:0!important}}@media(max-width:480px){.pdp-reco-carousel .carousel__slide{min-width:55vw!important;max-width:55vw!important}}@media(min-width:481px)and (max-width:768px){.pdp-reco-carousel .carousel__slide{min-width:46vw!important;max-width:46vw!important}}@media(min-width:769px)and (max-width:1024px){.pdp-reco-carousel .carousel__slide{min-width:30vw!important;max-width:30vw!important}}@media(min-width:769px)and (max-width:1024px){.product-gallery__arrow{display:flex!important;opacity:.85!important;pointer-events:auto!important;width:40px!important;height:40px!important;background:#ffffffe6!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.product-gallery__arrow--prev{left:8px!important}.product-gallery__arrow--next{right:8px!important}}@media(max-width:1024px){.product-info__cta-group{position:fixed!important;bottom:0;left:0;right:0;z-index:200;background:#fff!important;border-top:1px solid #ececec!important;box-shadow:0 -6px 24px #00000014!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))!important;display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:8px!important;transform:translateY(110%);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s ease;will-change:transform;pointer-events:none;margin:0!important}.product-info__cta-group.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.product-info__cta-group .btn{flex:1;min-width:0;height:52px!important;padding:0 12px!important;border-radius:8px!important;font-size:.78rem!important;font-weight:700!important;letter-spacing:.1em!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;transition:transform .15s,background .2s}.product-info__cta-group .btn svg{width:16px;height:16px;flex-shrink:0}.product-info__cta-group .btn:active{transform:scale(.98)}.product-info__cta-group .btn--atb{background:#1d1b1b!important;color:#fff!important}.product-info__cta-group .btn--atb:hover{background:#000!important}.product-info__cta-group .btn--atb:disabled{background:#ececec!important;color:#878787!important;cursor:not-allowed}.product-info__cta-group .btn--buy-now-mobile{background:#fb641b!important;color:#fff!important}.product-info__cta-group .btn--buy-now-mobile:hover{background:#e85a10!important}.template-product .main-content{padding-bottom:80px!important}}@media(max-width:380px){.product-info__cta-group{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px))!important;gap:6px!important}.product-info__cta-group .btn{height:48px!important;font-size:.72rem!important;letter-spacing:.08em!important}}.template-product .bottom-nav{display:none!important}.pdp-recent{padding:2.25rem 0 1.5rem;border-top:1px solid #ececec;background:#fff}.pdp-recent[hidden]{display:none}.pdp-recent__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.pdp-recent__title{font-size:1.1rem;font-weight:700;color:#1d1b1b;letter-spacing:-.01em;margin:0}.pdp-recent__clear{font-size:.74rem;font-weight:600;color:#878787;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s,background .15s}.pdp-recent__clear:hover{color:#1d1b1b;background:#fafafa}.pdp-recent__scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:6px}.pdp-recent__scroll::-webkit-scrollbar{height:4px}.pdp-recent__scroll::-webkit-scrollbar-track{background:transparent}.pdp-recent__scroll::-webkit-scrollbar-thumb{background:#ececec;border-radius:2px}.pdp-recent__card{text-decoration:none;color:inherit;scroll-snap-align:start;background:#fff;border-radius:10px;transition:transform .2s ease;display:flex;flex-direction:column}.pdp-recent__card:hover{transform:translateY(-3px)}.pdp-recent__img-wrap{width:100%;aspect-ratio:3/4;border-radius:10px;overflow:hidden;background:#f5f5f5;margin-bottom:8px}.pdp-recent__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pdp-recent__card:hover .pdp-recent__img-wrap img{transform:scale(1.04)}.pdp-recent__info{display:flex;flex-direction:column;gap:3px;padding:0 2px}.pdp-recent__name{font-size:.78rem;font-weight:500;color:#1d1b1b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pdp-recent__price{font-size:.82rem;font-weight:700;color:#1d1b1b}@media(max-width:640px){.pdp-recent{padding:1.5rem 0 1rem}.pdp-recent__title{font-size:.95rem}.pdp-recent__scroll{grid-auto-columns:minmax(140px,1fr);gap:10px;padding-left:14px;padding-right:14px;margin:0 -14px}.pdp-recent__name{font-size:.72rem}.pdp-recent__price{font-size:.76rem}}.product-gallery__slide{position:relative;overflow:hidden}.product-gallery__slide img[data-gallery-zoom]{transition:transform .25s ease-out;will-change:transform}@media(min-width:1025px)and (hover:hover){.product-gallery__slide img[data-gallery-zoom]{cursor:zoom-in}.product-gallery__slide:hover img{transform:none}.product-gallery__viewport:hover{background:#fff}}.product-gallery__viewport:after{content:"";position:absolute;top:14px;right:14px;width:32px;height:32px;background:#ffffffeb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231d1b1b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/><line x1='11' y1='8' x2='11' y2='14'/><line x1='8' y1='11' x2='14' y2='11'/></svg>") center/16px no-repeat;border-radius:50%;box-shadow:0 2px 8px #00000014;pointer-events:none;z-index:2;opacity:.85}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:9000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.gallery-lightbox.open{display:flex;opacity:1}.gallery-lightbox__stage{flex:1;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto;padding:60px 20px;-webkit-overflow-scrolling:touch;touch-action:pinch-zoom}.gallery-lightbox__stage img{max-width:100%;max-height:90vh;object-fit:contain;display:block;transition:transform .3s ease;cursor:zoom-in;-webkit-user-select:none;user-select:none}.gallery-lightbox__stage img.is-zoomed{transform:scale(2.2);cursor:zoom-out}.gallery-lightbox__close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;z-index:3}.gallery-lightbox__close:hover{background:#ffffff2e;transform:rotate(90deg)}.gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1a;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;z-index:3}.gallery-lightbox__nav:hover{background:#ffffff2e}.gallery-lightbox__nav--prev{left:18px}.gallery-lightbox__nav--next{right:18px}.gallery-lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:.78rem;color:#ffffffb3;letter-spacing:.1em;font-weight:500;background:#ffffff14;padding:6px 14px;border-radius:14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(max-width:768px){.gallery-lightbox__stage{padding:50px 0;touch-action:pinch-zoom}.gallery-lightbox__stage img{max-height:80vh;cursor:auto}.gallery-lightbox__nav{width:40px;height:40px}.gallery-lightbox__nav--prev{left:8px}.gallery-lightbox__nav--next{right:8px}.gallery-lightbox__close{top:12px;right:12px}.product-gallery__viewport:after{display:none}}.pdp-notify{margin:.5rem 0 1.25rem;padding:1.25rem;background:#fff;border:1px solid #ececec;border-radius:12px;display:flex;flex-direction:column;gap:.85rem;position:relative}.pdp-notify:before{content:"";position:absolute;top:1.25rem;bottom:1.25rem;left:0;width:3px;background:#fb641b;border-radius:0 3px 3px 0}.pdp-notify__head{display:flex;align-items:flex-start;gap:12px}.pdp-notify__icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#fb641b1a;color:#fb641b;display:flex;align-items:center;justify-content:center}.pdp-notify__icon svg{width:18px;height:18px}.pdp-notify__copy{display:flex;flex-direction:column;gap:2px}.pdp-notify__title{font-size:.92rem;font-weight:600;color:#1d1b1b;letter-spacing:-.005em;line-height:1.3}.pdp-notify__sub{font-size:.78rem;color:#878787;line-height:1.45}.pdp-notify__form{margin:0}.pdp-notify__input-row{display:flex;align-items:stretch;gap:8px;border:1.5px solid #ececec;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .15s,box-shadow .15s}.pdp-notify__input-row:focus-within{border-color:#1d1b1b;box-shadow:0 0 0 3px #1d1b1b0f}.pdp-notify__input{flex:1;border:none;background:transparent;padding:12px 14px;font-size:.88rem;color:#1d1b1b;outline:none;font-family:inherit;min-width:0}.pdp-notify__input::placeholder{color:#bdbdbd}.pdp-notify__submit{display:inline-flex;align-items:center;gap:8px;background:#1d1b1b;color:#fff;border:none;padding:0 18px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .15s;font-family:inherit;white-space:nowrap}.pdp-notify__submit:hover{background:#000}.pdp-notify__submit:active{transform:translateY(0)}.pdp-notify__submit-icon{transition:transform .2s ease}.pdp-notify__submit:hover .pdp-notify__submit-icon{transform:translate(3px)}.pdp-notify__feedback{font-size:.78rem;line-height:1.4;min-height:0;margin:0}.pdp-notify__feedback:empty{display:none}.pdp-notify__success,.pdp-notify__error{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;font-weight:500;margin-top:8px;animation:notifyFadeIn .3s cubic-bezier(.16,1,.3,1) both}.pdp-notify__success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.pdp-notify__error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}@keyframes notifyFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pdp-notify.is-submitting .pdp-notify__submit{opacity:.6;pointer-events:none}.pdp-notify.is-submitted .pdp-notify__input-row{display:none}.pdp-notify.is-submitted .pdp-notify__success{margin-top:0;padding:12px 14px;width:100%;justify-content:flex-start;font-size:.86rem}@media(max-width:480px){.pdp-notify{padding:1rem;border-radius:10px}.pdp-notify__icon{width:32px;height:32px}.pdp-notify__icon svg{width:16px;height:16px}.pdp-notify__title{font-size:.86rem}.pdp-notify__sub{font-size:.74rem}.pdp-notify__input{padding:11px 12px;font-size:.84rem}.pdp-notify__submit{padding:0 14px;font-size:.66rem;letter-spacing:.1em}}.available-offers{margin:14px 0 18px;padding:14px 16px 12px;background:linear-gradient(180deg,#fff8f0,#fff);border:1px solid #ffd8b8;border-radius:12px}.available-offers--cart{margin:14px 0 16px}.available-offers__head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.available-offers__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#3ccbe0;color:#fff}.available-offers__title{margin:0;font-size:14px;font-weight:700;letter-spacing:.01em;color:#1a1a1a;text-transform:uppercase}.available-offers__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.available-offer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#fff;border:1px solid #f0e3d4;border-radius:8px;transition:border-color .18s ease,transform .18s ease}.available-offer:hover{border-color:#3ccbe0}.available-offer__body{min-width:0;flex:1}.available-offer__title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.3}.available-offer__desc{font-size:11.5px;color:#6b6f7d;margin-top:2px;line-height:1.4}.available-offer__code{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;background:transparent;border:1px dashed #3ccbe0;border-radius:6px;cursor:pointer;font-family:SF Mono,Menlo,monospace;font-size:12px;font-weight:700;color:#3ccbe0;letter-spacing:.04em;transition:background .18s ease,color .18s ease;flex-shrink:0}.available-offer__code:hover{background:#3ccbe0;color:#fff}.available-offer__code.is-copied{background:#16a34a;color:#fff;border-color:#16a34a}.available-offer__code.is-copied .available-offer__code-text:before{content:"\2713  ";margin-right:2px}.available-offer__copy{font-family:inherit;font-weight:600;font-size:11px;letter-spacing:.04em;text-transform:uppercase;opacity:.75}.available-offer__code.is-copied .available-offer__copy{display:none}@media(max-width:480px){.available-offer{padding:9px 10px;gap:10px}.available-offer__code{padding:6px 10px;font-size:11px}.available-offer__title{font-size:12.5px}.available-offer__desc{font-size:11px}}.pdp-cta-wish{flex:0 0 56px;width:56px;min-width:56px;padding:0;background:#fff;border:2px solid #e5e5e5;border-radius:6px;color:#999;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease,transform .2s ease,background .2s ease,box-shadow .2s ease;position:relative}.pdp-cta-wish:hover{border-color:#ff3e6c;color:#ff3e6c;transform:translateY(-2px);box-shadow:0 4px 16px #ff3e6c2e}.pdp-cta-wish svg{transition:transform .25s ease,fill .2s ease,stroke .2s ease}.pdp-cta-wish:hover svg{transform:scale(1.18);stroke:#ff3e6c}.pdp-cta-wish.wishlisted{background:#ff3e6c;border-color:#ff3e6c;color:#fff;box-shadow:0 4px 18px #ff3e6c52;animation:pdp-wish-beat 1.1s ease-in-out .05s 1}.pdp-cta-wish.wishlisted svg{fill:#fff;stroke:#fff}.pdp-cta-wish.wish-pop{animation:pdp-wish-pop .45s cubic-bezier(.36,.07,.19,.97) both}@media(max-width:600px){.pdp-cta-wish{flex:0 0 52px;width:52px;min-width:52px}}.product-info__price-wrap{margin-bottom:18px!important;padding-bottom:16px!important;gap:6px!important;border-bottom:1px solid var(--sk-border, #ececec)!important}.product-info__price-row{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap;row-gap:4px}.product-info__price,.product-info__price--on-sale{font-size:clamp(22px,3vw,28px)!important;font-weight:800!important;letter-spacing:-.02em!important;color:#111!important;font-variant-numeric:tabular-nums!important;line-height:1.1!important}.product-info__compare-price{font-size:15px!important;color:#7e8290!important;font-weight:500!important;font-variant-numeric:tabular-nums}.product-info__compare-price s{text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:#9aa0aa}.product-info__save-badge{display:inline-flex;align-items:center;padding:3px 8px!important;background:#16a34a1a!important;color:#15803d!important;font-size:12px!important;font-weight:700!important;letter-spacing:.02em!important;border-radius:4px!important;line-height:1.4}.product-info__savings{display:inline-flex;align-items:center;gap:6px;margin:0!important;padding:6px 10px;background:#16a34a0f;border-radius:6px;font-size:12.5px!important;font-weight:500!important;color:#15803d!important;letter-spacing:.01em!important;width:max-content;max-width:100%}.product-info__savings svg{flex-shrink:0}.product-info__savings strong{font-weight:700;font-variant-numeric:tabular-nums}.product-info__tax-note{display:block;font-size:12px;color:#9aa0aa;margin-top:2px}@media(max-width:600px){.product-info__price-wrap{margin-bottom:14px!important;padding-bottom:12px!important}.product-info__price,.product-info__price--on-sale{font-size:22px!important}.product-info__compare-price{font-size:13.5px!important}.product-info__save-badge{font-size:11.5px!important;padding:2px 7px!important}.product-info__savings{font-size:12px!important;padding:5px 9px}}.product-page{background:#fff!important;padding-top:0!important;padding-bottom:48px!important}.product-page .container{max-width:1280px!important;padding-left:clamp(14px,3vw,28px)!important;padding-right:clamp(14px,3vw,28px)!important}.product-breadcrumbs{font-size:12.5px!important;color:#6b6f7d!important;letter-spacing:.01em!important;margin-bottom:10px!important;padding:0!important;display:flex!important;align-items:center;gap:6px;flex-wrap:nowrap!important;overflow:hidden!important;white-space:nowrap!important}.product-breadcrumbs a{color:#6b6f7d!important;text-decoration:none;transition:color .15s}.product-breadcrumbs a:hover{color:#111!important}.product-breadcrumbs span[aria-hidden]{color:#cfd2d8}.product-breadcrumbs__current{color:#111!important;font-weight:500}.product-page__grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;gap:clamp(20px,3vw,48px)!important;align-items:flex-start}@media(max-width:900px){.product-page__grid{grid-template-columns:1fr!important;gap:18px!important}}.product-gallery--slider{display:grid!important;grid-template-columns:64px 1fr!important;gap:12px!important}@media(max-width:900px){.product-gallery--slider{grid-template-columns:1fr!important}}.product-gallery__viewport{border-radius:10px!important;overflow:hidden!important;background:#f7f7f8!important;border:1px solid #ececec!important;position:relative}.product-gallery__badge,.product-gallery__badge--sale{top:14px!important;left:14px!important;padding:5px 10px!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.06em!important;border-radius:4px!important;z-index:5}.product-gallery__badge--sale{background:#dc2626!important;color:#fff!important}.product-gallery__dots{gap:6px!important;bottom:14px!important}.product-gallery__dot{width:6px!important;height:6px!important;background:#0003!important;border:0!important}.product-gallery__dot.active{width:18px!important;border-radius:3px!important;background:var(--color-accent,#DB1A1A)!important}.product-gallery__arrow{width:38px!important;height:38px!important;background:#ffffffeb!important;border:0!important;box-shadow:0 4px 12px #00000014!important;border-radius:50%!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery__arrow:hover{background:#111!important;color:#fff!important}.product-gallery__counter{bottom:14px!important;right:14px!important;background:#111111b3!important;color:#fff!important;font-size:11px!important;padding:3px 8px!important;border-radius:999px!important;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery__thumbs-sidebar{gap:8px!important}.product-gallery__thumb-side{width:60px!important;height:75px!important;border-radius:8px!important;border:2px solid transparent!important;overflow:hidden;padding:0!important;background:#f7f7f8;transition:border-color .18s ease,transform .18s ease}.product-gallery__thumb-side img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb-side:hover{transform:translateY(-1px)}.product-gallery__thumb-side.active{border-color:#111!important}.product-info{position:sticky!important;top:calc(var(--header-height,72px) + var(--announcement-content-offset,0px) + 16px)!important;align-self:flex-start!important;max-height:calc(100vh - var(--header-height,72px) - var(--announcement-content-offset,0px) - 32px);overflow-y:auto;padding-right:4px}.product-info::-webkit-scrollbar{width:5px}.product-info::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:99px}@media(max-width:900px){.product-info{position:static!important;max-height:none!important;overflow:visible!important}}.product-info__vendor-row{display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px!important}.product-info__vendor{display:inline-flex;align-items:center;gap:6px;font-size:12.5px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase;color:#1a1a1a!important}.product-info__vendor-badge{width:13px!important;height:13px!important}@keyframes pdp-wish-pop{0%{transform:scale(1)}30%{transform:scale(1.45)}55%{transform:scale(.87)}75%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes pdp-wish-beat{0%,to{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.09)}70%{transform:scale(1)}}.pdp-wishlist-icon{width:40px;height:40px;background:#fff!important;border:1.5px solid #e8e8e8!important;border-radius:50%!important;display:inline-flex;align-items:center;justify-content:center;color:#aaa;cursor:pointer;box-shadow:0 1px 5px #00000012;transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;position:relative;flex-shrink:0}.pdp-wishlist-icon svg{width:18px;height:18px;transition:fill .22s ease,stroke .22s ease,transform .22s ease}.pdp-wishlist-icon:hover{background:#fff5f7!important;border-color:#ff3e6c!important;color:#ff3e6c!important;box-shadow:0 2px 14px #ff3e6c38!important}.pdp-wishlist-icon:hover svg{stroke:#ff3e6c;transform:scale(1.12)}.pdp-wishlist-icon.wishlisted{background:#ff3e6c!important;border-color:#ff3e6c!important;color:#fff!important;box-shadow:0 4px 18px #ff3e6c59!important;animation:pdp-wish-beat 1.1s ease-in-out .05s 1}.pdp-wishlist-icon.wishlisted svg{fill:#fff!important;stroke:#fff!important}.pdp-wishlist-icon.wish-pop{animation:pdp-wish-pop .45s cubic-bezier(.36,.07,.19,.97) both}.pdp-wishlist-icon:after{content:attr(aria-label);position:absolute;bottom:calc(100% + 8px);right:50%;transform:translate(50%);background:#111;color:#fff;font-size:10px;font-weight:500;letter-spacing:.04em;white-space:nowrap;padding:4px 9px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:10}.pdp-wishlist-icon:hover:after{opacity:1}.product-info__title{font-size:clamp(20px,2.6vw,26px)!important;font-weight:700!important;line-height:1.25!important;letter-spacing:-.015em!important;color:#111!important;margin:0 0 10px!important}.product-info__rating{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;background:#f7f7f8;border-radius:6px;margin-bottom:12px}.product-info__stars{display:inline-flex;gap:1px}.product-info__review-count{font-size:12.5px!important;font-weight:600!important;color:#1a1a1a!important;text-decoration:none!important}.product-info__review-count:hover{text-decoration:underline!important}.pdp-social-proof{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#dc26260d;border:1px solid rgba(220,38,38,.15);border-radius:6px;font-size:12.5px;color:#7a1d1d;margin-bottom:14px}.pdp-social-proof strong{color:#dc2626;font-weight:700}.pdp-social-proof__dot{width:8px;height:8px;border-radius:50%;background:#dc2626;box-shadow:0 0 #dc262699;animation:sk-pdp-pulse 1.6s ease-out infinite;flex-shrink:0}@keyframes sk-pdp-pulse{0%{box-shadow:0 0 #dc262699}70%{box-shadow:0 0 0 8px #dc262600}to{box-shadow:0 0 #dc262600}}.product-info__options{background:transparent!important;border:0!important;padding:0!important}.product-option{margin-bottom:18px}.product-option__label{display:flex;align-items:center;justify-content:space-between;font-size:13px!important;font-weight:600!important;color:#1a1a1a!important;text-transform:none!important;letter-spacing:.01em!important;margin-bottom:10px}.product-option__values{display:flex;gap:8px;flex-wrap:wrap}.product-option__value{min-width:44px;min-height:40px;padding:0 14px!important;display:inline-flex;align-items:center;justify-content:center;font-size:13px!important;font-weight:500!important;color:#1a1a1a!important;background:#fff!important;border:1px solid #d4d4d8!important;border-radius:6px!important;cursor:pointer;transition:border-color .15s,color .15s,background .15s,transform .15s}.product-option__value:hover{border-color:#1a1a1a!important;transform:translateY(-1px)}.product-option__value.selected{background:#1a1a1a!important;color:#fff!important;border-color:#1a1a1a!important}.product-info__quantity{margin-bottom:18px}.product-info__quantity .quantity-selector{max-width:140px}.pdp-delivery-strip{margin:18px 0!important;padding:14px 16px!important;background:#f7f7f8!important;border:1px solid #ececec!important;border-radius:10px!important;display:grid;grid-template-columns:1fr 1fr;gap:10px}.pdp-delivery-strip__item{display:flex;align-items:flex-start;gap:10px;font-size:12.5px!important;color:#1a1a1a;line-height:1.4}.pdp-delivery-strip__item svg{flex-shrink:0;color:#16a34a;margin-top:1px}.pdp-delivery-strip__item strong{display:block;font-weight:700;color:#111;margin-bottom:1px}@media(max-width:480px){.pdp-delivery-strip{grid-template-columns:1fr}}.pdp-trust-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0!important}.pdp-trust-trio__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:#fff;border:1px solid #ececec;border-radius:10px;text-align:center;font-size:11.5px;font-weight:500;color:#1a1a1a;line-height:1.3}.pdp-trust-trio__item svg{color:#1a1a1a}.product-info__meta,.pdp-accordion,.product-info__description{margin-top:24px;padding-top:18px;border-top:1px solid #ececec}.product-accordion{margin-top:24px!important;padding-top:0!important;border-top:0!important;display:flex!important;flex-direction:column;gap:10px}.product-accordion .accordion-item{background:#fff!important;border:1px solid #ececec!important;border-radius:10px!important;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.product-accordion .accordion-item.open{border-color:#d4d4d8!important;box-shadow:0 1px 3px #0000000a}.product-accordion .accordion-trigger{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%;padding:16px 18px!important;background:transparent!important;border:0!important;cursor:pointer;font-size:14px!important;font-weight:600!important;color:#1a1a1a!important;letter-spacing:.005em!important;text-align:left;line-height:1.3;transition:background .15s ease}.product-accordion .accordion-trigger:hover{background:#fafafa!important}.product-accordion .accordion-trigger__lead{display:inline-flex;align-items:center;gap:12px;min-width:0}.product-accordion .accordion-trigger__icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#f5f5f7;color:#1a1a1a;flex-shrink:0;transition:background .15s ease,color .15s ease}.product-accordion .accordion-item.open .accordion-trigger__icon{background:#1a1a1a;color:#ffc043}.product-accordion .accordion-chev{width:18px;height:18px;color:#6b6f7d;transition:transform .25s ease,color .15s ease;flex-shrink:0}.product-accordion .accordion-item.open .accordion-chev{transform:rotate(180deg);color:#1a1a1a}.product-accordion .accordion-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1)}.product-accordion .accordion-item.open .accordion-content{max-height:1500px}.product-accordion .accordion-content__inner{padding:0 18px 18px 62px!important;font-size:13.5px!important;line-height:1.65!important;color:#4a4a4a!important}.product-accordion .accordion-content__inner p{margin:0 0 10px}.product-accordion .accordion-content__inner p:last-child{margin-bottom:0}.product-accordion .accordion-content__inner ul,.product-accordion .accordion-content__inner ol{margin:8px 0 10px;padding-left:18px}.product-accordion .accordion-content__inner li{margin-bottom:4px}.product-accordion .accordion-content__inner strong{color:#1a1a1a;font-weight:600}.product-accordion .accordion-content__inner a{color:#3ccbe0;text-decoration:underline}@media(max-width:600px){.product-accordion .accordion-trigger{padding:14px!important;font-size:13.5px!important}.product-accordion .accordion-trigger__icon{width:28px;height:28px}.product-accordion .accordion-trigger__icon svg{width:14px;height:14px}.product-accordion .accordion-content__inner{padding:0 14px 14px 54px!important;font-size:13px!important}}.product-info__meta{margin-top:24px!important;padding-top:20px!important;border-top:1px solid #ececec!important}.product-info__meta-title{display:flex;align-items:center;gap:8px;margin:0 0 14px!important;font-size:14px!important;font-weight:700!important;letter-spacing:.01em!important;color:#111!important;text-transform:none!important}.product-info__meta-title svg{color:#ffc043;flex-shrink:0}.product-info__meta-grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:8px}@media(max-width:480px){.product-info__meta-grid{grid-template-columns:1fr}}.product-info__meta-item{display:flex!important;flex-direction:column;gap:2px;padding:10px 14px!important;background:#fafafa!important;border:1px solid #ececec!important;border-radius:8px!important;font-size:13px!important;line-height:1.4!important;color:#1a1a1a!important;transition:border-color .15s,background .15s;min-height:54px;justify-content:center}.product-info__meta-item:hover{border-color:#d4d4d8!important;background:#fff!important}.product-info__meta-item strong{display:block;font-size:10.5px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase;color:#7e8290!important;margin:0 0 1px!important}.pdp-reviews{background:#fafafa!important;padding:28px 0 36px!important;margin-top:28px!important}.pdp-reviews .container{max-width:1280px!important;padding:0 clamp(14px,3vw,28px)!important}.pdp-reviews__header{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px!important;padding:28px!important;background:#fff!important;border:1px solid #ececec!important;border-radius:14px!important;margin-bottom:24px!important}@media(max-width:768px){.pdp-reviews__header{grid-template-columns:1fr!important;gap:24px!important;padding:20px!important}}.pdp-reviews__title{font-size:clamp(20px,2.4vw,24px)!important;font-weight:700!important;letter-spacing:-.015em!important;color:#111!important;margin:0 0 16px!important}.pdp-reviews__summary{display:flex;align-items:center;gap:16px}.pdp-reviews__avg{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px 18px;background:#fff8f0;border:1px solid #ffd8b8;border-radius:10px;min-width:120px}.pdp-reviews__avg-number{font-size:32px!important;font-weight:800!important;color:#111!important;line-height:1!important;letter-spacing:-.02em!important;font-variant-numeric:tabular-nums}.pdp-reviews__avg-stars{display:inline-flex;gap:2px}.pdp-reviews__count{font-size:13px;font-weight:500;color:#6b6f7d}.pdp-reviews__bar-chart{display:flex;flex-direction:column;gap:8px}.pdp-reviews__bar-row{display:grid;grid-template-columns:32px 1fr 36px;align-items:center;gap:10px;font-size:12.5px}.pdp-reviews__bar-label{display:inline-flex;align-items:center;gap:3px;font-weight:600;color:#1a1a1a}.pdp-reviews__bar-track{height:6px;background:#ececec;border-radius:99px;overflow:hidden}.pdp-reviews__bar-fill{height:100%;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:99px;transition:width .6s ease-out}.pdp-reviews__bar-pct{font-size:12px;color:#6b6f7d;font-variant-numeric:tabular-nums;text-align:right}.pdp-reviews__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.pdp-review{background:#fff!important;border:1px solid #ececec!important;border-radius:12px!important;padding:18px!important;display:flex;flex-direction:column;gap:10px;transition:border-color .18s,transform .18s,box-shadow .18s}.pdp-review:hover{border-color:#d4d4d8;transform:translateY(-2px);box-shadow:0 8px 22px #0000000d}.pdp-review__top{display:grid!important;grid-template-columns:36px 1fr auto;align-items:center;gap:10px}.pdp-review__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3ccbe0,#7de5f0);color:#fff;font-weight:700;font-size:14px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.pdp-review__author-info{min-width:0}.pdp-review__author{display:flex;align-items:center;gap:6px;font-size:13.5px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.2}.pdp-review__verified{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;font-weight:600;color:#15803d;padding:1px 6px;background:#16a34a1a;border-radius:4px}.pdp-review__verified svg{width:10px;height:10px}.pdp-review__location{display:block;font-size:11.5px;color:#7e8290;margin-top:1px;font-weight:500}.pdp-review__date{font-size:11.5px;color:#9aa0aa;font-weight:500;white-space:nowrap}.pdp-review__stars{display:inline-flex;gap:1px}.pdp-review__title{font-size:14px!important;font-weight:700!important;color:#111!important;letter-spacing:-.005em;line-height:1.3}.pdp-review__body{font-size:13px!important;line-height:1.6!important;color:#4a4a4a!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pdp-review__helpful{margin-top:auto;padding-top:6px;border-top:1px solid #f5f5f7}.pdp-review__helpful-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid #e0e0e0;border-radius:6px;font-size:12px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:background .15s,border-color .15s}.pdp-review__helpful-btn:hover:not([disabled]){background:#f5f5f7;border-color:#1a1a1a}.pdp-review__helpful-btn[disabled]{background:#16a34a14;border-color:#16a34a;color:#15803d;cursor:default}.pdp-recommendations,.pdp-recent{padding:28px 0!important;background:#fff}.pdp-recent{background:#fafafa}.pdp-recommendations .container,.pdp-recent .container{max-width:1280px!important;padding:0 clamp(14px,3vw,28px)!important}.bwk-section__head,.pdp-recent__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.bwk-section__title,.pdp-recent__title{font-size:clamp(20px,2.4vw,24px)!important;font-weight:700!important;letter-spacing:-.015em!important;color:#111!important;margin:0!important;position:relative;padding-bottom:8px}.bwk-section__title:after,.pdp-recent__title:after{content:"";position:absolute;bottom:0;width:36px;height:3px;background:#3ccbe0;border-radius:2px}.pdp-recent__title:after{left:0}.bwk-section__title{position:relative}.bwk-section__title:after{left:50%;transform:translate(-50%)}.pdp-recent__clear{background:transparent;border:0;padding:6px 10px;font-size:12px;font-weight:600;color:#3ccbe0;cursor:pointer;letter-spacing:.04em;text-transform:uppercase}.pdp-recent__clear:hover{text-decoration:underline}.pdp-recent__scroll{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(180px,1fr)!important;gap:14px!important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 4px 8px}.pdp-recent__scroll::-webkit-scrollbar{display:none}.pdp-recent__scroll>*{scroll-snap-align:start}@media(max-width:600px){.pdp-recommendations,.pdp-recent{padding:20px 0!important}.pdp-recent__scroll{grid-auto-columns:minmax(150px,1fr)!important;gap:10px!important}}.product-info__save-badge{background:#16a34a!important;color:#fff!important;font-weight:700;font-size:12px;padding:3px 9px;border-radius:4px;letter-spacing:.02em;animation:pop-in .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes pop-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.product-info__savings{background:#16a34a12!important;border-left:3px solid #16a34a;padding:8px 12px!important;border-radius:6px;font-size:13px;color:#15803d!important;font-weight:500;margin-top:6px}.product-info__savings svg{color:#16a34a;vertical-align:-2px;margin-right:4px}.product-info__savings strong{color:#15803d}.product-info__cta-desktop .btn--primary,.product-info__cta-desktop .btn--atb{background:var(--color-accent,#DB1A1A)!important;color:#fff!important;border:none!important;font-weight:700;letter-spacing:.04em;font-size:15px;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.product-info__cta-desktop .btn--primary:hover,.product-info__cta-desktop .btn--atb:hover{transform:translateY(-2px);box-shadow:0 6px 20px #db1a1a4d}.product-info__cta-desktop .btn--buy-now{background:#111!important;color:#fff!important;border:none!important;font-weight:700;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.product-info__cta-desktop .btn--buy-now:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.pdp-urgency{background:linear-gradient(90deg,#dc26260f,#dc262605)!important;border-left:3px solid #dc2626!important;border-radius:6px;padding:10px 14px!important;font-size:13px;font-weight:600;color:#991b1b!important}.pdp-urgency svg{color:#dc2626;flex-shrink:0}.pdp-delivery-strip{background:linear-gradient(135deg,#16a34a0f,#16a34a05)!important;border:1px solid rgba(22,163,74,.15)!important;border-radius:10px!important;padding:14px 16px!important}.pdp-delivery-strip__item strong{color:#15803d!important}.pdp-delivery-strip__item svg{color:#16a34a!important}.pdp-free-shipping{background:linear-gradient(90deg,#ecfdf5,#f0fdf4)!important;border:1px solid #86efac!important;border-radius:8px!important;padding:10px 14px!important;color:#166534!important;font-weight:600;font-size:13px}.pdp-free-shipping svg{color:#16a34a!important}.available-offers{background:linear-gradient(135deg,#fb923c14,#fb923c05)!important;border:1.5px solid rgba(251,146,60,.25)!important;border-radius:10px!important}.available-offer{border-radius:8px!important;border:1px solid rgba(251,146,60,.2)!important;transition:transform .2s ease,box-shadow .2s ease}.available-offer:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fb923c1f}.pdp-social-proof{background:#16a34a0f!important;border:1px solid rgba(22,163,74,.15)!important;border-radius:20px!important;color:#15803d!important;font-size:12.5px;font-weight:500}.pdp-social-proof__dot{background:#16a34a!important;box-shadow:0 0 0 3px #16a34a33!important}.product-trust__item{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-trust__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f;border-color:var(--color-accent,#DB1A1A)!important}.product-trust__item:hover svg{color:var(--color-accent,#DB1A1A)!important}.product-highlight{border:1px solid rgba(0,0,0,.08)!important;border-radius:20px!important;padding:5px 12px!important;font-weight:500;font-size:12.5px;transition:border-color .2s ease,background .2s ease}.product-highlight:hover{border-color:var(--color-accent,#DB1A1A)!important;background:#db1a1a08}.product-highlight svg{color:var(--color-accent,#DB1A1A)!important}@media(max-width:768px){.product-info__cta-group{border-top:3px solid var(--color-accent,#DB1A1A)!important;padding:10px 12px 12px!important;border-radius:16px 16px 0 0!important;box-shadow:0 -4px 20px #00000014!important;background:#fff!important}.product-info__cta-group .btn--atb{background:var(--color-accent,#DB1A1A)!important;color:#fff!important;border:none!important;font-weight:700;font-size:14px;border-radius:10px;min-height:46px}.product-info__cta-group .btn--buy-now-mobile{background:#111!important;color:#fff!important;border:none!important;font-weight:700;font-size:14px;border-radius:10px;min-height:46px}.pdp-sticky-price{display:flex;align-items:center;justify-content:center;gap:8px;padding-bottom:6px;font-size:13px;line-height:1}.pdp-sticky-price__current{font-weight:700;font-size:16px;color:#111}.pdp-sticky-price__original{text-decoration:line-through;color:#999;font-size:12px}.pdp-sticky-price__off{background:#16a34a;color:#fff;font-size:10.5px;font-weight:700;padding:2px 6px;border-radius:3px}.product-info__price,.product-info__price--on-sale{font-size:clamp(22px,6vw,28px)!important}.product-info__compare-price{font-size:15px!important}.product-option__value{min-width:44px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media(min-width:769px){.product-info__price,.product-info__price--on-sale{font-size:26px!important}.pdp-sticky-price{display:none}}.product-info__title{margin:0 0 4px!important}.product-info__rating,.pdp-social-proof{margin-bottom:6px!important}.product-info__price-wrap{margin-bottom:8px!important;padding-bottom:8px!important}.pdp-available-offers,.product-highlights{margin-bottom:8px!important}.product-option{margin-bottom:10px!important}.pdp-urgency{margin-bottom:8px!important}.pdp-ticket{margin-bottom:10px!important}.product-info__quantity{margin-bottom:12px!important}.product-info__cta-desktop{margin-bottom:10px!important;padding-bottom:10px!important}.pdp-delivery-strip{margin:10px 0!important}.pdp-free-shipping{margin-bottom:8px!important}.pdp-trust-trio,.product-trust{margin:10px 0!important}.product-info__meta,.pdp-accordion,.product-info__description{margin-top:16px!important;padding-top:12px!important}.product-accordion{margin-top:16px!important}@media(max-width:1024px){.product-page__grid{grid-template-columns:1fr!important}.product-info,.product-gallery,.product-gallery--slider{position:static!important;max-height:none!important;overflow:visible!important;top:auto!important}}@media(min-width:1025px){html,body.template-product{overflow-x:clip!important}body.template-product .product-page{overflow:visible!important}.product-page__grid{align-items:flex-start!important}.product-info{position:static!important;max-height:none!important;overflow:visible!important;top:auto!important;align-self:start!important;padding-right:0!important}.product-gallery,.product-gallery--slider{position:sticky!important;align-self:start!important;top:calc(var(--header-height,64px) + var(--announcement-content-offset,0px) + 16px)!important;max-height:none!important;overflow:visible!important}}.floating-actions{position:fixed;right:24px;bottom:24px;z-index:900;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.floating-actions>*{pointer-events:auto}.floating-actions .back-to-top,.floating-actions .whatsapp-float{position:static!important;bottom:auto!important;right:auto!important}@media(max-width:768px){.floating-actions{right:14px;bottom:max(76px,calc(68px + env(safe-area-inset-bottom,0px)))}}.template-product .floating-actions{bottom:24px}@media(max-width:1024px){.template-product .floating-actions{bottom:max(96px,calc(88px + env(safe-area-inset-bottom,0px)))}}.product-breadcrumbs{padding:10px 0 14px!important;margin-bottom:0!important}@media(min-width:769px)and (max-width:1100px){.product-page__grid{gap:2rem!important}}.product-info__vendor-row{margin-bottom:4px!important}.product-info__title{font-size:clamp(1.35rem,2.8vw,2rem)!important;margin-bottom:.35rem!important;line-height:1.2!important;letter-spacing:.02em!important}.product-info__rating{margin-bottom:.5rem!important}.product-info__price-wrap{margin-bottom:.75rem!important;padding-bottom:.75rem!important}.product-highlights{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-bottom:1rem!important}.product-highlight{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 10px!important;background:#f5f5f3!important;border-radius:6px!important;font-size:.68rem!important;font-weight:600!important;letter-spacing:.04em!important;color:var(--color-heading)!important;text-transform:capitalize!important;border:1px solid transparent!important;transition:border-color .2s,background .2s!important}.product-highlight:hover{background:#efefed!important;border-color:var(--color-border)!important}.product-highlight svg{flex-shrink:0!important;color:var(--color-accent)!important}.product-info__options{margin-bottom:.75rem!important}.product-option{margin-bottom:1rem!important}.product-option__label{display:flex!important;align-items:center!important;gap:4px!important;font-size:.72rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;margin-bottom:.55rem!important;color:var(--color-heading)!important}.product-option__values{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.product-option__value{min-width:44px!important;padding:7px 10px!important;font-size:.72rem!important;font-weight:600!important;border-radius:6px!important;border:1.5px solid #e0e0e0!important;text-align:center!important;cursor:pointer!important;transition:all .18s ease!important;letter-spacing:.04em!important;line-height:1!important;color:var(--color-heading)!important;background:#fff!important}.product-option__value:hover{border-color:var(--color-accent)!important;color:var(--color-accent)!important}.product-option__value.selected{border-color:var(--color-heading)!important;background:var(--color-heading)!important;color:#fff!important}.product-option__value.unavailable{opacity:.38!important;text-decoration:line-through!important;cursor:not-allowed!important}.product-option__value--color-swatch{width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border-radius:50%!important;background:var(--swatch-bg)!important;border:2.5px solid #e0e0e0!important;box-shadow:inset 0 0 0 2px #0000000d!important}.product-option__value--color-swatch.selected{border-color:var(--color-heading)!important;box-shadow:0 0 0 3px #fff,0 0 0 5px var(--color-heading)!important;background:var(--swatch-bg)!important;color:transparent!important}.product-info__quantity{margin-bottom:1rem!important;gap:.75rem!important}.quantity-selector{display:flex!important;align-items:center!important;border:1.5px solid #e0e0e0!important;border-radius:8px!important;overflow:hidden!important;height:42px!important}.quantity-selector button{width:42px!important;height:42px!important;font-size:1.1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f7f7f5!important;border:none!important;cursor:pointer!important;transition:background .15s!important;color:var(--color-heading)!important;font-weight:400!important;flex-shrink:0!important}.quantity-selector button:hover{background:#efefed!important}.quantity-selector input{width:48px!important;text-align:center!important;font-size:.9rem!important;font-weight:600!important;border:none!important;border-left:1px solid #e8e8e8!important;border-right:1px solid #e8e8e8!important;background:#fff!important;color:var(--color-heading)!important;-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.product-info__cta-desktop{gap:.6rem!important;margin-bottom:1rem!important;padding-bottom:1rem!important}.product-info__cta-desktop .btn{height:52px!important;border-radius:8px!important}@media(max-width:480px){.pdp-ticket__right{min-width:100px!important;padding:.5rem .75rem!important}.pdp-ticket__code{font-size:.75rem!important;padding:4px 10px!important}}.pdp-trust-trio{margin:1rem 0!important}.product-accordion{margin-top:1rem!important;padding-top:0!important;border-top:none!important}.accordion-item{border-bottom:1px solid #ebebeb!important;border-left:none!important;padding-left:0!important;transition:none!important}.accordion-item.open{border-left:none!important;padding-left:0!important}.accordion-trigger{padding:14px 0!important;font-size:.76rem!important;letter-spacing:.08em!important;gap:.5rem!important}.accordion-trigger__lead{display:flex!important;align-items:center!important;gap:8px!important}.accordion-trigger__icon{width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f5f5f3!important;border-radius:6px!important;flex-shrink:0!important;color:var(--color-accent)!important}.accordion-content__inner{padding:0 0 1rem 36px!important;font-size:.82rem!important;line-height:1.8!important}.product-info__meta{margin-top:.75rem!important;padding-top:.75rem!important;border-top:1px solid #ebebeb!important}.product-info__meta-title{font-size:.7rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;margin-bottom:.75rem!important;color:var(--color-heading)!important;display:flex!important;align-items:center!important;gap:6px!important}.product-info__meta-title svg{color:var(--color-accent)!important;flex-shrink:0!important}.product-info__meta-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important}.product-info__meta-item{padding:8px 0!important;border-bottom:1px solid #f0f0f0!important;font-size:.75rem!important;display:flex!important;gap:6px!important;align-items:baseline!important}.product-info__meta-item strong{color:var(--color-heading)!important;font-weight:600!important;min-width:70px!important;flex-shrink:0!important}@media(max-width:767px){.product-breadcrumbs{padding:8px 0 10px!important}.product-page__grid{gap:0!important}.product-info{padding:16px 16px 0!important}.product-info__vendor-row{margin-bottom:3px!important}.product-info__title{font-size:1.25rem!important;margin-bottom:.25rem!important}.product-info__rating{margin-bottom:.35rem!important}.product-info__price-wrap{margin-bottom:.6rem!important;padding-bottom:.6rem!important}.product-highlights{margin-bottom:.75rem!important;gap:5px!important}.product-highlight{font-size:.62rem!important;padding:4px 8px!important}.product-option{margin-bottom:.75rem!important}.product-option__label{font-size:.68rem!important;margin-bottom:.45rem!important}.product-option__value{min-width:40px!important;padding:6px 8px!important;font-size:.68rem!important}.product-option__value--color-swatch{width:28px!important;height:28px!important;min-width:28px!important}.quantity-selector{height:38px!important}.quantity-selector button{width:38px!important;height:38px!important;font-size:1rem!important}.product-info__cta-desktop .btn{height:48px!important}.accordion-trigger{padding:12px 0!important;font-size:.72rem!important}.accordion-content__inner{padding:0 0 .75rem 32px!important;font-size:.8rem!important}.accordion-trigger__icon{width:24px!important;height:24px!important;border-radius:5px!important}.product-info__meta-grid{grid-template-columns:1fr!important}.product-info__meta-item{padding:6px 0!important;font-size:.72rem!important}.product-info__meta-item strong{min-width:80px!important}}.available-offers{margin:10px 0 12px!important}@media(max-width:767px){.accordion-content__inner{padding:0 0 .75rem!important}.accordion-trigger__icon{display:none!important}.accordion-trigger{padding:12px 4px!important}}.product-info__meta-grid{display:flex!important;flex-direction:column!important}.product-info__meta-item{display:flex!important;flex-direction:row!important;align-items:baseline!important;padding:7px 0!important;border-bottom:1px solid #f2f2f2!important;font-size:.76rem!important;gap:8px!important}.product-info__meta-item:last-child{border-bottom:none!important}.product-info__meta-item strong{min-width:90px!important;flex-shrink:0!important;font-weight:600!important;color:var(--color-heading)!important;font-size:.72rem!important}.quantity-selector{border:1px solid #e5e5e5!important;border-radius:6px!important;height:40px!important;width:fit-content!important;min-width:116px!important}.quantity-selector button{width:38px!important;height:40px!important;background:#f9f9f7!important;font-weight:300!important}.quantity-selector input{width:40px!important;font-size:.88rem!important}@media(max-width:767px){.product-info__quantity{align-items:center!important;flex-direction:row!important;gap:12px!important}.product-info__quantity .product-option__label{margin-bottom:0!important;white-space:nowrap!important}}.product-card__badge--sale{font-size:.6rem!important;letter-spacing:.08em!important;padding:4px 9px!important}.product-card__pct-off{font-size:.62rem!important;font-weight:700!important;color:#16a34a!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important;padding:2px 6px!important;border-radius:4px!important;letter-spacing:.02em!important;white-space:nowrap!important}@media(max-width:480px){.product-card__sizes{gap:3px!important}.product-card__size{font-size:.52rem!important;padding:2px 5px!important}.product-card__swatches{gap:4px!important}}.pdp-usp-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:14px 0!important;border-top:1px solid var(--color-border)!important;padding-top:14px!important}.pdp-usp-row__item{display:flex!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;background:var(--color-surface, #fafafa)!important;border:1px solid var(--color-border, #e8e8e8)!important;border-radius:10px!important;transition:border-color .2s ease!important}.pdp-usp-row__item:hover{border-color:rgba(var(--color-accent-rgb),.3)!important}.pdp-usp-row__icon{flex-shrink:0!important;width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(var(--color-accent-rgb),.08)!important;border-radius:8px!important;color:var(--color-accent)!important}.pdp-usp-row__text{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}.pdp-usp-row__text strong{font-size:.72rem!important;font-weight:700!important;color:var(--color-heading, #1a1a1a)!important;line-height:1.2!important;display:block!important}.pdp-usp-row__text span{font-size:.62rem!important;color:var(--color-text-muted, #888)!important;line-height:1.2!important}@media(max-width:480px){.pdp-usp-row{gap:6px!important}.pdp-usp-row__item{padding:8px 10px!important;gap:8px!important;border-radius:8px!important}.pdp-usp-row__icon{width:30px!important;height:30px!important;border-radius:7px!important}.pdp-usp-row__text strong{font-size:.65rem!important}.pdp-usp-row__text span{font-size:.57rem!important}}.pdp-share{display:flex!important;align-items:center!important;gap:10px!important;padding:10px 0!important;border-bottom:1px solid var(--color-border)!important;margin-bottom:2px!important}.pdp-share__label{font-size:.68rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:var(--color-text-muted)!important;flex-shrink:0!important}.pdp-share__btns{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.pdp-share__btn{width:32px!important;height:32px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1.5px solid var(--color-border)!important;color:var(--color-text-muted)!important;background:#fff!important;cursor:pointer!important;text-decoration:none!important;transition:all .2s ease!important;flex-shrink:0!important;position:relative!important}.pdp-share__btn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #0000001a!important}.pdp-share__btn--wa:hover{background:#25d366!important;border-color:#25d366!important;color:#fff!important}.pdp-share__btn--fb:hover{background:#1877f2!important;border-color:#1877f2!important;color:#fff!important}.pdp-share__btn--tw:hover{background:#000!important;border-color:#000!important;color:#fff!important}.pdp-share__btn--copy:hover,.pdp-share__btn--copy.copied{background:var(--color-accent)!important;border-color:var(--color-accent)!important;color:#fff!important}.pdp-share__tip{position:absolute!important;bottom:calc(100% + 6px)!important;left:50%!important;transform:translate(-50%) scale(.85)!important;background:var(--color-heading, #1a1a1a)!important;color:#fff!important;font-size:.6rem!important;font-weight:600!important;padding:3px 8px!important;border-radius:4px!important;white-space:nowrap!important;pointer-events:none!important;opacity:0!important;transition:all .18s ease!important}.pdp-share__btn--copy.copied .pdp-share__tip{opacity:1!important;transform:translate(-50%) scale(1)!important}.product-gallery__viewport{position:relative!important;overflow:hidden!important}.product-gallery__track{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;height:auto!important;display:flex!important}.product-gallery__slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important;position:relative!important;overflow:hidden!important}.product-gallery__slide img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important}.product-gallery__counter,.product-gallery__arrow{z-index:4!important}.product-gallery__arrow--prev{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important}.product-gallery__arrow--next{position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme-product.css.map */
