.sticky-atc{--sticky-bg: #002868;--sticky-text: #ffffff;--sticky-btn-bg: #A91B0D;--sticky-btn-text: #ffffff;--sticky-btn-hover: #8B1609;--color-price: 255, 255, 255;--color-foreground: 255, 255, 255;--color-sale-price: 255, 180, 180;position:fixed;bottom:0;left:0;width:100%;z-index:100;isolation:isolate;background:var(--sticky-bg);box-shadow:0 -8px 32px #0000001f;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);pointer-events:none}animate-sticky[animate] .sticky-atc{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;gap:1.5rem;position:relative;z-index:1}.sticky-atc__product{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.sticky-atc__thumb{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;background:#ffffff14}.sticky-atc__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc__info{display:flex;flex-direction:column;gap:2px;min-width:0}.sticky-atc__title{font-size:1.3rem;font-weight:700;color:var(--sticky-text);letter-spacing:-.01em;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:1.45rem;font-weight:700;color:var(--sticky-text);letter-spacing:-.02em}.sticky-atc .price .badge{display:none}.sticky-atc .price--on-sale .price__sale s{color:#ffffff8c;font-weight:400}.sticky-atc .price--on-sale .price-item--sale{color:#fff;font-weight:700}.sticky-atc__button{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:var(--sticky-btn-bg);color:var(--sticky-btn-text);border:none;border-radius:8px;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 8px #a91b0d40}.sticky-atc__button svg{width:18px;height:18px}@media screen and (hover: hover){.sticky-atc__button:hover{background:var(--sticky-btn-hover);transform:translateY(-1px);box-shadow:0 4px 12px #a91b0d4d}}.sticky-atc__button:active{transform:translateY(0);box-shadow:0 2px 6px #a91b0d33}.sticky-atc__button.loading{opacity:.7;pointer-events:none}.sticky-atc__form{display:flex;flex-direction:column;align-items:flex-start}.sticky-atc__form form{display:flex}.sticky-atc__form .product-form__buttons{display:flex;column-gap:1rem}.sticky-atc__form variant-selects{display:flex;column-gap:1rem;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.sticky-atc__form variant-selects::-webkit-scrollbar{display:none}.sticky-atc__form .product-form__input{margin-bottom:0;flex:0 0 auto}.sticky-atc__form .product-form__input+.product-form__input{margin-inline-start:-.2rem}.sticky-atc__form .button--small{height:4rem}.sticky-atc__form .select{padding:0;width:calc(var(--width) + 6rem);min-width:auto;max-width:18rem;background-color:rgb(var(--color-background))}.sticky-atc__form .select__select{height:100%;min-height:auto;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}.sticky-atc__form,.sticky-atc__form form,.sticky-atc__form .select,.sticky-atc__form .select__select,.sticky-atc__selling-plan{pointer-events:auto}.sticky-atc__form .quantity{width:8rem}.sticky-atc__form .quantity__input{text-align:start;padding-inline-start:1.5rem;padding-inline-end:1rem;height:4rem;box-shadow:inset 0 0 0 .1rem rgb(var(--color-border));transition:box-shadow var(--duration-default) ease}@media screen and (hover: hover){.sticky-atc__form .quantity__input:hover{box-shadow:inset 0 0 0 .2rem rgb(var(--color-border))}}.sticky-atc__form .quantity__input:focus-visible{outline:none;box-shadow:inset 0 0 0 .2rem rgb(var(--color-keyboard-focus))}.sticky-atc__form .quantity__input::-webkit-outer-spin-button,.sticky-atc__form .quantity__input::-webkit-inner-spin-button{-webkit-appearance:auto;cursor:pointer}.sticky-atc__form .quantity__input[type=number]{-moz-appearance:auto}.sticky-atc__selling-plan{display:flex;align-items:center}.sticky-atc__selling-plan-wrapper{position:relative;display:inline-flex;align-items:center;min-width:18rem}.sticky-atc__selling-plan-select{appearance:none;-webkit-appearance:none;width:100%;height:4rem;padding:0 3.5rem 0 1.5rem;font-family:inherit;font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:none;box-shadow:inset 0 0 0 .2rem rgb(var(--color-foreground));cursor:pointer;transition:box-shadow var(--duration-default) ease,background-color var(--duration-default) ease}@media screen and (hover: hover){.sticky-atc__selling-plan-select:hover{box-shadow:inset 0 0 0 .25rem rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.03)}}.sticky-atc__selling-plan-select:focus{outline:none;box-shadow:inset 0 0 0 .25rem rgb(var(--color-keyboard-focus))}.sticky-atc__selling-plan-caret{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:1rem;height:.6rem;color:rgb(var(--color-foreground));pointer-events:none;transition:transform var(--duration-default) ease}.sticky-atc__selling-plan-select:focus+.sticky-atc__selling-plan-caret{transform:translateY(-50%) rotate(180deg)}.sticky-atc .product-form__submit{min-width:auto!important;font-size:1.2rem!important;font-family:inherit!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:8px!important;background:var(--sticky-btn-bg)!important;color:var(--sticky-btn-text)!important;border:none!important;box-shadow:0 2px 8px #a91b0d40!important;padding:14px 28px!important;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}@media screen and (hover: hover){.sticky-atc .product-form__submit:hover{background:var(--sticky-btn-hover)!important;transform:translateY(-1px);box-shadow:0 4px 12px #a91b0d4d!important}}.sticky-atc .product-form__submit:active{transform:translateY(0);box-shadow:0 2px 6px #a91b0d33!important}.sticky-atc .select__select{color:#1a1b18!important;background-color:#fff!important;border:1px solid rgba(255,255,255,.3);border-radius:6px}.sticky-atc .select{background-color:#fff!important;border-radius:6px}.sticky-atc .quantity__input{color:#1a1b18!important;background-color:#fff!important;border-radius:6px;box-shadow:none!important;border:1px solid rgba(255,255,255,.3)}.sticky-atc .sticky-atc__selling-plan-select{color:#fff;background-color:#ffffff1f;box-shadow:inset 0 0 0 .15rem #fff6;border-radius:6px}.sticky-atc .sticky-atc__selling-plan-caret{color:#fff}.sticky-atc__button:focus-visible,.sticky-atc__form .product-form__submit:focus-visible{outline:2px solid var(--sticky-text);outline-offset:2px}.mini-cart--open animate-sticky .sticky-atc,.mini-cart--opening animate-sticky .sticky-atc,.mini-cart--closing animate-sticky .sticky-atc,.menu-drawer--open animate-sticky .sticky-atc,.menu-drawer--opening animate-sticky .sticky-atc,.menu-drawer--closing animate-sticky .sticky-atc,.menu-mobile--open animate-sticky .sticky-atc,.menu-mobile--opening animate-sticky .sticky-atc,.menu-mobile--closing animate-sticky .sticky-atc,.search-modal--open animate-sticky .sticky-atc,.quick-view--open animate-sticky .sticky-atc,.quick-view--opening animate-sticky .sticky-atc,.quick-view--closing animate-sticky .sticky-atc{z-index:1;opacity:0;transform:translateY(100%);transition:none}@media screen and (min-width: 750px) and (max-width: 989px){.sticky-atc__inner{gap:1rem}.sticky-atc__thumb{width:52px;height:52px}.sticky-atc__button{padding:12px 20px}.sticky-atc__form .select{max-width:14rem}.sticky-atc__selling-plan-wrapper{min-width:16rem}.sticky-atc__selling-plan-select{font-size:1.2rem;padding-right:3rem}}@media screen and (max-width: 749px){.sticky-atc .page-width{padding-left:0;padding-right:0}.sticky-atc__inner{padding:1rem 1.25rem;gap:12px}.sticky-atc__thumb{width:66px;height:66px}.sticky-atc__title{font-size:1.2rem}.sticky-atc__price{font-size:1.4rem}.sticky-atc__button{padding:15px 24px;font-size:1.125rem}.sticky-atc__button svg{width:24px;height:24px}.sticky-atc--full .sticky-atc__inner{flex-direction:column;row-gap:.5rem;padding-top:.6rem;padding-bottom:.6rem}.sticky-atc--full .sticky-atc__thumb{display:none}.sticky-atc--full .sticky-atc__product{width:100%}.sticky-atc--full .sticky-atc__info{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.75rem}.sticky-atc--full .sticky-atc__title{flex:1;min-width:0}.sticky-atc--full .sticky-atc__price{flex-shrink:0}.sticky-atc--full .sticky-atc__price .price{display:flex;gap:.4rem;align-items:baseline}.sticky-atc--full .sticky-atc__form{width:100%;align-items:stretch}.sticky-atc--full .sticky-atc__form form,.sticky-atc--full .sticky-atc__form .product-form__buttons{width:100%;flex-direction:column;gap:.5rem}.sticky-atc--full .sticky-atc__form variant-selects{width:100%;display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.sticky-atc--full .sticky-atc__form variant-selects .select{min-width:10rem;max-width:none}.sticky-atc--full .sticky-atc__form .product-form__submit{width:100%;max-width:100%;padding:12px 28px!important}.sticky-atc__selling-plan{width:100%;order:-1}.sticky-atc__selling-plan-wrapper{width:100%;min-width:unset}.sticky-atc__selling-plan-select{width:100%;height:3.6rem;font-size:1.3rem;text-align:center;text-align-last:center}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-sticky-add-to-cart.css.map */
