.product-page{max-width:1400px;margin:0 auto;padding:0 1rem}.product-page--canvas{max-width:none;padding:0;overflow-x:clip}@media(min-width:768px){.product-page:not(.product-page--canvas){padding:0 1.5rem}}.breadcrumbs{padding:1rem 0;font-size:.875rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;color:#9ca3af}.breadcrumbs__link{color:#6b7280;text-decoration:none;transition:color .15s}.breadcrumbs__link:hover{color:var(--color-primary, #2563eb);text-decoration:underline}.breadcrumbs__item--current{color:#111827;font-weight:500}.product-detail{margin-bottom:3rem}.product-detail__grid{display:grid;gap:2rem}@media(min-width:1024px){.product-detail__grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-detail__gallery{position:relative}@media(min-width:1024px){.product-detail__gallery{position:sticky;top:1rem;align-self:start}}.product-detail__info{display:flex;flex-direction:column}.product-detail__canvas,.product-detail__info-layout{width:100%;display:flex;flex-direction:column}.product-detail__col,.product-detail__subcol{min-width:0}@media(min-width:641px)and (max-width:768px){.product-detail__canvas .product-detail__row:not([data-pdr-cols~=tablet]){grid-template-columns:1fr!important}}@media(max-width:640px){.product-detail__canvas .product-detail__row:not([data-pdr-cols]){grid-template-columns:1fr!important}}.product-detail__block--spaced>:first-child{margin-top:0}.product-detail__block--spaced>:last-child{margin-bottom:0}.product-detail__subcol>.product-detail__block:first-child,.product-detail__subcol>.product-detail__block:first-child>:first-child{margin-top:0}.product-detail__subcol>.product-detail__block:last-child,.product-detail__subcol>.product-detail__block:last-child>:last-child{margin-bottom:0}.product-detail__col--valign>.product-detail__block:first-child,.product-detail__col--valign>.product-detail__block:first-child>:first-child,.product-detail__col--valign>.fl-stage+.product-detail__block,.product-detail__col--valign>.fl-stage+.product-detail__block>:first-child{margin-top:0}.product-detail__col--valign>.product-detail__block:last-child,.product-detail__col--valign>.product-detail__block:last-child>:last-child{margin-bottom:0}@media(min-width:1024px){.product-detail__col--sticky,.product-detail__row .product-detail__col.product-detail__col--sticky,.product-detail__subcol--sticky{position:sticky;top:6rem;align-self:start}}.product-detail__row:has(.fl-stage--bleed)~.product-detail__row{position:relative}.product-detail__row:not(:has(.fl-stage--bleed)):has(+.product-detail__row .fl-stage--bleed){position:relative;z-index:1}.product-detail__row--band{position:relative}.product-detail__row--band>*:not(.fl-stage){position:relative}.product-detail__row--band:before{content:"";position:absolute;top:0;bottom:0;left:-100vw;right:-100vw;z-index:0;background:inherit;border-radius:0;pointer-events:none}.product-detail__subcols{gap:var(--pdc-gap, 16px)}@media(max-width:1023px){.product-detail__subcols{gap:var(--pdc-gap-tablet, var(--pdc-gap, 16px))}}@media(max-width:767px){.product-detail__subcols{gap:var(--pdc-gap-mobile, var(--pdc-gap-tablet, var(--pdc-gap, 16px)))}}.product-detail__block[data-align=center]{text-align:center}.product-detail__block[data-align=right]{text-align:right}.product-detail__block[data-align=left]{text-align:left}.product-detail__block[data-align=center] .flex{justify-content:center}.product-detail__block[data-align=right] .flex{justify-content:flex-end}.product-detail__block[data-align=left] .flex{justify-content:flex-start}.product-detail__header{margin-bottom:1rem}.product-detail__title{font-size:1.75rem;font-weight:700;line-height:1.2;color:#111827;margin:0 0 .5rem}@media(min-width:768px){.product-detail__title{font-size:2rem}}.product-detail__sku{font-size:.875rem;color:#6b7280;margin:0}.product-detail__sku span{font-family:ui-monospace,monospace;color:#374151}.product-detail__ratings-summary{margin-bottom:1rem}.product-detail__ratings-summary a{color:inherit;text-decoration:none}.product-detail__ratings-summary a:hover{text-decoration:underline}.product-detail__short-desc{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.product-detail__short-desc p{margin:0 0 .75rem}.product-detail__short-desc p:last-child{margin-bottom:0}.product-detail__actions{display:flex;gap:1rem;align-items:flex-end;margin:1.5rem 0;flex-wrap:wrap}@media(min-width:480px){.product-detail__actions{flex-wrap:nowrap}}.product-detail__important-info{margin:1.5rem 0}.important-info-box{display:flex;gap:.75rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;font-size:.875rem;color:#92400e}.important-info-box .icon{flex-shrink:0;color:#d97706}.important-info-box p{margin:0}.product-tabs{margin:3rem 0;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.product-tabs__nav{display:flex;background:#f9fafb;border-bottom:1px solid #e5e7eb;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-tabs__tab{flex:1;min-width:fit-content;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap}.product-tabs__tab:hover{color:#111827;background:#f3f4f6}.product-tabs__tab.active{color:var(--color-primary, #2563eb);border-bottom-color:var(--color-primary, #2563eb);background:#fff}.product-tabs__content{padding:1.5rem}@media(min-width:768px){.product-tabs__content{padding:2rem}}.product-tabs__panel{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.prose{font-size:var(--blog-base-size, 1rem);line-height:1.7;color:#374151}.prose h2,.prose h3,.prose h4{color:#111827;font-weight:600;margin:1.5rem 0 .75rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose h4{font-size:1.125rem}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin:1rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{max-width:100%;height:auto;border-radius:.5rem}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0}.prose th,.prose td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.prose th{font-weight:600;background:#f9fafb}.related-products{margin:3rem 0}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.product-carousel{position:relative}.product-carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__slide{flex:0 0 calc(50% - .5rem);scroll-snap-align:start}@media(min-width:640px){.product-carousel__slide{flex:0 0 calc(33.333% - .667rem)}}@media(min-width:1024px){.product-carousel__slide{flex:0 0 calc(25% - .75rem)}}.product-carousel__prev,.product-carousel__next{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s;z-index:5}.product-carousel__prev:hover,.product-carousel__next:hover{background:#f9fafb;box-shadow:0 4px 12px #00000026}.product-carousel__prev{left:-.75rem}.product-carousel__next{right:-.75rem}@media(max-width:768px){.product-carousel__prev,.product-carousel__next{display:none}}.share-buttons{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.share-buttons__label{font-size:.875rem;font-weight:500;color:#6b7280}.share-buttons__list{display:flex;gap:.5rem}.share-buttons__btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#f3f4f6;color:#6b7280;text-decoration:none;transition:all .2s}.share-buttons__btn:hover{background:var(--color-primary, #2563eb);color:#fff}.sticky-buy-bar{position:fixed;left:0;right:0;bottom:var(--storefront-bottom-inset, 0px);transition:bottom .25s ease;z-index:45;display:none;align-items:center;gap:10px;padding:10px 14px calc(10px + var(--storefront-bottom-safe, env(safe-area-inset-bottom, 0px)));background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 24px #00000014}@media(prefers-reduced-motion:reduce){.sticky-buy-bar{transition:none}}.sticky-buy-bar__info{min-width:0;flex:0 1 auto}.sticky-buy-bar__price-row{display:flex;align-items:baseline;gap:6px;min-width:0;overflow:hidden}.sticky-buy-bar__price{font-size:17px;font-weight:800;color:#111827;white-space:nowrap}.sticky-buy-bar__strike{font-size:13px;color:#9ca3af;text-decoration:line-through;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.sticky-buy-bar__note{font-size:12px;font-weight:700;color:#047857;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy-bar__qty{display:flex;align-items:stretch;flex:0 0 auto;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.sticky-buy-bar__qty-btn{min-width:44px;min-height:44px;padding:0 8px;font-size:16px;line-height:1;color:#4b5563;background:transparent;border:0;cursor:pointer}.sticky-buy-bar__qty-btn:disabled{opacity:.4;cursor:not-allowed}.sticky-buy-bar__qty-value{display:flex;align-items:center;justify-content:center;min-width:30px;min-height:44px;padding:8px 2px;font-size:14px;font-weight:600;color:#111827;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.sticky-buy-bar__cta{display:flex;flex:1 1 auto;min-width:0}@media(max-width:768px){.sticky-buy-bar{display:flex}body.has-sticky-buy-bar{padding-bottom:calc(var(--storefront-bottom-reserve, var(--storefront-bottom-inset, 0px)) + var(--sticky-buy-bar-height, 68px) + 16px)}body.sticky-buy-bar-shown{--overlay-bottom-clearance: calc(var(--storefront-bottom-inset, 0px) + var(--sticky-buy-bar-height, 68px))}}.sticky-buy-bar__media{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.sticky-buy-bar__thumb{display:block;width:40px;height:40px;flex:0 0 auto;overflow:hidden;border-radius:8px;background:#f3f4f6}.sticky-buy-bar__thumb .sticky-buy-bar__thumb-img,.sticky-buy-bar__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sticky-buy-bar__name{font-size:13px;font-weight:600;line-height:1.25;color:#374151;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy-bar--bar-media .sticky-buy-bar__info,.sticky-buy-bar--dock .sticky-buy-bar__info,.sticky-buy-bar--rail .sticky-buy-bar__info{flex:0 1 auto;min-width:0;overflow:hidden}@media(max-width:480px){.sticky-buy-bar--bar-media,.sticky-buy-bar--rail{flex-wrap:wrap;row-gap:10px}.sticky-buy-bar--bar-media .sticky-buy-bar__media,.sticky-buy-bar--rail .sticky-buy-bar__media{order:1}.sticky-buy-bar--bar-media .sticky-buy-bar__info,.sticky-buy-bar--rail .sticky-buy-bar__info{order:2}.sticky-buy-bar--bar-media .sticky-buy-bar__qty,.sticky-buy-bar--rail .sticky-buy-bar__qty{order:3}.sticky-buy-bar--bar-media .sticky-buy-bar__cta,.sticky-buy-bar--rail .sticky-buy-bar__cta{order:4;flex:1 1 100%}}.sticky-buy-bar--dock{flex-wrap:wrap;row-gap:10px}.sticky-buy-bar--dock .sticky-buy-bar__media{order:1}.sticky-buy-bar--dock .sticky-buy-bar__info{order:2}.sticky-buy-bar--dock .sticky-buy-bar__qty{order:3}.sticky-buy-bar--dock .sticky-buy-bar__cta{order:4;flex:1 1 100%}.sticky-buy-bar--dock .sticky-buy-bar__thumb{width:48px;height:48px}.sticky-buy-bar--pill{display:flex;left:12px;right:12px;bottom:calc(var(--storefront-bottom-inset, 0px) + var(--storefront-bottom-safe, env(safe-area-inset-bottom, 0px)) + 12px);width:auto;max-width:560px;margin-inline:auto;padding:8px 8px 8px 16px;border:1px solid #e5e7eb;border-radius:999px;box-shadow:0 10px 30px #00000024}.sticky-buy-bar--pill .sticky-buy-bar__qty{border-radius:999px}.sticky-buy-bar--pill .sticky-buy-bar__cta :is(button,a){border-radius:999px}.sticky-buy-bar--top{display:flex;top:var(--sticky-buy-bar-top, 0px);bottom:auto;padding-bottom:10px;border-top:0;border-bottom:1px solid #e5e7eb;box-shadow:0 8px 24px #00000014;transition:top .25s ease}@media(prefers-reduced-motion:reduce){.sticky-buy-bar--top{transition:none}}.sticky-buy-bar--rail{display:flex}@media(min-width:1280px){.sticky-buy-bar--rail{inset:50% 24px auto auto;transform:translateY(-50%);width:300px;flex-direction:column;align-items:stretch;gap:12px;padding:16px;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 40px #0000001f}.sticky-buy-bar--rail .sticky-buy-bar__media{flex-direction:column;align-items:stretch;gap:10px}.sticky-buy-bar--rail .sticky-buy-bar__thumb{width:100%;height:150px;border-radius:10px}.sticky-buy-bar--rail .sticky-buy-bar__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;font-size:14px}.sticky-buy-bar--rail .sticky-buy-bar__price{font-size:20px}.sticky-buy-bar--rail .sticky-buy-bar__qty{align-self:flex-start}}@media(min-width:1280px)and (max-height:620px){.sticky-buy-bar--rail{top:calc(var(--sticky-buy-bar-top, 0px) + 16px);bottom:auto;max-height:calc(100dvh - var(--sticky-buy-bar-top, 0px) - 32px);transform:none;overflow-y:auto}}body.has-sticky-buy-bar[data-sticky-buy-bar=pill]{padding-bottom:calc(var(--storefront-bottom-reserve, 0px) + var(--storefront-bottom-safe, env(safe-area-inset-bottom, 0px)) + var(--sticky-buy-bar-height, 68px) + 28px)}@media(min-width:769px)and (max-width:1279px){body.has-sticky-buy-bar[data-sticky-buy-bar=rail]{padding-bottom:calc(var(--storefront-bottom-reserve, 0px) + var(--sticky-buy-bar-height, 68px) + 28px)}}@media(min-width:1280px){body.has-sticky-buy-bar[data-sticky-buy-bar=rail]>main,body.has-sticky-buy-bar[data-sticky-buy-bar=rail]>footer{padding-right:340px}body.has-sticky-buy-bar[data-sticky-buy-bar=rail]{--overlay-right-clearance: 340px}}body.sticky-buy-bar-shown[data-sticky-buy-bar=pill]{--overlay-bottom-clearance: calc(var(--storefront-bottom-inset, 0px) + var(--storefront-bottom-safe, env(safe-area-inset-bottom, 0px)) + var(--sticky-buy-bar-height, 68px) + 24px)}@media(min-width:769px)and (max-width:1279px){body.sticky-buy-bar-shown[data-sticky-buy-bar=rail]{--overlay-bottom-clearance: calc(var(--storefront-bottom-inset, 0px) + var(--sticky-buy-bar-height, 68px))}}body.sticky-buy-bar-shown #compare-bar{bottom:var(--overlay-bottom-clearance, 0px)}body.has-sticky-buy-bar #compare-bar{padding-right:var(--overlay-right-clearance, 0px)}.vip-ladder{--vip-bg: #ffffff;--vip-border: #e5e7eb;--vip-heading: var(--theme-sale-price, #c0392b);--vip-price: var(--theme-sale-price, #c0392b);border:1px solid var(--vip-border);border-radius:.875rem;background:var(--vip-bg);box-shadow:0 1px 2px #0000000a,0 10px 28px -14px #00000024;overflow:hidden}.vip-ladder__head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .875rem;padding:.875rem 1.125rem;background:color-mix(in srgb,var(--vip-heading) 7%,var(--vip-bg));border-bottom:1px solid color-mix(in srgb,var(--vip-heading) 14%,var(--vip-border))}.vip-ladder__star{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--vip-heading)}.vip-ladder__title{display:flex;flex-direction:column;min-width:0}.vip-ladder__heading{color:var(--vip-heading);text-transform:uppercase;letter-spacing:.08em;line-height:1.2}.vip-ladder__sub{margin-top:.125rem;font-size:.75rem;color:#6b7280}.vip-ladder__regular{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto;font-size:.75rem;line-height:1.4;color:#6b7280;white-space:nowrap}.vip-ladder__regular strong{font-weight:600;color:#111827}.vip-ladder__rows{list-style:none;margin:0;padding:.25rem 1.125rem}.vip-ladder__row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.625rem 0}.vip-ladder__row+.vip-ladder__row{border-top:1px solid var(--vip-divider, color-mix(in srgb, var(--vip-border) 60%, transparent))}.vip-ladder__pill{padding:.3125rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;line-height:1;white-space:nowrap;color:var(--vip-price);background:color-mix(in srgb,var(--vip-price) 10%,#ffffff)}.vip-ladder__row--mine .vip-ladder__pill{color:#fff;background:var(--vip-price)}.vip-ladder__prices{display:flex;justify-content:flex-end;align-items:baseline;gap:.5rem;white-space:nowrap}.vip-ladder__prices s{font-size:.8125em;color:#9ca3af}.vip-ladder__prices strong{font-size:1.0625em;color:var(--vip-price)}.vip-ladder__cta{display:flex;justify-content:center;align-items:center;margin:.5rem 1.125rem 1.125rem;padding:.625rem 1rem;border-radius:.625rem;background:var(--vip-price);color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;transition:filter .15s ease}.vip-ladder__cta:hover{color:#fff;filter:brightness(1.08)}.vip-ladder__cta--inline{margin:0 0 0 auto;padding:.4375rem .8125rem;font-size:.8125rem;border-radius:999px}.vip-emblem{display:inline-flex;flex-shrink:0}.vip-emblem img,.vip-emblem picture{display:block;height:var(--vip-emblem-h, 1.5rem);width:auto}.delivery-mark{display:inline-flex;flex-shrink:0}.delivery-mark img,.delivery-mark picture{display:block;height:var(--delivery-mark-h, 1.125rem);width:auto}[x-cloak]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
