.cart:not(.is-empty) .empty-state{display:none}.cart.is-empty .basket-v2__header-actions,.cart.is-empty .basket-v2__layout{display:none}.basket-v2{--basket-v2-text: #1f1d1c;--basket-v2-muted: #666666;--basket-v2-border: #ededed;--basket-v2-soft: #fde9e8;--basket-v2-card: #ffffff;--basket-v2-accent: #de1541;--basket-v2-pill: #de1541;--basket-v2-pill-soft: #fde9e8;--basket-v2-success: #02be2b;--basket-v2-star: #ffcb45;color:var(--basket-v2-text)}.basket-v2 .page-width:not(.page-width--full){max-width:1180px}.basket-v2 .page-width.page-width--full{max-width:none;padding-inline:clamp(1.25rem,3vw,3rem)}.basket-v2__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.basket-v2__title{margin:0;font-size:clamp(2.25rem,3.4vw,3.25rem);line-height:.95;font-weight:500;letter-spacing:-.06em}.basket-v2__header-actions{display:flex;align-items:center;justify-content:flex-end}.basket-v2__continue{display:inline-flex;align-items:center;gap:.5rem;min-height:3rem;padding:.625rem 1rem;border:1px solid var(--basket-v2-border);border-radius:999px;background:var(--basket-v2-card);color:var(--basket-v2-text);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.basket-v2__continue .icon{width:.9rem;height:.9rem}.basket-v2__empty{max-width:35rem;margin:0 auto;padding:4rem 0 2rem;text-align:center}.basket-v2__empty-title{margin:0 0 .75rem;font-size:clamp(1.875rem,3vw,2.625rem);line-height:.95;letter-spacing:-.05em}.basket-v2__empty-copy{margin:0 0 1.75rem;color:var(--basket-v2-muted);font-size:1rem;line-height:1.6}.empty-state__link.basket-v2__empty-link{display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:.875rem 1.5rem;border-radius:999px;background:var(--basket-v2-accent);color:#fff;text-decoration:none;font-weight:600}.basket-v2__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,25rem);grid-template-areas:"main sidebar" "help sidebar";column-gap:1.5rem;row-gap:1.25rem;align-items:start}.basket-v2__main{grid-area:main}.basket-v2__sidebar{grid-area:sidebar;position:sticky;top:1.5rem;min-width:400px}.basket-v2__help{grid-area:help}.basket-v2__items{display:block}.basket-v2__list{display:grid;gap:1.625rem}.basket-v2__item{display:grid;grid-template-columns:229px minmax(0,1fr);gap:1.5rem;align-items:start}.basket-v2__item+.basket-v2__item{padding-top:1.5rem;border-top:1px solid var(--basket-v2-border)}.basket-v2__item-media{display:block;width:229px;height:229px;border-radius:1rem;background:#faf8f6;overflow:hidden}.basket-v2__item-media img{width:100%;height:100%;object-fit:contain}.basket-v2__item-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(11rem,12rem);grid-template-areas:"copy pricing" "actions pricing" ". lead";align-items:start;column-gap:1rem;row-gap:.95rem;min-width:0}.basket-v2__item-copy{grid-area:copy;min-width:0}.basket-v2__item-title{display:inline-block;margin:0;color:var(--basket-v2-text);font-size:1.375rem;line-height:1.1;font-weight:600;letter-spacing:-.03em;text-decoration:none}.basket-v2__meta{margin:.25rem 0 0;color:var(--basket-v2-muted);font-size:.9rem;line-height:1.45}.basket-v2__meta--fabric{margin-top:.35rem}.basket-v2__item-actions{grid-area:actions;display:flex;align-items:center;flex-wrap:wrap;gap:.875rem;min-width:0}.basket-v2__quantity{display:grid;grid-template-columns:minmax(0,1fr) 1.2rem;grid-template-rows:1fr 1fr;width:4.4rem;min-width:4.4rem;height:3rem;padding:0;border:0;border-radius:.75rem;background:#fafafa;overflow:hidden;flex:0 0 auto}.basket-v2__quantity-button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border:0;background:transparent;color:var(--basket-v2-text);cursor:pointer;padding:0}.basket-v2__quantity-button[name=plus]{grid-column:2;grid-row:1;border-left:0;border-bottom:0}.basket-v2__quantity-button[name=minus]{grid-column:2;grid-row:2;border-left:0}.basket-v2__quantity-button .icon{width:.48rem;height:.48rem}.basket-v2__quantity-button[name=plus] .icon{transform:translateY(.14rem)}.basket-v2__quantity-button[name=minus] .icon{transform:translateY(-.14rem)}.basket-v2__quantity-input{grid-column:1;grid-row:1 / span 2;width:100%;min-width:0;height:100%;padding:0;border:0;background:transparent;color:var(--basket-v2-text);font-size:1rem;font-weight:500;text-align:center}.basket-v2__quantity-input:focus{outline:none}.basket-v2__remove-wrap{position:relative;min-height:1rem}.basket-v2__loader{position:absolute;inset:0 auto auto 0}.basket-v2__loader .icon{width:.9rem;height:.9rem}.basket-v2__remove{color:var(--basket-v2-muted);font-size:.75rem;line-height:1.2;text-decoration:underline;text-underline-offset:.15em}.basket-v2__item-pricing{grid-area:pricing;width:min(100%,12rem);text-align:right;justify-self:end}.basket-v2__price-row{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:.35rem .55rem}.basket-v2__price-old{color:var(--basket-v2-muted);font-size:1rem;line-height:1;text-decoration:line-through}.basket-v2__price-current{color:var(--basket-v2-text);font-size:22px;line-height:1;font-weight:700;letter-spacing:-.03em}.basket-v2__price-old+.basket-v2__price-current{color:var(--basket-v2-pill)}.basket-v2__discounts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem;margin-top:.5rem;list-style:none;padding:0}.basket-v2__discount{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .75rem;border-radius:999px;font-size:16px;line-height:1;font-weight:700;letter-spacing:.02em;white-space:nowrap}.basket-v2__discount--label{background:#ffe5ec;color:var(--basket-v2-pill);min-width:clamp(5.25rem,8vw,6rem)}.basket-v2__discount--amount{background:var(--basket-v2-pill);color:#fff;font-size:17px}.basket-v2__lead-time{grid-area:lead;align-self:end;justify-self:end;margin:0;color:#666;font-size:16px;line-height:1.25;text-align:right;white-space:nowrap;position:relative;bottom:-20px}.basket-v2__options{width:60%;max-width:100%;margin-left:auto;margin-top:1.5rem;padding-top:1rem}.basket-v2__options-title{margin:0 0 .9rem;font-size:16px;line-height:1.2;font-weight:700;padding:0 16px}.basket-v2__options-list{display:grid}.basket-v2__option-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.75rem;align-items:center;padding:.625rem 1rem;border-radius:999px;transition:background-color .2s ease}.basket-v2__option-row+.basket-v2__option-row{border-top:0}.basket-v2__option-row.is-active{background:#ededed}.basket-v2__option-row.is-loading{opacity:.65;pointer-events:none}.basket-v2__option-row.is-unavailable .basket-v2__option-button{opacity:.45}.basket-v2__option-row.is-active .basket-v2__option-button[aria-pressed=true]{color:#000;font-weight:700}.basket-v2__option-label{font-size:16px;line-height:1.35;font-weight:600}.basket-v2__option-meta{display:inline-flex;align-items:center;gap:.75rem;min-width:0}.basket-v2__option-tooltip{position:relative;display:inline-block}.basket-v2__option-tooltip-trigger{display:inline;padding:0;border:0;background:transparent;cursor:pointer;color:var(--basket-v2-muted);font-size:16px;line-height:1.2;font-weight:600;text-decoration:underline;text-underline-offset:.15em;transition:color .2s ease}.basket-v2__option-tooltip-trigger:hover .basket-v2__option-tooltip-label,.basket-v2__option-tooltip-trigger:focus-visible .basket-v2__option-tooltip-label,.basket-v2__option-tooltip.is-open .basket-v2__option-tooltip-label,.basket-v2__option-tooltip-trigger:hover .basket-v2__option-tooltip-icon,.basket-v2__option-tooltip-trigger:focus-visible .basket-v2__option-tooltip-icon,.basket-v2__option-tooltip.is-open .basket-v2__option-tooltip-icon{color:#000}.basket-v2__option-tooltip-trigger:focus-visible{outline:2px solid #000000;outline-offset:2px;border-radius:2px}.basket-v2__option-tooltip-icon{display:none;transition:color .2s ease,border-color .2s ease}.basket-v2__option-tooltip-label{transition:color .2s ease}.basket-v2__option-tooltip-trigger--icon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.basket-v2__option-tooltip-trigger--icon .basket-v2__option-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid currentColor;border-radius:999px;font-size:.8125rem;line-height:1;font-weight:700}.basket-v2__option-tooltip.is-open .basket-v2__option-tooltip-card{opacity:1;transform:translate(-50%);pointer-events:auto}.basket-v2__option-tooltip-card{position:absolute;left:50%;bottom:calc(100% + .5rem);z-index:2;width:16rem;padding:.85rem .95rem;border:1px solid var(--basket-v2-border);border-radius:.9rem;background:var(--basket-v2-card);box-shadow:0 1.25rem 2rem #1f1d1c14;color:var(--basket-v2-muted);font-size:.78rem;line-height:1.5;opacity:0;transform:translate(-50%,.25rem);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.basket-v2__option-price{font-size:16px;line-height:1;font-weight:600}.basket-v2__option-button{display:inline-flex;align-items:center;justify-content:center;min-width:76px;min-height:40px;padding:.5rem 1.25rem;border:1px solid #dedede;border-radius:999px;background:#fff;color:var(--basket-v2-text);font-size:16px;line-height:1;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.basket-v2__option-button[aria-pressed=true]{border-color:transparent;background:transparent}.basket-v2__option-button:focus-visible{outline:2px solid #000000;outline-offset:2px}.basket-v2__option-button:disabled{cursor:not-allowed}.basket-v2__summary-card,.basket-v2__reviews-card{padding:1.5rem;border:1px solid var(--basket-v2-border);border-radius:1.5rem;background:#fafafa}.basket-v2__reviews-card{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-top:.85rem;padding-top:1rem;padding-bottom:1rem}.basket-v2__summary-discounts{display:grid;gap:.45rem;margin-bottom:1rem}.basket-v2__summary-discount{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--basket-v2-muted);font-size:.82rem;line-height:1.25}.basket-v2__summary-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.basket-v2__summary-label{color:#000;font-size:22px;line-height:1.2;font-weight:600}.basket-v2__summary-value{color:#000;font-size:40px;line-height:.95;font-weight:700;letter-spacing:-.05em}.basket-v2__vat-note{margin:.5rem 0 0;color:var(--basket-v2-muted);font-size:13px;line-height:1.5}.basket-v2__checkout{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;min-height:4.25rem;margin-top:1.4rem;padding:.9rem 1.35rem;border:0;border-radius:999px;background:#2d2b38;color:#fff;font-size:20px;line-height:1;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.basket-v2__checkout .icon{width:1.15rem;height:1.15rem}.basket-v2__checkout-note{margin:1rem 0 0;color:var(--basket-v2-text);font-size:.8rem;line-height:1.45;font-weight:600;text-align:center}.basket-v2__trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem}.basket-v2__trust-item{display:flex;flex-direction:column;align-items:center;gap:.45rem;text-align:center}.basket-v2__trust-icon{width:51px;height:51px;color:#000}.basket-v2__trust-icon svg{width:100%;height:100%}.basket-v2__trust-icon img{display:block;width:100%;height:100%;object-fit:contain}.basket-v2__trust-label{display:block;max-width:85px;min-height:calc(13px * 1.3 * 2);margin-inline:auto;font-size:13px;font-weight:900;line-height:1.3;color:#000;text-wrap:balance}.basket-v2__google-logo{width:45px;height:45px;flex:0 0 auto}.basket-v2__stars{display:inline-flex;align-items:center;gap:.15rem}.basket-v2__star{width:32px;height:32px;color:var(--basket-v2-star)}.basket-v2__help{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.4rem 1.5rem;border-radius:1.5rem;background:#f1f1f1}.basket-v2__help-title{margin:0 0 .45rem;font-size:1rem;line-height:1.2;font-weight:700}.basket-v2__help-copy{margin:0;color:var(--basket-v2-muted);font-size:.9rem;line-height:1.5;max-width:32rem}.basket-v2__help-button{display:inline-flex;align-items:center;justify-content:center;min-width:13rem;min-height:4rem;padding:.85rem 1.25rem;border-radius:999px;background:var(--basket-v2-success);color:#fff;font-size:.95rem;line-height:1.15;font-weight:600;text-align:center;text-decoration:none}@media screen and (max-width:1023px){.basket-v2__lead-time{bottom:-10px}.basket-v2__layout{grid-template-columns:1fr;grid-template-areas:"main" "sidebar" "help"}.basket-v2__main,.basket-v2__sidebar,.basket-v2__help{min-width:0}.basket-v2__sidebar{position:static;min-width:0;width:100%}}@media screen and (max-width:767px){.basket-v2 .page-width.page-width--full{padding-inline:1rem}.basket-v2__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.basket-v2__title{font-size:clamp(2rem,9vw,2.5rem)}.basket-v2__header-actions,.basket-v2__continue{width:100%}.basket-v2__continue{justify-content:center}.basket-v2__item{grid-template-columns:minmax(6.5rem,7.5rem) minmax(0,1fr);gap:.875rem;align-items:start}.basket-v2__item-media{width:100%;height:auto;aspect-ratio:1 / 1}.basket-v2__item-main{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "pricing" "actions" "lead";row-gap:.8rem}.basket-v2__item-title{font-size:1rem;line-height:1.12;overflow-wrap:anywhere}.basket-v2__meta{font-size:.78rem;line-height:1.35}.basket-v2__item-pricing{width:100%;text-align:left;justify-self:stretch}.basket-v2__item-actions{gap:.65rem}.basket-v2__quantity{width:4rem;min-width:4rem;height:2.75rem}.basket-v2__quantity-input{font-size:.95rem}.basket-v2__price-old{font-size:.9rem}.basket-v2__price-current{font-size:18px}.basket-v2__discount{min-height:30px;padding:.3rem .65rem;font-size:14px}.basket-v2__discount--amount{font-size:15px}.basket-v2__options{width:100%;margin-top:1.25rem;padding-top:.5rem}.basket-v2__options-list{gap:.35rem}.basket-v2__price-row,.basket-v2__discounts{justify-content:flex-start}.basket-v2__lead-time{justify-self:start;text-align:left;font-size:14px}.basket-v2__option-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label button" "meta meta";align-items:start;gap:.5rem .75rem;padding:.85rem 1rem;border-radius:1.25rem}.basket-v2__option-label{grid-area:label;overflow-wrap:anywhere}.basket-v2__option-meta{grid-area:meta;display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;min-width:0}.basket-v2__option-button{grid-area:button;align-self:start;min-width:4.75rem;min-height:2.5rem;padding-inline:1rem}.basket-v2__option-tooltip-trigger,.basket-v2__option-price{font-size:16px;line-height:1.2}.basket-v2__option-tooltip-card{width:min(16rem,calc(100vw - 2rem));left:0;top:calc(100% + .5rem);bottom:auto;transform:translateY(.25rem)}.basket-v2__option-tooltip.is-open .basket-v2__option-tooltip-card{transform:translateY(0)}.basket-v2__trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.basket-v2__summary-card,.basket-v2__reviews-card{padding:1.1rem}.basket-v2__summary-row{align-items:baseline}.basket-v2__summary-value{font-size:2.125rem}.basket-v2__reviews-card{flex-wrap:wrap;gap:.5rem}.basket-v2__help{flex-direction:column;align-items:stretch;padding:1.25rem}.basket-v2__help-button{width:100%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/cart-v2.css.map */
