.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:30;overflow:visible;background:#fff;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 20px #0000001f;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s ease,visibility .5s;padding:1.1rem 0;padding-bottom:calc(1.1rem + env(safe-area-inset-bottom,0px));will-change:transform,opacity}.sticky-atc--visible{transform:translateY(0);opacity:1;visibility:visible}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;flex-wrap:wrap}.sticky-atc__quickview{display:none;flex-shrink:0;padding:0;border:none;background:transparent;cursor:pointer;border-radius:8px;overflow:hidden}.sticky-atc__quickview-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:8px;background:#f4ebc4;font-size:1.25rem}.sticky-atc__product{display:flex;align-items:center;gap:1rem;min-width:0;flex:1 1 12rem}.sticky-atc__image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0;border:1px solid rgba(66,14,45,.08);background:#f7f7f7;display:block}.sticky-atc__controls{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;justify-content:flex-end;min-width:0;overflow:visible}.sticky-atc__pill{position:relative;display:inline-flex;align-items:center;min-height:52px;border-radius:999px;color:#1a1a1a;font-size:16px;font-weight:600;flex-shrink:0}.sticky-atc__variant-dropdown{position:relative;flex-shrink:0;min-width:15rem;max-width:20rem}.sticky-atc__pill--variant{width:100%;padding:0 2.6rem 0 1.25rem;min-width:0;max-width:none;background:linear-gradient(180deg,#fff,#fafafa);border:1px solid rgba(26,26,26,.88);box-shadow:0 1px 2px #0000000a;transition:box-shadow .22s ease,border-color .22s ease,background .22s ease;cursor:pointer;font-family:inherit;text-align:left}.sticky-atc__variant-trigger:hover{border-color:#420e2d;box-shadow:0 2px 10px #420e2d1a}.sticky-atc__variant-dropdown.is-open .sticky-atc__variant-trigger{border-color:#420e2d;background:#fff;box-shadow:0 0 0 3px #420e2d1a,0 4px 14px #00000014}.sticky-atc__variant-label{display:flex;align-items:center;gap:.45rem;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.25;color:#1a1a1a;pointer-events:none}.sticky-atc__variant-size{font-weight:700;letter-spacing:.01em;flex-shrink:0}.sticky-atc__variant-dash{font-weight:400;color:#00000047;flex-shrink:0}.sticky-atc__variant-price{font-weight:600;color:#2a2a2a;overflow:hidden;text-overflow:ellipsis}.sticky-atc__variant-select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sticky-atc__variant-menu{position:absolute;left:50%;transform:translate(-50%);bottom:calc(100% + .65rem);z-index:40;width:calc(100% + 1.5rem);min-width:16.5rem;margin:0;padding:0;list-style:none;background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:16px;box-shadow:0 12px 36px #0000001f,0 4px 12px #0000000d;max-height:min(17rem,52vh);overflow:hidden auto;overscroll-behavior:contain;animation:sticky-atc-menu-in .22s cubic-bezier(.22,1,.36,1)}.sticky-atc__variant-menu[hidden]{display:none}@keyframes sticky-atc-menu-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.sticky-atc__variant-menu-head{margin:0;padding:.7rem 1rem .5rem;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0000006b;border-bottom:1px solid #f0f0f0;pointer-events:none}.sticky-atc__variant-item{margin:0;padding:0 .4rem}.sticky-atc__variant-menu-head+.sticky-atc__variant-item{padding-top:.35rem}.sticky-atc__variant-item:last-child{padding-bottom:.4rem}.sticky-atc__variant-option{position:relative;display:flex;align-items:center;width:100%;padding:.72rem .85rem;border:none;border-radius:10px;background:transparent;color:#1a1a1a;font-family:inherit;font-size:16px;line-height:1.25;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease}.sticky-atc__variant-option:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;border-radius:0 3px 3px 0;background:#420e2d;transition:height .16s ease}.sticky-atc__variant-option:hover:not(:disabled){background:#f6f6f6}.sticky-atc__variant-option.is-selected{background:#faf7f8;color:#420e2d}.sticky-atc__variant-option.is-selected:before{height:60%}.sticky-atc__variant-option.is-selected .sticky-atc__variant-size{color:#420e2d}.sticky-atc__variant-option.is-unavailable,.sticky-atc__variant-option:disabled{opacity:.38;cursor:not-allowed}.sticky-atc__variant-option-text{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-width:0}.sticky-atc__variant-option-text .sticky-atc__variant-size{font-weight:700;flex-shrink:0}.sticky-atc__variant-option-text .sticky-atc__variant-price{font-weight:600;font-size:15px;color:#0000009e;white-space:nowrap}.sticky-atc__variant-option.is-selected .sticky-atc__variant-price{color:#420e2d}.sticky-atc__pill-chevron{position:absolute;right:1.15rem;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;width:.85rem;height:.85rem;color:#1a1a1a;transition:transform .2s ease}.sticky-atc__variant-dropdown.is-open .sticky-atc__pill-chevron{transform:translateY(-50%) rotate(180deg)}.sticky-atc__pill-chevron svg{width:100%;height:100%}.sticky-atc__pill--qty{padding:0 .65rem;gap:0;background:#ebebeb;border:1px solid rgba(0,0,0,.06);min-width:11rem;justify-content:center}.sticky-atc__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:50%;background:transparent;color:#1a1a1a;font-size:20px;font-weight:500;cursor:pointer;line-height:1;padding:0;transition:background-color .15s ease}.sticky-atc__qty-btn:hover{background:#0000000f}.sticky-atc__qty-input{width:2.75rem;border:none;background:transparent;text-align:center;font-size:16px;font-weight:700;color:#1a1a1a;padding:0;-moz-appearance:textfield}.sticky-atc__qty-input::-webkit-outer-spin-button,.sticky-atc__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-atc__info{min-width:0;flex:1}.sticky-atc__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600;line-height:1.35;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sticky-atc__price,.sticky-atc__price .price{margin:0}.sticky-atc__price .price__container{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .65rem;margin:0}.sticky-atc__price .price__sale{display:inline-flex!important;align-items:baseline;gap:.55rem}.sticky-atc__price .price__regular .price-item--regular{font-size:1.3rem;font-weight:700;color:#1a1a1a}.sticky-atc__price .price--on-sale .price-item--regular,.sticky-atc__price .price__sale .price-item--regular,.sticky-atc__price s.price-item--regular{font-size:1.05rem;font-weight:500;color:#00000073;text-decoration:line-through}.sticky-atc__price .price-item--sale{font-size:1.3rem;font-weight:700;color:#1a1a1a}.sticky-atc__price .badge,.sticky-atc__price .you-save{display:none}.sticky-atc__actions{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0;flex:0 0 auto}.sticky-atc__submit{margin:0;min-height:52px;min-width:14rem;padding:.85rem 1.75rem;font-family:inherit;font-size:16px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;cursor:pointer;line-height:1.2;transition:background-color .2s ease,border-color .2s ease,color .2s ease;-webkit-appearance:none;appearance:none}.sticky-atc__submit{position:relative;background:#420e2d;color:#fff;border:1.5px solid #420e2d;box-shadow:0 2px 8px #420e2d33}.sticky-atc__submit.loading{color:transparent;pointer-events:none}.sticky-atc__submit.loading .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;height:100%}.sticky-atc__submit.loading .loading__spinner .spinner{width:2rem;height:2rem}.sticky-atc__submit.loading .loading__spinner .path{stroke:#fff}.sticky-atc__submit:hover:not(:disabled){background:#5a133d;border-color:#5a133d}.sticky-atc__submit:disabled{opacity:.5;cursor:not-allowed}@keyframes sticky-atc-menu-in-mobile{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.sticky-atc{padding:1rem 0;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.sticky-atc__inner{gap:1rem}.sticky-atc__image{width:72px;height:72px}.sticky-atc__title{font-size:.98rem}.sticky-atc__price .price__regular .price-item--regular,.sticky-atc__price .price-item--sale{font-size:1.15rem}.sticky-atc__price .price--on-sale .price-item--regular,.sticky-atc__price .price__sale .price-item--regular,.sticky-atc__price s.price-item--regular{font-size:.98rem}.sticky-atc__submit{min-width:10rem;min-height:48px;padding:.75rem 1.4rem;font-size:.88rem}}@media screen and (max-width:767px){.sticky-atc__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;align-items:stretch;justify-content:center;width:100%;flex-wrap:nowrap}.sticky-atc__quickview,.sticky-atc__product{display:none!important}.sticky-atc__controls,.sticky-atc__actions{display:contents}.sticky-atc__inner:not(:has(.sticky-atc__variant-dropdown)){grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-atc__pill{min-height:46px;font-size:14px}.sticky-atc__variant-dropdown{min-width:0;max-width:none;width:100%}.sticky-atc__pill--variant{width:100%;padding-right:1.85rem;padding-left:.65rem;justify-content:center}.sticky-atc__variant-label{font-size:13px;gap:.3rem;justify-content:center}.sticky-atc__variant-label .sticky-atc__variant-dash,.sticky-atc__variant-label .sticky-atc__variant-price{display:none}.sticky-atc__pill-chevron{right:.65rem;width:.65rem;height:.65rem}.sticky-atc__variant-menu{position:fixed;left:max(.75rem,env(safe-area-inset-left,0px));right:max(.75rem,env(safe-area-inset-right,0px));width:auto;min-width:0;max-width:none;bottom:calc(var(--sticky-atc-height, 4.5rem) + .65rem);transform:none;animation:sticky-atc-menu-in-mobile .22s cubic-bezier(.22,1,.36,1)}.sticky-atc__variant-menu-head{padding:.6rem .85rem .45rem;font-size:10px}.sticky-atc__variant-item{padding:0 .3rem}.sticky-atc__variant-option{font-size:14px;padding:.62rem .75rem}.sticky-atc__variant-option-text .sticky-atc__variant-price{font-size:13px}.sticky-atc__pill--qty{width:100%;min-width:0;min-height:46px;padding:0 .25rem;justify-content:center}.sticky-atc__qty-btn{width:2.15rem;height:2.15rem;font-size:17px}.sticky-atc__qty-input{width:1.85rem;font-size:14px}.sticky-atc__submit{width:100%;min-width:0;min-height:46px;padding:.65rem .4rem;font-size:11px;letter-spacing:.02em}}@media screen and (max-width:479px){.sticky-atc{padding:.75rem 0;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.sticky-atc__inner{gap:.4rem}.sticky-atc__pill{min-height:42px}.sticky-atc__variant-label{font-size:12px}.sticky-atc__submit{min-height:42px;font-size:10px;padding:.55rem .3rem}}.sticky-atc__image--desktop{display:none}@media screen and (min-width:750px){.sticky-atc__image--desktop{display:block}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-sticky-atc.css.map */
