.cart-drawer__dialog{--fg-cart-drawer-radius: var(--style-border-radius-lg);--fg-cart-drawer-mobile-width: 92vw;--fg-cart-drawer-desktop-width: 30rem;--fg-cart-checkout-bg: var(--color-foreground);--fg-cart-checkout-color: var(--color-background);--fg-cart-checkout-hover-bg: var(--color-foreground-secondary, #495879);--fg-cart-item-image-bg: var(--color-background-secondary, #f6f4f0);--fg-cart-header-border-color: var(--color-foreground);--fg-cart-item-divider-color: #C6B6CF;--fg-cart-summary-border-color: var(--color-foreground);--fg-cart-checkout-radius: var(--style-border-radius-buttons-primary);--fg-cart-checkout-font-size: var(--font-size--xl);--fg-cart-checkout-font-weight: 500;--fg-cart-checkout-height: 56px;--fg-cart-item-image-size: 120px;--fg-cart-item-image-radius: var(--style-border-radius-sm)}@media screen and (min-width:750px){.cart-drawer__dialog{--fg-cart-item-image-size: 160px}}.cart-drawer__dialog{--fg-cart-header-font-family: var(--font-heading--family);--fg-cart-header-font-style: var(--font-heading--style);--fg-cart-header-font-weight: var(--font-heading--weight);--fg-cart-header-font-size: var(--font-size--4xl);--fg-cart-header-line-height: var(--line-height--display-normal);--fg-cart-header-text-transform: capitalize;--fg-cart-header-padding-bottom: var(--padding-xl);--fg-cart-item-gap: var(--gap-lg);--fg-cart-item-title-font-weight: 700;--fg-cart-item-title-font-size: var(--font-size--md);--fg-cart-item-price-font-size: var(--font-size--xl);--fg-cart-item-price-font-weight: 700;--fg-cart-item-price-line-height: var(--line-height--body-normal);--fg-cart-item-price-gap: var(--gap-xs);--fg-cart-item-compare-font-size: var(--font-size--md);--fg-cart-item-compare-font-weight: 400;--fg-cart-item-compare-line-height: var(--line-height--body-normal);--fg-cart-item-compare-opacity: .7;--fg-cart-item-info-gap: var(--gap-lg);--fg-cart-qty-border-width: 2px;--fg-cart-qty-border-color: var(--color-foreground);--fg-cart-qty-radius: 999px;--fg-cart-qty-height: 40px;--fg-cart-summary-padding-top: var(--padding-xl);--fg-cart-summary-total-font-size: var(--font-size--md);--fg-cart-summary-total-font-weight: 400;--fg-cart-summary-total-line-height: 1.3;--fg-cart-summary-total-letter-spacing: .64px;--fg-cart-summary-total-value-font-weight: 700;--fg-cart-summary-tax-font-size: var(--font-size--sm);--fg-cart-summary-tax-line-height: 1.3;--fg-cart-summary-tax-letter-spacing: .24px;--fg-cart-summary-tax-gap: var(--gap-xs)}.cart-drawer__dialog:has(.cart-drawer__heading--empty){--fg-cart-empty-heading-font-family: var(--font-heading--family);--fg-cart-empty-heading-font-style: var(--font-heading--style);--fg-cart-empty-heading-font-weight: var(--font-heading--weight);--fg-cart-empty-heading-font-size: 40px;--fg-cart-empty-heading-line-height: var(--line-height--heading-normal);--fg-cart-empty-heading-letter-spacing: var(--letter-spacing--heading-normal);--fg-cart-empty-heading-text-transform: capitalize;--fg-cart-empty-image-bg: var(--color-background-secondary, #f6f4f0);--fg-cart-empty-image-radius: var(--style-border-radius-lg);--fg-cart-empty-image-aspect: 16 / 10;--fg-cart-empty-image-margin: var(--margin-md);--fg-cart-empty-content-gap: var(--gap-lg);--fg-cart-empty-login-padding: var(--padding-lg);--fg-cart-empty-login-font-size: var(--font-size--sm);--fg-cart-empty-login-line-height: var(--line-height--body-normal);--fg-cart-empty-login-heading-font-family: var(--font-heading--family);--fg-cart-empty-login-heading-font-style: var(--font-heading--style);--fg-cart-empty-login-heading-font-weight: var(--font-heading--weight);--fg-cart-empty-login-heading-font-size: var(--font-size--xl);--fg-cart-empty-login-heading-line-height: var(--line-height--heading-normal);--fg-cart-empty-login-heading-text-transform: capitalize;--fg-cart-empty-login-heading-margin-bottom: var(--margin-xs)}@media screen and (min-width:750px){.cart-drawer__dialog:has(.cart-drawer__heading--empty){--fg-cart-empty-heading-font-size: 48px}}cart-drawer-component{--quantity-selector-width: 120px}cart-drawer-component .cart-items__table{border-top:var(--style-border-width) solid var(--fg-cart-summary-border-color)}cart-drawer-component .cart-drawer__dialog{border-radius:var(--fg-cart-drawer-radius) 0 0 var(--fg-cart-drawer-radius)}@media screen and (max-width:749px){cart-drawer-component .cart-drawer__dialog{width:var(--fg-cart-drawer-mobile-width)}}@media screen and (min-width:750px){cart-drawer-component .cart-drawer__dialog{--sidebar-width: var(--fg-cart-drawer-desktop-width)}}cart-drawer-component .cart-drawer__dialog .cart-drawer__heading--empty{font-family:var(--fg-cart-empty-heading-font-family);font-style:var(--fg-cart-empty-heading-font-style);font-weight:var(--fg-cart-empty-heading-font-weight);font-size:var(--fg-cart-empty-heading-font-size);line-height:var(--fg-cart-empty-heading-line-height);letter-spacing:var(--fg-cart-empty-heading-letter-spacing);text-transform:var(--fg-cart-empty-heading-text-transform)}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-items__wrapper:before{content:"";display:var(--fg-cart-empty-image-display, none);width:100%;aspect-ratio:var(--fg-cart-empty-image-aspect);margin:var(--fg-cart-empty-image-margin) auto;background-image:var(--fg-cart-empty-image);background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:var(--fg-cart-empty-image-radius);order:0}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-items__wrapper{display:flex;flex-direction:column;align-items:center;gap:var(--fg-cart-empty-content-gap)}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-items__wrapper>p{order:2}cart-drawer-component .cart-items__empty-button{order:1;width:100%;background-color:var(--fg-cart-checkout-bg);color:var(--fg-cart-checkout-color);border:none;border-radius:var(--fg-cart-checkout-radius);font-size:var(--fg-cart-checkout-font-size);font-weight:var(--fg-cart-checkout-font-weight);height:var(--fg-cart-checkout-height);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;margin-top:0}cart-drawer-component .cart-items__empty-button:hover{background-color:var(--fg-cart-checkout-hover-bg)}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-drawer__inner{display:flex;flex-direction:column}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-items__wrapper>p{position:fixed;bottom:0;right:0;width:100%;padding:var(--fg-cart-empty-login-padding);margin:0;text-align:center;font-size:var(--fg-cart-empty-login-font-size);line-height:var(--fg-cart-empty-login-line-height);background-color:var(--color-background);z-index:var(--layer-raised)}@media screen and (min-width:750px){cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-items__wrapper>p{width:var(--sidebar-width);max-width:95vw}}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-drawer__content{padding-bottom:var(--padding-6xl)}cart-drawer-component .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-items__wrapper>p strong{display:block;font-family:var(--fg-cart-empty-login-heading-font-family);font-style:var(--fg-cart-empty-login-heading-font-style);font-weight:var(--fg-cart-empty-login-heading-font-weight);font-size:var(--fg-cart-empty-login-heading-font-size);line-height:var(--fg-cart-empty-login-heading-line-height);text-transform:var(--fg-cart-empty-login-heading-text-transform);margin-bottom:var(--fg-cart-empty-login-heading-margin-bottom)}cart-drawer-component .cart-drawer__dialog .cart-drawer__heading:not(.cart-drawer__heading--empty){font-family:var(--fg-cart-header-font-family);font-style:var(--fg-cart-header-font-style);font-weight:var(--fg-cart-header-font-weight);font-size:var(--fg-cart-header-font-size);line-height:var(--fg-cart-header-line-height);text-transform:var(--fg-cart-header-text-transform)}cart-drawer-component .cart-drawer__dialog .cart-bubble{width:auto;height:auto;aspect-ratio:auto;padding:0;border-radius:0}cart-drawer-component .cart-drawer__dialog .cart-bubble__background{display:none}cart-drawer-component .cart-drawer__dialog .cart-bubble__text{font-family:inherit;font-weight:inherit;font-size:inherit}cart-drawer-component .cart-drawer__dialog .cart-bubble__text-count{display:inline-flex}cart-drawer-component .cart-drawer__dialog .cart-bubble__text-count:before{content:"("}cart-drawer-component .cart-drawer__dialog .cart-bubble__text-count:after{content:")"}cart-drawer-component .cart-drawer__dialog:not(:has(.cart-drawer__heading--empty)) .cart-drawer__header{padding-bottom:var(--fg-cart-header-padding-bottom)}cart-drawer-component .cart-drawer__dialog .cart-items__table-row{column-gap:var(--fg-cart-item-gap);grid-template-columns:var(--fg-cart-item-image-size) minmax(0,1fr);grid-template-rows:1fr min-content min-content min-content min-content;grid-template-areas:"media details" "media variants" "media unit_price" "media quantity" "media error";border-bottom-color:var(--fg-cart-item-divider-color)}cart-drawer-component .cart-drawer__dialog .cart-items__table-row:first-child{margin-top:var(--margin-xl)}cart-drawer-component .cart-drawer__dialog .cart-items__media-container{background-color:var(--fg-cart-item-image-bg);border-radius:var(--fg-cart-item-image-radius);overflow:hidden;aspect-ratio:1}cart-drawer-component .cart-drawer__dialog .cart-items__media-image{object-fit:contain;object-position:center center}cart-drawer-component .cart-drawer__dialog .cart-items__product-info{flex:1}cart-drawer-component .cart-drawer__dialog .cart-items__title{font-weight:var(--fg-cart-item-title-font-weight);font-size:var(--fg-cart-item-title-font-size);line-height:var(--line-height--body-normal)}cart-drawer-component .cart-drawer__dialog .cart-items__price{display:none}cart-drawer-component .cart-drawer__dialog .cart-items__details .cart-items__unit-price-wrapper span{font-size:var(--fg-cart-item-price-font-size);font-weight:var(--fg-cart-item-price-font-weight);line-height:var(--fg-cart-item-price-line-height)}cart-drawer-component .cart-drawer__dialog .cart-items__unit-price-wrapper>div{display:flex;align-items:center;gap:var(--fg-cart-item-price-gap)}cart-drawer-component .cart-drawer__dialog .cart-items__unit-price-wrapper .compare-at-price{font-size:var(--fg-cart-item-compare-font-size);font-weight:var(--fg-cart-item-compare-font-weight);line-height:var(--fg-cart-item-compare-line-height);opacity:var(--fg-cart-item-compare-opacity)}cart-drawer-component .cart-drawer__dialog .quantity-selector{border:var(--fg-cart-qty-border-width) solid var(--fg-cart-qty-border-color);border-radius:var(--fg-cart-qty-radius);height:var(--fg-cart-qty-height);font-size:var(--font-size--md)}cart-drawer-component .cart-drawer__dialog .cart-items__quantity{width:100%}cart-drawer-component .cart-drawer__dialog .cart-items__quantity-controls{justify-content:space-between;width:100%}cart-drawer-component .cart-drawer__dialog .cart-drawer__summary{padding-top:var(--fg-cart-summary-padding-top);-webkit-mask-image:none;mask-image:none}cart-drawer-component .cart-drawer__dialog .cart-totals__total-label{font-size:var(--fg-cart-summary-total-font-size);font-weight:var(--fg-cart-summary-total-font-weight);line-height:var(--fg-cart-summary-total-line-height);letter-spacing:var(--fg-cart-summary-total-letter-spacing)}cart-drawer-component .cart-drawer__dialog .cart-totals__total-value{font-size:var(--fg-cart-summary-total-font-size);font-weight:var(--fg-cart-summary-total-value-font-weight);line-height:var(--fg-cart-summary-total-line-height);letter-spacing:var(--fg-cart-summary-total-letter-spacing)}cart-drawer-component .cart-drawer__dialog .cart-totals{gap:var(--fg-cart-summary-tax-gap)}cart-drawer-component .cart-drawer__dialog .cart-totals__installments:not(:has(shopify-payment-terms)){display:none}cart-drawer-component .cart-drawer__dialog .cart-totals__tax-note small{font-size:var(--fg-cart-summary-tax-font-size);line-height:var(--fg-cart-summary-tax-line-height);letter-spacing:var(--fg-cart-summary-tax-letter-spacing)}cart-drawer-component .cart-drawer__dialog .cart__checkout-button{background-color:var(--fg-cart-checkout-bg);color:var(--fg-cart-checkout-color);border:none;border-radius:var(--fg-cart-checkout-radius);font-size:var(--fg-cart-checkout-font-size);font-weight:var(--fg-cart-checkout-font-weight);height:var(--fg-cart-checkout-height)}cart-drawer-component .cart-drawer__dialog .cart__checkout-button:hover{background-color:var(--fg-cart-checkout-hover-bg)}cart-drawer-component .cart-drawer__dialog .cart-actions{display:none}cart-drawer-component .cart-drawer__close-button{outline:none;box-shadow:none;position:revert}cart-drawer-component .cart-items__bundle li:not(:has(span)):after{content:" \d7  1"}cart-drawer-component .cart-drawer__dialog .additional-checkout-buttons,cart-drawer-component .cart-drawer__dialog .cart__additional-checkout-buttons{display:none}cart-drawer-component .cart-items__details{color:rgb(var(--color-foreground-rgb))}
/*# sourceMappingURL=/cdn/shop/t/142/assets/fg-cart-drawer.css.map */
