:root{--green-dark: #1a3a2a;--green-mid: #2d6644;--green-light: #4a8a65;--gold: #c8a04a;--gold-dark: #b8900a;--cream: #f7f3ed;--cream-dark: #e8e2d4;--sage: #8a9e8a;--text-dark: #1a1a1a;--font-serif: Georgia, "Times New Roman", Times, serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 1200px;--gutter: 2rem;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--cream);color:var(--text-dark);font-family:var(--font-sans);font-size:.9375rem;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;letter-spacing:.04em;color:var(--green-dark);line-height:1.2}h1{font-size:clamp(2rem,4vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}h4{font-size:1rem;letter-spacing:.08em}.label{font-family:var(--font-sans);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.section{padding:5rem 0}.section--cream-dark{background-color:var(--cream-dark)}.section--green{background-color:var(--green-dark);color:var(--cream)}.divider{width:3rem;height:1px;background-color:var(--gold);margin:1.5rem 0}.divider--center{margin:1.5rem auto}.btn{display:inline-block;padding:.85rem 2rem;font-family:var(--font-sans);font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;transition:var(--transition);line-height:1}.btn--primary{background-color:var(--green-dark);color:var(--cream);border:1px solid var(--green-dark)}.btn--primary:hover{background-color:var(--green-mid);border-color:var(--green-mid)}.btn--outline{background-color:transparent;color:var(--green-dark);border:1px solid var(--green-dark)}.btn--outline:hover{background-color:var(--green-dark);color:var(--cream)}.btn--gold{background-color:var(--gold);color:var(--green-dark);border:1px solid var(--gold)}.btn--gold:hover{background-color:var(--gold-dark);border-color:var(--gold-dark)}.btn--full{width:100%;text-align:center}button.btn--primary:disabled{opacity:.5;cursor:not-allowed}.announcement-bar{background-color:var(--green-dark);color:var(--cream)}.announcement-bar__text{text-align:center;font-size:.75rem;letter-spacing:.06em;padding:.6rem var(--gutter);color:var(--cream)}.site-header{position:sticky;top:0;z-index:100;background-color:var(--cream);border-bottom:1px solid var(--cream-dark)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:5.5rem;max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.site-header__logo img{height:4.5rem;width:auto}.site-nav{display:flex;align-items:center;gap:2.5rem}.site-nav__link{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--green-dark);transition:color var(--transition)}.site-nav__link:hover{color:var(--gold-dark)}.site-header__actions{display:flex;align-items:center;gap:1.25rem}.cart-icon{position:relative;color:var(--green-dark);transition:color var(--transition)}.cart-icon:hover{color:var(--gold-dark)}.cart-icon__count{position:absolute;top:-.5rem;right:-.6rem;background-color:var(--gold);color:var(--green-dark);font-size:.6rem;font-weight:600;width:1.1rem;height:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.mobile-menu-toggle span{display:block;width:24px;height:1.5px;background-color:var(--green-dark);transition:var(--transition)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background-color:var(--green-dark)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.65}.hero__content{position:relative;z-index:1;max-width:640px;padding:4rem var(--gutter);color:var(--cream)}.hero__eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.hero__title{font-family:var(--font-serif);font-weight:400;font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:.03em;color:var(--cream);margin-bottom:1.25rem;line-height:1.1}.hero__subtitle{font-size:1rem;color:var(--cream-dark);margin-bottom:2.5rem;max-width:420px;line-height:1.7}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.material-story{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.material-story__image{overflow:hidden}.material-story__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.material-story__image:hover img{transform:scale(1.03)}.material-story__content{background-color:var(--cream-dark);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}.material-story__eyebrow{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem}.material-story__title{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2.25rem);color:var(--green-dark);margin-bottom:.5rem}.material-story__subtitle{font-size:.85rem;color:var(--sage);letter-spacing:.06em;margin-bottom:2rem}.material-story__body{color:var(--text-dark);font-size:.9375rem;line-height:1.8;margin-bottom:2rem}.material-story__body p{margin-bottom:1em}.material-story__detail{font-size:.8rem;color:var(--sage);border-top:1px solid rgba(138,158,138,.3);padding-top:1.5rem;margin-top:auto}.three-products{padding:6rem 0;background-color:var(--cream)}.three-products__header{text-align:center;margin-bottom:4rem}.three-products__header h2{margin-bottom:.75rem}.three-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{position:relative;background-color:var(--cream-dark);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a3a2a1f}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__view-btn{position:relative;z-index:2;font-size:.75rem;padding:.5rem 1rem;pointer-events:none}.product-card__image{aspect-ratio:4/5;overflow:hidden;background-color:var(--green-dark)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center}.product-card__placeholder{font-family:var(--font-serif);font-size:6rem;color:var(--gold);opacity:.15;-webkit-user-select:none;user-select:none;line-height:1}.product-card__body{padding:1.75rem 1.5rem 2rem;flex:1;display:flex;flex-direction:column}.product-card__label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem}.product-card__title{font-family:var(--font-serif);font-size:1.2rem;color:var(--green-dark);margin-bottom:.5rem;letter-spacing:.03em}.product-card__desc{font-size:.8125rem;color:var(--sage);margin-bottom:1.5rem;line-height:1.6}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card__price-wrap{display:flex;flex-direction:column;gap:.1rem}.product-card__price{font-family:var(--font-serif);font-size:1.1rem;color:var(--green-dark)}.product-card__price--sale{color:var(--gold)}.product-card__price-compare{font-family:var(--font-serif);font-size:.8rem;color:#999;text-decoration:line-through}.product-card__badge{display:inline-block;font-size:.65rem;font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--cream);background-color:var(--green-dark);padding:.2em .55em;border-radius:2px;margin-top:.15rem;align-self:flex-start}.product-card__currency{font-size:.75rem;color:var(--sage);vertical-align:super;margin-right:.1rem}.instagram-feed{padding:5rem 0;background-color:var(--cream-dark)}.instagram-feed__header{text-align:center;margin-bottom:3rem}.instagram-feed__handle{text-align:center;margin-top:2rem;font-size:.8125rem;letter-spacing:.08em;color:var(--sage)}.instagram-feed__handle a:hover{color:var(--green-dark)}.availability-counter{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:var(--cream-dark);border-left:3px solid var(--gold);font-size:.8125rem}.availability-counter__dot{width:8px;height:8px;border-radius:50%;background-color:var(--gold);flex-shrink:0}.availability-counter__count{font-weight:600;color:var(--green-dark)}.fox-brothers-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--gold);font-size:.75rem;letter-spacing:.06em;color:var(--green-dark)}.fox-brothers-badge__logo{font-family:var(--font-serif);font-size:.9rem;color:var(--gold-dark);white-space:nowrap}.fox-brothers-badge__name{font-weight:600;display:block}.fox-brothers-badge__detail{color:var(--sage);font-size:.7rem;display:block}.ships-notice{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--green-mid);padding:.5rem 0 0}.ships-notice:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background-color:var(--green-mid);flex-shrink:0}.notify-form{margin-top:.5rem}.notify-form__inner{display:flex;border:1px solid var(--cream-dark)}.notify-form input{flex:1;padding:.75rem 1rem;background-color:var(--cream);border:none;outline:none;font-size:.875rem;color:var(--text-dark);min-width:0}.notify-form button{padding:.75rem 1.25rem;background-color:var(--green-dark);color:var(--cream);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:background-color var(--transition)}.notify-form button:hover{background-color:var(--green-mid)}.product-page{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:4rem;max-width:var(--max-width);margin:0 auto;padding:4rem var(--gutter);align-items:stretch}.product-gallery{display:grid;grid-template-columns:72px 1fr;gap:.75rem;align-items:start}.product-gallery--single{grid-template-columns:1fr}.product-gallery__thumbs{grid-column:1;display:flex;flex-direction:column;gap:.5rem}.product-gallery__main{grid-column:2;aspect-ratio:1;overflow:hidden;background-color:var(--cream-dark);cursor:zoom-in}.product-page__description{grid-column:1 / -1;padding-top:3rem;border-top:1px solid var(--cream-dark)}.product-page__description h3{font-family:var(--font-serif);font-size:1.1rem;color:var(--green-dark);letter-spacing:.05em;margin-bottom:1rem;font-weight:400}.product-page__description p{font-size:.95rem;line-height:1.85;color:var(--text-dark);margin-bottom:1rem}.product-page__description hr{border:none;border-top:1px solid var(--cream-dark);margin:2rem 0}.product-page__description em{color:var(--sage);font-size:.85rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb{aspect-ratio:1;width:100%;overflow:hidden;cursor:pointer;background-color:var(--cream-dark);border:2px solid transparent;transition:border-color var(--transition);padding:0;display:block}.product-gallery__thumb.active{border-color:var(--gold)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{padding-top:1rem}.product-info__label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem}.product-info__title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);color:var(--green-dark);margin-bottom:.5rem;letter-spacing:.03em}.product-info__subtitle{font-size:.9rem;color:var(--sage);margin-bottom:1.5rem;font-style:italic}.product-info__price-wrap{margin-bottom:.25rem}.product-info__price-compare-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.2rem}.product-info__price-compare{font-family:var(--font-serif);font-size:1rem;color:#999;text-decoration:line-through}.product-info__badge{display:inline-block;font-size:.65rem;font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--cream);background-color:var(--green-dark);padding:.2em .6em;border-radius:2px}.product-info__price{font-family:var(--font-serif);font-size:1.75rem;color:var(--green-dark);margin-bottom:0}.product-info__price--sale{color:var(--gold)}.product-info__price-detail{font-size:.75rem;color:var(--sage);margin-bottom:1.5rem}.product-info__actions{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.product-info__badges{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.product-info__description{border-top:1px solid var(--cream-dark);padding-top:2rem;margin-top:1rem}.product-info__description h4{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin-bottom:1.25rem;font-family:var(--font-sans)}.product-specs{display:flex;flex-direction:column}.product-spec{display:grid;grid-template-columns:140px 1fr;gap:.75rem;font-size:.875rem;border-bottom:1px solid var(--cream-dark);padding:.6rem 0}.product-spec__key{color:var(--sage)}.preorder-transparency{grid-column:1 / -1;margin-top:1rem;padding:1.5rem 1.75rem;background-color:var(--cream-dark);border-top:2px solid var(--gold);color:var(--green-dark)}.preorder-transparency h4{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green-dark);margin-bottom:.6rem;font-family:var(--font-sans)}.preorder-transparency p{font-size:.875rem;line-height:1.75;color:var(--green-dark)}.product-card__stock-badge{display:inline-block;font-size:.7rem;font-family:var(--font-sans);letter-spacing:.05em;color:var(--sage);margin-top:.3rem}.cart-page{max-width:var(--max-width);margin:0 auto;padding:4rem var(--gutter) 6rem}.cart-empty{padding:4rem 0;text-align:center;color:var(--sage)}.cart-table{width:100%;border-collapse:collapse;margin-top:2rem}.cart-table thead th{text-align:left;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);padding-bottom:1rem;border-bottom:1px solid var(--cream-dark);font-weight:400}.cart-table__total-col{text-align:right}.cart-line td{border-bottom:1px solid var(--cream-dark);padding:1.5rem 0;vertical-align:top}.cart-line__product-inner{display:flex;gap:1.25rem}.cart-line__image{object-fit:cover;background-color:var(--cream-dark);flex-shrink:0}.cart-line__title{font-family:var(--font-serif);font-size:1.05rem;color:var(--green-dark);display:block;margin-bottom:.4rem}.cart-line__preorder-note{font-size:.75rem;letter-spacing:.03em;color:var(--green-mid);font-weight:600;margin-bottom:.4rem}.cart-line__price{font-size:.875rem;color:var(--sage);margin-bottom:.5rem}.cart-line__remove{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);text-decoration:underline}.cart-line__remove:hover{color:var(--gold-dark)}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--cream-dark);width:fit-content}.qty-stepper__btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--green-dark);transition:background-color var(--transition),color var(--transition)}.qty-stepper__btn:hover{background-color:var(--green-dark);color:var(--cream)}.qty-stepper__input{width:2.75rem;height:2.25rem;border:none;border-left:1px solid var(--cream-dark);border-right:1px solid var(--cream-dark);background-color:var(--cream);font-size:.875rem;color:var(--text-dark);text-align:center;-moz-appearance:textfield}.qty-stepper__input::-webkit-outer-spin-button,.qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-line.is-updating{opacity:.5;pointer-events:none;transition:opacity .15s ease}.cart-line__total{text-align:right;font-family:var(--font-serif);font-size:1.05rem;color:var(--green-dark);white-space:nowrap}.cart-summary{max-width:340px;margin-left:auto;margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.cart-summary__subtotal{display:flex;justify-content:space-between;align-items:baseline;padding-top:1rem;border-top:1px solid var(--cream-dark)}.cart-summary__subtotal-amount{font-family:var(--font-serif);font-size:1.5rem;color:var(--green-dark)}.cart-summary__detail{font-size:.75rem;color:var(--sage);margin-top:-.5rem}.cart-summary__preorder-note{font-size:.75rem;line-height:1.6;color:var(--sage);text-align:center}.gallery-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#0a140ff2;align-items:center;justify-content:center}.gallery-lightbox.is-open{display:flex}.gallery-lightbox__img-wrap{display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:85vh}.gallery-lightbox__img-wrap img{max-width:90vw;max-height:85vh;object-fit:contain;display:block}.gallery-lightbox__close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;color:var(--cream);font-size:2rem;line-height:1;cursor:pointer;opacity:.6;padding:.5rem;transition:opacity var(--transition)}.gallery-lightbox__close:hover{opacity:1}.gallery-lightbox__prev,.gallery-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--cream);font-size:3rem;line-height:1;cursor:pointer;opacity:.6;padding:1rem;transition:opacity var(--transition)}.gallery-lightbox__prev:hover,.gallery-lightbox__next:hover{opacity:1}.gallery-lightbox__prev{left:.25rem}.gallery-lightbox__next{right:.25rem}.gallery-lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin:0}.corporate-hero{background-color:var(--green-dark);color:var(--cream);padding:7rem var(--gutter) 5rem;text-align:center}.corporate-hero h1{color:var(--cream);margin-bottom:1.5rem}.corporate-hero p{max-width:560px;margin:0 auto;color:var(--cream-dark);font-size:1rem;line-height:1.7}.corporate-benefits{padding:5rem 0;background-color:var(--cream)}.corporate-benefits__header{margin-bottom:3rem}.corporate-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.benefit-item h3{font-size:1rem;letter-spacing:.06em;margin-bottom:.75rem;font-family:var(--font-serif)}.benefit-item p{font-size:.875rem;color:var(--sage);line-height:1.7}.corporate-form{background-color:var(--cream-dark);padding:5rem 0}.corporate-form__inner{max-width:640px;margin:0 auto;padding:0 var(--gutter)}.corporate-form__header{margin-bottom:3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.85rem 1rem;background-color:var(--cream);border:1px solid rgba(138,158,138,.3);color:var(--text-dark);font-family:var(--font-sans);font-size:.9375rem;outline:none;transition:border-color var(--transition);-webkit-appearance:none;appearance:none;border-radius:0}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green-mid)}.form-group textarea{min-height:120px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.page-content{max-width:720px;margin:0 auto;padding:5rem var(--gutter)}.page-content h1{margin-bottom:1rem}.page-content h2{font-size:1.5rem;margin:2.5rem 0 .75rem}.page-content h3{font-size:1.15rem;margin:2rem 0 .5rem}.page-content p{margin-bottom:1.25rem;color:var(--text-dark);line-height:1.8}.page-content ul,.page-content ol{padding-left:1.5rem;margin-bottom:1.25rem;list-style:initial}.page-content li{margin-bottom:.4rem;line-height:1.7}.page-content a{color:var(--green-mid);border-bottom:1px solid transparent;transition:border-color var(--transition)}.page-content a:hover{border-color:var(--green-mid)}.site-footer{background-color:var(--green-dark);color:var(--cream);padding:4rem 0 2rem}.site-footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(200,160,74,.2);margin-bottom:2rem}.site-footer__brand .logo-wrap img{height:4.5rem;width:auto;opacity:.9}.site-footer__tagline{font-family:var(--font-serif);font-size:.9rem;color:var(--cream-dark);margin-top:.25rem;font-style:italic}.site-footer__contact{font-size:.8125rem;color:var(--sage);margin-top:.75rem;line-height:1.8}.site-footer__contact a:hover{color:var(--cream)}.site-footer__nav h4{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-family:var(--font-sans)}.site-footer__nav ul{display:flex;flex-direction:column;gap:.6rem}.site-footer__nav a{font-size:.875rem;color:var(--cream-dark);transition:color var(--transition)}.site-footer__nav a:hover{color:var(--gold)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--sage)}.site-footer__legal{display:flex;gap:1.5rem}.site-footer__legal a{color:var(--sage);transition:color var(--transition)}.site-footer__legal a:hover{color:var(--cream)}@media(max-width:1024px){.material-story{grid-template-columns:1fr;min-height:auto}.material-story__image{min-height:380px}.material-story__content{padding:3.5rem 2.5rem}.product-page{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}.site-footer__top{grid-template-columns:1fr 1fr;gap:2.5rem}.corporate-benefits__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--gutter: 1.25rem}.site-nav{display:none}.site-nav.is-open{display:flex;flex-direction:column;position:fixed;top:4.5rem;left:0;right:0;bottom:0;background-color:var(--cream);z-index:99;padding:2rem var(--gutter);gap:2rem;align-items:flex-start;overflow-y:auto}.site-nav.is-open .site-nav__link{font-size:1.1rem}.mobile-menu-toggle{display:flex}.three-products__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.hero{min-height:85vh}.site-footer__top{grid-template-columns:1fr;gap:2rem}.site-footer__bottom{flex-direction:column;gap:1rem;text-align:center}.corporate-benefits__grid,.form-grid{grid-template-columns:1fr}.product-spec{grid-template-columns:1fr;gap:.15rem}.product-spec__key{font-size:.75rem}.product-gallery,.product-gallery--single{grid-template-columns:1fr}.product-gallery__thumbs{grid-column:1;flex-direction:row;overflow-x:auto;padding-bottom:.25rem}.product-gallery__main{grid-column:1}.product-gallery__thumb{width:60px;flex-shrink:0}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-line td{border-bottom:none;padding:.5rem 0}.cart-line{border-bottom:1px solid var(--cream-dark);padding-bottom:1rem;margin-bottom:1rem;display:block}.cart-line__quantity{display:flex;align-items:center;gap:.75rem}.cart-line__quantity:before{content:"Quantity";font-size:.75rem;color:var(--sage);text-transform:uppercase;letter-spacing:.08em}.cart-line__total{text-align:left;font-size:.875rem}.cart-summary{max-width:100%}}@media(max-width:480px){.three-products__grid{max-width:100%}.hero__title{font-size:2.25rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/serpentin.css.map */
