.product-highlights{padding:36px 0 48px}.product-highlights__inner{max-width:68rem;margin:0 auto}.product-highlights__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.product-highlights__heading p{margin:0 0 .5rem;color:rgb(var(--color-foreground) / .56);font-size:.68rem;font-weight:700;letter-spacing:.12em}.product-highlights__heading h2{margin:0}.product-highlights__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid rgb(var(--color-border));border-radius:.875rem;overflow:hidden;background:rgb(var(--color-border))}.product-highlights__item{padding:1.5rem;background:rgb(var(--color-background))}.product-highlights__item span{display:block;color:rgb(var(--color-foreground) / .45);font-size:.7rem;font-weight:700;letter-spacing:.1em}.product-highlights__item h3{margin:.7rem 0 .45rem;font-size:1rem;line-height:1.35}.product-highlights__item .rte{color:rgb(var(--color-foreground) / .68);font-size:.9rem;line-height:1.6}.product-highlights__item .rte>:first-child{margin-top:0}.product-highlights__item .rte>:last-child{margin-bottom:0}@media screen and (max-width:749px){.product-highlights__grid{grid-template-columns:1fr}.product-highlights__item{padding:1.25rem}}.product-information{padding:32px 0 56px}.product-information__shell{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(2rem,5vw,5rem);padding:clamp(1.5rem,4vw,3.5rem);border:1px solid rgb(var(--color-border));border-radius:1.25rem;background:rgb(var(--color-foreground) / .025)}.product-information__intro{align-self:start;position:sticky;top:calc(var(--header-height, 0px) + 1.25rem)}.product-information__eyebrow{margin:0 0 .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em}.product-information__intro h2{margin:0}.product-information__intro p:not(.product-information__eyebrow){margin:1rem 0 0;max-width:27rem;line-height:1.6;opacity:.72}.product-information__items{display:grid;gap:.75rem}.product-information__item{border:1px solid rgb(var(--color-border));border-radius:.875rem;background:rgb(var(--color-background));overflow:hidden}.product-information__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.25rem;cursor:pointer;font-size:1rem;font-weight:650;list-style:none}.product-information__item summary::-webkit-details-marker{display:none}.product-information__symbol{position:relative;width:1rem;height:1rem;flex:0 0 1rem}.product-information__symbol:before,.product-information__symbol:after{position:absolute;top:50%;left:50%;width:.8rem;height:1px;background:currentColor;content:"";transform:translate(-50%,-50%);transition:transform .2s ease}.product-information__symbol:after{transform:translate(-50%,-50%) rotate(90deg)}.product-information__item[open] .product-information__symbol:after{transform:translate(-50%,-50%) rotate(0)}.product-information__spec-list,.product-information__content{margin:0;padding:.25rem 1.25rem 1.25rem}.product-information__spec-row{display:grid;grid-template-columns:minmax(7.5rem,.7fr) minmax(0,1.3fr);gap:1rem;padding:.75rem 0;border-top:1px solid rgb(var(--color-border) / .7)}.product-information__spec-row dt{font-size:.8rem;font-weight:700;opacity:.58}.product-information__spec-row dd{margin:0;line-height:1.45}.product-information__content{line-height:1.6}.product-information__content>:first-child{margin-top:0}.product-information__content>:last-child{margin-bottom:0}.product-information__rich-specs p{margin:0;white-space:pre-line;line-height:1.65}@media screen and (max-width:749px){.product-information{padding:20px 0 40px}.product-information__shell{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem;border-radius:1rem}.product-information__intro{position:static}.product-information__spec-row{grid-template-columns:1fr;gap:.25rem}}.product-meta-faq{padding:40px 0 56px}.product-meta-faq__inner{max-width:56rem;margin:0 auto}.product-meta-faq__heading{margin-bottom:1.25rem}.product-meta-faq__eyebrow{margin:0 0 .5rem;color:rgb(var(--color-foreground) / .55);font-size:.6875rem;font-weight:700;letter-spacing:.12em}.product-meta-faq__heading h2{margin:0}.product-meta-faq__heading p:not(.product-meta-faq__eyebrow){margin:.6rem 0 0;color:rgb(var(--color-foreground) / .65);line-height:1.55}.product-meta-faq__item{border-top:1px solid rgb(var(--color-border))}.product-meta-faq__item:last-child{border-bottom:1px solid rgb(var(--color-border))}.product-meta-faq__item summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.125rem 0;cursor:pointer;list-style:none;font-size:.95rem;font-weight:500;line-height:1.45}.product-meta-faq__item summary::-webkit-details-marker{display:none}.product-meta-faq__icon{flex:0 0 auto;margin-top:.2rem;transition:transform .2s ease}.product-meta-faq__item[open] .product-meta-faq__icon{transform:rotate(45deg)}.product-meta-faq__answer{padding:0 2rem 1.25rem 0;color:rgb(var(--color-foreground) / .68);font-size:.9rem;line-height:1.65}.article-card__tags{min-width:0;max-width:100%}.article-card__tags-track{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-block:1px}.article-card__tags-track::-webkit-scrollbar{display:none}.article-card__tag{display:inline-flex;align-items:center;flex-shrink:0;scroll-snap-align:start;padding:.35rem .85rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid transparent;border-radius:var(--rounded-full);text-decoration:none;white-space:nowrap;font-size:var(--text-xs);font-weight:600;line-height:1.2;letter-spacing:.01em;transition:background-color var(--animation-short),color var(--animation-short),border-color var(--animation-short)}.article-card__tag:hover{color:#b0894b;border-color:#b0894b}.blog-collage .article-card:nth-child(1):not(.without-image) .article-card__tag{color:#171717;background:#f3f3f3}.article-card__tag--custom{color:var(--badge-foreground);background:var(--badge-background)}.article-card__title.line-clamp-2,.article-card__bottom.line-clamp-2{overflow-wrap:anywhere}.product__decision-facts{padding:.95rem 0;border-top:1px solid rgb(var(--color-border));border-bottom:1px solid rgb(var(--color-border))}.product__decision-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product__decision-facts-grid--1{grid-template-columns:minmax(0,1fr)}.product__decision-facts-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.product__decision-facts-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.product__decision-facts-grid>div{display:grid;gap:.42rem;min-width:0;align-content:start;padding:.1rem 1rem}.product__decision-facts-grid>div:first-child{padding-left:0}.product__decision-facts-grid>div+div{border-left:1px solid rgb(var(--color-border))}.product__decision-facts-label{color:rgb(var(--color-foreground) / .52);font-size:.68rem;font-weight:500;letter-spacing:.045em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.38rem}.product__decision-facts-label svg{width:.9rem;height:.9rem;flex:none;fill:none;stroke:rgb(var(--color-foreground) / .62);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product__decision-facts strong{color:rgb(var(--color-foreground));font-size:.92rem;font-weight:400;line-height:1.42}@media screen and (max-width:749px){.product__decision-facts-grid,.product__decision-facts-grid--2,.product__decision-facts-grid--3,.product__decision-facts-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 0}.product__decision-facts-grid>div{padding:0 .75rem}.product__decision-facts-grid>div:nth-child(odd){padding-left:0;border-left:0}.product__decision-facts-grid>div:nth-child(n+3){border-top:1px solid rgb(var(--color-border));padding-top:1rem}}.product__highlights-disclosure{border-top:1px solid rgb(var(--color-border));border-bottom:1px solid rgb(var(--color-border));color:rgb(var(--color-foreground))}.product__highlights-disclosure summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.65rem;cursor:pointer;list-style:none;padding:.82rem 0}.product__highlights-disclosure summary::-webkit-details-marker{display:none}.product__highlights-disclosure-title{font-size:.8rem;font-weight:500}.product__highlights-disclosure summary svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;transition:transform .2s ease}.product__highlights-disclosure[open] summary svg{transform:rotate(180deg)}.product__highlights-disclosure-content{padding:.05rem 0 .95rem}.product__highlights-disclosure-content ol{display:grid;gap:.7rem;counter-reset:highlights;margin:0;padding:0;list-style:none}.product__highlights-disclosure-content li{display:grid;grid-template-columns:1.35rem minmax(0,1fr);column-gap:.55rem;color:rgb(var(--color-foreground) / .72);font-size:.72rem;line-height:1.45}.product__highlights-disclosure-content li:before{content:counter(highlights,decimal-leading-zero);counter-increment:highlights;color:rgb(var(--color-foreground) / .42);font-size:.64rem;letter-spacing:.04em;padding-top:.12rem}.product__highlights-disclosure-content li>div{min-width:0}.product__highlights-disclosure-content strong{color:rgb(var(--color-foreground));font-weight:500;margin-right:.28rem}.product__highlights-disclosure-content li>div>span{display:inline}@media screen and (max-width:749px){.product__highlights-disclosure-content li{font-size:.7rem}}.product__payment-methods{border-top:1px solid rgb(var(--color-border));padding:.7rem 0 .1rem}.product__payment-methods-label{color:rgb(var(--color-foreground) / .58);font-size:.68rem;font-weight:500;letter-spacing:.04em;line-height:1.2;margin:0 0 .42rem;text-transform:uppercase}.product__payment-methods-icons{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.product__payment-methods-icons svg{display:block;width:2.35rem;height:1.5rem}.product__shipping-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:.65rem;border-top:1px solid rgb(var(--color-border));margin-top:.5rem;padding-top:.7rem;padding-bottom:.7rem;color:rgb(var(--color-foreground) / .74)}.product__shipping-summary>svg{width:1.6rem;height:1.6rem;fill:none;stroke:#c91545;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.product__shipping-summary p{color:rgb(var(--color-foreground));font-size:.79rem;font-weight:500;line-height:1.25;margin:0}.product__shipping-summary span{display:block;font-size:.69rem;line-height:1.4;margin-top:.18rem}.product__shipping-explainer{display:inline-block;position:relative;margin-left:.28rem;vertical-align:text-top}.product__shipping-explainer summary{display:inline-grid;width:1rem;height:1rem;place-items:center;border:1px solid #c91545;border-radius:50%;color:#c91545;cursor:pointer;font-size:.68rem;font-weight:650;line-height:1;list-style:none}.product__shipping-explainer summary::-webkit-details-marker{display:none}.product__shipping-explainer>span{display:none;position:absolute;z-index:5;bottom:calc(100% + .55rem);left:-.35rem;width:min(19rem,calc(100vw - 3rem));margin:0;padding:.7rem .8rem;border-radius:.3rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.7rem;font-weight:400;line-height:1.45;box-shadow:0 .4rem 1.2rem #0000002e}.product__shipping-explainer[open]>span{display:block}.product__shipping-summary a{color:inherit;font-size:.69rem;text-decoration:underline;text-underline-offset:.18em;white-space:nowrap}@media screen and (max-width:749px){.product__payment-methods-icons svg{width:2.15rem;height:1.35rem}.product__shipping-summary{grid-template-columns:auto minmax(0,1fr)}.product__shipping-summary a{grid-column:2;margin-top:.15rem}}
/*# sourceMappingURL=/cdn/shop/t/26/compiled_assets/styles.css.map */
