.shopify-section.sticky-bottom-bar-section{margin:0;padding:0;position:static;pointer-events:none}sticky-bottom-bar.sticky-bottom-bar{position:fixed;left:50%;bottom:var(--sticky-bar-bottom-offset, 24px);z-index:var(--sticky-bar-z-index, 45);transform:translate(-50%);pointer-events:auto;width:calc(100% - 32px);max-width:520px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s ease,visibility .35s ease}sticky-bottom-bar.sticky-bottom-bar--dismissed{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%) translateY(16px)}sticky-bottom-bar.sticky-bottom-bar--collapsed{width:0;height:0;max-width:none;overflow:visible}sticky-bottom-bar.sticky-bottom-bar--collapsed .sticky-bottom-bar__shell[hidden]{display:none}sticky-bottom-bar.sticky-bottom-bar--entering{opacity:1;visibility:visible;pointer-events:auto}.sticky-bottom-bar__restore{position:fixed;left:50%;bottom:var(--sticky-bar-bottom-offset, 24px);z-index:var(--sticky-bar-z-index, 45);display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;width:auto;max-width:none;min-width:max-content;height:40px;padding:0 18px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:var(--sticky-bar-bg, #fff);color:var(--sticky-bar-outline-text, #000);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;writing-mode:horizontal-tb;box-shadow:0 8px 28px var(--sticky-bar-shadow, rgba(0, 0, 0, .14));cursor:pointer;-webkit-appearance:none;appearance:none;transform:translate(-50%);transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,opacity .35s ease}.sticky-bottom-bar__restore-icon{flex:0 0 auto;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(-135deg)}.sticky-bottom-bar__restore-label{flex:0 0 auto;display:inline-block;line-height:1;white-space:nowrap}@media screen and (hover:hover){.sticky-bottom-bar__restore:hover,.sticky-bottom-bar__restore:focus-visible{background:var(--sticky-bar-outline-border, #000);color:var(--sticky-bar-bg, #fff);border-color:var(--sticky-bar-outline-border, #000);transform:translate(-50%) translateY(-2px);box-shadow:0 10px 32px #0000002e}.sticky-bottom-bar__restore:hover .sticky-bottom-bar__restore-icon,.sticky-bottom-bar__restore:focus-visible .sticky-bottom-bar__restore-icon{border-color:currentColor}}.sticky-bottom-bar__restore:focus-visible{outline:2px solid var(--sticky-bar-outline-border, #000);outline-offset:2px}.sticky-bottom-bar__shell{position:relative}.sticky-bottom-bar__close{position:absolute;top:-10px;right:-10px;z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:var(--sticky-bar-bg, #fff);color:var(--sticky-bar-outline-text, #000);box-shadow:0 4px 12px #0000001f;cursor:pointer;-webkit-appearance:none;appearance:none;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.sticky-bottom-bar__close svg{width:10px;height:10px;pointer-events:none}.sticky-bottom-bar__close svg path{stroke:currentColor}@media screen and (hover:hover){.sticky-bottom-bar__close:hover,.sticky-bottom-bar__close:focus-visible{background:var(--sticky-bar-outline-border, #000);color:var(--sticky-bar-bg, #fff);border-color:var(--sticky-bar-outline-border, #000);transform:scale(1.08);box-shadow:0 6px 16px #0003}}.sticky-bottom-bar__close:active{transform:scale(.95)}.sticky-bottom-bar__close:focus-visible{outline:2px solid var(--sticky-bar-outline-border, #000);outline-offset:2px}.sticky-bottom-bar__inner{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;background:var(--sticky-bar-bg, #fff);border-radius:999px;box-shadow:0 8px 32px var(--sticky-bar-shadow, rgba(0, 0, 0, .12));transition:box-shadow .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}sticky-bottom-bar.sticky-bottom-bar:hover .sticky-bottom-bar__inner,sticky-bottom-bar.sticky-bottom-bar:focus-within .sticky-bottom-bar__inner{box-shadow:0 12px 40px #0000002e;transform:translateY(-2px)}.sticky-bottom-bar__button{display:inline-flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0;height:44px;padding:0 22px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;white-space:nowrap;border-radius:999px;cursor:pointer;-webkit-appearance:none;appearance:none;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.sticky-bottom-bar__button span{position:relative;z-index:1}.sticky-bottom-bar__button--primary{background:var(--sticky-bar-primary-bg, #000);color:var(--sticky-bar-primary-text, #fff);border:1px solid var(--sticky-bar-primary-bg, #000)}.sticky-bottom-bar__button--outline{background:var(--sticky-bar-outline-bg, #fff);color:var(--sticky-bar-outline-text, #000);border:1px solid var(--sticky-bar-outline-border, #000)}@media screen and (hover:hover){.sticky-bottom-bar__button--primary:hover,.sticky-bottom-bar__button--primary:focus-visible{background:var(--sticky-bar-primary-bg-hover, #333);border-color:var(--sticky-bar-primary-bg-hover, #333);color:var(--sticky-bar-primary-text, #fff);transform:scale(1.03);box-shadow:0 4px 16px #0003}.sticky-bottom-bar__button--outline:hover,.sticky-bottom-bar__button--outline:focus-visible{background:var(--sticky-bar-outline-border, #000);border-color:var(--sticky-bar-outline-border, #000);color:var(--sticky-bar-outline-bg, #fff);transform:scale(1.03);box-shadow:0 4px 16px #00000026}}.sticky-bottom-bar__button:active{transform:scale(.98)}.sticky-bottom-bar__button:focus-visible{outline:2px solid var(--sticky-bar-outline-border, #000);outline-offset:2px}@media only screen and (max-width:767px){sticky-bottom-bar.sticky-bottom-bar{width:calc(100% - 24px);max-width:none}.sticky-bottom-bar__button{height:40px;padding:0 16px;font-size:.6875rem}sticky-bottom-bar.sticky-bottom-bar--hide-mobile,sticky-bottom-bar.sticky-bottom-bar--hide-mobile .sticky-bottom-bar__restore{display:none}}@media(prefers-reduced-motion:reduce){sticky-bottom-bar.sticky-bottom-bar,.sticky-bottom-bar__inner,.sticky-bottom-bar__button,.sticky-bottom-bar__close,.sticky-bottom-bar__restore{transition:none}.sticky-bottom-bar__button--primary:hover,.sticky-bottom-bar__button--primary:focus-visible,.sticky-bottom-bar__button--outline:hover,.sticky-bottom-bar__button--outline:focus-visible,.sticky-bottom-bar__close:hover,.sticky-bottom-bar__close:focus-visible,sticky-bottom-bar.sticky-bottom-bar:hover .sticky-bottom-bar__inner,sticky-bottom-bar.sticky-bottom-bar:focus-within .sticky-bottom-bar__inner,sticky-bottom-bar.sticky-bottom-bar--dismissed{transform:translate(-50%)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/sticky-bottom-bar.css.map */
