.cart-page{max-width:1200px;padding:24px 15px 96px;color:#232323}.cart-page>h1{margin:0 0 64px;font:700 20px/26px var(--heading-font);letter-spacing:.02em}.cart-page__layout{display:grid;grid-template-columns:minmax(0,800px) minmax(280px,340px);gap:30px}.cart-page__main{min-width:0}.cart-page__head{display:grid;grid-template-columns:minmax(330px,1fr) 110px 150px 100px 32px;align-items:center;min-height:46px;padding:0 20px;background:#f7f7f7;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.cart-page__lines{border:1px solid #dedede}.cart-line{display:grid;grid-template-columns:minmax(330px,1fr) 110px 150px 100px 32px;align-items:center;min-height:170px;padding:24px 20px;border-bottom:1px solid #dedede;font-size:14px}.cart-line:last-child{border-bottom:0}.cart-line__product{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:24px;min-width:0}.cart-line__image{display:block;width:90px;background:#f7f7f7}.cart-line__image img{width:90px;aspect-ratio:3/4;object-fit:contain}.cart-line__details{min-width:0}.cart-line__title{display:block;margin-bottom:8px;font-weight:600}.cart-line__details p{margin:0;color:#8a8a8a;line-height:22px}.cart-line__variant{display:flex!important;align-items:center;gap:6px}.cart-line__edit{display:inline-grid;width:22px;height:22px;place-items:center;color:#232323}.cart-line__edit svg{display:block;width:14px;height:14px;fill:currentColor}.cart-line__quantity{display:grid;grid-template-columns:36px 40px 36px;align-items:center;justify-content:start;height:46px;border:1px solid #cfcfcf}.cart-line__quantity button,.cart-line__quantity input{width:100%;height:44px;padding:0;border:0;background:#fff;color:#232323;text-align:center}.cart-line__quantity button{font-size:20px;cursor:pointer}.cart-line__quantity input{-moz-appearance:textfield}.cart-line__quantity input::-webkit-outer-spin-button,.cart-line__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-line__total{font-weight:700}.cart-line__remove{font-size:24px;font-weight:300;line-height:1;text-align:center}.cart-page__note{display:grid;gap:8px;width:min(100%,620px);margin-top:27px;font-size:14px;font-weight:600}.cart-page__note textarea{width:100%;height:100px;min-height:100px;padding:12px 14px;border:1px solid #cfcfcf;border-radius:0;resize:vertical;font-weight:400}.cart-page__secure{display:flex;align-items:center;gap:12px;margin:20px 0 0;color:#8a8a8a}.cart-page__secure span{display:grid;width:24px;height:24px;place-items:center;color:#232323}.cart-page__secure svg{display:block;width:24px;height:24px;fill:currentColor}.cart-summary h2{margin:14px 0 15px;padding-bottom:14px;border-bottom:2px solid #232323;font-size:13px;line-height:18px;letter-spacing:.04em;text-transform:uppercase}.cart-summary dl{margin:0}.cart-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #dedede}.cart-summary dt,.cart-summary dd{margin:0}.cart-summary dd{font-weight:700;text-align:right}.cart-summary__discount dt{font-weight:600}.cart-summary__discount dd{color:#b42318}.cart-summary__total{margin-top:16px;font-weight:700;text-transform:uppercase}.cart-summary__total dd{font-size:20px}.cart-summary__checkout,.cart-summary__continue{display:flex;width:100%;height:44px;align-items:center;justify-content:center;margin-top:16px;border:1px solid #232323;border-radius:0;font-weight:700}.cart-summary__checkout{background:#232323;color:#fff;cursor:pointer}.cart-summary__continue{background:#fff;color:#232323}.cart-page__empty{display:grid;justify-items:start;gap:18px;max-width:340px}.cart-page__empty p{margin:0;font-size:16px}.cart-page__empty .cart-summary__continue{margin:0}.cart-best-sellers{margin-top:48px;padding-top:36px;border-top:1px solid #dedede}.cart-best-sellers__heading{margin-bottom:30px;text-align:center}.cart-best-sellers__heading h2{margin:0;font-size:18px}.cart-best-sellers__viewport{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:16px}.cart-best-sellers__arrow{display:grid;width:44px;height:44px;place-items:center;border:1px solid #cfcfcf;border-radius:50%;background:#fff;color:#232323;font-size:26px;cursor:pointer}.cart-best-sellers__arrow--previous{grid-column:1}.cart-best-sellers__arrow--next{grid-column:3}.cart-best-sellers__track{grid-column:2;grid-row:1;display:grid;grid-auto-columns:calc((100% - 90px)/4);grid-auto-flow:column;gap:30px;min-width:0;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.cart-best-sellers__track::-webkit-scrollbar{display:none}.cart-best-sellers__card{min-width:0;scroll-snap-align:start;text-align:center}.cart-best-sellers__card a{display:block}.cart-best-sellers__card .foundation-product-card-media{aspect-ratio:3/4;background:#f7f7f7}.cart-best-sellers__card .foundation-product-card-media img{width:100%;height:100%;object-fit:contain}.cart-best-sellers__card h3{display:flex;min-height:44px;align-items:flex-start;justify-content:center;margin:16px 0 8px;font-size:14px;font-weight:500;line-height:22px}.cart-best-sellers__card p{margin:0 0 12px;font-weight:600}.cart-best-sellers__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cart-best-sellers__actions button{width:100%;min-height:42px;padding:10px 8px;border:1px solid #232323;border-radius:0;background:#232323;color:#fff;font:700 12px/20px var(--body-font);cursor:pointer;text-transform:uppercase}.cart-best-sellers__actions button:first-child,.cart-best-sellers__actions button:hover{background:#fff;color:#232323}.cart-best-sellers__actions button:first-child:hover{background:#232323;color:#fff}.cart-best-sellers__actions button:disabled{cursor:not-allowed;opacity:.5}.cart-best-sellers__editor-note{margin-top:48px;padding:20px;background:#f7f7f7}.cart-page .cart-summary{display:block;min-width:0;margin-top:0;align-items:initial;justify-content:initial}.cart-page .cart-summary__checkout,.cart-page .cart-summary__continue{box-sizing:border-box;float:none;margin-inline:0;white-space:normal;text-align:center}.cart-page .cart-summary dl{width:100%}@media(max-width:989px){.cart-page__layout{grid-template-columns:1fr}.cart-page .cart-summary{width:100%;max-width:480px;margin-top:24px}.cart-page__head,.cart-line{grid-template-columns:minmax(300px,1fr) 100px 140px 90px 28px}.cart-best-sellers__track{grid-auto-columns:calc((100% - 40px)/2.4);gap:20px}}@media(max-width:749px){.cart-page{padding:24px 20px 64px}.cart-page>h1{margin-bottom:34px}.cart-page__head{display:none}.cart-page__lines{border:0}.cart-line{grid-template-columns:88px minmax(0,1fr) 28px;align-items:start;gap:14px;min-height:0;padding:20px 0;border-bottom:1px solid #dedede}.cart-line__product{display:contents}.cart-line__image{grid-column:1;grid-row:1/5;width:88px}.cart-line__image img{width:88px}.cart-line__details{grid-column:2;grid-row:1}.cart-line__price{grid-column:2;grid-row:2}.cart-line__quantity{grid-column:2;grid-row:3;margin-top:4px}.cart-line__total{grid-column:2;grid-row:4;margin-top:2px}.cart-line__total:before{content:"Total: ";font-weight:400}.cart-line__remove{grid-column:3;grid-row:1}.cart-line__price:before{content:"Price: ";font-weight:400}.cart-page__note{width:100%}.cart-summary{max-width:none}.cart-best-sellers{margin-top:42px}.cart-best-sellers__viewport{grid-template-columns:32px minmax(0,1fr) 32px;gap:8px}.cart-best-sellers__arrow{width:32px;height:32px;font-size:22px}.cart-best-sellers__track{grid-auto-columns:84%;gap:16px}}.cart-line__quantity{box-sizing:border-box;width:96px;grid-template-columns:30px 34px 30px;height:42px}.cart-line__quantity button,.cart-line__quantity input{height:40px}.cart-line__total{white-space:nowrap}@media(min-width:990px){.cart-page__head,.cart-line{grid-template-columns:minmax(300px,1fr) 90px 104px minmax(110px,auto) 32px}}@media(min-width:750px)and (max-width:989px){.cart-page__head,.cart-line{grid-template-columns:minmax(280px,1fr) 90px 104px minmax(100px,auto) 28px}}.cart-best-sellers__track>.product-card{min-width:0;scroll-snap-align:start}.cart-best-sellers__track>.product-card .product-card__media-wrap{height:auto}.cart-page{background:var(--cart-bg,#fff);color:var(--cart-ink,#232323)}.cart-summary__checkout{background:var(--cart-primary-bg,#232323);color:var(--cart-primary-ink,#fff);border-color:var(--cart-primary-bg,#232323)}.cart-summary__continue{background:var(--cart-secondary-bg,#fff);color:var(--cart-secondary-ink,#232323);border-color:var(--cart-secondary-ink,#232323)}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=AAI */
