cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;pointer-events:none;--cart-brand: #2f2b77;--cart-brand-rgb: 47, 43, 119;--cart-brand-soft: rgba(47, 43, 119, .12);--cart-brand-mid: rgba(47, 43, 119, .22);--cart-layer-subtle: rgba(var(--cart-brand-rgb), .03);--cart-surface-tint: rgba(var(--cart-brand-rgb), .04);--cart-surface-tint-strong: rgba(var(--cart-brand-rgb), .05);--cart-card-radius: 11px;--cart-card-shadow: 0 4px 12px rgba(0, 0, 0, .035);--cart-card-shadow-soft: 0 3px 10px rgba(0, 0, 0, .028);--cart-message-bg: #fff7e6;--cart-message-bg-end: #fffaf1;--cart-line-border: rgba(0, 0, 0, .04);--cart-section-gap: 10px;--cart-item-gap: 8px;--font-cart-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-cart-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}cart-drawer.active{pointer-events:auto}cart-drawer #CartDrawer.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;pointer-events:none;display:flex;flex-direction:column}cart-drawer.active #CartDrawer.cart-drawer{pointer-events:auto}cart-drawer .cart-drawer__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:100000}cart-drawer.active .cart-drawer__overlay{opacity:1;visibility:visible;pointer-events:auto}cart-drawer .drawer__inner{position:fixed;top:0;right:0;width:100%;max-width:560px;height:100%;box-shadow:-4px 0 24px #0000001f;border-radius:20px 0 0 20px;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:100001}@media screen and (min-width:990px){cart-drawer .drawer__inner{width:min(560px,100vw);max-width:min(560px,100vw)}}cart-drawer.active .drawer__inner{transform:translate(0)}cart-drawer.drawer .drawer__inner{overflow:hidden}body.cart-drawer-open #MainContent,body.cart-drawer-open .announcement-bar-section,body.cart-drawer-open .utility-bar,body.cart-drawer-open header,body.cart-drawer-open .section-header,body.cart-drawer-open footer{filter:blur(6px);transition:filter .25s ease}cart-drawer .drawer__inner{display:flex;flex-direction:column;height:100%;overflow:hidden;background:rgb(var(--color-background));font-family:var(--font-cart-body);font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased}cart-drawer .drawer__inner .drawer__heading,cart-drawer .drawer__inner .cart-title{font-family:var(--font-cart-display);font-weight:500;letter-spacing:.02em}cart-drawer .drawer__inner .cart-item__name,cart-drawer .drawer__inner .product-title{font-family:var(--font-cart-display);font-weight:500}cart-drawer .drawer__inner .price-breakdown__label,cart-drawer .drawer__inner .price-breakdown__value{font-family:var(--font-cart-body)}cart-drawer .drawer__inner button,cart-drawer .drawer__inner input,cart-drawer .drawer__inner select,cart-drawer .drawer__inner textarea{font-family:var(--font-cart-body)}cart-drawer.drawer{-webkit-tap-highlight-color:transparent}cart-drawer .drawer__inner a:focus,cart-drawer .drawer__inner button:focus,cart-drawer .drawer__inner input:focus,cart-drawer .drawer__inner select:focus,cart-drawer .drawer__inner textarea:focus{outline:none}cart-drawer .drawer__inner a:focus-visible,cart-drawer .drawer__inner button:focus-visible:not(:disabled),cart-drawer .drawer__inner input:focus-visible,cart-drawer .drawer__inner select:focus-visible,cart-drawer .drawer__inner textarea:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(var(--cart-brand-rgb),.2),0 4px 12px #0000000f}cart-drawer .drawer__inner .button:focus-visible,cart-drawer .drawer__inner .cart-remove-button:focus-visible{box-shadow:0 0 0 2px rgba(var(--cart-brand-rgb),.22),0 3px 10px #0000000d}cart-drawer .cart-body{display:flex;flex-direction:column;flex:1 1 0%;min-height:0;overflow:hidden}cart-drawer .cart-body>cart-drawer-items{display:flex;flex-direction:column;flex:1 1 0%;min-height:0;overflow:hidden}cart-drawer .cart-drawer-recommendations{flex:0 0 auto;margin:var(--cart-section-gap) 12px var(--cart-item-gap);padding:8px 10px;border:none;border-radius:var(--cart-card-radius);background:var(--cart-layer-subtle);box-shadow:var(--cart-card-shadow)}cart-drawer .cart-drawer-recommendations:not(:has(.cart-drawer-recommendation-card)){display:none}cart-drawer .cart-drawer-recommendations__header{margin-bottom:var(--cart-item-gap)}cart-drawer .cart-drawer-recommendations__title{margin:0;color:var(--cart-brand);font-family:var(--font-body-family)!important;font-style:var(--font-body-style);font-size:1.18rem;font-weight:700;line-height:1.25}cart-drawer .cart-drawer-recommendations__subtitle{margin:3px 0 0;color:#1a16339e;font-size:.96rem;font-weight:650;line-height:1.2}cart-drawer .cart-drawer-recommendations__rail{display:flex;gap:var(--cart-item-gap);overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding-bottom:2px}cart-drawer .cart-drawer-recommendations__rail::-webkit-scrollbar{display:none}cart-drawer .cart-drawer-recommendation-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;min-width:168px;max-width:182px;padding:8px 10px;border-radius:var(--cart-card-radius);border:none;background:var(--cart-surface-tint);box-shadow:var(--cart-card-shadow)}cart-drawer .cart-drawer-recommendation-card[hidden]{display:none}cart-drawer .cart-drawer-recommendation-card__image-link{display:block;width:64px;height:79px;overflow:hidden;border-radius:10px;background:rgba(var(--cart-brand-rgb),.06)}cart-drawer .cart-drawer-recommendation-card__image{display:block;width:100%;height:100%;object-fit:cover}cart-drawer .cart-drawer-recommendation-card__body{display:flex;min-width:0;flex-direction:column;gap:4px}cart-drawer .cart-drawer-recommendation-card__title{display:-webkit-box;min-height:2.35em;overflow:hidden;color:#1a1633;font-size:1.05rem;font-weight:750;line-height:1.16;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}cart-drawer .cart-drawer-recommendation-card__price{color:var(--cart-brand);font-size:1.04rem;font-weight:800;line-height:1.1}cart-drawer .cart-drawer-recommendation-card__add{align-self:flex-start;min-height:28px;padding:6px 10px;border:none;border-radius:10px;background:rgba(var(--cart-brand-rgb),.08);color:var(--cart-brand);cursor:pointer;font-size:.98rem;font-weight:600;line-height:1}cart-drawer .cart-drawer-recommendation-card__add:hover,cart-drawer .cart-drawer-recommendation-card__add.is-loading{background:rgba(var(--cart-brand-rgb),.14)}cart-drawer .cart-drawer-recommendation-card__add[aria-disabled=true]{cursor:wait;opacity:.75}cart-drawer .cart-drawer-recommendation-card__feedback{color:var(--cart-brand);font-size:.88rem;font-weight:750;line-height:1}cart-drawer .cart__contents.cart-drawer__form{display:flex!important;flex-direction:column;flex:1 1 0%;min-height:0;overflow:hidden}cart-drawer .drawer__header,cart-drawer .drawer__header.cart-header{display:flex;align-items:center;justify-content:space-between;padding:10px 10px 12px;min-height:0;border-bottom:none;flex-shrink:0;background:rgb(var(--color-background))}cart-drawer .drawer__heading{font-family:var(--font-cart-display);font-size:1.35rem;font-weight:500;letter-spacing:.02em;margin:0;color:var(--cart-brand)}cart-drawer .drawer__close{background:linear-gradient(145deg,rgba(var(--cart-brand-rgb),.2),rgba(var(--cart-brand-rgb),.12));border:none;padding:0;cursor:pointer;color:var(--cart-brand);border-radius:10px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s,transform .15s,filter .2s}cart-drawer .drawer__close:hover{background:linear-gradient(145deg,rgba(var(--cart-brand-rgb),.3),rgba(var(--cart-brand-rgb),.18));filter:brightness(.95)}cart-drawer.drawer .drawer__header,cart-drawer.drawer .drawer__header.cart-header{padding:10px 10px 12px!important;min-height:0!important;border-bottom:none!important;background:rgb(var(--color-background))!important}cart-drawer.drawer .drawer__heading{font-size:1.35rem!important;font-weight:500!important;letter-spacing:.02em!important;font-family:var(--font-cart-display)!important;color:var(--cart-brand)!important}cart-drawer.drawer .drawer__close{width:32px!important;height:32px!important;padding:0!important;border-radius:10px!important;background:linear-gradient(145deg,rgba(var(--cart-brand-rgb),.22),rgba(var(--cart-brand-rgb),.14))!important;color:var(--cart-brand)!important}cart-drawer.drawer .drawer__close:hover{background:linear-gradient(145deg,rgba(var(--cart-brand-rgb),.32),rgba(var(--cart-brand-rgb),.2))!important;filter:brightness(.95)!important}cart-drawer .drawer__cart-items-wrapper .cart-drawer__offer-unlock{--theme-color: var(--cart-brand);flex-shrink:0;margin:0 0 var(--cart-section-gap);padding:10px 12px;border-radius:var(--cart-card-radius);background:var(--cart-layer-subtle);border:none;box-sizing:border-box;box-shadow:var(--cart-card-shadow);display:flex;flex-direction:column;gap:8px}cart-drawer .cart-drawer__offer-head{display:flex;align-items:flex-start;gap:8px;min-width:0}cart-drawer .offer-icon{width:36px;height:36px;border-radius:10px;background:rgba(var(--cart-brand-rgb),.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--cart-brand)}cart-drawer .offer-icon svg{display:block}cart-drawer .cart-drawer__offer-title{margin:0;flex:1 1 auto;min-width:0;font-size:1.05rem;font-weight:650;line-height:1.25;letter-spacing:.01em;color:rgba(var(--color-foreground),.92);font-family:var(--font-cart-body, inherit)}cart-drawer .free-badge{flex-shrink:0;font-size:11px;padding:4px 8px;border-radius:8px;background:rgba(var(--cart-brand-rgb),.1);color:var(--cart-brand);font-weight:600;line-height:1.2;letter-spacing:.02em}cart-drawer .cart-drawer__first-order-stack{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px}cart-drawer .cart-drawer__first-order-sub{display:block;margin:0;padding:0 2px;font-size:.8125rem;font-weight:600;line-height:1.35;letter-spacing:.01em;color:rgba(var(--color-foreground),.78);font-family:var(--font-cart-body, inherit)}cart-drawer .free-badge.cart-drawer__first-order-main{font-size:12px;padding:6px 10px}cart-drawer .cart-drawer__first-order-stack--standalone{width:100%}cart-drawer .cart-drawer__first-order-promo-shell{flex-shrink:0;margin:0 0 var(--cart-section-gap);padding:10px 12px;border-radius:var(--cart-card-radius);background:var(--cart-layer-subtle);box-shadow:var(--cart-card-shadow);box-sizing:border-box}cart-drawer .cart-drawer__offer-subline{margin:0;font-size:.95rem;font-weight:600;line-height:1.35;color:rgba(var(--color-foreground),.72);overflow-wrap:anywhere}cart-drawer .progress-bar-container{position:relative;height:6px;border-radius:999px;background:#00000014;overflow:hidden}cart-drawer .progress-bar-fill{display:block!important;height:100%;border-radius:999px;max-width:100%;min-width:0;background:linear-gradient(90deg,var(--cart-brand, #2f2b77) 0%,#4038a6 58%,#6257d6 100%);box-shadow:none;transition:width .4s ease,filter .35s ease,opacity .35s ease}cart-drawer .cart-drawer__offer-unlock[data-offer-progress-tier=empty] .progress-bar-fill,cart-drawer .cart-drawer__offer-unlock[data-offer-progress-tier=early] .progress-bar-fill{filter:saturate(.72);opacity:.88}cart-drawer .cart-drawer__offer-unlock[data-offer-progress-tier=mid] .progress-bar-fill{filter:saturate(.88);opacity:.94}cart-drawer .cart-drawer__offer-unlock[data-offer-progress-tier=late] .progress-bar-fill{filter:saturate(1);opacity:1}cart-drawer .cart-drawer__offer-unlock[data-offer-progress-tier=complete] .progress-bar-fill{filter:saturate(1.06) brightness(1.03);opacity:1}cart-drawer .progress-labels{display:flex;justify-content:space-between;font-size:11px;color:#00000080;margin-top:2px;line-height:1.2}cart-drawer .cart-drawer__savings-band{display:none}cart-drawer .cart-drawer__savings-label{font-weight:600;letter-spacing:.02em}cart-drawer .cart-drawer__savings-amount{font-weight:700;font-size:1.4rem;white-space:nowrap}cart-drawer .drawer__contents{flex:1 1 0%;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:var(--cart-item-gap) 12px 0}cart-drawer.drawer .drawer__contents{padding:var(--cart-item-gap) 12px 0!important}cart-drawer .drawer__cart-items-wrapper{flex:1 1 0%;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:44px;scrollbar-width:thin;scrollbar-color:#000000 transparent}cart-drawer .drawer__cart-items-wrapper::-webkit-scrollbar{width:1px}cart-drawer .drawer__cart-items-wrapper::-webkit-scrollbar-track{background:transparent}cart-drawer .drawer__cart-items-wrapper::-webkit-scrollbar-thumb{background-color:#000;border-radius:999px}cart-drawer .drawer__cart-items-wrapper::-webkit-scrollbar-thumb:hover{background-color:#000}cart-drawer .cart-items{width:100%}cart-drawer .cart-items thead{display:none}cart-drawer tbody.delivery-group{background:var(--cart-layer-subtle);border-radius:var(--cart-card-radius);border:none;box-shadow:var(--cart-card-shadow);margin-bottom:var(--cart-section-gap);overflow-x:hidden;overflow-y:visible}cart-drawer .delivery-group__header td{padding:8px 10px;background:rgba(var(--cart-brand-rgb),.03);border-bottom:none}cart-drawer .delivery-group__summary{display:flex;align-items:center;gap:8px}cart-drawer .delivery-group__meta{display:flex;flex-direction:column;gap:2px;min-width:0}cart-drawer .delivery-group__icon{width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;background:linear-gradient(145deg,rgba(var(--cart-brand-rgb),.18),rgba(var(--cart-brand-rgb),.1));color:var(--cart-brand);flex-shrink:0}cart-drawer .delivery-group__eta{font-size:1.08rem;font-weight:700;line-height:1.28;color:var(--cart-brand);margin:0}cart-drawer .delivery-group__vendors{font-size:.9rem;font-weight:500;line-height:1.32;color:rgba(var(--color-foreground),.58);margin:0}cart-drawer tbody.delivery-group.is-closed-store{border-color:transparent}cart-drawer .delivery-group.is-closed-store .delivery-group__header td{background:linear-gradient(135deg,rgba(var(--cart-brand-rgb),.1),rgba(var(--cart-brand-rgb),.04))}cart-drawer .delivery-group.is-closed-store .delivery-group__icon{background:rgba(var(--cart-brand-rgb),.12);color:var(--cart-brand)}cart-drawer .delivery-group.is-closed-store .delivery-group__eta{color:var(--cart-brand)}cart-drawer .delivery-group.is-closed-store .delivery-group__header{display:none}cart-drawer .cart-drawer__closed-store-banner[hidden]{display:none!important}cart-drawer .cart-drawer__closed-store-banner{margin:0 0 var(--cart-section-gap);padding:8px 10px;border:none;border-radius:12px;background:linear-gradient(180deg,var(--cart-message-bg),var(--cart-message-bg-end));box-shadow:var(--cart-card-shadow-soft)}cart-drawer .cart-drawer__closed-store-banner p,cart-drawer .cart-drawer__closed-store-banner .delivery-banner__text{margin:0;color:rgba(var(--color-foreground),.88);font-size:1.15rem;font-weight:600;line-height:1.45;text-align:center}.delivery-banner{padding:8px 10px;border-radius:11px;margin-bottom:8px;font-weight:600;box-sizing:border-box}.delivery-banner.scheduling{background:#fff3cd;color:#856404}.delivery-banner.express,.delivery-banner.nextday{background:#fff6d9;color:#4a3f1f}.delivery-banner__text{margin:0;flex:1;text-align:center}cart-drawer .skipp-primary-delivery__row{display:flex;align-items:center;justify-content:center;gap:8px}cart-drawer .skipp-primary-delivery__icon{display:inline-flex;flex-shrink:0;color:var(--cart-brand)}cart-drawer .skipp-primary-delivery__icon[hidden]{display:none!important}cart-drawer .cart-item__media-stack .cart-item__delivery-time{display:none;align-items:center;gap:4px;margin:0 0 4px;padding:0!important;background:none!important;border:none!important;font-size:11px;font-weight:600;line-height:1.25;color:rgba(var(--color-foreground),.72);width:100%;max-width:100%;min-width:0;box-sizing:border-box;text-align:center;overflow-wrap:anywhere}cart-drawer .cart-item__media-stack .cart-item__delivery-time .delivery-time-text{display:block;max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word;background:none!important;border:none!important;padding:0!important}.cart-products-section .cart-item__delivery-time--page{display:none;align-items:center;gap:6px;margin:0 0 6px;padding:0!important;background:none!important;border:none!important;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;color:#2f2b78;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-wrap:anywhere}.cart-products-section .cart-item__delivery-time--page .delivery-time-text{display:block;max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word;padding:0!important;background:none!important;border:none!important}cart-drawer .cart-items{width:100%;table-layout:auto!important}cart-drawer .cart-items--grouped{border-spacing:0!important}cart-drawer .cart-items--grouped tbody.delivery-group{display:table-row-group}cart-drawer .cart-item{display:grid!important;grid-template-columns:116px minmax(0,1fr);grid-template-rows:auto;gap:6px 10px!important;align-items:stretch;padding:8px!important;margin-bottom:8px!important;border:none;border-radius:11px;background:rgba(var(--cart-brand-rgb),.04);box-shadow:var(--cart-card-shadow)}cart-drawer .cart-item td{padding:0!important;border:0!important;min-width:0;vertical-align:top}cart-drawer .cart-items--grouped tbody.delivery-group tr.cart-item td{padding:0!important;border-bottom:none!important}cart-drawer .cart-items--grouped tbody.delivery-group tr.cart-item:first-of-type td,cart-drawer .cart-items--grouped tbody.delivery-group tr.cart-item:last-of-type td{padding-top:0!important;padding-bottom:0!important}cart-drawer .cart-item__media{grid-column:1;grid-row:1;width:auto!important;min-width:0;align-self:start;position:relative;z-index:0}cart-drawer .cart-item__media-visual .cart-item__link{grid-area:1 / 1;z-index:1;align-self:stretch;min-height:100%}cart-drawer .cart-item__details{grid-column:2;grid-row:1;min-width:0;align-self:stretch;display:flex;flex-direction:column;position:relative;z-index:2}cart-drawer .cart-item__totals--drawer-placeholder{display:none!important}cart-drawer .cart-item__media-stack{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;max-width:100%;min-width:0}cart-drawer .cart-item__media-visual{display:grid;grid-template:1fr / 1fr;width:116px;min-height:0;flex-shrink:0}cart-drawer .cart-item__media img.cart-item__image,cart-drawer .cart-item__media-visual .cart-item__image,cart-drawer .cart-item__media .cart-item__media-visual img.cart-item__image{grid-area:1 / 1;width:116px!important;max-width:116px!important;height:auto!important;min-height:0;object-fit:cover;border-radius:8px!important;display:block;box-shadow:none}cart-drawer .cart-item-content{display:grid;grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:auto auto;column-gap:10px;row-gap:8px;align-items:start;width:100%;flex:1;min-width:0;min-height:0}cart-drawer .cart-left{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:3px;min-width:0!important;width:100%;overflow:visible;padding-right:0}cart-drawer .cart-right{grid-column:2;grid-row:1;justify-self:end;align-self:start;display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;min-width:0;width:auto;max-width:100%;padding-right:0;padding-left:4px;text-align:right;position:relative}cart-drawer .cart-item__footer-actions{grid-column:1 / -1;grid-row:2;width:100%;min-width:0;box-sizing:border-box}cart-drawer .cart-right *{text-align:right}cart-drawer .cart-drawer-line-actions,cart-drawer .cart-drawer-line-actions .cart-item__quantity-wrapper,cart-drawer .cart-drawer-line-actions .quantity-popover-wrapper{text-align:initial}cart-drawer .cart-drawer-line-actions .quantity__input{text-align:center}cart-drawer .cart-left .brand-name{font-size:10px;font-weight:600;color:var(--cart-brand)!important;text-transform:uppercase;letter-spacing:.04em;margin:0!important;opacity:.95!important;background:transparent;padding:0 0 2px;border-radius:0;border:none;box-shadow:none;width:100%;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;line-height:1.25;text-align:left;box-sizing:border-box}cart-drawer .cart-items--grouped .cart-left .brand-name{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:normal!important}cart-drawer .cart-item__details .vendor-label,cart-drawer .cart-item__details .cart-left>.cart-item__vendor:not(.brand-name),cart-drawer .cart-item__details .cart-left>p.caption-with-letter-spacing:first-child{display:none!important}cart-drawer .cart-items--grouped .cart-item__details .caption-with-letter-spacing,cart-drawer .cart-items--grouped .cart-item__details .vendor-label{font-size:10.5px!important;letter-spacing:.01em!important;color:rgba(var(--color-foreground),.95)!important;font-weight:600!important;text-transform:none!important}cart-drawer .product-title{display:block;font-size:12px;font-weight:600;line-height:1.25;color:rgba(var(--color-foreground),.95);margin:0 0 2px!important;text-transform:none!important;letter-spacing:.01em!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;word-break:normal!important;overflow-wrap:normal!important}cart-drawer .cart-item__details a.product-title{text-decoration:none}cart-drawer .cart-item__details a.product-title:hover{text-decoration:underline}cart-drawer .variant{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;font-size:11px;color:rgba(var(--color-foreground),.58);line-height:1.2;min-width:0;align-items:flex-start}cart-drawer .variant-dropdown{display:block;width:auto;min-width:4.5rem;max-width:min(9.25rem,72%);margin:0;font-family:var(--font-cart-body);font-size:11px;font-weight:600;padding:6px 26px 6px 10px;border-radius:999px;border:none;background-color:rgba(var(--color-foreground),.04);color:rgba(var(--color-foreground),.88);line-height:1.3;cursor:pointer;box-sizing:border-box;box-shadow:0 1px 3px #0000000f,0 0 0 1px rgba(var(--color-foreground),.08);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.75 4.25L6 7.5L9.25 4.25' stroke='%236b7280' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;background-size:11px 11px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}cart-drawer .variant-dropdown:hover{background-color:rgba(var(--color-foreground),.06);box-shadow:0 2px 8px #00000012,0 0 0 1px rgba(var(--color-foreground),.1)}cart-drawer .variant-dropdown:focus{outline:none;box-shadow:0 2px 12px #00000012,0 0 0 2px rgba(var(--cart-brand-rgb),.18)}cart-drawer .variant-dropdown:focus-visible{outline:none;box-shadow:0 2px 12px #00000012,0 0 0 2px rgba(var(--cart-brand-rgb),.2)}cart-drawer .variant-extras{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;min-width:0}cart-drawer .variant-extra-line{margin:0;font-size:10px;font-weight:500;line-height:1.25;color:rgba(var(--color-foreground),.52);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}cart-drawer .variant-extra-line__key{font-weight:600;color:rgba(var(--color-foreground),.45);margin-right:4px}cart-drawer .variant-extra-line--plan{color:rgba(var(--cart-brand-rgb),.85);font-weight:600}cart-drawer .variant dl{margin:0;display:flex;flex-direction:column;gap:1px}cart-drawer .variant .product-option{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px;margin:0;font-size:11px}cart-drawer .variant .product-option dt{font-weight:600;color:rgba(var(--color-foreground),.52)}cart-drawer .variant .product-option dd{margin:0;font-weight:500;color:rgba(var(--color-foreground),.78)}cart-drawer .cart-item__details .cart-item__name.product-title{font-size:12px!important;font-weight:600!important;line-height:1.25!important;margin-bottom:2px!important;text-transform:none!important;letter-spacing:.01em!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}cart-drawer .cart-right .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:1px;width:100%;min-width:0;max-width:100%;padding-right:0;box-sizing:border-box}cart-drawer .cart-right .cart-item__price-wrapper,cart-drawer .cart-right .cart-item__price-wrapper .price,cart-drawer .cart-right .cart-item__price-wrapper .price *{font-family:Inter,sans-serif!important;font-style:normal;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";-webkit-font-smoothing:antialiased}cart-drawer .cart-right .price-final{font-size:15px;font-weight:700;color:rgba(var(--color-foreground),.95);line-height:1.2;text-decoration:none!important;max-width:100%;overflow:hidden;text-overflow:ellipsis}cart-drawer s.cart-drawer-price-original,cart-drawer s.cart-drawer-price-original *{font-size:11px;font-weight:500;opacity:.6;color:rgba(var(--cart-brand-rgb),.55)!important;text-decoration:line-through!important;text-decoration-line:line-through!important;text-decoration-thickness:clamp(1px,.1em,3px)!important;text-decoration-color:rgba(var(--cart-brand-rgb),.5)!important;text-decoration-skip-ink:none!important;-webkit-text-decoration-line:line-through!important;-webkit-text-decoration-color:rgba(var(--cart-brand-rgb),.5)!important}cart-drawer .cart-drawer-discount-text{font-size:11px;font-weight:700;color:var(--cart-brand);line-height:1.2;letter-spacing:-.01em;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}cart-drawer .cart-right .cart-drawer-skipp-line{width:auto!important;max-width:100%;align-self:flex-end!important;justify-content:flex-start!important;margin-top:2px!important;white-space:nowrap!important}cart-drawer .cart-drawer-line-discounts{margin:1px 0 0;padding:0;text-align:right;width:100%}cart-drawer .cart-drawer-line-discounts .discounts__discount{font-size:11px;font-weight:600;color:var(--cart-brand);justify-content:flex-end;gap:4px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}cart-drawer .cart-items--grouped .cart-item__details .product-title{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;overflow:hidden!important;text-overflow:ellipsis!important}cart-drawer .cart-items--grouped .variant-extras,cart-drawer .cart-items--grouped .variant-extras *{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}cart-drawer .cart-item__quantity{width:100%;padding:0!important}cart-drawer .cart-drawer-line-actions.cart-item__quantity{margin-top:0;width:100%;max-width:100%;align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:nowrap;position:relative;z-index:3}cart-drawer .cart-drawer-line-actions quantity-popover{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:row;align-items:center}cart-drawer .cart-right>.loading__spinner{align-self:flex-end}cart-drawer .cart-drawer-line-actions .cart-item__error{width:100%;max-width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:4px;box-sizing:border-box}cart-drawer .cart-drawer-line-actions .quantity-popover__info-button{align-self:center}cart-drawer .cart-item__quantity quantity-popover,cart-drawer .cart-item__quantity quantity-popover>*{padding-left:0!important}cart-drawer .cart-actions{display:flex;align-items:center;gap:6px;margin-top:0;flex-wrap:wrap;justify-content:flex-start;width:100%;max-width:100%}cart-drawer .cart-item__quantity-wrapper.cart-actions{display:flex!important;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:10px;width:100%;max-width:min(24rem,100%);min-width:0;margin-left:auto;box-sizing:border-box}cart-drawer .cart-item__quantity-wrapper.cart-actions .quantity-popover-container{flex:0 0 auto;align-self:center;width:max-content;max-width:none!important;padding:0!important;margin:0!important;border:none!important;outline:none!important;box-shadow:none!important}cart-drawer .cart-item__save-remove-group{flex:0 0 auto;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap;min-width:max-content}cart-drawer .cart-item__save-remove-group .cart-item__save-later{margin:0!important;flex:0 0 auto;min-width:max-content;max-width:none}cart-drawer .cart-item__save-remove-group cart-remove-button{margin:0!important;flex:0 0 auto}cart-drawer .cart-item__save-remove-group .cart-item__save-later-label--full{overflow:visible;text-overflow:unset;white-space:nowrap}@media screen and (min-width:750px){cart-drawer .cart-item__details{height:100%;min-height:0}cart-drawer .cart-item-content{column-gap:12px;row-gap:6px;padding-top:0!important;box-sizing:border-box}cart-drawer .cart-right{max-width:none;padding-left:6px}cart-drawer .cart-item__footer-actions{grid-column:1;grid-row:2;width:100%;max-width:100%;padding-left:6px;justify-self:stretch}cart-drawer .cart-item__footer-actions.cart-drawer-line-actions{margin-top:0!important;padding-top:8px;justify-content:flex-start}cart-drawer .cart-item__quantity-wrapper.cart-actions{max-width:100%;margin-left:0;margin-right:auto;justify-content:flex-start;gap:12px}cart-drawer .cart-item__save-later-label--full{display:inline!important}cart-drawer .cart-item__save-later-label--compact{display:none!important}cart-drawer .cart-item__quantity-wrapper.cart-actions .quantity-popover-container{max-width:100%}cart-drawer .cart-drawer-line-actions quantity-popover{max-width:100%;min-width:0;flex-direction:row;align-items:center;justify-content:flex-start;flex:0 1 auto;width:100%}}cart-drawer .cart-item cart-remove-button{margin-left:0!important;width:auto!important}cart-drawer .cart-item cart-remove-button .cart-remove-button{display:inline-flex!important;align-items:center;justify-content:center;width:30px;height:30px;padding:0!important;border-radius:10px!important;background:rgba(var(--color-foreground),.06)!important;border:none!important;box-shadow:none!important;color:rgba(var(--color-foreground),.5)}cart-drawer .cart-item cart-remove-button .button{min-width:30px!important;min-height:30px!important;padding:0!important}cart-drawer .cart-item cart-remove-button .cart-remove-button:hover{background:#fee2e2!important;color:#dc2626}cart-drawer .cart-item__save-later{display:inline-flex!important;align-items:center;justify-content:center;padding:6px 10px;border-radius:10px;background:rgba(var(--cart-brand-rgb),.08);border:none;font-size:11px;font-weight:600;color:var(--cart-brand);text-decoration:none!important;white-space:nowrap;line-height:1.2;flex-shrink:0;min-width:max-content;position:relative;z-index:auto;box-shadow:0 1px 4px #0000000a;gap:0}cart-drawer .cart-item__save-later-label--compact{display:none}cart-drawer .cart-item__save-later:hover{background:rgba(var(--cart-brand-rgb),.14)}cart-drawer .cart-drawer-unit-price{display:none!important}cart-drawer .quantity.cart-quantity,cart-drawer quantity-input.quantity.cart-quantity{display:inline-flex!important;align-items:center;gap:0;padding:2px 4px!important;border-radius:999px!important;border:0!important;outline:none!important;background:rgba(var(--color-foreground),.04)!important;box-shadow:0 0 0 1px rgba(var(--color-foreground),.1)!important;min-height:0!important;min-width:0!important;width:auto!important;position:relative}cart-drawer .quantity.cart-quantity:before,cart-drawer .quantity.cart-quantity:after,cart-drawer quantity-input.quantity.cart-quantity:before,cart-drawer quantity-input.quantity.cart-quantity:after{content:none!important;display:none!important;box-shadow:none!important;pointer-events:none!important}cart-drawer quantity-input.quantity.cart-quantity:focus-within{outline:none!important;box-shadow:0 0 0 1px rgba(var(--color-foreground),.11),0 0 0 3px rgba(var(--cart-brand-rgb),.12),0 2px 8px #0000000a!important}cart-drawer .quantity__button:first-child{margin-left:0!important}cart-drawer .quantity__button:last-child{margin-right:0!important}cart-drawer .quantity__button{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;border-radius:999px!important;border:0!important;background:transparent!important;color:rgba(var(--color-foreground),.85);box-shadow:none!important;padding:0!important;font-size:1.2rem!important}cart-drawer .quantity__button:hover{background:rgba(var(--color-foreground),.08)!important}cart-drawer .quantity__input{width:22px!important;min-width:22px!important;max-width:22px!important;height:24px!important;text-align:center;font-weight:700;font-size:1.1rem!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;outline:none!important;-webkit-appearance:textfield;appearance:textfield}cart-drawer .quantity__input:focus{outline:none!important;box-shadow:none!important}cart-drawer.drawer .cart-item .quantity.cart-quantity,cart-drawer.drawer .cart-item quantity-input.quantity.cart-quantity{width:auto!important;max-width:none!important}cart-drawer .skipp-price-box.skipp-price-box--cart{margin-top:2px!important;padding:4px 7px!important;border-radius:6px!important;display:inline-flex!important;align-items:center;justify-content:flex-start!important;gap:4px!important;font-size:10px!important;width:auto!important;max-width:100%;flex:0 1 auto;align-self:flex-end;box-sizing:border-box;font-family:var(--font-body-family)!important;font-variant-numeric:tabular-nums;background:rgba(var(--cart-brand-rgb),.06)!important;border:none!important}cart-drawer .skipp-price-box.skipp-price-box--cart .skipp-left{gap:4px!important;min-width:0}cart-drawer .skipp-price-box.skipp-price-box--cart .skipp-logo{width:11px!important;height:11px!important;flex-shrink:0}cart-drawer .skipp-price-box.skipp-price-box--cart .skipp-label{font-size:10px!important;font-weight:700!important;color:var(--cart-brand)!important}cart-drawer .skipp-price-box.skipp-price-box--cart .skipp-value{font-size:11px!important;font-weight:700!important;color:var(--cart-brand)!important;background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;line-height:1.15!important;white-space:nowrap!important}cart-drawer .drawer__footer{flex-shrink:0;padding:0;border-top:none;background:transparent}cart-drawer .drawer__footer.cart-footer,cart-drawer .drawer__footer.cart-footer-modern{position:sticky;bottom:0;z-index:10;padding:12px 10px calc(12px + env(safe-area-inset-bottom,0px));margin-top:10px;border-top:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,rgba(var(--cart-brand-rgb),.03),rgb(var(--color-background)));box-shadow:0 -10px 36px #0000000f}cart-drawer .cart-drawer__footer{display:flex;flex-direction:column;gap:0;background:transparent;border:none;border-radius:0;padding:0}cart-drawer .cart-drawer__order-summary-details{margin-top:8px;padding:8px 10px;background:rgba(var(--cart-brand-rgb),.03);border-radius:11px;border:none}cart-drawer .cart-drawer__order-summary-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0!important;cursor:pointer;list-style:none;font-family:var(--font-cart-display)!important;font-style:normal;font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--cart-brand);border-radius:0;background:transparent;border:none;box-shadow:none}cart-drawer .cart-drawer__order-summary-summary::-webkit-details-marker{display:none}cart-drawer .cart-drawer__order-summary-caret{display:inline-flex;flex-shrink:0;color:var(--cart-brand);transition:transform .2s ease}cart-drawer .cart-drawer__order-summary-details[open] .cart-drawer__order-summary-caret{transform:rotate(180deg)}cart-drawer .cart-drawer__order-summary-panel{padding:6px 4px 4px;max-height:min(38vh,280px);overflow-y:auto;-webkit-overflow-scrolling:touch;border-top:1px solid var(--cart-line-border);background:transparent}cart-drawer .cart-drawer__tax-note{display:block;margin:8px 0 4px}cart-drawer .cart-drawer__note-section{padding:8px 10px 6px;flex-shrink:0;border-top:none}cart-drawer .cart-drawer__sticky-checkout{display:flex;flex-direction:column;gap:10px;margin-top:10px;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}cart-drawer .cart-drawer__sticky-total-row{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:6px;width:100%}cart-drawer .cart-savings-highlight{display:inline-block;align-self:center;margin-bottom:0;padding:5px 10px;border-radius:999px;background:rgba(var(--cart-brand-rgb),.12);border:none;color:var(--cart-brand);font-size:12px;font-weight:600;line-height:1;text-align:center;box-shadow:0 1px 3px #0000000d;animation:cartSavingsFadeIn .3s ease;font-family:var(--font-cart-body)}cart-drawer .cart-savings-highlight[hidden]{display:none!important}cart-drawer .cart-drawer__sticky-total-line,cart-drawer .cart-drawer__sticky-total-line.total-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-bottom:8px}cart-drawer .total-row{margin-bottom:8px}cart-drawer .cart-drawer__sticky-total-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}cart-drawer .cart-drawer__sticky-total-label,cart-drawer .cart-drawer__sticky-total-label.total-label{font-family:var(--font-cart-body);font-size:13px;font-weight:500;color:#0009}cart-drawer .cart-drawer__sticky-total-value,cart-drawer .cart-drawer__sticky-total-value.total-value{font-family:Inter,sans-serif;font-size:16px;font-weight:700;letter-spacing:.01em;color:#111;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}@keyframes cartSavingsFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}cart-drawer .cart-drawer__total-display{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1 1 auto}cart-drawer .cart-drawer__total-label{font-size:10px;font-weight:700;letter-spacing:.06em;color:#6b7280;margin:0}cart-drawer .cart-drawer__total-value{font-size:16px;font-weight:700;letter-spacing:.01em;color:#111827;white-space:normal;line-height:1.15;font-family:Inter,sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}cart-drawer .cart-drawer__proceed-btn,cart-drawer #checkout2.cart__checkout-button{width:100%!important;border-radius:12px!important;background:linear-gradient(135deg,#2f2b77,#4a3fb3)!important;color:#fff!important;border:none!important;outline:none!important;padding:12px!important;font-size:14px!important;font-weight:600!important;font-family:var(--font-cart-body)!important;letter-spacing:.02em;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:0 8px 20px #2f2b7733!important;flex-shrink:0;max-width:none;min-height:0;line-height:1.2}cart-drawer .cart-drawer__proceed-btn:before,cart-drawer .cart-drawer__proceed-btn:after,cart-drawer #checkout2.cart__checkout-button:before,cart-drawer #checkout2.cart__checkout-button:after{content:none!important;display:none!important}cart-drawer .cart-drawer__proceed-btn:hover:not([disabled]),cart-drawer #checkout2.cart__checkout-button:hover:not([disabled]){filter:brightness(1.05);color:#fff!important}cart-drawer .cart-drawer__proceed-btn[disabled],cart-drawer #checkout2.cart__checkout-button[disabled]{background:rgba(var(--color-foreground),.12)!important;color:rgba(var(--color-foreground),.35)!important;box-shadow:none!important;opacity:1;cursor:not-allowed}cart-drawer .schedule-btn.cart__checkout-button,cart-drawer .schedule-btn.skipp-cta-suppress{width:100%!important;border-radius:12px!important;background:rgba(var(--cart-brand-rgb),.12)!important;color:var(--cart-brand)!important;border:none!important;padding:12px!important;font-size:14px!important;font-weight:600!important;font-family:var(--font-cart-body)!important;box-shadow:0 4px 12px #2f2b771a!important}cart-drawer .schedule-btn.cart__checkout-button:before,cart-drawer .schedule-btn.cart__checkout-button:after{content:none!important;display:none!important}cart-drawer .cart-drawer__schedule[hidden]{display:none!important}cart-drawer .cart-drawer__schedule{display:flex;flex-direction:column;gap:6px;margin-top:6px;margin-bottom:2px;padding:0 2px;animation:cartScheduleFadeIn .2s ease}cart-drawer .cart-drawer__schedule-card,cart-drawer .cart-drawer__schedule-card.skipp-schedule-card{padding:0;margin:0;background:transparent;border:none;border-radius:0;box-shadow:none}cart-drawer .skipp-schedule-fields-wrap{padding:8px 10px;border-radius:11px;background:linear-gradient(135deg,rgba(var(--cart-brand-rgb),.06),rgba(var(--cart-brand-rgb),.02));box-shadow:0 4px 12px #00000009}cart-drawer .container-delivery-schedule,#multi-vendor-cart-summary .container-delivery-schedule{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px!important;border-radius:10px!important;background:linear-gradient(135deg,rgba(var(--cart-brand-rgb),.06),rgba(var(--cart-brand-rgb),.02));box-shadow:0 4px 12px #00000009}cart-drawer .container-delivery-schedule__left,#multi-vendor-cart-summary .container-delivery-schedule__left{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}cart-drawer .delivery-schedule-icon,#multi-vendor-cart-summary .delivery-schedule-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:rgba(var(--cart-brand-rgb),.08);color:var(--cart-brand)}cart-drawer .delivery-schedule-icon svg,#multi-vendor-cart-summary .delivery-schedule-icon svg{display:block;width:16px;height:16px}cart-drawer .delivery-info,#multi-vendor-cart-summary .delivery-info{display:flex;flex-direction:column;gap:2px;min-width:0}cart-drawer .skipp-delivery-summary-eyebrow,#multi-vendor-cart-summary .skipp-delivery-summary-eyebrow,.skipp-delivery-summary-eyebrow{margin:0 0 2px;font-family:var(--font-cart-body);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#00000073;line-height:1.2}cart-drawer .delivery-date,#multi-vendor-cart-summary .delivery-date{font-family:var(--font-cart-body);font-size:13px;font-weight:600;color:#111;line-height:1.25;margin:0}cart-drawer .delivery-time,#multi-vendor-cart-summary .delivery-time{font-family:var(--font-cart-body);font-size:12px;font-weight:500;color:#0009;line-height:1.25;margin:0;background:none!important;border:none!important;padding:0!important}cart-drawer .cart-drawer__schedule-message{margin:0;padding:8px 10px;border-radius:var(--cart-card-radius);background:var(--cart-layer-subtle);border:none;color:rgba(var(--color-foreground),.78);font-size:1.12rem;line-height:1.45;text-align:center;box-shadow:var(--cart-card-shadow-soft);font-family:var(--font-cart-body)}cart-drawer .cart-drawer__schedule-title{margin:0 0 8px;color:rgb(var(--color-foreground));font-family:var(--font-cart-display)!important;font-style:normal;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:1.25}cart-drawer .cart-drawer__schedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}cart-drawer .cart-drawer__schedule-field{display:flex;flex-direction:column;gap:6px;margin:0;color:rgba(var(--color-foreground),.72);font-size:1.05rem;font-weight:700}#multi-vendor-cart-summary .cart-drawer__schedule-field{display:flex;flex-direction:column;gap:6px;margin:0;color:#2c3e50d9;font-size:1.05rem;font-weight:700}cart-drawer .cart-drawer__schedule-label,#multi-vendor-cart-summary .cart-drawer__schedule-label{font-size:1rem;font-weight:700;color:inherit}cart-drawer .cart-drawer__schedule-select,#multi-vendor-cart-summary .cart-drawer__schedule-select{width:100%;margin:0;padding:8px 10px;border:none;border-radius:10px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.05rem;font-weight:650;line-height:1.25;box-shadow:0 2px 10px #0000000d;cursor:pointer;-webkit-appearance:auto;appearance:auto}#multi-vendor-cart-summary .cart-drawer__schedule-select{border:none;background:#fff;color:#1a1a1a}cart-drawer .cart-drawer__schedule-select:focus,#multi-vendor-cart-summary .cart-drawer__schedule-select:focus{outline:none;box-shadow:0 2px 12px #00000012,0 0 0 2px rgba(var(--cart-brand-rgb),.18)}cart-drawer .cart-drawer__schedule-select:focus-visible,#multi-vendor-cart-summary .cart-drawer__schedule-select:focus-visible{outline:none;box-shadow:0 2px 12px #00000012,0 0 0 2px rgba(var(--cart-brand-rgb),.2)}cart-drawer .cart-drawer__schedule-select:disabled,#multi-vendor-cart-summary .cart-drawer__schedule-select:disabled{opacity:.55;cursor:not-allowed}.cart-products-section .cart-drawer__closed-store-banner[hidden]{display:none!important}.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero{margin:0 0 10px;padding:8px 10px;border:none;border-radius:12px;background:linear-gradient(180deg,#fff7e6,#fffaf1);box-shadow:0 4px 14px #00000008}.cart-products-section .cart-drawer__closed-store-banner .delivery-banner__text{margin:0;color:#1a1633e6;font-size:1.14rem;font-weight:600;line-height:1.45;text-align:center;font-family:Poppins,sans-serif}.cart-products-section .cart-drawer__closed-store-banner .delivery-banner.scheduling .delivery-banner__text{color:#2f2b78}cart-drawer .change-btn{padding:6px 12px!important;font-size:12px;border-radius:10px;background:rgb(var(--color-background))!important;border:none!important;color:var(--cart-brand)!important;box-shadow:0 2px 8px #0000000f,0 0 0 1px rgba(var(--cart-brand-rgb),.22)}cart-drawer .change-btn:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(var(--cart-brand-rgb),.22),0 3px 10px #0000000f}cart-drawer .skipp-schedule-summary,#multi-vendor-cart-summary .skipp-schedule-summary{display:block;margin-bottom:0}cart-drawer .skipp-schedule-summary__line,#multi-vendor-cart-summary .skipp-schedule-summary__line{margin:0}cart-drawer .change-btn.skipp-schedule-change,#multi-vendor-cart-summary .change-btn.skipp-schedule-change{flex-shrink:0;align-self:center;margin:0;padding:6px 12px!important;font-family:var(--font-cart-body);font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--cart-brand, #2f2b77)!important;background:rgb(var(--color-background))!important;border:none!important;border-radius:10px;cursor:pointer;line-height:1;box-shadow:0 2px 8px #0000000f,0 0 0 1px #2f2b7738!important}cart-drawer .change-btn.skipp-schedule-change:before,cart-drawer .change-btn.skipp-schedule-change:after,#multi-vendor-cart-summary .change-btn.skipp-schedule-change:before,#multi-vendor-cart-summary .change-btn.skipp-schedule-change:after{content:none!important;display:none!important}#multi-vendor-cart-summary .change-btn.skipp-schedule-change{color:#2f2b78!important}cart-drawer .change-btn.skipp-schedule-change:hover,#multi-vendor-cart-summary .change-btn.skipp-schedule-change:hover{background:rgba(var(--cart-brand-rgb),.06)!important}#multi-vendor-cart-summary .change-btn.skipp-schedule-change:hover{background:#667eea14!important}cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero{margin-bottom:10px}cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.scheduling{background:transparent;color:inherit;padding:0;margin:0}cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express),cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.nextday){background:#fff6d9;box-shadow:0 2px 12px #4a3f1f0f}cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.express,cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.nextday{background:transparent;color:#4a3f1f;padding:0;margin:0}cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express) .delivery-banner__text,cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.nextday) .delivery-banner__text{color:#4a3f1f}cart-drawer .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express) .skipp-primary-delivery__icon{color:#4a3f1f}.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express),.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.nextday){background:#fff6d9;box-shadow:0 2px 12px #4a3f1f0f}.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.express,.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.nextday{background:transparent;color:#4a3f1f;padding:0;margin:0}.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express) .delivery-banner__text,.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.nextday) .delivery-banner__text{color:#4a3f1f}.cart-products-section .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express) .skipp-primary-delivery__icon{color:#4a3f1f}#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express),#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.nextday){background:#fff6d9;box-shadow:0 2px 12px #4a3f1f0f}#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.express,#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero .delivery-banner.nextday{background:transparent;color:#4a3f1f;padding:0;margin:0}#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express) .delivery-banner__text,#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.nextday) .delivery-banner__text{color:#4a3f1f}#multi-vendor-cart-summary .cart-drawer__closed-store-banner.skipp-primary-delivery--hero:has(.delivery-banner.express) .skipp-primary-delivery__icon{color:#4a3f1f}cart-drawer .skipp-scheduled-delivery__panel .skipp-schedule-summary[hidden],cart-drawer .skipp-scheduled-delivery__panel [data-skipp-schedule-fields-wrap][hidden],#multi-vendor-cart-summary .skipp-scheduled-delivery__panel .skipp-schedule-summary[hidden],#multi-vendor-cart-summary .skipp-scheduled-delivery__panel [data-skipp-schedule-fields-wrap][hidden]{display:none!important}cart-drawer .skipp-scheduled-delivery__panel .cart-drawer__schedule-fields-wrap{display:flex;flex-direction:column;gap:10px}cart-drawer .skipp-scheduled-delivery__panel .cart-drawer__schedule-title{margin:0 0 6px;font-size:1.2rem}cart-drawer .skipp-scheduled-delivery__panel .cart-drawer__schedule-fields{grid-template-columns:1fr;gap:10px;flex:0 0 auto}cart-drawer .skipp-scheduled-delivery__panel .cart-drawer__schedule-field{flex:0 0 auto;min-height:0}cart-drawer .skipp-scheduled-delivery__panel .cart-drawer__schedule-select{min-height:44px;padding:10px 36px 10px 12px;font-size:1.02rem;font-weight:650;line-height:1.25;border-radius:12px}cart-drawer .skipp-scheduled-delivery__panel .cart-drawer__schedule-label{font-size:.95rem;margin-bottom:2px}cart-drawer .cart-drawer__schedule-confirm,cart-drawer .skipp-schedule-confirm{width:100%!important;max-width:none!important;box-sizing:border-box;display:flex!important;align-items:center;justify-content:center;margin-left:0!important;margin-right:0!important;margin-top:4px;padding:12px 14px;font-family:var(--font-cart-body);font-size:1rem;font-weight:600;border-radius:12px;background:var(--cart-brand, #2f2b77);color:#fff!important;border:none!important;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;box-shadow:0 4px 12px rgba(var(--cart-brand-rgb),.22)}cart-drawer .cart-drawer__schedule-confirm:before,cart-drawer .cart-drawer__schedule-confirm:after,cart-drawer .skipp-schedule-confirm:before,cart-drawer .skipp-schedule-confirm:after{content:none!important;display:none!important;box-shadow:none!important}cart-drawer .cart-drawer__schedule-confirm:focus,cart-drawer .skipp-schedule-confirm:focus{outline:none}cart-drawer .cart-drawer__schedule-confirm:focus-visible,cart-drawer .skipp-schedule-confirm:focus-visible{outline:2px solid rgba(var(--cart-brand-rgb),.55);outline-offset:2px}cart-drawer .cart-drawer__schedule-confirm:disabled,cart-drawer .skipp-schedule-confirm:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}#multi-vendor-cart-summary .cart-drawer__schedule-fields-wrap{display:flex;flex-direction:column;gap:10px}#multi-vendor-cart-summary .cart-drawer__schedule-fields{grid-template-columns:1fr;gap:10px;flex:0 0 auto}#multi-vendor-cart-summary .skipp-scheduled-delivery__panel .cart-drawer__schedule-select{min-height:44px;padding:10px 34px 10px 12px;font-size:1.02rem;font-weight:650;border-radius:12px}#multi-vendor-cart-summary .cart-drawer__schedule-confirm,#multi-vendor-cart-summary .skipp-schedule-confirm{width:100%!important;max-width:none!important;box-sizing:border-box;display:flex!important;align-items:center;justify-content:center;margin-left:0!important;margin-right:0!important;margin-top:4px;padding:12px 14px;font-family:var(--font-cart-body);font-size:1rem;font-weight:600;border-radius:12px;background:#2f2b78;color:#fff!important;border:none!important;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}#multi-vendor-cart-summary .cart-drawer__schedule-confirm:before,#multi-vendor-cart-summary .cart-drawer__schedule-confirm:after,#multi-vendor-cart-summary .skipp-schedule-confirm:before,#multi-vendor-cart-summary .skipp-schedule-confirm:after{content:none!important;display:none!important;box-shadow:none!important}#multi-vendor-cart-summary .cart-drawer__schedule-confirm:focus,#multi-vendor-cart-summary .skipp-schedule-confirm:focus{outline:none}#multi-vendor-cart-summary .cart-drawer__schedule-confirm:focus-visible,#multi-vendor-cart-summary .skipp-schedule-confirm:focus-visible{outline:2px solid rgba(102,126,234,.65);outline-offset:2px}#multi-vendor-cart-summary .cart-drawer__schedule-confirm:disabled,#multi-vendor-cart-summary .skipp-schedule-confirm:disabled{opacity:.45;cursor:not-allowed}button.skipp-schedule-confirm:before,button.skipp-schedule-confirm:after,.button.skipp-schedule-confirm:before,.button.skipp-schedule-confirm:after{content:none!important;display:none!important;box-shadow:none!important}button.skipp-schedule-confirm,.button.skipp-schedule-confirm{border:none!important;outline:none;-webkit-appearance:none;appearance:none}#multi-vendor-cart-summary .skipp-scheduled-delivery__banner,#multi-vendor-cart-summary .skipp-scheduled-delivery__panel{margin-bottom:10px}#multi-vendor-cart-summary .cart-drawer__schedule{padding:0;margin-top:6px}#multi-vendor-cart-summary .cart-drawer__closed-store-banner[hidden]{display:none!important}#multi-vendor-cart-summary .cart-drawer__closed-store-banner{margin:0 0 10px;padding:8px 10px;border:none;border-radius:12px;background:linear-gradient(180deg,#fff7e6,#fffaf1);box-shadow:0 4px 14px #00000008}#multi-vendor-cart-summary .cart-drawer__closed-store-banner p,#multi-vendor-cart-summary .cart-drawer__closed-store-banner .delivery-banner__text{margin:0;color:#1a1a1ae0;font-size:1.12rem;font-weight:600;line-height:1.45;text-align:center;font-family:Poppins,sans-serif}#multi-vendor-cart-summary .skipp-primary-delivery__row{display:flex;align-items:center;justify-content:center;gap:8px}#multi-vendor-cart-summary .skipp-primary-delivery__icon{display:inline-flex;flex-shrink:0;color:var(--cart-brand, #667eea)}#multi-vendor-cart-summary .skipp-primary-delivery__icon[hidden]{display:none!important}#multi-vendor-cart-summary .cart-drawer__schedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media screen and (max-width:420px){#multi-vendor-cart-summary .cart-drawer__schedule-fields{grid-template-columns:1fr}}#multi-vendor-cart-summary .cart-drawer__schedule-card{padding:0;margin:0;border:none;border-radius:0;background:transparent;box-shadow:none;box-sizing:border-box;overflow:visible}#multi-vendor-cart-summary .skipp-schedule-fields-wrap{padding:8px 10px;border-radius:11px;background:linear-gradient(135deg,#2f2b770f,#2f2b7705);box-shadow:0 4px 12px #00000009}#multi-vendor-cart-summary .cart-drawer__schedule-title{margin:0 0 6px;color:#2c3e50;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:500;letter-spacing:.02em}#multi-vendor-cart-summary .cart-drawer__schedule-status{min-height:1.25em;margin:8px 0 0;color:#2f2b78;font-size:1.05rem;font-weight:700}#multi-vendor-cart-summary .cart-drawer__schedule-status.is-error{color:#b42318}#multi-vendor-cart-summary .cart-drawer__schedule[hidden]{display:none!important}cart-drawer .cart-drawer__schedule-options{display:flex;flex-direction:column;gap:7px;max-height:116px;overflow-y:auto;padding-right:3px;scrollbar-width:thin;scrollbar-color:rgba(var(--cart-brand-rgb),.28) transparent}cart-drawer .cart-drawer__schedule-options::-webkit-scrollbar{width:4px}cart-drawer .cart-drawer__schedule-options::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(var(--cart-brand-rgb),.28)}cart-drawer .cart-drawer__schedule-option{width:100%;min-height:38px;padding:9px 10px;border:1px solid rgba(var(--cart-brand-rgb),.18);border-radius:10px;background:#fffffff5;color:rgb(var(--color-foreground));cursor:pointer;font:inherit;font-size:1.02rem;font-weight:700;line-height:1.2;text-align:center;box-shadow:0 2px 8px rgba(var(--color-shadow),.04);transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}cart-drawer .cart-drawer__schedule-option:hover,cart-drawer .cart-drawer__schedule-option:focus{outline:none;border-color:rgba(var(--cart-brand-rgb),.42);background:rgba(var(--cart-brand-rgb),.06)}cart-drawer .cart-drawer__schedule-option[aria-pressed=true]{border-color:var(--cart-brand);background:var(--cart-brand);color:#fff;box-shadow:0 6px 16px rgba(var(--cart-brand-rgb),.2)}cart-drawer .cart-drawer__schedule-empty{margin:0;padding:10px;border-radius:10px;background:rgba(var(--color-foreground),.04);color:rgba(var(--color-foreground),.5);font-size:1rem;font-weight:650;text-align:center}cart-drawer .cart-drawer__schedule-status{min-height:1.25em;margin:8px 0 0;color:var(--cart-brand);font-size:1.05rem;font-weight:700;line-height:1.3}cart-drawer .cart-drawer__schedule-status.is-error{color:#b42318}@keyframes cartScheduleFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:420px){cart-drawer .cart-drawer__schedule-fields{grid-template-columns:1fr}}cart-drawer .price-breakdown--drawer{margin:0;padding:8px 0 0;border-radius:0;border:none;background:transparent}cart-drawer .price-breakdown__title{font-size:1.15rem;font-weight:700;margin:0 0 6px;color:rgba(var(--color-foreground),.75);letter-spacing:0}cart-drawer .price-breakdown__label-sub{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#6b7280;line-height:1.35}cart-drawer .price-breakdown__value--muted{color:#9ca3af;font-weight:600}cart-drawer .cart-drawer__trust-badge{display:inline-flex!important;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:rgba(var(--cart-brand-rgb),.05);border:none;color:rgba(var(--color-foreground),.72);font-size:11px;font-weight:600;letter-spacing:.02em;line-height:1.2;white-space:nowrap;flex:0 0 auto!important}cart-drawer .price-breakdown--drawer .price-breakdown__line{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.03)}cart-drawer .price-breakdown--drawer .price-breakdown__line:last-child{border-bottom:0}cart-drawer .price-breakdown--drawer .price-breakdown__label{font-size:1.15rem;font-weight:500;color:rgba(var(--color-foreground),.65);line-height:1.35}cart-drawer .price-breakdown--drawer .price-breakdown__value{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.92);text-align:right;line-height:1.3;white-space:nowrap}cart-drawer .price-breakdown--drawer .price-breakdown__value[data-price-mrp]{font-size:15px;font-weight:500;opacity:.6}cart-drawer .price-breakdown--drawer .price-breakdown__value[data-price-offer]{font-size:15px;font-weight:700;opacity:1}cart-drawer .tax-note{margin:10px 2px 2px;font-size:11px;line-height:1.45;color:rgba(var(--color-foreground),.55);text-align:left}cart-drawer .drawer__inner-empty{display:flex;flex-direction:column;height:100%;padding:24px}cart-drawer .drawer__inner-empty .cart-drawer__warnings{flex:1;display:flex;flex-direction:column;justify-content:center}cart-drawer .cart-drawer__empty-content{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:32px 24px;position:relative}cart-drawer .cart-drawer__empty-top{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}cart-drawer .cart-drawer__empty-top .drawer__heading{font-size:30px;font-weight:700;letter-spacing:.02em}cart-drawer .cart-drawer__empty-illustration{width:200px;height:160px;margin:0 auto 20px;flex-shrink:0}cart-drawer .cart-drawer__empty-illustration--video{width:min(100%,200px);height:140px}cart-drawer .cart-empty-illustration-video{width:100%;height:100%;object-fit:contain;display:block}cart-drawer .cart-empty-cute,.cart-page__empty-illustration .cart-empty-cute{width:100%;height:100%;display:flex;align-items:center;justify-content:center}cart-drawer .cart-empty-cute__svg,.cart-page__empty-illustration .cart-empty-cute__svg{width:100%;height:100%;max-height:160px;overflow:visible}cart-drawer .cart-empty-cute__bag,.cart-page__empty-illustration .cart-empty-cute__bag{animation:cart-empty-cute-float 2.8s ease-in-out infinite;transform-origin:100px 118px}cart-drawer .cart-empty-cute__shadow,.cart-page__empty-illustration .cart-empty-cute__shadow{animation:cart-empty-cute-shadow 2.8s ease-in-out infinite}@keyframes cart-empty-cute-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-9px) rotate(-2deg)}}@keyframes cart-empty-cute-shadow{0%,to{opacity:.22}50%{opacity:.38}}cart-drawer .cart-empty-cute__sparkle--a,.cart-page__empty-illustration .cart-empty-cute__sparkle--a{animation:cart-empty-cute-sparkle 2.2s ease-in-out infinite;transform-origin:center}cart-drawer .cart-empty-cute__sparkle--b,.cart-page__empty-illustration .cart-empty-cute__sparkle--b{animation:cart-empty-cute-sparkle 2.2s ease-in-out infinite .45s;transform-origin:center}cart-drawer .cart-empty-cute__sparkle--c,.cart-page__empty-illustration .cart-empty-cute__sparkle--c{animation:cart-empty-cute-sparkle 2.2s ease-in-out infinite .9s;transform-origin:center}cart-drawer .cart-empty-cute__sparkle--d,.cart-page__empty-illustration .cart-empty-cute__sparkle--d{animation:cart-empty-cute-sparkle 2.2s ease-in-out infinite 1.35s;transform-origin:center}@keyframes cart-empty-cute-sparkle{0%,to{opacity:.35;transform:scale(.88)}50%{opacity:1;transform:scale(1.05)}}@media(prefers-reduced-motion:reduce){cart-drawer .cart-empty-cute__bag,cart-drawer .cart-empty-cute__shadow,cart-drawer .cart-empty-cute__sparkle--a,cart-drawer .cart-empty-cute__sparkle--b,cart-drawer .cart-empty-cute__sparkle--c,cart-drawer .cart-empty-cute__sparkle--d,.cart-page__empty-illustration .cart-empty-cute__bag,.cart-page__empty-illustration .cart-empty-cute__shadow,.cart-page__empty-illustration .cart-empty-cute__sparkle--a,.cart-page__empty-illustration .cart-empty-cute__sparkle--b,.cart-page__empty-illustration .cart-empty-cute__sparkle--c,.cart-page__empty-illustration .cart-empty-cute__sparkle--d{animation:none!important}}cart-drawer .cart-drawer__empty-close{position:static}cart-drawer .cart__empty-text{font-size:20px;font-weight:600;margin:0 0 8px;color:#1a1a1a}cart-drawer .cart-drawer__empty-subtext{font-size:14px;color:#666;line-height:1.5;margin:0 0 24px;max-width:260px}cart-drawer .cart-drawer__continue-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;background:#1a1a1a;color:#fff;border-radius:8px;transition:background .2s,transform .1s;box-shadow:none;min-width:unset;min-height:unset}cart-drawer .cart-drawer__continue-btn:before,cart-drawer .cart-drawer__continue-btn:after{content:none;display:none}cart-drawer .cart-drawer__continue-btn:hover{background:#333;color:#fff}@media screen and (max-width:749px){cart-drawer #CartDrawer.cart-drawer{display:flex;justify-content:flex-end}cart-drawer .drawer__inner{left:auto;right:0!important;width:min(560px,calc(100vw - 12px));max-width:calc(100vw - 12px);margin:0!important;border-radius:16px 0 0 16px}cart-drawer .cart-drawer{max-width:100%}cart-drawer .drawer__header,cart-drawer .cart-drawer__savings-band{padding-left:8px;padding-right:4px}cart-drawer.drawer .drawer__header,cart-drawer.drawer .drawer__header.cart-header{padding:6px 4px 6px 8px!important}cart-drawer .drawer__contents{padding-left:8px;padding-right:12px}cart-drawer.drawer .drawer__contents{padding:6px 12px 0!important}cart-drawer .cart-drawer__sticky-checkout,cart-drawer .cart-drawer__order-summary-panel{padding-left:8px;padding-right:4px}cart-drawer .cart-drawer__order-summary-summary{padding:6px 0!important}cart-drawer .cart-drawer__proceed-btn,cart-drawer #checkout2.cart__checkout-button{min-width:0;font-size:14px!important;padding:12px!important;max-width:none;width:100%!important}cart-drawer .cart-item__quantity{width:100%!important}cart-drawer .cart-item{grid-template-columns:max-content minmax(0,1fr);grid-template-rows:auto;gap:6px 10px!important;padding:8px!important;overflow-x:visible;overflow-y:visible;align-items:stretch}cart-drawer .cart-item__media{width:auto!important;min-width:0!important}cart-drawer .cart-item__media-visual{width:116px}cart-drawer .cart-item__media img.cart-item__image,cart-drawer .cart-item__media-visual .cart-item__image,cart-drawer .cart-item__media .cart-item__media-visual img.cart-item__image{width:116px!important;max-width:116px!important;min-height:0;height:auto!important;border-radius:8px!important}cart-drawer .cart-left .brand-name{font-size:9.5px;padding:0 0 3px}cart-drawer .cart-items--grouped .cart-item-content,cart-drawer .cart-items--grouped .cart-left,cart-drawer .cart-items--grouped .cart-right{overflow-wrap:break-word!important;word-break:normal!important}cart-drawer .cart-item-content{grid-template-columns:minmax(0,1fr) max-content;column-gap:8px;row-gap:6px;padding:0;box-sizing:border-box}cart-drawer .cart-item__footer-actions{grid-column:1 / -1;grid-row:2}cart-drawer .cart-right{flex-shrink:0;min-width:0;max-width:min(11.5rem,50vw);width:auto;padding-right:0;padding-left:2px;box-sizing:border-box}cart-drawer .cart-drawer-line-actions.cart-item__quantity{justify-content:flex-start!important}cart-drawer .cart-item__quantity-wrapper.cart-actions{margin-left:0!important;max-width:100%!important}cart-drawer .product-title,cart-drawer .cart-item__name,cart-drawer .cart-left .product-title{font-size:12px;font-weight:600;line-height:1.25;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-top:0!important;margin-bottom:2px!important}cart-drawer .variant{gap:3px}cart-drawer .variant-dropdown{min-width:4rem;max-width:100%!important;padding:4px 22px 4px 9px!important;font-size:10px!important;line-height:1.25!important;border-radius:999px!important;background-position:right 7px center;background-size:10px 10px;font-weight:600!important}cart-drawer .cart-drawer-discount-text{font-size:11px;letter-spacing:-.02em;white-space:normal;line-height:1.25;word-break:break-word}cart-drawer .cart-right .price-final{font-size:15px}cart-drawer .cart-item__save-later-label--full{display:none!important}cart-drawer .cart-item__save-later-label--compact{display:inline!important}cart-drawer .cart-item__quantity-wrapper.cart-actions{display:flex!important;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important}cart-drawer .cart-item__quantity-wrapper.cart-actions .quantity-popover-container{flex:0 0 auto!important;width:max-content!important;max-width:none!important}cart-drawer .cart-item__save-remove-group{flex:0 0 auto!important;min-width:max-content!important;gap:6px!important}cart-drawer .cart-item__save-remove-group .cart-item__save-later{padding:4px 8px!important;font-size:10px!important;line-height:1.2!important;border-radius:8px!important;white-space:nowrap;flex-shrink:0!important;min-height:26px;box-sizing:border-box;display:inline-flex!important;align-items:center!important}cart-drawer .cart-drawer-line-actions quantity-popover{display:flex!important;flex-direction:row!important;align-items:center!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:6px;flex-wrap:nowrap!important}cart-drawer .cart-drawer-line-actions.cart-item__quantity{padding-left:0!important;padding-right:0!important;margin:8px 0 0!important;width:100%;max-width:100%;flex-wrap:nowrap!important}cart-drawer .cart-item cart-remove-button .cart-remove-button{width:26px;height:26px;border-radius:8px}cart-drawer .cart-item cart-remove-button .button{min-width:26px!important;min-height:26px!important}cart-drawer .quantity.cart-quantity,cart-drawer quantity-input.quantity.cart-quantity{padding:2px 4px!important;gap:0!important;min-height:26px!important;align-items:center!important;box-sizing:border-box!important}cart-drawer .quantity__button{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;font-size:.95rem!important;box-sizing:border-box!important}cart-drawer .quantity__input{width:20px!important;min-width:20px!important;max-width:30px!important;height:22px!important;font-size:.85rem!important;box-sizing:border-box!important}}@media screen and (max-width:749px){cart-drawer.drawer .cart-items tbody tr.cart-item{display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;grid-template-rows:auto!important;grid-template-areas:none!important;gap:6px 10px!important;padding:8px!important;align-items:stretch!important}cart-drawer.drawer .cart-item__media{grid-area:unset!important;grid-column:1!important;grid-row:1!important;align-self:start!important}cart-drawer.drawer .cart-item__details{grid-area:unset!important;grid-column:2!important;grid-row:1!important}cart-drawer.drawer .cart-item__totals{display:none!important}cart-drawer.drawer .cart-item .cart-item__quantity.cart-drawer-line-actions{grid-area:unset!important;grid-column:unset!important;grid-row:unset!important}}html[data-skipp-final-state=SCHEDULING] cart-drawer .delivery-group__eta,html[data-skipp-final-state=SCHEDULING] cart-drawer .delivery-group__icon,html[data-skipp-final-state=SCHEDULING] .delivery-group__eta,html[data-skipp-final-state=SCHEDULING] .delivery-group__icon,html[data-skipp-final-state=SCHEDULING] .warehouse-header__delivery .delivery-time,html[data-skipp-final-state=SCHEDULING] cart-drawer .cart-item__delivery-time,html[data-skipp-final-state=SCHEDULING] .cart-item__delivery-time--page{display:none!important}html[data-skipp-final-state=EXPRESS_OPEN] cart-drawer .delivery-group__eta,html[data-skipp-final-state=EXPRESS_OPEN] cart-drawer .delivery-group__icon,html[data-skipp-final-state=EXPRESS_OPEN] .delivery-group__eta,html[data-skipp-final-state=EXPRESS_OPEN] .delivery-group__icon,html[data-skipp-final-state=EXPRESS_OPEN] cart-drawer .cart-item__delivery-time,html[data-skipp-final-state=EXPRESS_OPEN] .cart-item__delivery-time--page,html[data-skipp-final-state=NEXT_DAY] cart-drawer .delivery-group__eta,html[data-skipp-final-state=NEXT_DAY] cart-drawer .delivery-group__icon,html[data-skipp-final-state=NEXT_DAY] .delivery-group__eta,html[data-skipp-final-state=NEXT_DAY] .delivery-group__icon,html[data-skipp-final-state=NEXT_DAY] cart-drawer .cart-item__delivery-time,html[data-skipp-final-state=NEXT_DAY] .cart-item__delivery-time--page{display:none!important}button.skipp-cta-suppress{display:none!important}.cart-products-section,#multi-vendor-cart-summary{--font-cart-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-cart-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.cart-products-section,#multi-vendor-cart-summary{font-family:var(--font-cart-body)!important}.cart-products-section .title--primary,.cart-products-section .cart-main-title,.cart-products-section .cart-summary-title,#multi-vendor-cart-summary .cart-summary-title{font-family:var(--font-cart-display);font-weight:500;letter-spacing:.02em}.cart-products-section .product-title,.cart-products-section .cart-item__name,.cart-products-section .cart-item__name--improved{font-family:var(--font-cart-display)!important;font-weight:500!important}.cart-products-section .cart-drawer__closed-store-banner .delivery-banner__text,.cart-products-section button,.cart-products-section input,.cart-products-section select,.cart-products-section textarea,#multi-vendor-cart-summary button,#multi-vendor-cart-summary input,#multi-vendor-cart-summary select,#multi-vendor-cart-summary textarea{font-family:var(--font-cart-body)}cart-drawer tbody.delivery-group .delivery-group__skipp-banner[data-delivery-group-skipp-wrap],.cart-products-section tbody.delivery-group .delivery-group__skipp-banner[data-delivery-group-skipp-wrap]{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:8px 10px;border-radius:10px;background:#fff6d9;color:#4a3f1f;font-family:var(--font-cart-body, "Poppins", sans-serif);font-size:12px;font-weight:600;line-height:1.4;box-shadow:0 2px 8px #4a3f1f0f}cart-drawer .delivery-group__skipp-banner[data-delivery-group-skipp-wrap][hidden],.cart-products-section .delivery-group__skipp-banner[data-delivery-group-skipp-wrap][hidden]{display:none!important}cart-drawer .delivery-group__skipp-icon,.cart-products-section .delivery-group__skipp-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;color:#4a3f1f;line-height:0}cart-drawer .delivery-group__skipp-icon svg,.cart-products-section .delivery-group__skipp-icon svg{display:block}cart-drawer .delivery-group__skipp-message,.cart-products-section .delivery-group__skipp-message{flex:1;min-width:0;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/75/assets/cart-drawer-premium.css.map */
