#c-quick-shop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:block;visibility:hidden;pointer-events:none;font-family:var(--sl-font-body)}#c-quick-shop.is-active{visibility:visible;pointer-events:auto}#c-quick-shop .c-quick-shop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .25s ease}#c-quick-shop.is-active .c-quick-shop__overlay{opacity:1}#c-quick-shop .c-quick-shop__panel{position:absolute;top:50%;right:0;display:flex;flex-direction:column;gap:10px;width:min(374px,91vw);max-width:100%;height:auto;max-height:calc(100% - 32px);padding:40px 20px;overflow-y:auto;background:var(--_panel-bg);box-shadow:-5px 0 19.3px 4px #00000024;transform:translate(100%,-50%);transition:transform .3s ease;overscroll-behavior:contain;text-align:left;color:#232223}#c-quick-shop.is-active .c-quick-shop__panel{transform:translateY(-50%)}@media(prefers-reduced-motion:reduce){#c-quick-shop .c-quick-shop__panel,#c-quick-shop .c-quick-shop__overlay{transition:none}}#c-quick-shop .c-quick-shop__head{display:flex;flex:none;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--_rule)}#c-quick-shop .c-quick-shop__title{margin:0;color:var(--_label);font-family:var(--sl-font-body);font-size:16px;font-weight:400;line-height:normal;text-transform:uppercase}#c-quick-shop .c-quick-shop__close{padding:0;border:0;background:none;color:var(--_accent);font-family:inherit;font-size:16px;font-weight:400;line-height:1;text-transform:uppercase;cursor:pointer}#c-quick-shop .c-quick-shop__body{display:flex;flex-direction:column;gap:10px}#c-quick-shop .c-quick-shop__loading{padding:40px 0;color:var(--_muted);font-size:14px;text-align:center}#c-quick-shop .c-quick-shop__media{display:flex;flex-direction:column;gap:14px}#c-quick-shop .c-quick-shop__slides{display:flex;gap:8px;height:194px;margin-right:-20px;padding-right:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}#c-quick-shop .c-quick-shop__slides::-webkit-scrollbar{display:none}#c-quick-shop .c-quick-shop__slide{flex:0 0 188px;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 4px #0000001a;scroll-snap-align:start}#c-quick-shop .c-quick-shop__slide img{display:block;width:100%;height:100%;object-fit:cover}#c-quick-shop .c-quick-shop__stage{position:relative;display:flex;flex-direction:column}#c-quick-shop .c-quick-shop__arrow{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:99px;background-color:#f9f6f6;color:#181818;box-shadow:0 2px 6px #0000001f;transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease}#c-quick-shop .c-quick-shop__arrow svg{width:16px;height:16px}#c-quick-shop .c-quick-shop__arrow--prev{left:8px}#c-quick-shop .c-quick-shop__arrow--next{right:-12px}#c-quick-shop .c-quick-shop__arrow[disabled]{opacity:.6;cursor:default}#c-quick-shop .c-quick-shop__dots{display:flex;align-items:center;justify-content:center;gap:8px}#c-quick-shop .c-quick-shop__dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#232223;opacity:.2;cursor:pointer}#c-quick-shop .c-quick-shop__dot.is-current{opacity:1}#c-quick-shop .c-quick-shop__info{display:flex;flex-direction:column;gap:8px}#c-quick-shop .c-quick-shop__rating{display:flex;align-items:center;gap:8px;color:var(--_meta);font-size:14px;font-weight:300;gap:4px}#c-quick-shop .c-quick-shop__stars{display:inline-flex;gap:3px;color:var(--_accent)}#c-quick-shop .c-quick-shop__stars svg{width:14px;height:13px}#c-quick-shop .c-quick-shop__product-title{margin:0;color:#000;font-family:var(--sl-font-title);font-size:24px;font-weight:400;line-height:1.2}#c-quick-shop .c-quick-shop__product-title a{color:inherit;text-decoration:none}#c-quick-shop .c-quick-shop__price{display:flex;align-items:center;gap:10px}#c-quick-shop .c-quick-shop__price-now{color:#232223cc;font-size:24px;font-weight:400}#c-quick-shop .c-quick-shop__price-was{color:#717171;font-size:20px;font-weight:400;line-height:1.05;text-decoration:line-through}#c-quick-shop .c-quick-shop__save{padding:6px;background:var(--_accent);color:var(--_panel-bg);font-size:12px;font-weight:300;line-height:1.1;text-transform:uppercase}#c-quick-shop .c-quick-shop__included{display:flex;flex-direction:column;gap:10px;padding:10px 0;border-top:1px solid var(--_rule);border-bottom:1px solid var(--_rule)}#c-quick-shop .c-quick-shop__included-label{margin:0;color:var(--_muted);font-size:13px;font-weight:400;text-transform:uppercase}#c-quick-shop .c-quick-shop__included-items{display:flex;flex-wrap:wrap;gap:10px}#c-quick-shop .c-quick-shop__included-items--pair{flex-wrap:nowrap}#c-quick-shop .c-quick-shop__included-items--pair .c-quick-shop__included-item{min-width:0}#c-quick-shop .c-quick-shop__included-items--pair .c-quick-shop__included-item:first-child{flex:none}#c-quick-shop .c-quick-shop__included-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:300}#c-quick-shop .c-quick-shop__included-item img{width:45px;height:53px;flex:none;object-fit:contain}#c-quick-shop .c-quick-shop__upsell{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px;border-radius:8px;background:var(--_card-bg)}#c-quick-shop .c-quick-shop__upsell-product{display:flex;align-items:center;gap:8px;min-width:0}#c-quick-shop .c-quick-shop__upsell-product img{width:51px;height:71px;flex:none;background:var(--_panel-bg);border-radius:4px;object-fit:contain}#c-quick-shop .c-quick-shop__upsell-name{margin:0 0 4px;color:#000;font-size:14px;font-weight:300;line-height:1.2}#c-quick-shop .c-quick-shop__upsell-meta{display:flex;align-items:center;gap:4px;margin:0;color:#000;font-size:14px;font-weight:300}#c-quick-shop .c-quick-shop__upsell-cadence{color:var(--_meta);font-size:8px;font-weight:400;text-transform:uppercase}#c-quick-shop .c-quick-shop__button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:0;border-radius:200px;background:var(--_accent);color:var(--_button-text);font-family:inherit;font-size:14px;font-weight:400;line-height:1.2;text-transform:uppercase;cursor:pointer}#c-quick-shop .c-quick-shop__button--subscribe{flex:none;min-width:106px}#c-quick-shop .c-quick-shop__button--atc{width:100%}#c-quick-shop .c-quick-shop__button[disabled]{opacity:.6;cursor:default}#c-quick-shop .c-quick-shop__button:not([disabled]):hover{opacity:.88}#c-quick-shop .c-quick-shop__form{margin:0}#c-quick-shop .c-quick-shop__sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(min-width:978px){#c-quick-shop .c-quick-shop__panel{top:0;width:min(711px,44vw);height:100%;max-height:none;padding:clamp(20px,3.7vh,40px);gap:clamp(6px,.93vh,10px);transform:translate(100%)}#c-quick-shop.is-active .c-quick-shop__panel{transform:translate(0)}#c-quick-shop .c-quick-shop__body{flex:1 1 auto;min-height:0;gap:clamp(6px,.93vh,10px)}#c-quick-shop .c-quick-shop__media{flex:1 1 419px;min-height:140px;max-height:419px;gap:clamp(8px,1.3vh,14px)}#c-quick-shop .c-quick-shop__slides{flex:1 1 auto;height:auto;min-height:0;margin-right:calc(-1*clamp(20px,3.7vh,40px));padding-right:clamp(20px,3.7vh,40px)}#c-quick-shop .c-quick-shop__slide{flex:0 0 auto;height:100%;aspect-ratio:385 / 397}#c-quick-shop .c-quick-shop__dot{width:8px;height:8px}#c-quick-shop .c-quick-shop__stage{flex:1 1 auto;min-height:0}#c-quick-shop .c-quick-shop__arrow{width:40px;height:40px}#c-quick-shop .c-quick-shop__arrow svg{width:20px;height:20px}#c-quick-shop .c-quick-shop__arrow--prev{left:12px}#c-quick-shop .c-quick-shop__arrow--next{right:calc(12px - clamp(20px,3.7vh,40px))}#c-quick-shop .c-quick-shop__rating{font-size:clamp(14px,1.5vh,16px)}#c-quick-shop .c-quick-shop__product-title,#c-quick-shop .c-quick-shop__price-now{font-size:clamp(26px,3.7vh,40px)}#c-quick-shop .c-quick-shop__price{min-height:clamp(38px,5.3vh,57px)}#c-quick-shop .c-quick-shop__included{padding:clamp(6px,.93vh,10px) 0;gap:clamp(6px,.93vh,10px)}#c-quick-shop .c-quick-shop__included-label{font-size:clamp(13px,1.5vh,16px)}#c-quick-shop .c-quick-shop__included-item{font-size:clamp(14px,1.5vh,16px)}#c-quick-shop .c-quick-shop__included-item img{width:clamp(34px,4.2vh,45px);height:clamp(40px,4.9vh,53px)}#c-quick-shop .c-quick-shop__upsell{padding:clamp(8px,1.1vh,12px) 8px}#c-quick-shop .c-quick-shop__upsell-product{gap:16px}#c-quick-shop .c-quick-shop__upsell-product img{width:clamp(40px,4.7vh,51px);height:clamp(56px,6.6vh,71px)}#c-quick-shop .c-quick-shop__upsell-name{font-size:clamp(15px,1.7vh,18px)}#c-quick-shop .c-quick-shop__upsell-meta{font-size:clamp(14px,1.5vh,16px)}#c-quick-shop .c-quick-shop__upsell-cadence{font-size:10px}#c-quick-shop .c-quick-shop__button{font-size:clamp(14px,1.5vh,16px)}#c-quick-shop .c-quick-shop__head,#c-quick-shop .c-quick-shop__info,#c-quick-shop .c-quick-shop__included,#c-quick-shop .c-quick-shop__upsell,#c-quick-shop .c-quick-shop__form{flex:none}}
/*# sourceMappingURL=/cdn/shop/t/167/assets/c-quick-shop.css.map */
