.fd-cart{--color-background: var(--fd-surface);--color-foreground: var(--fd-text);--font-body--family: var(--fd-font-body);--font-paragraph--family: var(--fd-font-body);--font-paragraph--line-height: 1.5;--style-border-radius-inputs: 0;--style-border-radius-buttons-primary: 0;--style-border-radius-buttons-secondary: 0}.fd-cart :is(h1,h2){font-family:var(--fd-font-display);font-weight:400;line-height:1.15;letter-spacing:0;text-transform:none;margin:0}.fd-cart h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.fd-cart h2{font-size:2rem}.fd-cart :is(a,button,input,textarea){font-family:var(--fd-font-body)}.fd-cart :is(a,button,input,textarea):focus-visible{outline:2px solid currentColor;outline-offset:3px}.fd-cart :is(p,dl,ul){margin:0}.fd-cart .hidden{display:none}.fd-cart .cart-items-component{height:auto;min-height:0}.fd-cart .cart-items-disabled{pointer-events:none;opacity:.65}.fd-cart .cart-drawer__inner{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.fd-cart .cart-drawer__inner>cart-items-component{flex:1;overflow:hidden}.fd-cart .cart-drawer__content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:auto;background:var(--fd-surface)}.fd-cart .cart-drawer__items{display:block;padding:0 1.25rem;overflow:auto;min-height:0;flex:1}.fd-cart .cart-drawer__summary{display:flex;flex-direction:column;gap:1rem;flex-shrink:0;padding:1.25rem 1.25rem max(1.25rem,env(safe-area-inset-bottom));border-top:1px solid var(--fd-divider);background:var(--fd-surface);-webkit-mask-image:none;mask-image:none}.fd-cart[cart-summary-sticky=false] .cart-drawer__items{overflow:visible;flex:none}.fd-cart[cart-summary-sticky=false] .cart-drawer__summary{position:static}.fd-cart.theme-drawer__dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;inset:0 0 0 auto;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;overflow:hidden}.fd-cart.theme-drawer__dialog::backdrop{background:#00000073}.fd-cart .theme-drawer__header{padding:1.25rem;flex-shrink:0;border-bottom:1px solid var(--fd-divider)}.fd-cart .theme-drawer__title{font:400 2rem/1.15 var(--fd-font-display);text-transform:none}.fd-cart .theme-drawer__badge{font:400 .875rem/1 var(--fd-font-body);border:0;background:none;color:inherit}.fd-cart .theme-drawer__close-button{width:44px;height:44px;color:inherit}.fd-cart__lines{list-style:none;padding:0}.fd-cart__line{display:grid;grid-template-columns:80px minmax(0,1fr);gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--fd-divider)}.fd-cart__line:last-child{border-bottom:0}.fd-cart__image{display:block;align-self:start;aspect-ratio:4/5;background:transparent}.fd-cart__image img{width:100%;height:100%;object-fit:contain}.fd-cart__details{min-width:0;display:flex;flex-direction:column;gap:.5rem;overflow-wrap:anywhere}.fd-cart__title{font-size:1.125rem;line-height:1.3;text-decoration:none}.fd-cart__variant,.fd-cart__unit,.fd-cart__properties{font-size:.875rem;line-height:1.5}.fd-cart__properties:empty{display:none}.fd-cart__properties>div{margin:.25rem 0}.fd-cart__properties dt{color:var(--fd-text-muted)}.fd-cart__properties dd{margin:0}.fd-cart__unit s{color:var(--fd-text-muted);margin-inline-start:.375rem}.fd-cart__controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.fd-cart .quantity-selector{width:auto;height:auto;min-height:44px;background:none;border:1px solid var(--fd-divider);border-radius:0}.fd-cart .quantity-selector :is(button,input){width:44px;min-width:0;min-height:44px;padding:0;background:transparent;color:var(--fd-text);font-size:1rem}.fd-cart .quantity-selector button{border:0;box-shadow:none}.fd-cart__remove{min-height:44px;border:0;background:none;color:inherit;padding:.5rem;text-decoration:underline;text-underline-offset:.2em;font-size:.875rem}.fd-cart__line-total{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.9375rem}.fd-cart__discounts{list-style:none;padding:0;font-size:.875rem}.fd-cart__error{font-size:.9375rem}.fd-cart__empty{padding:2rem 1.25rem;display:grid;gap:1.5rem;text-align:center}.fd-cart__empty a,.fd-cart__continue{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:.2em}.fd-cart .cart-totals{width:100%;display:grid;gap:.75rem}.fd-cart .cart-totals__item{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.fd-cart .cart-totals__total{font-size:1.125rem}.fd-cart .cart-totals__tax-note{font-size:.8125rem;line-height:1.5;margin-top:.5rem}.fd-cart .cart-discounts{list-style:none;padding:0}.fd-cart .cart-discounts__item{display:flex;justify-content:space-between;gap:1rem}.fd-cart .cart-discounts__label svg{width:1rem;height:1rem}.fd-cart .cart__ctas{width:100%;display:grid;gap:.75rem}.fd-cart .cart__checkout-button{width:100%;min-height:52px;white-space:normal;background:var(--fd-text);color:var(--fd-surface);border:1px solid var(--fd-text);border-radius:0;box-shadow:none;font:400 1rem/1.4 var(--fd-font-body);padding:.875rem 1rem;text-transform:none}.fd-cart__terms{font-size:.875rem;line-height:1.45}.fd-cart__terms label{display:flex;align-items:center;gap:.75rem;min-height:44px}.fd-cart__terms input{-webkit-appearance:auto;appearance:auto;width:20px;height:20px;flex-shrink:0;accent-color:var(--fd-text)}.fd-cart--page{padding:2rem var(--fd-page-gutter) 4rem}.fd-cart--page>cart-items-component{max-width:var(--fd-content-max,1320px);margin:auto}.fd-cart__page-grid{display:grid;gap:2rem}.fd-cart__page-summary{display:flex;flex-direction:column;gap:1rem;align-self:start;padding:1.5rem 0;border-top:1px solid var(--fd-divider)}@media(min-width:768px){.fd-cart.theme-drawer__dialog{width:480px}.fd-cart--page{padding-block:3rem 5rem}}@media(min-width:1200px){.fd-cart.theme-drawer__dialog{width:520px}.fd-cart__page-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:4rem}.fd-cart__page-summary{border-top:0;padding:0}}@media(prefers-reduced-motion:reduce){.fd-cart,.fd-cart *{scroll-behavior:auto}}.fd-cart .cart-form{width:100%}.fd-cart .cart-drawer__close-button--empty{margin-inline-start:auto}.fd-cart .button-text{white-space:normal}.fd-cart .cart-totals__tax-note,.fd-cart .cart-totals__tax-note :is(span,a,p){color:var(--fd-text-muted)}.fd-cart .theme-drawer__close-button{border:0;border-radius:0;background:transparent;box-shadow:none}
/*# sourceMappingURL=/cdn/shop/t/11/assets/fd-cart.css.map */
