.gro-egypt-cart{background:var(--cart-bg, var(--gro-egypt-cream));padding-block:clamp(2.5rem,6vw,4.5rem);min-height:50vh}.gro-egypt-cart__layout{display:grid;grid-template-columns:60% 40%;gap:clamp(2rem,5vw,4rem);align-items:start}.gro-egypt-cart.is-loading .gro-egypt-cart__layout{opacity:.55;pointer-events:none;transition:opacity .2s ease}.gro-egypt-cart__heading{font-size:var(--gro-egypt-font-h1);margin-bottom:1.75rem}.gro-egypt-cart__list{list-style:none;margin:0 0 1.5rem;padding:0;border-top:1px solid rgba(11,11,12,.15)}.gro-egypt-cart__item{display:grid;grid-template-columns:90px 1fr auto auto;gap:1.25rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid rgba(11,11,12,.15)}.gro-egypt-cart__item-media{display:block;aspect-ratio:4 / 5;overflow:hidden;background:var(--gro-egypt-stone)}.gro-egypt-cart__item-media img{width:100%;height:100%;object-fit:cover}.gro-egypt-cart__item-title{font-family:var(--gro-egypt-font-heading);font-size:var(--gro-egypt-font-body-lg);text-decoration:none;color:inherit;display:block;margin-bottom:.3rem}.gro-egypt-cart__item-variant{font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-body-sm);opacity:.65;margin:0 0 .4rem}.gro-egypt-cart__item-unit{font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-body-sm);margin:0}.gro-egypt-cart__item-qty{display:flex;flex-direction:column;align-items:center;gap:.6rem}.gro-egypt-cart__qty{display:inline-flex;align-items:center;border:1px solid var(--gro-egypt-ink)}.gro-egypt-cart__qty-btn{width:2.4rem;height:2.4rem;background:transparent;border:none;font-size:var(--gro-egypt-font-body);cursor:pointer;color:inherit}.gro-egypt-cart__qty-input{width:2.6rem;text-align:center;border:none;background:transparent;font-family:var(--gro-egypt-font-body);color:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.gro-egypt-cart__qty-input::-webkit-outer-spin-button,.gro-egypt-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gro-egypt-cart__remove{background:none;border:none;font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-caption);letter-spacing:.04em;text-decoration:underline;cursor:pointer;color:inherit;opacity:.7}.gro-egypt-cart__remove:hover{opacity:1}.gro-egypt-cart__item-total{font-family:var(--gro-egypt-font-body);font-weight:600;font-size:var(--gro-egypt-font-body);text-align:right;white-space:nowrap}.gro-egypt-cart__continue{display:inline-block}.gro-egypt-cart__summary{position:sticky;top:90px}.gro-egypt-cart__summary-inner{background:var(--gro-egypt-white);padding:clamp(1.5rem,3vw,2.25rem);border:1px solid rgba(11,11,12,.08)}.gro-egypt-cart__summary-title{font-family:var(--gro-egypt-font-heading);font-size:var(--gro-egypt-font-h4);margin:0 0 1.5rem}.gro-egypt-cart__ship{margin-bottom:1.5rem}.gro-egypt-cart__ship-text{font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-caption);margin:0 0 .6rem}.gro-egypt-cart__ship-track{height:5px;background:#0b0b0c1a;overflow:hidden}.gro-egypt-cart__ship-fill{display:block;height:100%;background:var(--gro-egypt-sage);transition:width .4s ease}.gro-egypt-cart__row{display:flex;justify-content:space-between;font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-body);font-weight:600;margin-bottom:.5rem}.gro-egypt-cart__taxnote{font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-caption);opacity:.6;margin:0 0 1.5rem}.gro-egypt-cart__discount{display:flex;gap:.5rem;margin-bottom:1.25rem}.gro-egypt-cart__discount-input{flex:1;padding:.75em .9em;border:1px solid rgba(11,11,12,.3);background:transparent;font-family:var(--gro-egypt-font-body);color:inherit}.gro-egypt-cart__discount-btn{padding:.75em 1.3em;font-size:var(--gro-egypt-font-eyebrow)}.gro-egypt-cart__notes-label{display:block;font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-caption);margin-bottom:1.25rem}.gro-egypt-cart__notes-label span{display:block;margin-bottom:.4rem;letter-spacing:.06em;text-transform:uppercase}.gro-egypt-cart__notes{width:100%;padding:.75em;border:1px solid rgba(11,11,12,.3);background:transparent;font-family:var(--gro-egypt-font-body);color:inherit;resize:vertical}.gro-egypt-cart__checkout{width:100%;margin-bottom:1rem}.gro-egypt-cart__additional{margin-bottom:1rem}.gro-egypt-cart__payments img{max-width:100%;height:auto;margin-bottom:1rem}.gro-egypt-cart__trust{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-family:var(--gro-egypt-font-body);font-size:var(--gro-egypt-font-caption);opacity:.75}.gro-egypt-cart__trust li:before{content:"\2713  ";color:var(--gro-egypt-sage)}.gro-egypt-cart__empty{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.gro-egypt-cart__empty-icon{display:inline-flex;width:48px;height:48px;opacity:.4}.gro-egypt-cart__empty-icon svg{width:100%;height:100%}.gro-egypt-cart__empty-heading{font-size:var(--gro-egypt-font-h3)}@media(max-width:989px){.gro-egypt-cart__layout{grid-template-columns:1fr}.gro-egypt-cart__summary{position:static}}@media(max-width:749px){.gro-egypt-cart__item{grid-template-columns:72px 1fr;grid-template-areas:"media info" "media qty" "total total";column-gap:1rem;row-gap:.75rem}.gro-egypt-cart__item-media{grid-area:media}.gro-egypt-cart__item-info{grid-area:info}.gro-egypt-cart__item-qty{grid-area:qty;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.gro-egypt-cart__item-total{grid-area:total;text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/gro-egypt-cart-page.css.map */
