:root{--background: #f8fafc;--foreground: #263444;--card: #ffffff;--muted: #edf2f7;--muted-foreground: #64748b;--primary: #fbc63d;--primary-dark: #e0a91a;--secondary: #263444;--secondary-foreground: #f8fafc;--border: #d8e0ea;--warm-cream: #f7f2eb;--radius: 12px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 6px 20px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .12);--container: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Lato,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;padding:.75rem 1rem}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.section{padding:5rem 0}.section-title,h1,h2,h3,h4,h5,h6,.brand,.heading-font{font-family:Playfair Display,serif}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{font-size:clamp(2rem,3vw,3rem);line-height:1.15;margin:0 0 .75rem}.section-heading p{color:var(--muted-foreground);max-width:36rem;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;border:1px solid transparent;padding:.95rem 1.5rem;font-weight:700;cursor:pointer;transition:.2s ease;text-decoration:none}.btn-primary{background:var(--primary);color:var(--secondary);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--foreground);border-color:var(--border)}.btn-secondary:hover{background:var(--muted)}.price{font-weight:900;font-size:1.35rem}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcf2;border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:4.25rem;gap:1rem}.brand{font-size:1.8rem;font-weight:700;letter-spacing:-.02em}.brand .accent{color:var(--primary-dark)}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{color:var(--muted-foreground);font-weight:700;font-size:.95rem}.site-nav a:hover{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-link{position:relative;padding:.6rem .9rem;border:1px solid var(--border);border-radius:999px;background:#fff}.cart-count{position:absolute;top:-.35rem;right:-.35rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:999px;background:var(--primary);color:var(--secondary);font-size:.75rem;font-weight:900;display:flex;align-items:center;justify-content:center}.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.hero__bg,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{background:linear-gradient(90deg,#263444e6,#263444b3 45%,#26344440)}.hero__content{position:relative;z-index:1;padding:6rem 0;max-width:42rem;color:var(--secondary-foreground)}.hero__content h1{font-size:clamp(2.75rem,5vw,4.5rem);line-height:1.05;margin:0 0 1.25rem}.hero__content h1 .accent{color:var(--primary);font-style:italic}.hero__content p{font-size:clamp(1.05rem,2vw,1.35rem);color:#f8fafcd6;max-width:34rem;margin:0 0 2rem}.badges-section{background:color-mix(in srgb,var(--muted) 70%,white 30%)}.badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:62rem;margin:0 auto}.badge-card{text-align:center}.badge-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:999px;background:#fbc63d2e;color:var(--primary-dark);display:grid;place-items:center}.badge-icon svg{width:1.75rem;height:1.75rem}.badge-card h3{margin:0 0 .35rem;font-size:1.15rem}.badge-card p{margin:0;color:var(--muted-foreground);font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.product-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.25s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1/1;background:var(--muted);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:1.2rem;line-height:1.25;margin:0 0 .4rem}.product-card__desc{color:var(--muted-foreground);font-size:.95rem;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.about-section{background:var(--warm-cream)}.about-copy{max-width:52rem;margin:0 auto;text-align:center}.about-copy h2{font-size:clamp(2rem,3vw,3rem);margin:0 0 1rem}.about-copy p{font-size:1.125rem;color:var(--muted-foreground);margin:.75rem 0}.site-footer{background:var(--secondary);color:var(--secondary-foreground);padding:3.5rem 0}.site-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:2rem}.site-footer h3,.site-footer h4{margin:0 0 .85rem}.site-footer p,.site-footer li,.site-footer a{color:#f8fafcb8}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.site-footer a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid rgba(248,250,252,.1);margin-top:2rem;padding-top:2rem;text-align:center;font-size:.85rem;color:#f8fafc8c}.product-page{padding:2rem 0 5rem}.breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.95rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-gallery__main{aspect-ratio:1/1;border:1px solid var(--border);border-radius:18px;background:var(--muted);overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.65rem;margin-top:.85rem;overflow:auto}.product-thumbs button{border:2px solid transparent;padding:0;background:none;border-radius:12px;overflow:hidden;width:4.25rem;height:4.25rem;cursor:pointer}.product-thumbs button.is-active{border-color:var(--primary-dark)}.product-info h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 1rem}.product-info .product-price{font-size:2rem;font-weight:900;margin:0 0 1.25rem}.product-info .product-description{color:var(--muted-foreground);font-size:1.05rem;margin:0 0 1.75rem}.variant-picker{margin:0 0 1.75rem}.variant-picker__label{font-weight:700;display:block;margin-bottom:.6rem}.variant-picker__buttons{display:flex;flex-wrap:wrap;gap:.65rem}.variant-picker__buttons input{position:absolute;opacity:0;pointer-events:none}.variant-picker__buttons label{border:1px solid var(--border);border-radius:999px;padding:.6rem .9rem;cursor:pointer;font-weight:700;background:#fff}.variant-picker__buttons input:checked+span,.variant-picker__buttons label.is-active{background:var(--secondary);color:#fff;border-color:var(--secondary)}.shopify-payment-button{margin-top:1rem}.collection-toolbar{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.collection-toolbar p{margin:0;color:var(--muted-foreground)}.form-select{min-width:200px;padding:.7rem .9rem;border-radius:10px;border:1px solid var(--border);background:#fff}.empty-state{text-align:center;color:var(--muted-foreground);padding:3rem 0}.richtext{max-width:48rem}.richtext p,.rte p{color:var(--muted-foreground)}@media(max-width:989px){.products-grid,.site-footer__grid,.product-layout,.badges-grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.site-header__inner{flex-wrap:wrap;padding:.75rem 0}.site-nav{width:100%;order:3;justify-content:center;gap:1rem;padding-bottom:.35rem}.products-grid,.site-footer__grid,.product-layout,.badges-grid{grid-template-columns:1fr}.hero__content{padding:5rem 0}.collection-toolbar{align-items:stretch;flex-direction:column}}.cart-items{display:grid;gap:24px;margin-top:24px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;align-items:start;padding:20px 0;border-bottom:1px solid #e5e5e5}.cart-item__image img{width:100%;height:auto;display:block;border-radius:8px}.cart-item__details input[type=number]{width:80px;margin-top:8px}.cart-footer{margin-top:32px;display:grid;gap:12px}.cart-actions{display:flex;gap:12px;flex-wrap:wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
