:root{--color-background: #FFFFFF;--color-text: #333333;--color-text-muted: #6B7280;--color-text-light: #9CA3AF;--color-accent: #E07A5F;--color-accent-hover: #C96A52;--color-card-background: #F8F9FA;--color-border: #E5E7EB;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--container-max: 1280px;--header-height: 64px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent)}button{font:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font:inherit}ul,ol{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link{position:absolute;top:-40px;left:0;background:var(--color-accent);color:#fff;padding:8px 16px;z-index:1000;transition:top var(--transition)}.skip-to-content-link:focus{top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.5rem;height:44px;font-weight:500;font-size:.9375rem;border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;cursor:pointer}.btn--primary{background-color:var(--color-accent);color:#fff}.btn--primary:hover{background-color:var(--color-accent-hover);color:#fff}.btn--secondary{background-color:var(--color-card-background);color:var(--color-text)}.btn--secondary:hover{background-color:var(--color-border)}.btn--outline{background-color:transparent;border:1px solid var(--color-border);color:var(--color-text)}.btn--outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--lg{height:52px;padding:0 2rem;font-size:1rem}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.input,.select{display:block;width:100%;height:44px;padding:0 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background-color:var(--color-background);color:var(--color-text);transition:border-color var(--transition),box-shadow var(--transition)}.input:focus,.select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #e07a5f33}.input::placeholder{color:var(--color-text-light)}.header{position:relative;z-index:100;background-color:var(--color-background);border-bottom:1px solid var(--color-border)}.header--sticky{position:sticky;top:0}.header__container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem;height:var(--header-height);display:flex;align-items:center;justify-content:space-between}.header__left{display:flex;align-items:center;gap:1rem}.header__mobile-toggle{display:none;padding:.5rem;color:var(--color-text)}.header__logo-link{display:flex;align-items:center}.header__logo{height:auto}.header__logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-text)}.header__nav-list{display:flex;align-items:center;gap:2rem}.header__nav-link{font-size:.9375rem;font-weight:500;color:var(--color-text);transition:color var(--transition)}.header__nav-link:hover,.header__nav-link--active{color:var(--color-accent)}.header__right{display:flex;align-items:center;gap:1rem}.header__icon-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-text);transition:color var(--transition)}.header__icon-link:hover{color:var(--color-accent)}.header__cart-link{position:relative}.header__cart-count{position:absolute;top:-2px;right:-2px;background-color:var(--color-accent);color:#fff;font-size:.6875rem;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.mobile-nav.is-open{visibility:visible;opacity:1}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.mobile-nav__drawer{position:absolute;top:0;left:0;width:300px;max-width:85vw;height:100%;background-color:var(--color-background);transform:translate(-100%);transition:transform .3s ease}.mobile-nav.is-open .mobile-nav__drawer{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.mobile-nav__title{font-weight:600;font-size:1.125rem}.mobile-nav__close{padding:.5rem;color:var(--color-text)}.mobile-nav__list{padding:1rem 0}.mobile-nav__link{display:block;padding:.75rem 1.5rem;font-weight:500;transition:color var(--transition),background-color var(--transition)}.mobile-nav__link:hover,.mobile-nav__link--active{color:var(--color-accent);background-color:var(--color-card-background)}.shopify-section .hero-banner{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.hero-banner{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:var(--color-card-background);overflow:hidden}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0006,#0000001a);z-index:1}.hero-banner__container{position:relative;z-index:2;max-width:var(--container-max);margin:0 auto;padding:4rem 1.5rem;width:100%}.hero-banner__content{max-width:600px}.hero-banner__heading{font-family:var(--font-heading);font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:1rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-banner__subheading{font-size:1.125rem;line-height:1.7;color:#ffffffe6;margin-bottom:2rem;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-banner__actions{display:flex;gap:1rem;flex-wrap:wrap}.featured-collection{padding:4rem 1.5rem}.featured-collection__container{max-width:var(--container-max);margin:0 auto}.featured-collection__header{text-align:center;margin-bottom:2.5rem}.featured-collection__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:.5rem}.featured-collection__description{color:var(--color-text-muted);max-width:600px;margin:0 auto}.featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.featured-collection__actions{text-align:center;margin-top:2.5rem}.product-card{background-color:var(--color-background);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--transition)}.product-card:hover{box-shadow:var(--shadow-lg)}.product-card__link{display:block}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--color-card-background)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center}.placeholder-svg{width:60%;height:60%;opacity:.3}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:var(--radius-sm)}.product-card__badge--sale{background-color:var(--color-accent);color:#fff}.product-card__badge--sold-out{background-color:var(--color-text-muted);color:#fff}.product-card__info{padding:1rem}.product-card__title{font-size:.9375rem;font-weight:500;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__vendor{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem}.product-card__price{display:flex;align-items:center;gap:.5rem;font-weight:600}.product-card__price-sale{color:var(--color-accent)}.product-card__price-compare{font-size:.8125rem;color:var(--color-text-light);text-decoration:line-through;font-weight:400}.product-card__quick-add{padding:0 1rem 1rem}.trust-badges{padding:3rem 1.5rem;background-color:var(--color-card-background)}.trust-badges__container{max-width:var(--container-max);margin:0 auto}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.trust-badge{text-align:center}.trust-badge__icon{color:var(--color-accent);margin-bottom:.75rem}.trust-badge__title{font-weight:600;margin-bottom:.25rem}.trust-badge__desc{font-size:.875rem;color:var(--color-text-muted)}.testimonials{padding:5rem 1.5rem;background-color:var(--color-card-background);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.testimonials:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f8f9faeb;pointer-events:none}.testimonials__container{max-width:var(--container-max);margin:0 auto;position:relative;z-index:1}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.75rem}.testimonials__title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:var(--color-text)}.testimonials__subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.testimonials__card{background-color:var(--color-background);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);transition:transform var(--transition),box-shadow var(--transition)}.testimonials__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.testimonials__stars{display:flex;gap:.25rem;margin-bottom:1.25rem}.testimonials__star-icon{width:20px;height:20px;color:#f59e0b}.testimonials__quote{font-size:1rem;line-height:1.7;color:var(--color-text);margin-bottom:1.5rem;font-style:italic}.testimonials__author{display:flex;align-items:center;gap:1rem}.testimonials__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonials__avatar--fallback{display:flex;align-items:center;justify-content:center;background-color:var(--color-accent);color:#fff;font-weight:600;font-size:1.125rem}.testimonials__author-info{display:flex;flex-direction:column;gap:.125rem}.testimonials__name{font-weight:600;font-size:.9375rem;color:var(--color-text)}.testimonials__location{font-size:.8125rem;color:var(--color-text-muted)}.testimonials__verified{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--color-success);font-weight:500}.testimonials__verified svg{width:14px;height:14px}.testimonials__summary{text-align:center;padding:2rem;background-color:var(--color-background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.testimonials__summary-score{margin-bottom:.75rem}.testimonials__summary-number{font-size:3rem;font-weight:700;color:var(--color-text)}.testimonials__summary-out-of{font-size:1.25rem;color:var(--color-text-muted)}.testimonials__summary-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.75rem}.testimonials__summary-text{font-size:.9375rem;color:var(--color-text-muted)}.newsletter{padding:4rem 1.5rem;background-color:var(--color-card-background)}.newsletter__container{max-width:600px;margin:0 auto}.newsletter__content{text-align:center}.newsletter__title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.newsletter__desc{color:var(--color-text-muted);margin-bottom:1.5rem}.newsletter__input-group{display:flex;gap:.75rem}.newsletter__input{flex:1}.newsletter__success{margin-top:1rem;color:var(--color-success);font-weight:500}.newsletter__error{margin-top:1rem;color:var(--color-error)}.footer{background-color:#1a1a1a;color:#f8f9fa;padding:4rem 1.5rem 2rem}.footer__container{max-width:var(--container-max);margin:0 auto}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer__brand-name{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.footer__brand-desc{font-size:.875rem;color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{color:#9ca3af;transition:color var(--transition)}.footer__social-link:hover{color:var(--color-accent)}.footer__heading{font-size:.9375rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:#9ca3af;transition:color var(--transition)}.footer__link:hover{color:#f8f9fa}.footer__newsletter-desc{font-size:.875rem;color:#9ca3af;margin-bottom:1rem}.footer__newsletter-input-group{display:flex;gap:.5rem}.footer__newsletter-input{flex:1;background-color:#ffffff1a;border-color:#fff3;color:#f8f9fa}.footer__newsletter-input::placeholder{color:#6b7280}.footer__newsletter-success{margin-top:.75rem;color:var(--color-success);font-size:.875rem}.footer__newsletter-error{margin-top:.75rem;color:var(--color-error);font-size:.875rem}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer__trust-badges{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer__trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#9ca3af}.footer__copyright{text-align:center;font-size:.8125rem;color:#6b7280}.product-section{padding:2rem 1.5rem}.product-section__container{max-width:var(--container-max);margin:0 auto}.product-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-gallery__main{aspect-ratio:1;background-color:var(--color-card-background);border-radius:var(--radius-md);overflow:hidden;margin-bottom:1rem}.product-gallery__image{width:100%;height:100%;object-fit:cover}.product-gallery__thumbnails{display:flex;gap:.75rem;overflow-x:auto}.product-gallery__thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;transition:border-color var(--transition)}.product-gallery__thumbnail--active,.product-gallery__thumbnail:hover{border-color:var(--color-accent)}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover}.product-section__vendor{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}.product-section__title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.product-section__price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.product-section__price-sale{color:var(--color-accent)}.product-section__price-compare{font-size:1rem;color:var(--color-text-light);text-decoration:line-through;font-weight:400}.product-section__price-badge{background-color:var(--color-accent);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm);text-transform:uppercase}.product-section__short-desc{color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.7}.product-section__form{margin-bottom:1.5rem}.product-section__option{margin-bottom:1.25rem}.product-section__option-label{display:block;font-weight:500;margin-bottom:.5rem}.product-section__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product-section__option-value{display:inline-flex;cursor:pointer}.product-section__option-input{position:absolute;opacity:0}.product-section__option-text{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:40px;padding:0 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;transition:all var(--transition)}.product-section__option-input:checked+.product-section__option-text{border-color:var(--color-accent);background-color:var(--color-accent);color:#fff}.product-section__quantity{margin-bottom:1.25rem}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.quantity-selector__btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-text);transition:background-color var(--transition)}.quantity-selector__btn:hover{background-color:var(--color-card-background)}.quantity-selector__input{width:60px;height:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:1rem;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-section__trust{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:var(--color-card-background);border-radius:var(--radius-md)}.product-section__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted)}.product-accordion{margin-bottom:3rem;border-top:1px solid var(--color-border)}.accordion{border-bottom:1px solid var(--color-border)}.accordion__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;cursor:pointer;font-weight:600;font-size:1rem;list-style:none}.accordion__header::-webkit-details-marker{display:none}.accordion__icon{transition:transform .3s ease}.accordion[open] .accordion__icon{transform:rotate(180deg)}.accordion__content{padding:0 0 1.25rem;line-height:1.7;color:var(--color-text-muted)}.accordion__content ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}.accordion__content li{margin-bottom:.25rem}.related-products{margin-bottom:2rem}.related-products__title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.collection-section{padding:2rem 1.5rem}.collection-section__container{max-width:var(--container-max);margin:0 auto}.collection-section__header{margin-bottom:2rem}.collection-section__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.collection-section__desc{color:var(--color-text-muted);line-height:1.7}.collection-section__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.collection-section__count{font-size:.875rem;color:var(--color-text-muted)}.collection-section__sort-select{width:auto;min-width:200px}.collection-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-section__empty{text-align:center;padding:4rem 1.5rem}.collection-section__empty p{margin-bottom:1.5rem;color:var(--color-text-muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:all var(--transition)}.pagination__link:hover{background-color:var(--color-card-background);color:var(--color-text)}.pagination__link--current{background-color:var(--color-accent);color:#fff}.cart-section{padding:2rem 1.5rem}.cart-section__container{max-width:var(--container-max);margin:0 auto}.cart-section__title{font-size:2rem;font-weight:700;margin-bottom:2rem}.cart-section__layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-form__header{display:none;padding:.75rem 0;border-bottom:1px solid var(--color-border);font-weight:600;font-size:.875rem;color:var(--color-text-muted)}.cart-form__header span:nth-child(2){text-align:center}.cart-form__header span:nth-child(3){text-align:right}.cart-form__item{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.cart-form__product{display:flex;gap:1rem}.cart-form__image{width:100px;height:100px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.cart-form__info{display:flex;flex-direction:column;gap:.25rem}.cart-form__title{font-weight:600}.cart-form__variant,.cart-form__unit-price{font-size:.875rem;color:var(--color-text-muted)}.cart-form__remove{font-size:.8125rem;color:var(--color-text-light);text-decoration:underline;align-self:flex-start}.cart-form__remove:hover{color:var(--color-error)}.cart-form__quantity{justify-self:start}.cart-form__total{font-weight:600}.cart-form__original-price{font-size:.8125rem;color:var(--color-text-light);text-decoration:line-through;display:block}.cart-form__actions{display:flex;gap:1rem;padding-top:1.5rem;flex-wrap:wrap}.cart-summary{background-color:var(--color-card-background);border-radius:var(--radius-md);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 1rem)}.cart-summary__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.cart-summary__row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem}.cart-summary__row--success{color:var(--color-success);font-weight:500}.cart-summary__free-shipping{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem}.cart-summary__progress{height:4px;background-color:var(--color-border);border-radius:2px;margin-bottom:1rem;overflow:hidden}.cart-summary__progress-bar{height:100%;background-color:var(--color-success);border-radius:2px;transition:width .3s ease}.cart-summary__divider{height:1px;background-color:var(--color-border);margin:.75rem 0}.cart-summary__row--total{font-size:1.125rem;font-weight:700}.cart-summary__checkout{margin-top:1rem}.cart-summary__trust{margin-top:1rem;text-align:center}.cart-summary__trust-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-muted)}.cart-section__empty{text-align:center;padding:4rem 1.5rem}.cart-section__empty svg{margin:0 auto 1.5rem;color:var(--color-text-light)}.cart-section__empty h2{font-size:1.5rem;margin-bottom:.5rem}.cart-section__empty p{color:var(--color-text-muted);margin-bottom:1.5rem}@media(max-width:1023px){.header__nav{display:none}.header__mobile-toggle{display:flex}.featured-collection__grid,.trust-badges__grid,.testimonials__grid{grid-template-columns:repeat(2,1fr)}.testimonials__title{font-size:1.75rem}.testimonials__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:repeat(2,1fr)}.product-section__grid{grid-template-columns:1fr;gap:2rem}.related-products__grid,.collection-section__grid{grid-template-columns:repeat(2,1fr)}.cart-section__layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:767px){.hero-banner__heading{font-size:2rem}.featured-collection__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-badges__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.newsletter__input-group{flex-direction:column}.related-products__grid,.collection-section__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cart-form__item{grid-template-columns:1fr}.cart-form__header{display:none}.cart-form__quantity{justify-self:start}.cart-form__total{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
