html{scrollbar-gutter:stable}html.sc-cart-drawer-mobile-locked,html.sc-cart-drawer-mobile-locked body{overflow:hidden;overscroll-behavior:contain;touch-action:none}html.sc-cart-drawer-mobile-locked .elfsight-app-1456b500-0ab1-4458-8d43-fa7e0c8875f8,html.sc-cart-drawer-mobile-locked [class*=eapps-chat],html.sc-cart-drawer-mobile-locked .es-widget-popup,html.sc-cart-drawer-mobile-locked .es-app-popup{display:none!important}.sc-cart-drawer-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;visibility:hidden;pointer-events:none}.sc-cart-drawer-mobile.is-open{visibility:visible;pointer-events:auto}.sc-cart-drawer-mobile__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;opacity:0;transition:opacity .2s ease}.sc-cart-drawer-mobile.is-open .sc-cart-drawer-mobile__backdrop{opacity:1}.sc-cart-drawer-mobile:not(.is-open) .sc-cart-drawer-mobile__backdrop{transition:opacity .18s ease}.sc-cart-drawer-mobile__panel{position:absolute;background-color:#fff;display:flex;flex-direction:column;transition:transform .28s ease-out;overflow:hidden;font-family:Generalsans,sans-serif}.sc-cart-drawer-mobile:not(.is-open) .sc-cart-drawer-mobile__panel{transition:transform .22s ease-in}@media(max-width:749px){.sc-cart-drawer-mobile__panel{left:0;right:0;bottom:0;height:75vh;max-height:800px;border-radius:16px 16px 0 0;box-shadow:0 -2px 16px #00000014;transform:translateY(100%)}.sc-cart-drawer-mobile.is-open .sc-cart-drawer-mobile__panel{transform:translateY(0)}}.sc-cart-drawer-mobile__header{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:22px 20px 14px;border-bottom:1px solid #eee}.sc-cart-drawer-mobile__title{margin:0;font-size:18px;font-weight:600;color:#111;line-height:1.2}.sc-cart-drawer-mobile__close{background:none;border:0;padding:6px;cursor:pointer;color:#292929;display:inline-flex;align-items:center;justify-content:center;margin:-6px -6px -6px 0;border-radius:4px}.sc-cart-drawer-mobile__close:hover,.sc-cart-drawer-mobile__close:focus-visible{color:#000;background-color:#f5f5f5;outline:none}.sc-cart-drawer-mobile__close svg{width:16px;height:16px;display:block}.sc-cart-drawer-mobile__items{flex:1 1 0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 20px}.sc-cart-drawer-mobile__list{list-style:none;margin:0;padding:0}.sc-cart-drawer-mobile__item{display:grid;grid-template-columns:64px 1fr auto;column-gap:12px;padding:16px 0;border-bottom:1px solid #f0f0f0}.sc-cart-drawer-mobile__item:last-child{border-bottom:0}.sc-cart-drawer-mobile__item-thumb{width:64px;height:64px;display:block;overflow:hidden;background-color:#f5f5f5;border-radius:4px;flex-shrink:0}.sc-cart-drawer-mobile__item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.sc-cart-drawer-mobile__item-info{min-width:0;display:flex;flex-direction:column;gap:4px}.sc-cart-drawer-mobile__item-title{font-size:14px;font-weight:500;color:#111;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-cart-drawer-mobile__item-title:hover{text-decoration:underline}.sc-cart-drawer-mobile__item-price-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.sc-cart-drawer-mobile__item-price{font-size:14px;font-weight:600;color:#111}.sc-cart-drawer-mobile__item-size{font-size:12px;color:#555;line-height:1.3;white-space:nowrap}.sc-cart-drawer-mobile__location{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#108043;margin:2px 0 0;line-height:1.3}.sc-cart-drawer-mobile__location .icon-tick{width:14px;height:14px;flex-shrink:0}.sc-cart-drawer-mobile__remove{background:none;border:0;cursor:pointer;padding:4px;color:#999;display:inline-flex;align-items:flex-start;justify-content:center;width:28px;height:28px;margin:-4px -4px 0 0;border-radius:4px;align-self:start}.sc-cart-drawer-mobile__remove:hover,.sc-cart-drawer-mobile__remove:focus-visible{color:#111;background-color:#f5f5f5;outline:none}.sc-cart-drawer-mobile__remove[disabled]{opacity:.4;cursor:default}.sc-cart-drawer-mobile__remove svg{width:14px;height:14px;display:block}.sc-cart-drawer-mobile__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 16px;gap:16px;min-height:100%}.sc-cart-drawer-mobile__empty-msg{margin:0;font-size:16px;color:#555}.sc-cart-drawer-mobile__empty-cta{max-width:260px;display:block;width:100%;padding:14px 18px;text-align:center;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:4px;transition:background-color .15s ease,color .15s ease,opacity .15s ease;cursor:pointer;line-height:1.2;background-color:#000;color:#fff;border:1px solid #000}.sc-cart-drawer-mobile__empty-cta:hover,.sc-cart-drawer-mobile__empty-cta:focus{opacity:.9}.sc-cart-drawer-mobile__footer{flex-shrink:0;padding:14px 20px;padding-bottom:max(14px,env(safe-area-inset-bottom));border-top:1px solid #eee;background-color:#fff}.sc-cart-drawer-mobile__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:16px;font-weight:600;color:#111}.sc-cart-drawer-mobile__subtotal-label{font-weight:500}.sc-cart-drawer-mobile__disclaimer{margin:4px 0 12px;font-size:12px;color:#777;line-height:1.4}.sc-cart-drawer-mobile__actions{display:flex;flex-direction:column;gap:8px}.sc-cart-drawer-mobile__actions .button{display:block;width:100%;padding:14px 18px;text-align:center;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:4px;transition:background-color .15s ease,color .15s ease,opacity .15s ease;cursor:pointer;line-height:1.2}.sc-cart-drawer-mobile__view-cart{background-color:#fff;color:#000;border:1px solid #000}.sc-cart-drawer-mobile__view-cart:hover,.sc-cart-drawer-mobile__view-cart:focus{background-color:#f5f5f5}.sc-cart-drawer-mobile__checkout{background-color:#000;color:#fff;border:1px solid #000}.sc-cart-drawer-mobile__checkout:hover,.sc-cart-drawer-mobile__checkout:focus{opacity:.9}@media(prefers-reduced-motion:reduce){.sc-cart-drawer-mobile__panel,.sc-cart-drawer-mobile__backdrop{transition-duration:.01ms!important}}@media(min-width:750px){.sc-cart-drawer-mobile__panel{top:0;right:0;bottom:0;left:auto;width:min(420px,95vw);height:100vh;height:100dvh;max-height:none;border-radius:0;box-shadow:-1px 0 12px #0000001a;transform:translate(100%)}.sc-cart-drawer-mobile.is-open .sc-cart-drawer-mobile__panel{transform:translate(0)}.sc-cart-drawer-mobile__backdrop{background-color:#00000059}.sc-cart-drawer-mobile__header{padding:24px 32px}.sc-cart-drawer-mobile__title{font-size:22px}.sc-cart-drawer-mobile__close{width:44px;height:44px;padding:12px;margin:-10px -10px -10px 0}.sc-cart-drawer-mobile__close svg{width:20px;height:20px}.sc-cart-drawer-mobile__items{padding:0 32px}.sc-cart-drawer-mobile__item{grid-template-columns:80px 1fr auto;column-gap:16px;padding:20px 0}.sc-cart-drawer-mobile__item-thumb,.sc-cart-drawer-mobile__item-thumb img{width:80px;height:80px}.sc-cart-drawer-mobile__footer{padding:20px 32px 24px}.sc-cart-drawer-mobile__subtotal{font-size:18px}.sc-cart-drawer-mobile__disclaimer{margin:6px 0 16px}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/sc-cart-drawer-mobile.css.map */
