.site-shell{position:relative;display:flex;flex-direction:column;min-height:100svh;overflow:clip}.site-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 20% 10%,color-mix(in srgb,var(--color-gold) 12%,transparent),transparent 40%),radial-gradient(circle at 80% 90%,color-mix(in srgb,var(--color-orange) 10%,transparent),transparent 45%);z-index:-1}.site-header{padding-block:1rem}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__brand{display:flex;align-items:center;gap:.75rem;min-width:0}.site-header__logo{flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:.75rem;overflow:hidden}.site-header__logo img{width:100%;height:100%;object-fit:contain}.site-header__title{font-family:var(--font-display--family);font-size:clamp(1.25rem,4vw,1.75rem);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.site-header__nav{display:none;align-items:center;gap:1.25rem}.site-header__nav a{font-size:.875rem;font-weight:600;color:var(--color-text-muted);transition:color .2s ease}.site-header__nav a:hover{color:var(--color-gold)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__icon-link{position:relative;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background:#ffffff1a;color:var(--color-foreground);transition:background .2s ease,color .2s ease}.site-header__icon-link:hover{background:var(--color-orange);color:#000}.site-header__icon-link svg{width:1.125rem;height:1.125rem}.site-header__cart-count{position:absolute;top:-.25rem;right:-.25rem;min-width:1.125rem;height:1.125rem;padding-inline:.25rem;border-radius:9999px;background:var(--color-gold);color:#000;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.site-header__nav{display:flex}}.site-footer{margin-top:auto;padding-block:2.5rem 3rem;border-top:1px solid var(--color-border)}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.site-footer__social{display:flex;align-items:center;gap:1rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background:#ffffff1a;transition:background .2s ease,color .2s ease}.site-footer__social a:hover{background:var(--color-orange);color:#000}.site-footer__social svg{width:1.125rem;height:1.125rem}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.site-footer__links a{font-size:.75rem;font-weight:600;color:var(--color-gold)}.site-footer__links a:hover{text-decoration:underline}.site-footer__copyright{font-size:.75rem;color:var(--color-text-muted)}.site-footer__payment{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;opacity:.6}.hero{padding-block:2rem 1rem;text-align:center}.hero__panel{padding:2rem 1.5rem}.hero__title{font-family:var(--font-display--family);font-size:clamp(2.5rem,8vw,4.5rem);line-height:.95;text-transform:uppercase}.hero__tagline{margin-top:.75rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.hero__cta{margin-top:1.5rem}.product-grid-section{padding-block:2rem 3rem}.product-grid-section__header{text-align:center;margin-bottom:1.5rem}.product-grid-section__title{font-family:var(--font-display--family);font-size:clamp(1.5rem,4vw,2rem);text-transform:uppercase}.product-grid-section__subtitle{margin-top:.5rem;font-size:.875rem;color:var(--color-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:1.25rem;background:#ffffff08;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--color-gold) 40%,transparent)}.product-card__media{aspect-ratio:1;overflow:hidden;background:#ffffff05}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{display:flex;flex-direction:column;gap:.35rem;padding:1rem;flex:1}.product-card__title{font-size:.875rem;font-weight:600;line-height:1.35}.product-card__price{font-size:.875rem;font-weight:700;color:var(--color-gold)}.product-card__badge{align-self:flex-start;margin-top:auto;padding:.25rem .625rem;border-radius:9999px;background:color-mix(in srgb,var(--color-orange) 15%,transparent);border:1px solid color-mix(in srgb,var(--color-orange) 30%,transparent);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-orange)}.product-page{padding-block:2rem 3rem}.product-page__grid{display:grid;gap:2rem}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;align-items:start}}.product-page__gallery{display:grid;gap:.75rem}.product-page__main-image{border-radius:1.25rem;overflow:hidden;border:1px solid var(--color-border);background:#ffffff05}.product-page__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(4rem,1fr));gap:.5rem}.product-page__thumb{border-radius:.75rem;overflow:hidden;border:1px solid var(--color-border);cursor:pointer;opacity:.6;transition:opacity .2s ease,border-color .2s ease}.product-page__thumb.is-active,.product-page__thumb:hover{opacity:1;border-color:color-mix(in srgb,var(--color-gold) 50%,transparent)}.product-page__info{display:flex;flex-direction:column;gap:1rem}.product-page__title{font-family:var(--font-display--family);font-size:clamp(2rem,5vw,3rem);line-height:1;text-transform:uppercase}.product-page__price{font-size:1.25rem;font-weight:700;color:var(--color-gold)}.product-page__description{font-size:.9375rem;line-height:1.75;color:var(--color-text-muted)}.product-page__form{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border-radius:1.25rem;border:1px solid color-mix(in srgb,var(--color-gold) 20%,transparent);background:color-mix(in srgb,var(--color-gold) 5%,transparent)}.product-page__variants label{display:block;margin-bottom:.35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.product-page__quantity{display:flex;align-items:center;gap:.75rem}.product-page__quantity input{width:4rem;padding:.75rem;text-align:center;border:1px solid var(--color-border);background:#0006;color:var(--color-foreground)}.product-page__actions{display:flex;flex-direction:column;gap:.75rem}.product-page__actions .btn{width:100%}.collection-page{padding-block:2rem 3rem}.collection-page__header{text-align:center;margin-bottom:2rem}.collection-page__title{font-family:var(--font-display--family);font-size:clamp(2rem,5vw,3rem);text-transform:uppercase}.collection-page__description{margin-top:.75rem;max-width:40rem;margin-inline:auto;font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.collection-page__pagination{margin-top:2rem;display:flex;justify-content:center;gap:.5rem}.collection-page__pagination a,.collection-page__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding-inline:.75rem;border-radius:9999px;border:1px solid var(--color-border);font-size:.875rem;font-weight:600}.collection-page__pagination .current{background:var(--color-gold);color:#000;border-color:var(--color-gold)}.cart-page{padding-block:2rem 3rem}.cart-page__title{font-family:var(--font-display--family);font-size:clamp(2rem,5vw,2.5rem);text-transform:uppercase;margin-bottom:1.5rem}.cart-page__empty{text-align:center;padding:3rem 1.5rem}.cart-page__empty p{color:var(--color-text-muted);margin-bottom:1.25rem}.cart-item{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{border-radius:.75rem;overflow:hidden;border:1px solid var(--color-border)}.cart-item__title{font-weight:600;font-size:.9375rem}.cart-item__variant{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.cart-item__price{font-size:.875rem;font-weight:700;color:var(--color-gold);margin-top:.35rem}.cart-item__remove{font-size:.75rem;color:var(--color-orange);margin-top:.35rem;display:inline-block}.cart-item__remove:hover{text-decoration:underline}.cart-item__quantity input{width:3.5rem;padding:.5rem;text-align:center;border:1px solid var(--color-border);background:#0006;color:var(--color-foreground)}.cart-page__footer{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:stretch}@media(min-width:640px){.cart-page__footer{flex-direction:row;justify-content:space-between;align-items:center}}.cart-page__total{font-size:1.125rem;font-weight:700}.cart-page__total span{color:var(--color-gold)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/trevschirps.css.map */
