.product-section{background:var(--product-page-bg);color:var(--product-text);margin-top:40px;margin-bottom:40px!important;padding-top:var(--product-padding-top);padding-bottom:var(--product-padding-bottom)}.product-section .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.product-section .product__page-width{width:min(100% - 32px,var(--product-max-width));margin-inline:auto}.product-section .product__layout{display:grid;gap:var(--product-gap);align-items:start}.product-section .product__media-column,.product-section .product__content-column{min-width:0}.product-section .product__media-frame{background:var(--product-card-bg);border:0;border-radius:var(--product-radius)}.product-section .product__summary-card{background:transparent;border:0;border-radius:0}.product-section .product__results-card,.product-section .product__accordion{background:var(--product-card-bg);border:1px solid var(--product-border);border-radius:var(--product-radius)}.product-section .product__media-frame{width:100%;overflow:hidden;border-radius:var(--product-radius)}.product-section .product__main-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--product-radius)}.product-section .product__placeholder{aspect-ratio:1 / 1;display:grid;place-items:center;color:var(--product-muted);background:#00000008}.product-section .product__media-gallery--with-thumbs{display:grid;grid-template-columns:calc(var(--product-thumb-size) + 8px) minmax(0,1fr);gap:16px;align-items:start;width:100%}.product-section .product__thumbs{display:flex;gap:10px;box-sizing:border-box;scrollbar-width:thin}.product-section .product__thumbs--vertical{flex-direction:column;margin-top:0;overflow-y:auto;overflow-x:hidden;padding-right:4px;max-height:100%}.product-section .product__thumb{width:var(--product-thumb-size);min-width:var(--product-thumb-size);height:var(--product-thumb-size);position:relative;box-sizing:border-box;border-radius:calc(var(--product-radius) - 8px);border:1px solid var(--product-border);overflow:hidden;padding:0;background:#fff;cursor:pointer;transition:border-color .18s ease}.product-section .product__thumb:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:5;pointer-events:none;border:1px solid transparent;border-radius:max(2px,calc(var(--product-radius) - 9px))}.product-section .product__thumb.is-active{border-color:transparent;transform:none;box-shadow:none}.product-section .product__thumb.is-active:after{border-color:var(--product-accent)}.product-section .product__thumb img{width:100%;height:100%;display:block;object-fit:cover}.product-section .product__summary-card{padding:0;background:transparent;border:0;border-radius:0}.product-section .product__rating-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:3px;color:#111;font-size:10px;line-height:1.1;font-weight:600}.product-section .product__stars{display:inline-flex;gap:1px;color:#f1bd28;font-size:13px;line-height:1}.product-section .product__rating-copy{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.product-section .product__kicker{margin:0 0 2px;font-size:15px;line-height:1.1;color:#111;font-weight:400}.product-section .product__title{margin:0;max-width:430px;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,2.6vw,38px);line-height:.92;letter-spacing:-.045em;font-weight:700;color:#050505}.product-section .product__price-row{display:flex;align-items:baseline;gap:7px;margin-top:8px;margin-bottom:8px}.product-section .product__price{font-size:16px;line-height:1;font-weight:800;color:#050505}.product-section .product__compare-price{font-size:13px;line-height:1;color:#777;font-weight:700;text-decoration:line-through}.product-section .is-hidden{display:none!important}.product-section .product__intro{display:none}.product-section .product__benefits,.product-section .product__guarantees{list-style:none;margin:0;padding:0;display:grid;gap:8px}.product-section .product__benefits{margin-bottom:12px;gap:3px}.product-section .product__benefit,.product-section .product__guarantee{display:flex;align-items:center;gap:5px;font-size:11px;line-height:1.15;font-weight:700;color:#050505}.product-section .product__benefit-icon,.product-section .product__guarantee-check{width:13px;min-width:13px;height:13px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:8px;line-height:1;margin-top:0;background:var(--benefit-icon-color, var(--product-accent));color:#fff;font-weight:900}.product-section .product__stock-line{border-top:1px solid var(--product-border);border-bottom:1px solid var(--product-border);padding:14px 0;margin:18px 0}.product-section .product__stock-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;letter-spacing:.02em}.product-section .product__stock-label:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--product-accent);box-shadow:0 0 #be263347;animation:productStockPulse 2.4s ease-in-out infinite;transform-origin:center}.product-section .product__form{display:grid;gap:16px}.product-section .product__field{display:grid;gap:8px}.product-section .product__field-label{font-size:12px;font-weight:600;color:var(--product-muted);text-transform:uppercase;letter-spacing:.08em}.product-section .product__field select,.product-section .product__field input[type=number]{width:100%;min-height:48px;padding:10px 14px;border:1px solid var(--product-border);border-radius:calc(var(--product-radius) - 8px);background:#fff;color:var(--product-text)}.product-section .product__add-to-cart{width:100%;min-height:46px;border:0;border-radius:6px;background:var(--product-button-bg);color:var(--product-button-text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:7px 16px 6px;text-align:center;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background-color .18s ease}.product-section .product__add-to-cart-main{display:block;font-size:13px;line-height:1;font-weight:800;color:var(--product-button-text)}.product-section .product__add-to-cart-sub{display:block;font-size:7px;line-height:1;font-weight:600;color:var(--product-button-text);opacity:.9}.product-section .product__add-to-cart:hover{transform:translateY(-1px)}.product-section .product__add-to-cart:disabled{background:#8f8f8f;opacity:1;cursor:not-allowed;transform:none}.product-section .product__button-note{margin:-6px 0 0;text-align:center;font-size:12px;color:var(--product-muted)}.product-section .product__dynamic-checkout{margin-top:-6px}.product-section .product__guarantees{margin-top:12px}.product-section .product__one-time-row{padding-top:14px;border-top:1px solid var(--product-border);margin-top:14px;text-align:center}.product-section .product__one-time-link{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;text-decoration:underline;text-underline-offset:4px}.product-section .product__subscription-note{margin-top:12px;color:#4d443d;font-size:14px;line-height:1.55;text-align:center}.product-section .product__warning-box{margin-top:18px;padding:14px 16px;border-radius:calc(var(--product-radius) - 6px);border:1px solid var(--product-accent);background:color-mix(in srgb,var(--product-accent) 6%,white)}.product-section .product__warning-title{font-size:14px;line-height:1.3;font-weight:700;margin-bottom:4px;color:var(--product-accent)}.product-section .product__warning-text{font-size:13px;line-height:1.5;color:#4f463f}.product-section .product__micro-proof{margin-top:14px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:14px;border-radius:calc(var(--product-radius) - 6px);background:#f7f3ef}.product-section .product__micro-proof-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.product-section .product__micro-proof-text{margin:0 0 4px;font-size:13px;line-height:1.45;color:#433933}.product-section .product__micro-proof-author{margin:0;font-size:12px;color:var(--product-muted);font-weight:600}.product-section .product__secondary-stack{display:grid;gap:14px;margin-top:18px}.product-section .product__accordions{display:grid;gap:6px}.product-section .product__accordion{overflow:hidden;border:1px solid #ef9ba2!important;border-radius:5px!important;background:#fff!important}.product-section .product__accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;min-height:34px;cursor:pointer;font-size:10px;line-height:1.1;font-weight:800;color:#000}.product-section .product__accordion summary::-webkit-details-marker{display:none}.product-section .product__accordion-icon{font-size:13px;line-height:1;font-weight:800;color:#000;transition:transform .18s ease}.product-section .product__accordion[open] .product__accordion-icon{transform:rotate(45deg)}.product-section .product__accordion-content{padding:0 10px 10px;color:#333;font-size:9px;line-height:1.45}.product-section .product__results-card{padding:10px;background:#f8f5f1;border:1px solid #cfc3b8;border-radius:6px;margin-bottom:0}.product-section .product__results-card{overflow:hidden}.product-section .product__results-track{display:flex;gap:10px;align-items:stretch;transition:transform .42s cubic-bezier(.22,1,.36,1);will-change:transform;touch-action:pan-y;cursor:grab}.product-section .product__results-track.is-dragging{transition:none;cursor:grabbing}.product-section .product__result-slide{display:block!important;flex:0 0 calc(100% - 24px);min-width:calc(100% - 24px);opacity:.42;transform:scale(.985);transition:opacity .28s ease,transform .28s ease}.product-section .product__result-slide.is-active{opacity:1;transform:scale(1)}.product-section .product__result-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-radius:3px;overflow:hidden;background:#efe6de;border:1px solid #d7c8ba}.product-section .product__result-image-wrap{aspect-ratio:1 / 1;overflow:hidden;background:#efe6de;position:relative}.product-section .product__result-image-wrap img{width:100%;height:100%;object-fit:cover}.product-section .product__result-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(180deg,#ead9ca,#f6eee7);color:#8e765d;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.product-section .product__result-placeholder-svg{width:100%;height:100%;display:block}.product-section .product__result-body{padding:10px 6px 4px}.product-section .product__result-stat-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;margin-bottom:8px}.product-section .product__result-stat{font-size:25px;line-height:.9;font-weight:500;color:#7f5a2d;letter-spacing:-.04em}.product-section .product__result-label{font-size:10px;line-height:1.25;color:#6f5a44}.product-section .product__result-quote{margin:0 0 8px;font-size:10px;line-height:1.45;color:#5b4634;font-style:italic}.product-section .product__result-author{margin:0;font-size:10px;line-height:1.2;color:#6a563f;font-weight:600}.product-section .product__results-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:6px}.product-section .product__results-arrow{display:none}.product-section .product__results-dots{display:inline-flex;align-items:center;gap:6px}.product-section .product__results-dot{width:30px;height:2px;border:0;background:#d8cbbb;opacity:.9}.product-section .product__results-dot.is-active{background:#b98d55;opacity:1}.product-section .shopify-payment-button__button,.product-section .shopify-payment-button__more-options{border-radius:calc(var(--product-radius) - 4px)!important}@media screen and (min-width:990px){.product-section .product__page-width{width:min(100% - 48px,var(--product-max-width))}.product-section .product__layout{grid-template-columns:minmax(0,var(--product-media-width)) minmax(0,1fr)!important}}@media screen and (max-width:989px){.product-section .product__summary-card{padding:22px}.product-section .product__title{max-width:none}}@media screen and (max-width:749px){.product-section{padding-top:0;padding-bottom:0}.product-section .product__page-width{width:min(100% - 20px,var(--product-max-width))}.product-section .product__media-gallery--with-thumbs{display:flex;flex-direction:column}.product-section .product__thumbs,.product-section .product__thumbs--vertical{flex-direction:row;gap:8px;margin-top:10px;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:4px}.product-section .product__thumb{min-width:var(--product-thumb-size)}.product-section .product__summary-card{padding:18px}.product-section .product__kicker{font-size:18px}.product-section .product__title{font-size:clamp(26px,9vw,36px)}.product-section .product__price{font-size:28px}.product-section .product__compare-price{font-size:16px}.product-section .product__offer-card{grid-template-columns:auto 1fr auto;align-items:start}.product-section .product__offer-radio-ui{margin-top:4px}.product-section .product__offer-title{font-size:17px}.product-section .product__offer-price{font-size:19px}.product-section .product__result-stat{font-size:34px}.product-section .product__results-arrow{width:28px;height:28px}}.product-section .product__media-gallery{width:100%}.product-section .product__media-gallery--with-thumbs{display:grid!important;grid-template-columns:calc(var(--product-thumb-size) + 8px) minmax(0,1fr)!important;gap:16px!important;align-items:start!important}.product-section .product__thumbs{display:flex!important;flex-direction:column!important;gap:10px!important;width:calc(var(--product-thumb-size) + 8px)!important;box-sizing:border-box!important;margin:0!important;padding:2px 6px 2px 1px!important;overflow-y:auto!important;overflow-x:hidden!important;max-height:650px!important;position:relative!important;z-index:2!important}.product-section .product__thumb{width:var(--product-thumb-size)!important;min-width:var(--product-thumb-size)!important;height:var(--product-thumb-size)!important;position:relative!important;box-sizing:border-box!important;display:block!important;flex:0 0 var(--product-thumb-size)!important}.product-section .product__media-frame{width:100%!important}.product-section .product__main-image{width:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important}.product-section .product__thumb--placeholder{cursor:default;opacity:1}.product-section .product__thumb--placeholder svg,.product-section .product__thumb-placeholder-svg{width:100%;height:100%;display:block;background:#f4eee8}.product-section .product__placeholder svg{width:100%;height:100%;background:#f4eee8}.product-section .product__rating-copy{color:#111;font-size:10px;font-weight:600}.product-section .product__benefit-text{display:inline-block;padding-top:1px}@keyframes productStockPulse{0%{transform:scale(1);box-shadow:0 0 #be26334d}50%{transform:scale(1.18);box-shadow:0 0 0 6px #be26331a}to{transform:scale(1);box-shadow:0 0 #be263300}}.product-section .product__add-to-cart{width:100%!important;min-height:46px!important;height:46px!important;border:0!important;border-radius:6px!important;background:var(--product-button-bg)!important;color:var(--product-button-text)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:7px 16px 6px!important;text-align:center!important;opacity:1!important;box-shadow:none!important;line-height:1!important}.product-section .product__add-to-cart:disabled{background:#8f8f8f!important;opacity:1!important;cursor:not-allowed!important;transform:none!important}.product-section .product__add-to-cart-main{display:block!important;font-size:13px!important;line-height:1!important;font-weight:800!important;color:var(--product-button-text)!important}.product-section .product__add-to-cart-sub{display:block!important;font-size:7px!important;line-height:1!important;font-weight:600!important;color:var(--product-button-text)!important;opacity:.9!important}.product-section .product__add-to-cart-sub{display:inline-flex;align-items:center;justify-content:center;gap:2px}.product-section .product__add-to-cart-sub-icon{font-size:7px;line-height:1}.product-section .product__button-note{display:none!important}.product-section .product__guarantees{margin-top:8px!important;display:grid!important;gap:2px!important;padding:0!important;list-style:none!important}.product-section .product__guarantee{display:flex!important;align-items:center!important;gap:3px!important;font-size:9px!important;line-height:1.25!important;font-weight:600!important;color:#000!important}.product-section .product__guarantee-check{width:auto!important;min-width:auto!important;height:auto!important;margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#000!important;font-size:14px!important;line-height:1!important;font-weight:700!important;box-shadow:none!important}.product-section .product__ugc-reel{width:100%!important;max-width:100%!important;margin-top:10px!important;overflow:hidden!important}.product-section .product__ugc-heading{margin:0 0 6px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:var(--product-ugc-heading-size-desktop)!important;line-height:1.05!important;font-weight:500!important;letter-spacing:-.04em!important;color:var(--product-ugc-heading-color)!important}.product-section .product__ugc-viewport{width:100%!important;max-width:100%!important;overflow:hidden!important;touch-action:pan-y!important}.product-section .product__ugc-track{display:flex!important;align-items:stretch!important;gap:var(--product-ugc-gap)!important;width:max-content!important;max-width:none!important;transition:transform .36s cubic-bezier(.22,1,.36,1)!important;will-change:transform!important;cursor:grab!important}.product-section .product__ugc-track.is-dragging{transition:none!important;cursor:grabbing!important}.product-section .product__ugc-card{position:relative!important;flex:0 0 var(--product-ugc-card-width-desktop)!important;width:var(--product-ugc-card-width-desktop)!important;height:var(--product-ugc-card-height-desktop)!important;min-width:var(--product-ugc-card-width-desktop)!important;overflow:hidden!important;background:#eee9e4!important;border-radius:0!important;transform:translateZ(0)!important}.product-section .product__ugc-link,.product-section .product__ugc-media{display:block!important;width:100%!important;height:100%!important;color:inherit!important;text-decoration:none!important}.product-section .product__ugc-video,.product-section .product__ugc-image,.product-section .product__ugc-placeholder,.product-section .product__ugc-placeholder-svg{display:block!important;width:100%!important;height:100%!important}.product-section .product__ugc-video,.product-section .product__ugc-image{object-fit:cover!important}.product-section .product__ugc-placeholder{background:#f4eee8!important;overflow:hidden!important}.product-section .product__ugc-placeholder-svg{background:#f4eee8!important}.product-section .product__warning-box{margin-top:12px!important;padding:8px 10px!important;border:1px solid #e3303a!important;border-radius:6px!important;background:#fff5f5!important;max-width:100%!important}.product-section .product__warning-title{display:flex!important;align-items:center!important;gap:4px!important;margin:0 0 2px!important;font-size:9px!important;line-height:1.1!important;font-weight:800!important;color:#c82e35!important}.product-section .product__warning-title:before{content:"!"!important;width:10px!important;min-width:10px!important;height:10px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#c82e35!important;color:#fff!important;font-size:7px!important;line-height:1!important;font-weight:900!important}.product-section .product__warning-text{margin:0!important;padding-left:14px!important;font-size:8px!important;line-height:1.15!important;font-weight:700!important;color:#000!important}.product-section .product__micro-slider{margin-top:12px!important;width:100%!important;max-width:100%!important;position:relative!important;overflow:hidden!important}.product-section .product__micro-slider:before,.product-section .product__micro-slider:after{content:""!important;position:absolute!important;top:8px!important;bottom:18px!important;width:6px!important;border-radius:999px!important;background:#f3f0ed!important;display:block!important;z-index:1!important}.product-section .product__micro-slider:before{left:0!important}.product-section .product__micro-slider:after{right:0!important}.product-section .product__micro-slider-track{width:auto!important;margin-inline:12px!important}.product-section .product__micro-proof{display:none!important;grid-template-columns:32px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;padding:8px 10px!important;margin:0!important;border-radius:5px!important;background:#f6f4f2!important;border:0!important;box-shadow:none!important;opacity:0!important;transform:translate(8px)!important;transition:opacity .24s ease,transform .24s ease!important}.product-section .product__micro-proof.is-active{display:grid!important;opacity:1!important;transform:translate(0)!important}.product-section .product__micro-proof-avatar{width:32px!important;height:32px!important;border-radius:50%!important;object-fit:cover!important}.product-section .product__micro-proof-avatar--placeholder{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#d9c7b8!important;color:#fff!important;font-size:11px!important;font-weight:800!important}.product-section .product__micro-proof-copy{min-width:0!important}.product-section .product__micro-proof-text{margin:0 0 3px!important;font-size:7px!important;line-height:1.25!important;font-weight:700!important;color:#000!important}.product-section .product__micro-proof-author{margin:0!important;display:flex!important;align-items:center!important;gap:3px!important;font-size:7px!important;line-height:1!important;font-weight:800!important;color:#000!important}.product-section .product__micro-proof-author:before{content:"\2713"!important;width:8px!important;height:8px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--product-button-bg)!important;color:var(--product-button-text)!important;font-size:5px!important;line-height:1!important}.product-section .product__micro-dots{display:flex!important;justify-content:center!important;gap:4px!important;margin-top:5px!important}.product-section .product__micro-dot{width:4px!important;height:4px!important;border-radius:50%!important;background:#cfcac5!important;display:block!important}.product-section .product__micro-dot.is-active{background:#77716b!important}@media screen and (max-width:749px){.product-section .product__micro-slider{width:100%!important;max-width:100%!important}}.product-section .product__result-image-wrap:after{content:attr(data-label);position:absolute;bottom:6px;left:8px;font-size:8px;font-weight:800;line-height:1;color:#111;letter-spacing:.04em;text-transform:uppercase;background:#ffffffb8;padding:2px 5px;border-radius:2px}@media screen and (min-width:990px){.product-section,.product-section .product,.product-section .product__page-width,.product-section .product__layout{overflow:visible!important}}@media screen and (min-width:990px){.product-section,.product-section .product,.product-section .product__page-width,.product-section .product__layout,.product-section .product__media-column{overflow:visible!important}}@media screen and (min-width:990px){.product-section .product__layout{align-items:stretch!important;overflow:visible!important}.product-section .product__media-column{align-self:stretch!important;height:auto!important;min-height:100%!important;overflow:visible!important;position:relative!important}.product-section .product__content-column{min-height:100%!important}}@media screen and (min-width:990px){.product-section .product__layout{position:relative!important;align-items:start!important;overflow:visible!important}.product-section .product__media-column{position:relative!important;overflow:visible!important}.product-section .product__media-gallery.is-product-fixed{position:fixed!important;top:var(--product-sticky-top, 96px)!important;left:var(--product-sticky-left, 0px)!important;width:var(--product-sticky-width, auto)!important;z-index:20!important}.product-section .product__media-gallery.is-product-bottom{position:absolute!important;top:auto!important;bottom:0!important;left:0!important;width:100%!important;z-index:20!important}}@media screen and (max-width:749px){.shopify-section:has(.product-section){display:block!important;grid-template-columns:none!important;padding-inline:0!important}.shopify-section:has(.product-section)>*{grid-column:auto!important}.product-section{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow-x:hidden!important}.product-section .product__page-width{width:100%!important;max-width:100%!important;padding-left:6px!important;padding-right:6px!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.product-section .product__layout{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:start!important}.product-section .product__media-column,.product-section .product__content-column{width:100%!important;min-width:0!important}.product-section .product__media-gallery,.product-section .product__media-gallery--with-thumbs{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}.product-section .product__media-frame{width:100%!important;border-radius:6px!important;overflow:hidden!important;border:0!important}.product-section .product__main-image{width:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important;border-radius:6px!important}.product-section .product__thumbs,.product-section .product__thumbs--vertical{order:2!important;display:flex!important;flex-direction:row!important;gap:6px!important;width:100%!important;margin:0!important;padding:0 0 2px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin!important}.product-section .product__thumb{width:38px!important;min-width:38px!important;height:38px!important;position:relative!important;box-sizing:border-box!important;flex:0 0 38px!important;border-radius:3px!important}.product-section .product__summary-card{padding:0 3px!important;background:transparent!important;border:0!important;border-radius:0!important}.product-section .product__rating-row{margin-top:4px!important;margin-bottom:2px!important;gap:5px!important;font-size:10px!important;line-height:1.1!important}.product-section .product__stars{font-size:13px!important;gap:1px!important}.product-section .product__kicker{margin:0 0 2px!important;font-size:12px!important;line-height:1.1!important;color:#111!important}.product-section .product__title{max-width:100%!important;font-family:Georgia,Times New Roman,serif!important;font-size:25px!important;line-height:.96!important;letter-spacing:-.045em!important;font-weight:700!important;color:#000!important}.product-section .product__price-row{margin-top:7px!important;margin-bottom:8px!important;gap:7px!important}.product-section .product__price{font-size:15px!important;font-weight:800!important;color:#000!important}.product-section .product__compare-price{font-size:12px!important;font-weight:700!important;color:#777!important}.product-section .product__intro{display:none!important}.product-section .product__benefits{gap:4px!important;margin-bottom:10px!important}.product-section .product__benefit{gap:5px!important;font-size:11px!important;line-height:1.2!important;font-weight:700!important;color:#000!important}.product-section .product__benefit-icon{width:13px!important;min-width:13px!important;height:13px!important;font-size:8px!important;background:var(--benefit-icon-color, var(--product-accent))!important;color:#fff!important}.product-section .product__stock-line{margin:10px 0!important;padding:10px 0!important}.product-section .product__stock-label{font-size:12px!important;line-height:1.2!important}.product-section .product__form{gap:8px!important}.product-section .product__add-to-cart{height:44px!important;min-height:44px!important;border-radius:6px!important;background:var(--product-button-bg)!important;color:var(--product-button-text)!important}.product-section .product__add-to-cart:disabled{background:#8f8f8f!important}.product-section .product__add-to-cart-main{font-size:15px!important;font-weight:800!important}.product-section .product__add-to-cart-sub{font-size:7px!important}.product-section .product__guarantees{margin-top:8px!important;gap:2px!important}.product-section .product__guarantee{gap:3px!important;font-size:10px!important;line-height:1.25!important;font-weight:600!important;color:#000!important}.product-section .product__guarantee-check{width:auto!important;min-width:auto!important;height:auto!important;background:transparent!important;color:#000!important;font-size:10px!important;box-shadow:none!important}.product-section .product__one-time-row{margin-top:10px!important;padding-top:10px!important}.product-section .product__one-time-link{font-size:12px!important;font-weight:700!important}.product-section .product__subscription-note{margin-top:7px!important;font-size:12px!important;line-height:1.35!important}.product-section .product__warning-box{width:100%!important;margin-top:14px!important;padding:9px 10px!important;border-radius:6px!important}.product-section .product__warning-title{font-size:10px!important}.product-section .product__warning-text{font-size:9px!important;line-height:1.2!important}.product-section .product__micro-slider{width:100%!important;max-width:100%!important;margin-top:12px!important}.product-section .product__micro-slider{width:100%!important;max-width:100%!important;margin-top:12px!important;position:relative!important;overflow:hidden!important;padding-inline:10px!important;box-sizing:border-box!important}.product-section .product__micro-slider:before,.product-section .product__micro-slider:after{content:""!important;position:absolute!important;top:8px!important;bottom:22px!important;width:6px!important;border-radius:999px!important;background:#f3f0ed!important;display:block!important;z-index:3!important;pointer-events:none!important}.product-section .product__micro-slider:before{left:0!important}.product-section .product__micro-slider:after{right:0!important}.product-section .product__micro-slider-track{display:flex!important;gap:8px!important;width:auto!important;min-height:94px!important;margin-inline:0!important;padding-inline:0!important;transition:transform .36s cubic-bezier(.22,1,.36,1)!important;will-change:transform!important;touch-action:pan-y!important;cursor:grab!important}.product-section .product__micro-slider-track.is-dragging{transition:none!important;cursor:grabbing!important}.product-section .product__micro-proof{display:grid!important;flex:0 0 100%!important;min-width:100%!important;grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;min-height:86px!important;padding:12px 14px!important;margin:0!important;border-radius:7px!important;background:#f6f4f2!important;opacity:.45!important;transform:scale(.985)!important;transition:opacity .26s ease,transform .26s ease!important}.product-section .product__micro-proof.is-active{opacity:1!important;transform:scale(1)!important}.product-section .product__micro-proof-avatar{width:54px!important;height:54px!important;border-radius:50%!important}.product-section .product__micro-proof{min-height:86px!important;grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;padding:12px 14px!important;border-radius:7px!important}.product-section .product__micro-proof-avatar{width:54px!important;height:54px!important}.product-section .product__micro-proof-text{font-size:10px!important;line-height:1.35!important;font-weight:700!important}.product-section .product__micro-proof-author{font-size:10px!important;font-weight:800!important}.product-section .product__micro-dots{margin-top:7px!important}.product-section .product__micro-dot{width:8px!important;height:8px!important}.product-section .product__secondary-stack{margin-top:16px!important;gap:14px!important}.product-section .product__accordions{gap:7px!important}.product-section .product__accordion{border:1px solid #ef9ba2!important;border-radius:7px!important;background:#fff!important}.product-section .product__accordion summary{min-height:43px!important;padding:13px 12px!important;font-size:12px!important;line-height:1.1!important;font-weight:800!important;color:#000!important}.product-section .product__accordion-icon{font-size:14px!important;font-weight:800!important}.product-section .product__accordion-content{padding:0 12px 12px!important;font-size:10px!important;line-height:1.45!important}.product-section .product__results-card{margin-top:18px!important;margin-bottom:0!important;padding:9px!important;border-radius:7px!important;overflow:hidden!important}.product-section .product__results-track{gap:8px!important}.product-section .product__result-slide{flex:0 0 calc(100% - 48px)!important;min-width:calc(100% - 48px)!important;opacity:.45!important}.product-section .product__result-slide.is-active{opacity:1!important}.product-section .product__result-images{border-radius:4px!important}.product-section .product__result-image-wrap{aspect-ratio:.78 / 1!important}.product-section .product__result-body{padding:9px 2px 4px!important}.product-section .product__result-stat{font-size:28px!important}.product-section .product__result-label{max-width:150px!important;font-size:11px!important;line-height:1.2!important}.product-section .product__result-quote{font-size:11px!important;line-height:1.35!important}.product-section .product__result-author{font-size:10px!important}.product-section .product__results-controls{margin-top:8px!important}.product-section .product__results-dot{width:28px!important;height:2px!important}}@media screen and (max-width:749px){.product-section .product__ugc-reel{margin-top:9px!important;padding-inline:0!important}.product-section .product__ugc-heading{margin-bottom:5px!important;font-size:var(--product-ugc-heading-size-mobile)!important;line-height:1.05!important}.product-section .product__ugc-track{gap:var(--product-ugc-gap)!important}.product-section .product__ugc-card{flex-basis:var(--product-ugc-card-width-mobile)!important;width:var(--product-ugc-card-width-mobile)!important;min-width:var(--product-ugc-card-width-mobile)!important;height:var(--product-ugc-card-height-mobile)!important}}.product-section{max-width:100%}.product-section .product,.product-section .product__page-width,.product-section .product__layout,.product-section .product__media-column,.product-section .product__content-column,.product-section .product__media-gallery,.product-section .product__media-frame{max-width:100%;min-width:0}.product-section,.shopify-section:has(.product-section){margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.product-section,.product-section *{box-sizing:border-box}.product-section{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.product-section .product,.product-section .product__page-width,.product-section .product__layout,.product-section .product__media-column,.product-section .product__content-column,.product-section .product__media-gallery,.product-section .product__media-frame{max-width:100%!important;min-width:0!important}@media screen and (min-width:990px){.product-section .product__layout{grid-template-columns:minmax(0,var(--product-media-width)) minmax(0,1fr)!important}}@media screen and (max-width:749px){.product-section,.product-section .product__page-width{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.product-section .product__page-width{padding-left:6px!important;padding-right:6px!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/product-main.css.map */
