.smart-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}.smart-cart-drawer.is-open{display:block}.smart-cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a85}.smart-cart-drawer__panel{position:fixed;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:min(980px,calc(100vw - 72px));max-height:min(72vh,640px);background:var(--smart-ui-bg);border-radius:18px;box-shadow:0 24px 70px #0f172a47;padding:24px 28px;overflow:hidden;display:flex;flex-direction:column}.smart-cart-drawer__header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--smart-ui-border)}.smart-cart-drawer__title{margin:0;font-size:28px;line-height:1.15;font-weight:800;color:var(--smart-ui-text);letter-spacing:-.03em}.smart-cart-drawer__close{flex:0 0 auto;width:40px;height:40px;border:1px solid var(--smart-ui-border);border-radius:999px;background:var(--smart-ui-bg);color:var(--smart-ui-muted);font-size:26px;line-height:1;cursor:pointer}.smart-cart-drawer__close:hover{color:var(--smart-ui-text);border-color:var(--smart-ui-border-strong);background:var(--smart-ui-bg-soft)}.smart-cart-drawer__main{min-height:0;flex:0 1 auto;display:grid;grid-template-columns:minmax(320px,.95fr) minmax(390px,1.05fr);gap:28px;padding-top:18px}.smart-cart-drawer__side,.smart-cart-drawer__items-wrap{min-width:0}.smart-cart-drawer__side{display:flex;flex-direction:column}.smart-cart-drawer__message{background:var(--smart-ui-bg-soft);border:1px solid var(--smart-ui-border);border-radius:12px;padding:12px 14px;margin-bottom:16px;font-size:15px;font-weight:800;line-height:1.45;color:var(--smart-ui-text)}.smart-cart-drawer__summary{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:8px;font-size:20px;color:var(--smart-ui-text)}.smart-cart-drawer__summary strong{font-size:26px;font-weight:800;letter-spacing:-.02em}.smart-cart-drawer__note{margin:0 0 16px;color:var(--smart-ui-muted);font-size:13px;line-height:1.45}.smart-cart-drawer__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.smart-cart-drawer__button{min-height:48px;border-radius:12px;border:1px solid var(--smart-ui-border-strong);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:800;cursor:pointer;text-align:center;padding:0 14px}.smart-cart-drawer__button--primary{grid-column:1 / -1;border:0;background:var(--smart-ui-text);color:var(--smart-ui-primary-text)}.smart-cart-drawer__button--primary:hover,.smart-cart-drawer__button--primary:focus-visible{background:var(--smart-ui-primary-hover);color:var(--smart-ui-primary-text)}.smart-cart-drawer__button--secondary{background:var(--smart-ui-bg);color:var(--smart-ui-text)}.smart-cart-drawer__button--secondary:hover,.smart-cart-drawer__button--secondary:focus-visible{border-color:var(--smart-ui-link-hover);color:var(--smart-ui-link-hover);background:var(--smart-ui-bg-soft)}.smart-cart-drawer__accelerated{margin-top:0}.smart-cart-drawer__accelerated-title{margin:0 0 10px;color:var(--smart-ui-muted);font-size:13px;line-height:1.4;text-align:center}.smart-cart-drawer__accelerated-buttons,.smart-cart-drawer__accelerated-buttons .shopify-cleanslate,.smart-cart-drawer__accelerated-buttons ul{width:100%!important}.smart-cart-drawer__accelerated-buttons ul{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.smart-cart-drawer__accelerated-buttons li{width:100%!important;margin:0!important}.smart-cart-drawer__accelerated-buttons iframe,.smart-cart-drawer__accelerated-buttons button,.smart-cart-drawer__accelerated-buttons div[role=button]{width:100%!important;min-height:44px!important;border-radius:12px!important}.smart-cart-drawer__items-wrap{min-height:0;border-left:1px solid var(--smart-ui-border);padding-left:28px;display:flex;flex-direction:column}.smart-cart-drawer__items-title{flex:0 0 auto;margin:0 0 12px;color:var(--smart-ui-text);font-size:16px;font-weight:800}.smart-cart-drawer__items{min-height:0;max-height:292px;overflow-y:auto;display:grid;gap:0;padding-right:6px}.smart-cart-drawer__items::-webkit-scrollbar,.smart-cart-drawer__panel::-webkit-scrollbar{width:6px}.smart-cart-drawer__items::-webkit-scrollbar-thumb,.smart-cart-drawer__panel::-webkit-scrollbar-thumb{background:var(--smart-ui-border-strong);border-radius:999px}.smart-cart-drawer__item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:center;border-top:1px solid var(--smart-ui-border);padding:12px 0}.smart-cart-drawer__item:first-child{border-top:0;padding-top:0}.smart-cart-drawer__item-image{width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid var(--smart-ui-border);background:var(--smart-ui-bg-soft)}.smart-cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.smart-cart-drawer__item-title{color:var(--smart-ui-text);font-size:14px;line-height:1.35;font-weight:800;text-decoration:none}.smart-cart-drawer__item-title:hover{color:var(--smart-ui-link-hover)}.smart-cart-drawer__item-option,.smart-cart-drawer__item-meta{margin-top:3px;color:var(--smart-ui-muted);font-size:13px;line-height:1.35}.smart-cart-drawer__item-controls{margin-top:8px;display:inline-grid;grid-template-columns:32px 42px 32px;align-items:center;border:1px solid var(--smart-ui-border-strong);border-radius:10px;overflow:hidden;background:var(--smart-ui-bg)}.smart-cart-drawer__qty-button{width:32px;height:32px;border:0;background:var(--smart-ui-bg);color:var(--smart-ui-text);font-size:18px;line-height:1;font-weight:800;cursor:pointer}.smart-cart-drawer__qty-button:hover,.smart-cart-drawer__qty-button:focus-visible{background:var(--smart-ui-bg-soft);color:var(--smart-ui-link-hover)}.smart-cart-drawer__qty-value{min-width:42px;text-align:center;color:var(--smart-ui-text);font-size:13px;font-weight:800}.smart-cart-drawer__item-price{color:var(--smart-ui-text);font-size:14px;font-weight:800;white-space:nowrap;text-align:right}.smart-cart-drawer__empty{color:var(--smart-ui-muted);font-size:14px}.smart-cart-drawer__recommendations{flex:0 0 auto;margin-top:16px;padding-top:14px;border-top:1px solid var(--smart-ui-border)}.smart-cart-drawer__recommendations[hidden]{display:none!important}.smart-cart-drawer__recommendations-header{margin:0 0 10px;color:var(--smart-ui-text);font-size:16px;line-height:1.3;font-weight:800}.smart-cart-drawer__recommendations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.smart-cart-drawer__recommendation{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:center;border:1px solid var(--smart-ui-border);border-radius:12px;padding:9px;color:var(--smart-ui-text);text-decoration:none;background:var(--smart-ui-bg)}.smart-cart-drawer__recommendation:hover,.smart-cart-drawer__recommendation:focus-visible{border-color:var(--smart-ui-border);color:var(--smart-ui-link-hover);background:var(--smart-ui-bg)}.smart-cart-drawer__recommendation-image{width:54px;height:54px;border-radius:10px;overflow:hidden;border:1px solid var(--smart-ui-border);background:var(--smart-ui-bg-soft)}.smart-cart-drawer__recommendation-image img{width:100%;height:100%;object-fit:cover}.smart-cart-drawer__recommendation-title{display:block;font-size:13px;line-height:1.35;font-weight:800}.smart-cart-drawer__recommendation-price{display:block;margin-top:4px;color:var(--smart-ui-muted);font-size:12px;line-height:1.3;font-weight:700}body.smart-cart-drawer-open{overflow:hidden}cart-notification,#cart-notification,.cart-notification-wrapper,.cart-notification,.notification-bar,.ajax-cart-notification,.cart-toast,#ecom-toast,.ecom-cart-popup,[data-cart-notification],[id*=cart-notification],[class*=cart-notification]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media screen and (max-width:989px){.smart-cart-drawer__panel{top:12px;left:12px;right:12px;bottom:12px;transform:none;width:auto;max-height:none;padding:20px;border-radius:16px;overflow-y:auto;display:block}.smart-cart-drawer__header{padding-bottom:14px}.smart-cart-drawer__main{min-height:auto;flex:none;display:flex;flex-direction:column;gap:18px;padding-top:16px}.smart-cart-drawer__side,.smart-cart-drawer__items-wrap{min-width:0;flex:none}.smart-cart-drawer__items-wrap{order:1;display:block;border-left:0;padding-left:0;margin:0;padding-top:0}.smart-cart-drawer__items{display:block;max-height:none!important;overflow:visible!important;padding-right:0}.smart-cart-drawer__side{order:2;display:block;padding-top:18px;border-top:1px solid var(--smart-ui-border)}.smart-cart-drawer__recommendations{order:3}.smart-cart-drawer__recommendations-grid{grid-template-columns:1fr}.smart-cart-drawer__recommendation{grid-template-columns:64px minmax(0,1fr)}.smart-cart-drawer__accelerated-buttons ul{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}}@media screen and (max-width:749px){.smart-cart-drawer__panel{top:10px;left:10px;right:10px;bottom:10px;padding:18px}.smart-cart-drawer__title{font-size:24px}.smart-cart-drawer__actions{grid-template-columns:1fr}.smart-cart-drawer__button--primary{grid-column:auto}.smart-cart-drawer__summary{font-size:18px}.smart-cart-drawer__summary strong{font-size:25px}.smart-cart-drawer__item{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;padding:12px 0}.smart-cart-drawer__item-image{width:64px;height:64px}.smart-cart-drawer__item-title{font-size:13px}.smart-cart-drawer__item-option,.smart-cart-drawer__item-meta{font-size:12px}.smart-cart-drawer__item-price{font-size:13px}.smart-cart-drawer__accelerated-buttons iframe,.smart-cart-drawer__accelerated-buttons button,.smart-cart-drawer__accelerated-buttons div[role=button]{min-height:42px!important}}@media screen and (max-width:430px){.smart-cart-drawer__item{grid-template-columns:58px minmax(0,1fr)}.smart-cart-drawer__item-price{grid-column:2;text-align:left}}.smart-cart-drawer__item{position:relative}.smart-cart-drawer__item.is-updating{opacity:.58;pointer-events:none}.smart-cart-drawer__item.is-updating:after{content:"";position:absolute;right:4px;top:50%;width:18px;height:18px;margin-top:-9px;border:2px solid var(--smart-ui-border-strong);border-top-color:var(--smart-ui-text);border-radius:999px;animation:smart-cart-spin .7s linear infinite;background:transparent}@keyframes smart-cart-spin{to{transform:rotate(360deg)}}.smart-cart-drawer__qty-button:disabled{cursor:wait;color:var(--smart-ui-border-strong);background:var(--smart-ui-bg-soft)}.smart-cart-drawer__item-main{min-width:0}.smart-cart-drawer__item-controls{width:max-content}@media screen and (min-width:990px){.smart-cart-drawer__panel{width:min(980px,calc(100vw - 96px));max-height:min(70vh,610px)}.smart-cart-drawer__items{max-height:258px}}@media screen and (max-width:749px){.smart-cart-drawer__item{grid-template-columns:64px minmax(0,1fr);align-items:start}.smart-cart-drawer__item-main{grid-column:2}.smart-cart-drawer__item-controls{display:grid;margin-top:10px}.smart-cart-drawer__item-price{grid-column:2;text-align:left;margin-top:8px}.smart-cart-drawer__item.is-updating:after{right:8px;top:24px;margin-top:0}}.smart-cart-drawer__button--primary:before,.smart-cart-drawer__button--primary:after{content:none!important;display:none!important}.smart-cart-drawer__item{align-items:start}.smart-cart-drawer__item-main{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.smart-cart-drawer__item-title{display:block;width:100%;margin:0;overflow-wrap:anywhere}.smart-cart-drawer__item-controls{display:grid!important;grid-template-columns:32px 42px 32px;width:max-content;max-width:100%;margin-top:10px;flex:0 0 auto;clear:both}.smart-cart-drawer__item-price{align-self:start;padding-top:2px}@media screen and (min-width:990px){.smart-cart-drawer__item{grid-template-columns:72px minmax(0,1fr) max-content}}@media screen and (max-width:749px){.smart-cart-drawer__item-controls{display:grid!important;margin-top:10px}}.smart-cart-drawer__totals{margin-bottom:8px}.smart-cart-drawer__discounts[hidden],.smart-cart-drawer__summary--total[hidden]{display:none!important}.smart-cart-drawer__discount-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:6px 0;color:var(--smart-ui-text);font-size:14px;line-height:1.4}.smart-cart-drawer__discount-row strong{color:var(--smart-ui-text);font-size:14px;font-weight:800;white-space:nowrap}.smart-cart-drawer__summary--total{margin-top:8px;padding-top:10px;border-top:1px solid var(--smart-ui-border)}.smart-cart-drawer__summary--total strong{font-size:24px}@media screen and (min-width:990px){.smart-cart-drawer__item{grid-template-columns:72px minmax(0,1fr) 112px!important;gap:12px!important}.smart-cart-drawer__item-price{width:112px;max-width:112px;white-space:normal;overflow-wrap:anywhere;text-align:right}}@media screen and (min-width:990px){.smart-cart-drawer__panel{width:min(1080px,calc(100vw - 96px));max-height:min(84vh,720px)}.smart-cart-drawer__main{grid-template-columns:minmax(280px,.74fr) minmax(500px,1.26fr);gap:24px}.smart-cart-drawer__items-wrap{padding-left:24px}.smart-cart-drawer__items{max-height:330px}.smart-cart-drawer__item{grid-template-columns:78px minmax(0,1fr) max-content;gap:14px}.smart-cart-drawer__item-image{width:78px;height:78px}.smart-cart-drawer__item-title{font-size:15px}.smart-cart-drawer__recommendations-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.smart-cart-drawer__recommendation[hidden]{display:none!important}.smart-cart-drawer__panel{width:min(1080px,calc(100vw - 48px));max-height:min(88vh,720px);overflow:auto}.smart-cart-drawer__main{flex:1 1 auto;min-height:0;overflow:hidden;grid-template-columns:minmax(290px,.76fr) minmax(500px,1.24fr);grid-template-rows:minmax(0,1fr) auto;align-items:stretch}.smart-cart-drawer__side{grid-column:1;grid-row:1 / span 2;min-height:0}.smart-cart-drawer__items-wrap{grid-column:2;grid-row:1;min-height:0;overflow:hidden}.smart-cart-drawer__items{flex:1 1 auto;min-height:120px;max-height:min(36vh,310px);overflow-y:auto}.smart-cart-drawer__recommendations{grid-column:2;grid-row:2;min-width:0;margin:14px 0 0;padding:14px 0 0 28px;border-top:1px solid var(--smart-ui-border);border-left:1px solid var(--smart-ui-border)}.smart-cart-drawer__recommendations-header{margin-bottom:10px;font-size:15px}.smart-cart-drawer__recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.smart-cart-drawer__recommendation{grid-template-columns:50px minmax(0,1fr);padding:8px}.smart-cart-drawer__recommendation-image{width:50px;height:50px}.smart-cart-drawer__recommendation-title{font-size:12px;line-height:1.3}.smart-cart-drawer__recommendation-price{font-size:11px}@media screen and (max-width:989px){.smart-cart-drawer__panel{width:auto;max-height:none;overflow-y:auto}.smart-cart-drawer__main{overflow:visible}.smart-cart-drawer__side{grid-column:auto;grid-row:auto;order:2}.smart-cart-drawer__items-wrap{grid-column:auto;grid-row:auto;overflow:visible;order:1}.smart-cart-drawer__items{max-height:none}.smart-cart-drawer__recommendations{grid-column:auto;grid-row:auto;order:3;margin-top:18px;padding:16px 0 0;border-left:0;border-top:1px solid var(--smart-ui-border)}.smart-cart-drawer__recommendations-grid{grid-template-columns:1fr}}@media screen and (max-width:749px){.smart-cart-drawer__recommendations{margin-top:16px}}.smart-cart-drawer__remove{position:absolute;top:10px;right:0;z-index:2;width:26px;height:26px;border:1px solid var(--smart-ui-border);border-radius:999px;background:var(--smart-ui-bg);color:var(--smart-ui-muted);font-size:17px;line-height:1;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.smart-cart-drawer__remove:hover,.smart-cart-drawer__remove:focus-visible{color:var(--smart-ui-text);border-color:var(--smart-ui-border-strong);background:var(--smart-ui-bg-soft)}.smart-cart-drawer__remove:disabled{cursor:wait;color:var(--smart-ui-border-strong);background:var(--smart-ui-bg-soft)}@media screen and (min-width:750px){.smart-cart-drawer__item{padding-right:34px!important}}@media screen and (max-width:749px){.smart-cart-drawer__remove{top:10px;right:2px}.smart-cart-drawer__item{padding-right:32px!important}}.smart-cart-drawer__item-unit-price{margin-top:5px;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;color:var(--smart-ui-text);font-size:13px;line-height:1.35}.smart-cart-drawer__item-unit-current{font-weight:800;white-space:nowrap}.smart-cart-drawer__item-unit-compare{color:var(--smart-ui-muted);font-size:12px;font-weight:600;text-decoration:line-through;text-decoration-thickness:1px;white-space:nowrap}.smart-cart-drawer__item-unit-compare[hidden]{display:none!important}.smart-cart-drawer__item-line-total{display:block;font-weight:800;white-space:nowrap}@media screen and (max-width:430px){.smart-cart-drawer__item-unit-price{font-size:12px}.smart-cart-drawer__item-unit-compare{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/smart-cart-popup.css.map */
