:root{--shop-concrete:#e8e4e0;--shop-warm-gray:#a19d99;--shop-dark:#1a1a1a;--shop-accent:#2c4a9b;--shop-text-muted:#6b6b6b}.shop-page{background:var(--white);overflow-x:hidden}.shop-hero-editorial{width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden}.shop-hero-editorial__image{z-index:1;position:absolute;inset:0}.shop-hero-editorial__img{object-fit:cover;object-position:center}.shop-hero-editorial__overlay{z-index:2;background:linear-gradient(#0000001a 0%,#0000 30% 60%,#0006 100%);position:absolute;inset:0}.shop-hero-editorial__content{z-index:3;text-align:center;position:absolute;bottom:15%;left:50%;transform:translate(-50%)}.shop-hero-editorial__label{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;border:1px solid #ffffff4d;padding:.75rem 2rem;font-size:11px;font-weight:400;display:inline-block}.shop-hero-editorial__scroll{z-index:3;color:var(--white);opacity:.7;cursor:pointer;transition:opacity .3s;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.shop-hero-editorial__scroll:hover,.shop-hero-editorial__scroll:focus{opacity:1}.shop-hero-editorial__scroll:focus-visible{outline:2px solid var(--white);outline-offset:4px}@media (max-width:767px){.shop-hero-editorial{height:85vh;min-height:500px}.shop-hero-editorial__label{letter-spacing:.2em;padding:.625rem 1.5rem;font-size:10px}}.shop-statement{text-align:center;max-width:900px;margin:0 auto;padding:15vh 5vw}.shop-statement__text{font-family:var(--font-display);letter-spacing:-.01em;color:var(--shop-dark);margin:0;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:300;line-height:1.5}@media (max-width:767px){.shop-statement{padding:10vh 6vw}}.shop-grid-section{padding:0 5vw 10vh}.shop-grid-section__header{align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.shop-grid-section__label{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--shop-text-muted);white-space:nowrap;font-size:11px;font-weight:400}.shop-grid-section__line{background:#0000001a;flex:1;height:1px}.shop-product-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:2.5rem;display:grid}@media (max-width:767px){.shop-product-grid{grid-template-columns:1fr;gap:3rem}.shop-grid-section{padding:0 4vw 8vh}}.shop-product-card{cursor:pointer;outline:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.shop-product-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0000000f}.shop-product-card--featured .shop-product-card__image-container{aspect-ratio:3/4}.shop-product-card--featured .shop-product-card__name{font-size:16px;font-weight:500}.shop-product-card__image-container{aspect-ratio:4/5;background:var(--shop-concrete);border-radius:2px;width:100%;position:relative;overflow:hidden}.shop-product-card__image{object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.shop-product-card__image-overlay{background:0 0;transition:background .4s;position:absolute;inset:0}.shop-product-card:hover .shop-product-card__image,.shop-product-card:focus .shop-product-card__image{transform:scale(1.06)}.shop-product-card:hover .shop-product-card__image-overlay,.shop-product-card:focus .shop-product-card__image-overlay{background:#00000008}.shop-product-card__info{border-bottom:1px solid #00000014;justify-content:space-between;align-items:baseline;padding:1.25rem 0;display:flex}.shop-product-card__name{font-family:var(--font-body);letter-spacing:.01em;color:var(--shop-dark);margin:0;font-size:14px;font-weight:500;transition:letter-spacing .3s}.shop-product-card:hover .shop-product-card__name{letter-spacing:.02em}.shop-product-card__price{font-family:var(--font-body);color:var(--shop-text-muted);font-size:14px;font-weight:400}.shop-product-card:focus-visible{outline:2px solid var(--shop-accent);outline-offset:4px}.shop-detail-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.shop-detail{background:var(--white);grid-template-columns:1fr 1fr;width:100%;max-width:1000px;min-height:500px;display:grid;position:relative}.shop-detail__close{z-index:10;background:var(--white);cursor:pointer;border:1px solid #0000001a;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.shop-detail__close:hover{background:var(--shop-concrete);border-color:#0003}.shop-detail__close:focus-visible{outline:2px solid var(--shop-accent);outline-offset:2px}.shop-detail__gallery{background:var(--shop-concrete);flex-direction:column;display:flex}.shop-detail__main-image{flex:1;min-height:300px;position:relative}.shop-detail__img{object-fit:contain;padding:2rem}.shop-detail__thumbnails{background:#00000008;gap:.5rem;padding:1rem;display:flex}.shop-detail__thumbnail{background:var(--white);cursor:pointer;border:2px solid #0000;width:60px;height:60px;transition:border-color .2s;position:relative;overflow:hidden}.shop-detail__thumbnail.active{border-color:var(--shop-dark)}.shop-detail__thumbnail:hover{border-color:var(--shop-warm-gray)}.shop-detail__thumbnail img{object-fit:cover}.shop-detail__info{flex-direction:column;padding:4rem 3rem;display:flex}.shop-detail__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--shop-dark);margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.shop-detail__subtitle{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--shop-text-muted);margin-top:.5rem;font-size:11px;font-weight:400;display:block}.shop-detail__divider{background:var(--accent,#c9a227);width:60px;height:2px;margin:1.5rem 0}.shop-detail__price{font-family:var(--font-display);letter-spacing:-.02em;color:var(--shop-dark);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.shop-detail__currency{color:var(--shop-text-muted);margin-left:.25em;font-size:.5em}.shop-detail__includes{font-family:var(--font-body);color:var(--shop-text-muted);margin:1rem 0 1.5rem;font-size:14px;line-height:1.6}.shop-detail__cta{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;background:var(--shop-dark);color:var(--white);border:1px solid var(--shop-dark);cursor:pointer;justify-content:center;align-items:center;margin-bottom:2rem;padding:1.125rem 3rem;font-size:12px;font-weight:500;transition:background .3s,color .3s;display:inline-flex}.shop-detail__cta:hover{background:var(--white);color:var(--shop-dark)}.shop-detail__cta:disabled{opacity:.6;cursor:not-allowed}.shop-detail__cta:focus-visible{outline:2px solid var(--shop-accent);outline-offset:4px}.shop-detail__trust{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.shop-detail__trust-item{font-family:var(--font-body);color:var(--shop-text-muted);align-items:center;gap:.75rem;font-size:13px;display:flex}.shop-detail__trust-item svg{opacity:.5}@media (max-width:767px){.shop-detail-overlay{align-items:flex-start;padding:0}.shop-detail{grid-template-columns:1fr;max-width:none;min-height:100vh}.shop-detail__gallery{min-height:50vh}.shop-detail__info{padding:2rem 1.5rem 3rem}.shop-detail__close{top:1rem;right:1rem}}.shop-checkout-bar{z-index:900;background:var(--shop-accent);position:fixed;bottom:0;left:0;right:0}.shop-checkout-bar__btn{width:100%;font-family:var(--font-body);color:var(--white);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;font-size:13px;transition:background .3s;display:flex}.shop-checkout-bar__btn:hover{background:#0000001a}.shop-checkout-bar__btn:focus-visible{outline:2px solid var(--white);outline-offset:-4px}.shop-checkout-bar__action{letter-spacing:.05em;text-transform:uppercase;font-weight:600}.shop-checkout-bar__divider{opacity:.5}.shop-checkout-bar__info{font-weight:400}.shop-checkout-bar__total{font-weight:500}@media (max-width:767px){.shop-checkout-bar__btn{flex-wrap:wrap;gap:.5rem 1rem;padding:.875rem 1rem;font-size:12px}.shop-checkout-bar__info{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.shop-hero-editorial__scroll{animation:none!important}.shop-product-card__image{transition:none!important}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shop-navbar{z-index:100;background:var(--white);border-bottom:1px solid #00000014;position:fixed;top:0;left:0;right:0}.shop-navbar__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.shop-navbar__brand{font-family:var(--font-body);letter-spacing:.02em;color:var(--shop-dark);font-size:14px;font-weight:400;text-decoration:none;transition:opacity .2s}.shop-navbar__brand:hover{opacity:.7}.shop-navbar__cart{font-family:var(--font-body);color:var(--white);background:var(--shop-dark);cursor:pointer;border:none;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:13px;font-weight:400;transition:background .2s;display:flex}.shop-navbar__cart:hover{background:#333}.shop-navbar__cart:focus-visible{outline:2px solid var(--shop-accent);outline-offset:2px}.shop-navbar__cart-text{letter-spacing:.02em}.shop-navbar__cart-count{background:var(--white);min-width:20px;height:20px;color:var(--shop-dark);border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:500;display:flex}@media (max-width:767px){.shop-navbar__container{padding:.875rem 1rem}.shop-navbar__brand{font-size:13px}.shop-navbar__cart{padding:.4rem .75rem;font-size:12px}}.shop-cart{background:var(--white);border-bottom:1px solid #0000001a;margin-top:57px}.shop-cart__container{max-width:1400px;margin:0 auto;padding:0 2rem}.shop-cart__header{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--shop-text-muted);border-bottom:1px solid #0000001a;grid-template-columns:1fr 120px 80px 120px;gap:1rem;padding:1rem 0;font-size:11px;font-weight:400;display:grid}.shop-cart__items{flex-direction:column;display:flex}.shop-cart__row{border-bottom:1px solid #0000000d;grid-template-columns:1fr 120px 80px 120px;align-items:center;gap:1rem;padding:1rem 0;display:grid}.shop-cart__col{font-family:var(--font-body);font-size:14px}.shop-cart__col--product{color:var(--shop-dark);font-weight:400}.shop-cart__col--price{text-align:right;font-weight:400}.shop-cart__currency{color:var(--shop-text-muted);margin-left:.25em;font-size:11px}.shop-cart__quantity-controls{border:1px solid #00000026;align-items:center;gap:.5rem;padding:.25rem;display:flex}.shop-cart__quantity-btn{cursor:pointer;width:28px;height:28px;color:var(--shop-dark);background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;font-weight:300;transition:background .2s;display:flex}.shop-cart__quantity-btn:hover{background:#0000000d}.shop-cart__quantity-btn:focus-visible{outline:2px solid var(--shop-accent);outline-offset:-2px}.shop-cart__quantity-value{text-align:center;min-width:24px;font-size:14px}.shop-cart__remove-btn{font-family:var(--font-body);color:var(--shop-text-muted);cursor:pointer;background:0 0;border:none;font-size:12px;text-decoration:underline;transition:color .2s}.shop-cart__remove-btn:hover{color:var(--shop-dark)}.shop-cart__footer{font-family:var(--font-body);color:var(--shop-text-muted);justify-content:flex-end;gap:2rem;padding:1rem 0;font-size:12px;display:flex}.shop-cart__shipping{font-weight:400}.shop-cart__shipping-note{font-style:italic}@media (max-width:767px){.shop-cart__container{padding:0 1rem}.shop-cart__header{display:none}.shop-cart__row{grid-template-columns:1fr;gap:.75rem;padding:1.25rem 0}.shop-cart__col--product{font-weight:500}.shop-cart__col--quantity{order:3}.shop-cart__col--remove{order:4}.shop-cart__col--price{text-align:left;font-weight:500}.shop-cart__footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.product-page{background:var(--white);min-height:100vh;padding-top:57px}.product-page__grid{grid-template-columns:350px 1fr;min-height:calc(100vh - 57px);display:grid}.product-page__info{border-right:1px solid #00000014;flex-direction:column;padding:3rem 2.5rem;display:flex}.product-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.product-page__title{font-family:var(--font-body);letter-spacing:.02em;color:var(--shop-dark);margin:0;font-size:14px;font-weight:400}.product-page__price{font-family:var(--font-body);color:var(--shop-dark);white-space:nowrap;font-size:14px;font-weight:400}.product-page__divider{background:#0000001a;width:100%;height:1px;margin-bottom:2rem}.product-page__quantity-section{margin-bottom:2rem}.product-page__label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--shop-text-muted);margin-bottom:.75rem;font-size:11px;font-weight:400;display:block}.product-page__quantity{border:1px solid #0003;align-items:center;display:inline-flex}.product-page__quantity-btn{cursor:pointer;width:36px;height:36px;color:var(--shop-dark);background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;font-weight:300;transition:background .2s;display:flex}.product-page__quantity-btn:hover:not(:disabled){background:#0000000d}.product-page__quantity-btn:disabled{opacity:.3;cursor:not-allowed}.product-page__quantity-btn:focus-visible{outline:2px solid var(--shop-accent);outline-offset:-2px}.product-page__quantity-value{text-align:center;min-width:40px;font-family:var(--font-body);font-size:14px;font-weight:400}.product-page__buy{width:100%;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;background:var(--shop-dark);color:var(--white);border:1px solid var(--shop-dark);cursor:pointer;margin-bottom:2rem;padding:1rem 2rem;font-size:12px;font-weight:500;transition:background .3s,color .3s}.product-page__buy:hover{background:var(--white);color:var(--shop-dark)}.product-page__buy:focus-visible{outline:2px solid var(--shop-accent);outline-offset:4px}.product-page__includes{margin-top:auto}.product-page__includes-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--shop-text-muted);margin-bottom:.75rem;font-size:11px;font-weight:400;display:block}.product-page__includes-list{font-family:var(--font-body);color:var(--shop-text-muted);margin:0;padding:0;font-size:13px;line-height:1.8;list-style:none}.product-page__includes-list li:before{content:"• ";color:var(--shop-warm-gray)}.product-page__specs{border-top:1px solid #00000014;margin-top:2rem;padding-top:1.5rem}.product-page__specs-title{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--shop-text-muted);margin:0 0 1rem;font-size:11px;font-weight:400}.product-page__specs-list{margin:0}.product-page__spec-row{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:baseline;padding:.625rem 0;display:flex}.product-page__spec-row:last-child{border-bottom:none}.product-page__spec-label{font-family:var(--font-body);color:var(--shop-text-muted);font-size:13px;font-weight:400}.product-page__spec-value{font-family:var(--font-body);color:var(--shop-dark);text-align:right;margin:0;font-size:13px;font-weight:400}.product-page__story{border-top:1px solid #00000014;margin-top:2rem;padding-top:1.5rem}.product-page__story-text{font-family:var(--font-body);color:var(--shop-text-muted);margin:0 0 1.5rem;font-size:14px;font-weight:400;line-height:1.7}.product-page__features{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.product-page__feature{font-family:var(--font-body);letter-spacing:.02em;color:var(--shop-text-muted);background:#00000008;border-radius:2px;padding:.5rem .875rem;font-size:11px;font-weight:400}.product-page__nav{border-top:1px solid #00000014;justify-content:space-between;margin-top:2.5rem;padding-top:1.5rem;display:flex}.product-page__nav-link{color:var(--shop-dark);align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.product-page__nav-link:hover{opacity:.6}.product-page__nav-link--next{text-align:right}.product-page__nav-arrow{opacity:.4;font-size:1.25rem;font-weight:300;transition:transform .2s,opacity .2s}.product-page__nav-link:hover .product-page__nav-arrow{opacity:.8}.product-page__nav-link--prev:hover .product-page__nav-arrow{transform:translate(-4px)}.product-page__nav-link--next:hover .product-page__nav-arrow{transform:translate(4px)}.product-page__nav-text{flex-direction:column;gap:.125rem;display:flex}.product-page__nav-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--shop-text-muted);font-size:10px;font-weight:400}.product-page__nav-name{font-family:var(--font-display);letter-spacing:-.01em;font-size:14px;font-weight:400}.product-page__images{background:var(--shop-concrete);flex-direction:column;display:flex}.product-page__main-image{flex:1;min-height:400px;position:relative}.product-page__img{object-fit:contain;padding:2rem}.product-page__thumbnails{background:#00000008;gap:.5rem;padding:1rem 2rem;display:flex}.product-page__thumbnail{background:var(--white);cursor:pointer;border:2px solid #0000;width:60px;height:60px;transition:border-color .2s;position:relative;overflow:hidden}.product-page__thumbnail.active{border-color:var(--shop-dark)}.product-page__thumbnail:hover{border-color:var(--shop-warm-gray)}.product-page__thumbnail img{object-fit:cover}@media (max-width:991px){.product-page__grid{grid-template-columns:1fr}.product-page__info{border-top:1px solid #00000014;border-right:none;order:2;padding:2rem 1.5rem}.product-page__images{order:1;min-height:50vh}.product-page__main-image{min-height:50vh}}@media (max-width:767px){.product-page__header{flex-direction:column;gap:.5rem}.product-page__thumbnails{padding:1rem}}.cart-page{background:var(--white);min-height:100vh;padding:120px 5vw 80px}.cart-page__container{max-width:900px;margin:0 auto}.cart-page__header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.cart-page__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--shop-dark);margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:300}.cart-page__back-link{font-family:var(--font-body);color:var(--shop-text-muted);align-items:center;gap:.5rem;font-size:13px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.cart-page__back-link:hover{color:var(--shop-dark)}.cart-page__items{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.cart-item{border-bottom:1px solid #0000000f;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:grid}.cart-item__image{background:var(--shop-concrete);border-radius:4px;width:100px;height:100px;position:relative;overflow:hidden}.cart-item__details{flex-direction:column;gap:.25rem;display:flex}.cart-item__name{font-family:var(--font-body);color:var(--shop-dark);margin:0;font-size:16px;font-weight:500}.cart-item__subtitle{font-family:var(--font-body);color:var(--shop-text-muted);margin:0;font-size:13px}.cart-item__quantity{border:1px solid #00000026;align-items:center;display:flex}.cart-item__qty-btn{cursor:pointer;width:32px;height:32px;color:var(--shop-dark);background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;font-weight:300;transition:background .2s;display:flex}.cart-item__qty-btn:hover{background:#0000000d}.cart-item__qty-value{text-align:center;min-width:32px;font-family:var(--font-body);font-size:14px}.cart-item__price{font-family:var(--font-body);color:var(--shop-dark);text-align:right;min-width:80px;font-size:16px;font-weight:500}.cart-item__remove{cursor:pointer;width:36px;height:36px;color:var(--shop-text-muted);background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.cart-item__remove:hover{color:#d32f2f}.cart-page__summary{background:#00000005;border-radius:4px;margin-bottom:2rem;padding:1.5rem 2rem}.cart-page__summary-row{font-family:var(--font-body);color:var(--shop-text-muted);justify-content:space-between;align-items:center;padding:.5rem 0;font-size:14px;display:flex}.cart-page__summary-row--shipping{padding-bottom:1rem}.cart-page__shipping-free{color:#2e7d32;font-weight:500}.cart-page__summary-divider{background:#0000001a;height:1px;margin:.5rem 0}.cart-page__summary-row--total{padding-top:1rem}.cart-page__subtotal,.cart-page__total{color:var(--shop-dark);font-size:18px;font-weight:600}.cart-page__actions{flex-direction:column;gap:1rem;display:flex}.cart-page__checkout-btn{width:100%;font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;background:var(--shop-dark);color:var(--white);border:1px solid var(--shop-dark);cursor:pointer;padding:1.125rem 2rem;font-size:14px;font-weight:500;transition:background .3s,color .3s}.cart-page__checkout-btn:hover:not(:disabled){background:var(--white);color:var(--shop-dark)}.cart-page__checkout-btn:disabled{opacity:.6;cursor:not-allowed}.cart-page__clear-btn{width:100%;font-family:var(--font-body);color:var(--shop-text-muted);cursor:pointer;background:0 0;border:1px solid #00000026;padding:.875rem 2rem;font-size:13px;font-weight:400;transition:border-color .2s,color .2s}.cart-page__clear-btn:hover{border-color:var(--shop-dark);color:var(--shop-dark)}.cart-page--empty{justify-content:center;align-items:center;display:flex}.cart-page--empty .cart-page__container{text-align:center}.cart-page__empty-state{flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.cart-page__empty-icon{color:var(--shop-warm-gray);opacity:.5}.cart-page__empty-text{font-family:var(--font-body);color:var(--shop-text-muted);margin:0;font-size:18px}.cart-page__browse-btn{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;background:var(--shop-dark);color:var(--white);padding:1rem 2.5rem;font-size:13px;font-weight:500;text-decoration:none;transition:background .3s;display:inline-block}.cart-page__browse-btn:hover{background:#333}@media (max-width:767px){.cart-page{padding:100px 4vw 60px}.cart-page__header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item{grid-template-rows:auto auto;grid-template-columns:80px 1fr;gap:1rem}.cart-item__image{grid-row:span 2;width:80px;height:80px}.cart-item__details{grid-column:2}.cart-item__quantity{grid-column:2;justify-self:start}.cart-item__price{position:absolute;top:0;right:0}.cart-item__remove{position:absolute;bottom:0;right:0}.cart-item{position:relative}.cart-page__summary{padding:1.25rem 1.5rem}}
