:root{--bst-sticky-atc-height: 68px;--bst-sticky-atc-z: 210;--bst-sticky-atc-transition-duration: .32s;--bst-sticky-atc-transition-ease: cubic-bezier(.4, 0, .2, 1);--bst-sticky-atc-variant-width: 180px}.bst-sticky-atc{display:block}.bst-sticky-atc[hidden]{display:none}.bst-sticky-atc__bar{position:fixed;bottom:0;left:0;right:0;z-index:var(--bst-sticky-atc-z);width:100%;box-sizing:border-box;background-color:var(--color-white);border-top:1px solid var(--bst-product-divider, #dddcd7);box-shadow:0 -8px 24px #00000014;transform:translate3d(0,100%,0);opacity:0;visibility:hidden;pointer-events:none;transition:transform var(--bst-sticky-atc-transition-duration) var(--bst-sticky-atc-transition-ease),opacity var(--bst-sticky-atc-transition-duration) var(--bst-sticky-atc-transition-ease),visibility var(--bst-sticky-atc-transition-duration) var(--bst-sticky-atc-transition-ease);will-change:transform,opacity}.bst-sticky-atc.is-visible .bst-sticky-atc__bar{transform:translateZ(0);opacity:1;visibility:visible;pointer-events:auto}.bst-sticky-atc__bar-inner{display:flex;align-items:stretch;width:100%;max-width:var(--layout-max-width);margin-inline:auto;box-sizing:border-box}.bst-sticky-atc__summary,.bst-sticky-atc__controls--desktop{display:none}.bst-sticky-atc__mobile-trigger{display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--bst-sticky-atc-height);margin:0;padding:13px 24px;padding-bottom:calc(13px + env(safe-area-inset-bottom,0px));border:0;border-radius:0;box-sizing:border-box}.bst-sticky-atc__summary{align-items:center;gap:12px;min-width:0}.bst-sticky-atc__media{flex-shrink:0;width:56px;height:56px;overflow:hidden;background-color:var(--color-gray-100)}.bst-sticky-atc__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.bst-sticky-atc__image--placeholder{background-color:var(--color-gray-100)}.bst-sticky-atc__meta{display:flex;flex-direction:column;gap:4px;min-width:0}.bst-sticky-atc__title{margin:0;font-size:18px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bst-sticky-atc__price,.bst-sticky-atc__price .price{margin:0}.bst-sticky-atc .price__badge-sale,.bst-sticky-atc .price__badge-sold-out{display:none}.bst-sticky-atc__controls--desktop{align-items:center;gap:16px;flex:1 1 auto;justify-content:flex-end;min-width:0}.bst-sticky-atc__variant-field{flex:0 1 var(--bst-sticky-atc-variant-width);min-width:0;max-width:var(--bst-sticky-atc-variant-width);margin:0}.bst-sticky-atc__variant-select-wrap{position:relative;width:100%;max-width:var(--bst-sticky-atc-variant-width);border:1px solid var(--color-border-subtle);border-radius:1px}.bst-sticky-atc__variant-select-wrap.select:before,.bst-sticky-atc__variant-select-wrap.select:after,.bst-sticky-atc__variant-select-wrap.select:hover:after,.bst-sticky-atc__variant-select-wrap.select:has(.select__select:focus):after,.bst-sticky-atc__variant-select-wrap.select:has(.select__select:focus-visible):after{display:none;box-shadow:none;outline:none;content:none}.bst-sticky-atc__variant-select-wrap .select__select,select.bst-sticky-atc__variant-select{width:100%;max-width:var(--bst-sticky-atc-variant-width);min-height:44px;height:44px;margin:0;padding:0 36px 0 12px;border:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bst-sticky-atc__variant-select-wrap .select__select::-ms-expand,select.bst-sticky-atc__variant-select::-ms-expand{display:none}.bst-sticky-atc__variant-select-wrap .select__select::-webkit-picker-indicator,select.bst-sticky-atc__variant-select::-webkit-picker-indicator{display:none;opacity:0;width:0;height:0;margin:0;padding:0;border:0;appearance:none;-webkit-appearance:none}.bst-sticky-atc__variant-select-wrap .svg-wrapper{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:10px;height:6px;pointer-events:none}.bst-sticky-atc__variant-select-wrap .svg-wrapper>svg{width:100%;height:100%}.bst-sticky-atc__variant-select-wrap .select__select:focus,.bst-sticky-atc__variant-select-wrap .select__select:focus-visible,.bst-sticky-atc__variant-select:focus,.bst-sticky-atc__variant-select:focus-visible,.bst-sticky-atc__variant-select-wrap:focus-within{outline:none;box-shadow:none}.bst-sticky-atc__qty-field{flex-shrink:0;margin:0;width:112px}.bst-sticky-atc__quantity{width:100%;min-width:0;min-height:44px}.bst-sticky-atc__quantity .quantity__button{width:36px;flex-shrink:0}.bst-sticky-atc__quantity .quantity__button .svg-wrapper{width:10px}.bst-sticky-atc__quantity .quantity__input{min-height:44px;min-width:0;flex:1 1 auto;width:auto;padding:0 4px;font-family:var(--font-fzlt-r);font-size:15px;line-height:22px;opacity:1;color:var(--color-black)}.bst-sticky-atc__submit{flex-shrink:0;min-height:44px;min-width:148px;margin:0;padding:13px 28px;white-space:nowrap}.bst-sticky-atc__sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--bst-sticky-atc-z) + 10);display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.bst-sticky-atc__sheet[hidden]{display:none}.bst-sticky-atc__sheet:not([hidden]){pointer-events:auto}.bst-sticky-atc__sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:0;background-color:#00000073;cursor:pointer}.bst-sticky-atc__sheet-panel{position:relative;width:100%;max-height:92vh;overflow:auto;background-color:var(--color-white);border-radius:12px 12px 0 0;box-shadow:0 -12px 40px #0000002e;-webkit-overflow-scrolling:touch}.bst-sticky-atc__sheet-header{display:flex;justify-content:flex-end;padding:12px 12px 0}.bst-sticky-atc__sheet-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;margin:0;padding:0;border:0;background:transparent;color:var(--color-black);cursor:pointer}.bst-sticky-atc__sheet-close .svg-wrapper{width:16px;height:16px}.bst-sticky-atc__sheet-body{display:flex;flex-direction:column;gap:16px;padding:0 16px calc(16px + env(safe-area-inset-bottom,0px))}.bst-sticky-atc__sheet-media{width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--color-gray-100)}.bst-sticky-atc__sheet-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.bst-sticky-atc__summary .product__discount-badge{display:none}.stamped-pagination a{color:var(--color-black)}.bst-sticky-atc__quantity:before,.bst-sticky-atc__quantity:after{box-shadow:none}.bst-sticky-atc__sheet-product{display:flex;flex-direction:column;gap:6px}.bst-sticky-atc__sheet-title{margin:0}.bst-sticky-atc__sheet-variant-field{margin:0;max-width:var(--bst-sticky-atc-variant-width)}.bst-sticky-atc__sheet-variant-field .select{position:relative;max-width:var(--bst-sticky-atc-variant-width);border:1px solid var(--color-border-subtle);border-radius:1px}.bst-sticky-atc__sheet-variant-field .select:before,.bst-sticky-atc__sheet-variant-field .select:after{display:none;content:none}.bst-sticky-atc__sheet-variant-field .form__label{margin:0 0 8px}.bst-sticky-atc__sheet-variant-field .select__select,.bst-sticky-atc__sheet-variant-field select.bst-sticky-atc__variant-select{min-height:44px;margin:0;padding:0 36px 0 12px;border:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bst-sticky-atc__sheet-variant-field .select__select::-ms-expand,.bst-sticky-atc__sheet-variant-field select.bst-sticky-atc__variant-select::-ms-expand{display:none}.bst-sticky-atc__sheet-variant-field .select__select::-webkit-picker-indicator,.bst-sticky-atc__sheet-variant-field select.bst-sticky-atc__variant-select::-webkit-picker-indicator{display:none;opacity:0;width:0;height:0;margin:0;padding:0;border:0;appearance:none;-webkit-appearance:none}.bst-sticky-atc__sheet-variant-field .select .svg-wrapper{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:10px;height:6px;pointer-events:none}.bst-sticky-atc__sheet-variant-field .select .svg-wrapper>svg{width:100%;height:100%}.bst-sticky-atc__sheet-variant-field .select__select:focus,.bst-sticky-atc__sheet-variant-field .select__select:focus-visible{outline:none;box-shadow:none}.bst-sticky-atc__sheet-qty .form__label{margin:0 0 8px}.bst-sticky-atc__submit--sheet{width:100%;justify-content:center;min-height:44px}body.bst-sticky-atc-sheet-open{overflow:hidden}main:has(product-info.product--bst .bst-sticky-atc){transition:padding-bottom var(--bst-sticky-atc-transition-duration) var(--bst-sticky-atc-transition-ease)}main:has(product-info.product--bst .bst-sticky-atc.is-visible){padding-bottom:calc(var(--bst-sticky-atc-height) + env(safe-area-inset-bottom,0px))}@media screen and (min-width:750px){:root{--bst-sticky-atc-height: 80px}.bst-sticky-atc__bar-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:var(--bst-sticky-atc-height);padding:12px 40px}.bst-sticky-atc__summary{display:flex}.bst-sticky-atc__controls--desktop{display:grid;grid-template-columns:var(--bst-sticky-atc-variant-width) auto;align-items:center;gap:16px;flex:unset;max-width:none}.bst-sticky-atc__controls--desktop .bst-sticky-atc__qty-field{display:none}.bst-sticky-atc__variant-field{max-width:var(--bst-sticky-atc-variant-width)}.bst-sticky-atc__mobile-trigger{display:none}.bst-sticky-atc__sheet{display:none!important}}@media screen and (min-width:990px){.bst-sticky-atc__controls--desktop{grid-template-columns:var(--bst-sticky-atc-variant-width) 112px auto}.bst-sticky-atc__controls--desktop .bst-sticky-atc__qty-field{display:block}}@media screen and (max-width:989px){.bst-sticky-atc__title{font-size:14px;line-height:1.2;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media(prefers-reduced-motion:reduce){.bst-sticky-atc__bar{transition:none;will-change:auto}.bst-sticky-atc__sheet-panel{scroll-behavior:auto}main:has(product-info.product--bst .bst-sticky-atc){transition:none}}@media screen and (max-width:749px){.bst-sticky-atc__bar-inner{padding:10px}.bst-sticky-atc__mobile-trigger{min-height:fit-content;padding:15px 10px}}.bst-sticky-atc .bst-cat-sm{font-family:var(--font-fzlt-db);font-size:16px;line-height:26px;letter-spacing:-.2px;font-weight:400;text-transform:none}.bst-sticky-atc .bst-footer-col-h4{font-family:var(--font-fzlt-eb);font-size:9px;letter-spacing:1.5px;line-height:1;font-weight:400;text-transform:uppercase}.bst-sticky-atc .bst-cta{font-family:var(--font-fzlt-eb);font-size:9px;letter-spacing:1.3px;line-height:1;font-weight:400;text-transform:uppercase}
/*# sourceMappingURL=/cdn/shop/t/115/assets/component-bst-sticky-add-to-cart.css.map */
