.product__faq-item{display:grid;grid-template-rows:auto 0fr;transition:grid-template-rows .32s cubic-bezier(.16,1,.3,1)}.product__faq-item[open]{grid-template-rows:auto 1fr}.product__faq-item>summary{grid-row:1}.product__faq-item>.product__faq-answer{grid-row:2;overflow:hidden;min-height:0}.product__faq-item>summary:after{transition:transform .25s cubic-bezier(.16,1,.3,1)}.product__faq-item[open]>summary:after{content:"+";transform:translateY(-50%) rotate(45deg)}.product__description>details{border-bottom:.1rem solid rgba(var(--color-foreground),.12);margin:0}.product__description>details:first-of-type{border-top:.1rem solid rgba(var(--color-foreground),.12);margin-top:1.6rem}.product__description>details>summary{list-style:none;cursor:pointer;padding:1.4rem 2.8rem 1.4rem 0;font-size:1.4rem;font-weight:500;line-height:1.4;position:relative;color:rgb(var(--color-foreground));transition:opacity .2s ease}.product__description>details>summary::-webkit-details-marker{display:none}.product__description>details>summary:after{content:"\203a";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);font-size:2rem;font-weight:400;line-height:1;color:#c98532;transition:transform .25s cubic-bezier(.16,1,.3,1)}.product__description>details[open]>summary:after{transform:translateY(-50%) rotate(90deg)}.cm-acc-preview{display:block;font-size:1.15rem;font-weight:400;color:rgba(var(--color-foreground),.58);margin-top:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.3}.product__description>details[open]>summary .cm-acc-preview{display:none}.product__description>details>summary:hover{opacity:.72}.product__description>details>summary:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.product__description>details>*:not(summary){padding:0 0 1.4rem;font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.85);margin:0}.cm-anim-flash{animation:cm-price-flash .2s ease}@keyframes cm-price-flash{0%{background-color:rgba(var(--color-foreground),0)}40%{background-color:rgba(var(--color-foreground),.06)}to{background-color:rgba(var(--color-foreground),0)}}.product-form__submit{transition:transform .12s ease,background-color .25s ease}.product-form__submit:active:not([disabled]):not([aria-disabled=true]){transform:scale(.985)}.product-form__submit .cm-cta-check{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.6);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .25s cubic-bezier(.16,1,.3,1);width:1.8rem;height:1.8rem;color:#fff;display:inline-flex}.product-form__submit.cm-cta-success{background-color:#1f7a3a!important;border-color:#1f7a3a!important}.product-form__submit.cm-cta-success>span:not(.cm-cta-check):not(.loading-spinner){opacity:0;transition:opacity .15s ease}.product-form__submit.cm-cta-success .cm-cta-check{opacity:1;transform:translate(-50%,-50%) scale(1)}.cm-trust-row{list-style:none;margin:1.6rem auto 0;padding:1.2rem 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;border-top:.1rem solid rgba(var(--color-foreground),.1);max-width:44rem}.cm-trust-row__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;font-size:1.1rem;color:rgba(var(--color-foreground),.85);line-height:1.3}.cm-trust-row__ico{display:inline-flex}.cm-trust-row__ico svg{width:1.6rem;height:1.6rem}.cm-trust-row__txt{font-weight:500}@media screen and (min-width:750px){.cm-trust-row{gap:1.6rem}.cm-trust-row__item{font-size:1.2rem}}.cm-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 -.4rem 1.6rem rgba(var(--color-shadow),.08);padding:.8rem 1.2rem calc(.8rem + env(safe-area-inset-bottom,0px));display:flex;align-items:center;gap:1rem;transform:translateY(110%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s ease,visibility 0s .35s linear;will-change:transform}.cm-sticky-atc.is-visible{transform:translateY(0);opacity:1;visibility:visible;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s ease,visibility 0s 0s linear}.cm-sticky-atc__mini{flex:1;min-width:0;display:flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit}.cm-sticky-atc__thumb{width:3.6rem;height:3.6rem;object-fit:cover;flex-shrink:0;background:rgba(var(--color-foreground),.06)}.cm-sticky-atc__info{display:flex;flex-direction:column;min-width:0;overflow:hidden}.cm-sticky-atc__name{font-size:1.2rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(var(--color-foreground))}.cm-sticky-atc__price{font-size:1.15rem;color:rgba(var(--color-foreground),.7);margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-sticky-atc__price-current{font-weight:600;color:rgb(var(--color-foreground))}.cm-sticky-atc__price-compare{color:rgba(var(--color-foreground),.45);text-decoration:line-through;margin-left:.4rem;font-weight:400}.cm-sticky-atc__price-compare[hidden]{display:none}.cm-sticky-atc__variant{color:rgba(var(--color-foreground),.6);font-weight:400;font-size:1.15rem;margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-sticky-atc__form{margin:0;flex-shrink:0}.cm-sticky-atc__cta{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:1.1rem 1.4rem;font-size:1.2rem;font-weight:500;letter-spacing:.06rem;text-transform:uppercase;cursor:pointer;transition:transform .12s ease,opacity .2s ease;white-space:nowrap;line-height:1;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.7rem}.cm-sticky-atc__cta-label{font-weight:500}.cm-sticky-atc__cta-sep{opacity:.4;font-weight:300;letter-spacing:0}.cm-sticky-atc__cta-sep[hidden]{display:none}.cm-sticky-atc__cta-price{font-weight:700;letter-spacing:.02rem}.cm-sticky-atc__cta-price[hidden]{display:none}.cm-sticky-atc__cta:active:not([disabled]){transform:scale(.97)}.cm-sticky-atc__cta[disabled]{opacity:.5;cursor:not-allowed}@media screen and (min-width:750px){.cm-sticky-atc{display:none!important}}@media(prefers-reduced-motion:reduce){.product__faq-item,.product__description>details,.cm-sticky-atc,.cm-trust-row,.product-form__submit,.product-form__submit .cm-cta-check{transition:none!important;animation:none!important}.cm-sticky-atc.is-visible{transform:none}}.product__description>ul{list-style:none;margin:1.6rem 0;padding:2.4rem 2.8rem;background:rgba(var(--color-foreground),.045);border-radius:1.2rem}.product__description>ul>li{margin:0;padding:.8rem 0;line-height:1.7;color:rgb(var(--color-foreground))}.product__description>ul>li+li{border-top:1px solid rgba(var(--color-foreground),.08)}.product__description>ul>li>strong:first-child{display:inline-block;background:rgb(var(--color-background));color:#c98532;font-family:inherit;font-weight:700;font-size:1.2rem;line-height:1.5;text-transform:uppercase;letter-spacing:.06em;padding:.4rem 1rem;border-radius:.4rem;margin-right:.4rem;vertical-align:middle;box-shadow:0 1px rgba(var(--color-foreground),.06)}@media screen and (max-width:749px){.product__description>ul{padding:1.8rem 2rem;margin:1.2rem 0}.product__description>ul>li{padding:.7rem 0}.product__description>ul>li>strong:first-child{font-size:1.1rem;padding:.3rem .8rem;margin-right:.3rem}}slider-component[id^=GalleryViewer-]{position:relative;--cm-slider-progress: 0%}slider-component[id^=GalleryViewer-] .slider-buttons{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5;padding:0;margin:0;background:transparent;border:0;display:block;gap:0}slider-component[id^=GalleryViewer-] .slider-button{position:absolute;top:50%;transform:translateY(-50%);width:4.4rem;height:4.4rem;min-width:4.4rem;min-height:4.4rem;border-radius:50%;background:#ffffffeb;color:rgb(var(--color-foreground));border:0;pointer-events:auto;display:flex;align-items:center;justify-content:center;box-shadow:0 .4rem 1.6rem #0000002e;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease,transform .2s ease;opacity:.88}slider-component[id^=GalleryViewer-] .slider-button:hover{background:#c98532;color:#fff;opacity:1;transform:translateY(-50%) scale(1.06)}slider-component[id^=GalleryViewer-] .slider-button:disabled{opacity:0;pointer-events:none}slider-component[id^=GalleryViewer-] .slider-button--prev{left:1.4rem}slider-component[id^=GalleryViewer-] .slider-button--next{right:1.4rem}slider-component[id^=GalleryViewer-] .slider-button .svg-wrapper{display:flex;align-items:center;justify-content:center}slider-component[id^=GalleryViewer-] .slider-button .icon-caret{width:1.2rem;height:1.2rem}slider-component[id^=GalleryViewer-] .slider-counter{position:absolute;right:1.4rem;bottom:2rem;background:#ffffff2e;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);border:1px solid rgba(255,255,255,.28);border-radius:10rem;padding:.4rem 1.1rem;color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:.05em;pointer-events:none;z-index:6;text-shadow:0 1px 2px rgba(0,0,0,.35);display:inline-flex;align-items:center;line-height:1.4}slider-component[id^=GalleryViewer-] .slider-buttons:before{content:"";position:absolute;left:0;bottom:0;height:.3rem;width:var(--cm-slider-progress, 0%);background:#c98532;border-radius:0 .2rem 0 0;transition:width .4s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:4}@media screen and (max-width:749px){slider-component[id^=GalleryViewer-] .slider-button{width:4rem;height:4rem;min-width:4rem;min-height:4rem;opacity:.82}slider-component[id^=GalleryViewer-] .slider-button--prev{left:1rem}slider-component[id^=GalleryViewer-] .slider-button--next{right:1rem}slider-component[id^=GalleryViewer-] .slider-counter{font-size:1.1rem;padding:.3rem .9rem;right:1rem;bottom:1.6rem}}@media screen and (min-width:750px){slider-component[id^=GalleryViewer-] .slider-button{opacity:0}slider-component[id^=GalleryViewer-]:hover .slider-button,slider-component[id^=GalleryViewer-]:focus-within .slider-button{opacity:.88}}@media(prefers-reduced-motion:reduce){slider-component[id^=GalleryViewer-] .slider-button,slider-component[id^=GalleryViewer-] .slider-buttons:before{transition:none!important}}.product__media-icon--lightbox{display:none}.collapsible-content__header,.collapsible-content__heading{text-align:center}.collapsible-content .accordion summary .icon-caret{color:#c98532;transition:transform .25s cubic-bezier(.16,1,.3,1)}.collapsible-content .accordion summary .icon-question-mark{color:#c98532}@media screen and (min-width:750px)and (max-width:1099.98px){.product.grid>.grid__item.product__media-wrapper,.product.grid>.grid__item.product__info-wrapper{max-width:100%;width:100%;padding-left:0;padding-right:0}.product.grid>.grid__item.product__media-wrapper{margin-bottom:3rem}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/cm-sprint3-anims.css.map */
