:root{--pdp-atc-bg: rgb(var(--color-button));--pdp-atc-color: rgb(var(--color-button-label));--pdp-atc-radius: var(--buttons-radius-outset, 0px);--pdp-sale-red: #01112D;--pdp-savings-bg: #fff3f3;--pdp-savings-color: #c41c24;--pdp-trust-color: rgba(var(--color-foreground), .7);--pdp-stock-low: #d97706;--pdp-stock-ok: #16a34a}.product__title h1,.product__title .h1{font-size:2.4rem;font-weight:700;line-height:1.25;letter-spacing:-.01em;margin-bottom:.8rem}@media screen and (min-width:750px){.product__title h1,.product__title .h1{font-size:3rem}}.price--large{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem 1.2rem}.price--large .price-item--sale{font-size:2.8rem!important;font-weight:800;color:var(--pdp-sale-red);line-height:1}.price--large .price-item--regular{font-size:1.6rem!important;color:#9b9b9b;text-decoration:line-through;text-decoration-color:#9b9b9b;font-weight:400;align-self:center}.price--large .price__regular .price-item--regular{font-size:2.8rem!important;font-weight:800;color:rgb(var(--color-foreground));text-decoration:none}.pdp-savings-badge{display:inline-flex;align-items:center;gap:.3rem;background:var(--pdp-savings-bg);color:var(--pdp-savings-color);font-size:1.2rem;font-weight:700;padding:.3rem .8rem;border-radius:100px;border:1px solid rgba(228,33,43,.2);white-space:nowrap;align-self:center}.product__tax{margin-top:.4rem;font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.pdp-urgency{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;padding:.8rem 1.2rem;border-radius:6px;margin:1rem 0}.pdp-urgency--low{background:#fff8ed;color:var(--pdp-stock-low);border:1px solid rgba(217,119,6,.25)}.pdp-urgency--ok{background:#f0fdf4;color:var(--pdp-stock-ok);border:1px solid rgba(22,163,74,.2)}.pdp-urgency__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;animation:pdpPulse 2s ease infinite}.pdp-urgency--low .pdp-urgency__dot{background:var(--pdp-stock-low)}.pdp-urgency--ok .pdp-urgency__dot{background:var(--pdp-stock-ok)}@keyframes pdpPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.pdp-social-proof{margin:.4rem 0 1rem;height:2.8rem;overflow:hidden;position:relative}.pdp-social-proof__ticker{position:relative;height:100%}.pdp-social-proof__item{display:flex;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:500;color:rgba(var(--color-foreground),.75);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;white-space:nowrap}.pdp-social-proof__item.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.pdp-social-proof__item.is-leaving{opacity:0;transform:translateY(-10px)}.pdp-social-proof__item strong{color:rgb(var(--color-foreground));font-weight:700}.pdp-social-proof__icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;flex-shrink:0}.pdp-social-proof__icon--trend{background:#16a34a1a;color:#16a34a}.pdp-social-proof__icon--eye{background:#3b82f61a;color:#2563eb}.pdp-social-proof__icon--cart{background:#f973161a;color:#ea580c}.pdp-shipping-progress{margin:1rem 0;padding:1rem 1.4rem;background:#f0fdf4;border:1px solid rgba(22,163,74,.2);border-radius:8px}.pdp-shipping-progress.pdp-shipping-progress--achieved{background:#f0fdf4}.pdp-shipping-progress__text{font-size:1.3rem;font-weight:600;color:#166534;margin-bottom:.6rem;display:flex;align-items:center;gap:.6rem}.pdp-shipping-progress__text svg{flex-shrink:0;color:#16a34a}.pdp-shipping-progress__bar-wrap{height:6px;background:#16a34a26;border-radius:100px;overflow:hidden}.pdp-shipping-progress__bar-fill{height:100%;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:100px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.product-form__submit{min-height:5.4rem;font-size:1.6rem;font-weight:700;letter-spacing:.06rem;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.product-form__submit:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000002e}.product-form__submit:not([disabled]):active{transform:translateY(0)}.pdp-atc-icon{display:inline-flex;align-items:center;margin-right:.8rem;vertical-align:middle}.product-form__submit.button--primary:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);animation:pdpShimmer 3s ease 1.5s infinite}@keyframes pdpShimmer{0%{left:-100%}50%{left:150%}to{left:150%}}.product-form__buttons{display:flex;flex-direction:column}.pdp-trust-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.4rem 0 .6rem;padding:1.2rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.07);border-radius:10px}@media screen and (min-width:750px){.pdp-trust-bar{grid-template-columns:repeat(4,1fr)}}.pdp-trust-bar__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:.6rem .4rem}.pdp-trust-bar__icon{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:rgba(var(--color-foreground),.7)}.pdp-trust-bar__label{font-size:1.15rem;font-weight:600;color:rgba(var(--color-foreground),.75);line-height:1.3}.product-form__input--pill .swatch__input-wrapper input[type=radio]+label,.product-form__input--pill label{transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;cursor:pointer}.product-form__input--pill .swatch__input-wrapper input[type=radio]:checked+label,.product-form__input--pill input[type=radio]:checked+label{border-width:2px;border-color:rgb(var(--color-foreground));font-weight:600;box-shadow:0 0 0 1px rgb(var(--color-foreground))}.product-form__input--pill .swatch__input-wrapper input[type=radio]:not(:checked):not(:disabled)+label:hover,.product-form__input--pill input[type=radio]:not(:checked):not(:disabled)+label:hover{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.04)}.pdp-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.1);box-shadow:0 -4px 24px #0000001a;padding:1rem 1.5rem;transform:translateY(110%);transition:transform .35s cubic-bezier(.34,1.1,.64,1);will-change:transform}.pdp-sticky-atc.is-visible{transform:translateY(0)}.pdp-sticky-atc__inner{max-width:var(--page-width, 1600px);margin:0 auto;display:flex;align-items:center;gap:1.2rem}.pdp-sticky-atc__image{width:5rem;height:5rem;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid rgba(var(--color-foreground),.08)}.pdp-sticky-atc__info{flex:1;min-width:0}.pdp-sticky-atc__title{font-size:1.3rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(var(--color-foreground))}.pdp-sticky-atc__price{font-size:1.4rem;font-weight:700;color:var(--pdp-sale-red);margin-top:.1rem}.pdp-sticky-atc__price--regular{color:rgb(var(--color-foreground))}.pdp-sticky-atc__btn{flex-shrink:0;min-width:14rem;min-height:4.4rem;font-size:1.4rem;font-weight:700;padding:0 2rem;border-radius:var(--pdp-atc-radius);background-color:var(--pdp-atc-bg);color:var(--pdp-atc-color);border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;color:#fff}.pdp-sticky-atc__btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000002e}.pdp-sticky-atc__btn:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width:749px){.pdp-sticky-atc__image{display:none}.pdp-sticky-atc__title{font-size:1.2rem}.pdp-sticky-atc__btn{min-width:12rem;font-size:1.3rem}}.quantity{border:1.5px solid rgba(var(--color-foreground),.2);border-radius:6px;overflow:hidden;transition:border-color .15s ease}.quantity:focus-within{border-color:rgba(var(--color-foreground),.5)}.quantity__button{background:rgba(var(--color-foreground),.04);width:4rem;height:4.4rem;font-size:1.8rem;transition:background .15s ease}.quantity__button:hover{background:rgba(var(--color-foreground),.1)}.quantity__input{font-size:1.5rem;font-weight:600;text-align:center}.product__accordion summary{padding:1.2rem 0;font-weight:600;font-size:1.4rem}.product__accordion .accordion__content{padding-bottom:1.4rem;font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.8)}.rating-wrapper{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.rating{display:flex;gap:.15rem}.rating-star{font-size:1.8rem}.rating-text,.rating-count{font-size:1.3rem;color:rgba(var(--color-foreground),.65)}.product__info-container>*+*{margin-top:1.4rem}.product__info-container>.product__title{margin-top:0}@media screen and (min-width:750px){media-gallery{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:1.4rem;overflow:visible!important}media-gallery>slider-component:not(.thumbnail-slider){order:2;flex:1 1 auto;min-width:0;overflow:visible!important}media-gallery .thumbnail-slider{order:1;flex:0 0 88px!important;width:88px!important;min-width:88px!important;display:flex!important;flex-direction:column;align-items:stretch;gap:0;overflow:hidden!important;max-height:485px!important}media-gallery .thumbnail-slider .slider-button{display:flex!important;align-items:center;justify-content:center;width:88px!important;height:30px!important;flex-shrink:0;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease;padding:0;position:relative;z-index:2}media-gallery .thumbnail-slider .slider-button:hover:not([disabled]){background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.3)}media-gallery .thumbnail-slider .slider-button[disabled]{opacity:.25;pointer-events:none}media-gallery .thumbnail-slider .slider-button--prev{margin-bottom:4px}media-gallery .thumbnail-slider .slider-button--next{margin-top:4px}media-gallery .thumbnail-slider .slider-button--prev .icon-caret,media-gallery .thumbnail-slider .slider-button--prev svg{transform:rotate(90deg);display:block}media-gallery .thumbnail-slider .slider-button--next .icon-caret,media-gallery .thumbnail-slider .slider-button--next svg{transform:rotate(-90deg);display:block}media-gallery .thumbnail-slider .slider-counter{display:none!important}media-gallery .thumbnail-list{height:417px!important;max-height:417px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;gap:0!important;width:88px!important;padding:0!important;margin:0!important;transform:none!important;position:relative}media-gallery .thumbnail-list .pdp-thumb-inner{display:flex;flex-direction:column;gap:6px;transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}media-gallery .thumbnail-list__item{width:88px!important;height:88px!important;min-height:88px!important;flex-shrink:0!important;position:relative!important;padding-bottom:0!important}media-gallery .thumbnail-list__item:before{display:none!important;content:none!important}media-gallery .thumbnail-list__item .thumbnail{position:relative!important;display:block!important;width:88px!important;height:88px!important;top:auto!important;left:auto!important}media-gallery .thumbnail-list__item .thumbnail img{width:88px!important;height:88px!important;object-fit:cover;display:block;border-radius:4px}media-gallery .thumbnail[aria-current=true],media-gallery .thumbnail[aria-current]{outline:2px solid rgb(var(--color-foreground))!important;outline-offset:-2px;box-shadow:none!important;border-radius:4px;opacity:1!important}media-gallery .thumbnail:hover:not([aria-current]){opacity:.72}}@media screen and (min-width:990px){media-gallery .thumbnail-slider{flex:0 0 94px!important;width:94px!important;min-width:94px!important}media-gallery .thumbnail-slider .slider-button{width:94px!important}media-gallery .thumbnail-list{height:444px!important;width:94px!important}media-gallery .thumbnail-list__item{width:94px!important;height:94px!important;min-height:94px!important}media-gallery .thumbnail-list__item .thumbnail,media-gallery .thumbnail-list__item .thumbnail img{width:94px!important;height:94px!important}}@media screen and (max-width:749px){media-gallery{display:block!important}}.pdp-delivery-timeline{margin:1.6rem 0 .4rem;padding:1.6rem 1.2rem;background:#f8faff;border:1px solid #dde6f7;border-radius:10px}.pdp-delivery-timeline__track{display:flex;align-items:flex-start;justify-content:space-between;position:relative}.pdp-delivery-timeline__line{position:absolute;top:22px;left:calc(22px + 10%);right:calc(22px + 10%);height:2px;background:#c8d8f0;z-index:0}.pdp-delivery-timeline__step{display:flex;flex-direction:column;align-items:center;gap:.8rem;flex:1;position:relative;z-index:1}.pdp-delivery-timeline__circle{width:44px;height:44px;border-radius:50%;background:#c8d8f0;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:background .2s ease}.pdp-delivery-timeline__step--done .pdp-delivery-timeline__circle,.pdp-delivery-timeline__step--active .pdp-delivery-timeline__circle{background:#01112d}.pdp-delivery-timeline__step:not(.pdp-delivery-timeline__step--done):not(.pdp-delivery-timeline__step--active) .pdp-delivery-timeline__circle{background:#01112d;color:#fff}.pdp-delivery-timeline__label{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem}.pdp-delivery-timeline__date{font-size:1.3rem;font-weight:700;color:#01112d!important;white-space:nowrap}.pdp-delivery-timeline__text{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.6);white-space:nowrap}.pdp-delivery-timeline__step:not(.pdp-delivery-timeline__step--done):not(.pdp-delivery-timeline__step--active) .pdp-delivery-timeline__date{color:#7a94b8}@media screen and (max-width:749px){.pdp-delivery-timeline{padding:1.2rem .8rem}.pdp-delivery-timeline__circle{width:38px;height:38px}.pdp-delivery-timeline__circle svg{width:17px;height:17px}.pdp-delivery-timeline__date{font-size:1.1rem}.pdp-delivery-timeline__text{font-size:1.05rem}.pdp-delivery-timeline__line{top:19px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-page-enhanced.css.map */
