:root{--bg: #f5f2ee;--bg-card: #ffffff;--text-primary: #1a1a1a;--text-secondary: #6b6560;--text-muted: #9a948e;--accent: #8a7560;--accent-hover: #6d5c49;--border: #e2ded8;--border-light: #eceae6;--shadow-sm: 0 1px 3px rgba(0,0,0,.04);--shadow-md: 0 4px 20px rgba(0,0,0,.06);--shadow-lg: 0 12px 40px rgba(0,0,0,.1);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--radius: 2px;--grid-gap: 20px;--max-width: 1400px;--collection-accent: #4a6741}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}.site-header{border-bottom:1px solid var(--border)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:40px 40px 28px;display:flex;justify-content:space-between;align-items:flex-end}.brand{display:flex;flex-direction:column;gap:2px;text-decoration:none}.brand-name{font-family:var(--font-display);font-weight:300;font-size:2rem;letter-spacing:.02em;line-height:1.1;color:var(--text-primary)}.brand-tagline{font-family:var(--font-display);font-size:1rem;font-weight:300;font-style:italic;color:var(--text-secondary);letter-spacing:.02em}.header-right{display:flex;align-items:center;gap:28px}.header-right a{font-size:.82rem;font-weight:400;color:var(--text-secondary);letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.header-right a:hover{color:var(--text-primary)}.cart-link{position:relative}.cart-count{position:absolute;top:-8px;right:-14px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:500;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.filter-bar{max-width:var(--max-width);margin:0 auto;padding:24px 40px;display:flex;align-items:center;justify-content:space-between}.filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.filter-tab{font-size:.78rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;padding:7px 16px;border:1px solid transparent;border-radius:20px;background:transparent;color:var(--text-muted);transition:all .2s}.filter-tab:hover{color:var(--text-secondary);border-color:var(--border)}.filter-tab.active{color:var(--text-primary);border-color:var(--text-primary);background:#fff}.item-count{font-size:.8rem;color:var(--text-muted);font-weight:300}.filter-tab--featured{font-weight:500;color:var(--collection-accent)}.filter-tab--featured:hover{border-color:var(--collection-accent);color:var(--collection-accent)}.filter-tab--featured.active{color:var(--collection-accent);border-color:var(--collection-accent);background:#f0f4ee}.filter-divider{width:1px;height:20px;background:var(--border);align-self:center;margin:0 6px;flex-shrink:0}.collection-story{max-width:var(--max-width);margin:0 auto;padding:0 40px 24px}.story-inner{background:linear-gradient(135deg,#3d5438,#5a7652 60%,#6d8a63);border-radius:4px;padding:32px 40px;color:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.story-text h2{font-family:var(--font-display);font-weight:300;font-size:1.6rem;margin-bottom:10px}.story-desc{font-size:.9rem;font-weight:300;line-height:1.7;opacity:.9;max-width:700px}.story-desc p{margin-bottom:.6em}.story-desc p:last-child{margin-bottom:0}.story-count{font-family:var(--font-display);font-size:1.3rem;font-weight:300;opacity:.5;white-space:nowrap;flex-shrink:0}.product-grid{max-width:var(--max-width);margin:0 auto;padding:0 40px 80px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--grid-gap)}.product-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:box-shadow .3s,transform .3s;box-shadow:var(--shadow-sm);position:relative;display:block;text-decoration:none;color:inherit;opacity:0;transform:translateY(16px);animation:fadeUp .4s ease forwards}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card.hidden{display:none}.product-image{width:100%;aspect-ratio:1;background:#eae7e2;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.03)}.placeholder-icon{color:var(--border);font-size:2.5rem}.product-info{padding:18px 20px 20px}.product-title{font-family:var(--font-display);font-size:1.1rem;font-weight:500;line-height:1.35;color:var(--text-primary);margin-bottom:6px}.product-meta{display:flex;justify-content:space-between;align-items:baseline}.product-type{font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.product-price{font-family:var(--font-display);font-size:1.15rem;font-weight:400;color:var(--accent)}.badge{position:absolute;font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-sold{top:14px;left:14px;background:#1a1a1ac7;color:#fff}.badge-collection{bottom:14px;left:14px;background:#4a6741d9;color:#fff}.collection-banner{max-width:var(--max-width);margin:0 auto;padding:0 40px 24px}.banner-inner{background:linear-gradient(135deg,#3d5438,#5a7652 60%,#6d8a63);border-radius:4px;padding:28px 36px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.banner-text h1{font-family:var(--font-display);font-weight:300;font-size:1.5rem;margin-bottom:4px}.banner-text p{font-size:.85rem;font-weight:300;opacity:.85}.banner-count{font-family:var(--font-display);font-size:1.3rem;font-weight:300;opacity:.6;white-space:nowrap}.product-page{max-width:var(--max-width);margin:0 auto;padding:48px 40px 80px}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{display:flex;flex-direction:column;gap:12px}.gallery-main{aspect-ratio:1;background:#eae7e2;border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto}.gallery-thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;background:#eae7e2;padding:0;flex-shrink:0;cursor:pointer;transition:border-color .2s}.gallery-thumb.active{border-color:var(--text-primary)}.gallery-thumb:hover{border-color:var(--text-secondary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;gap:16px;padding-top:12px}.product-badges{display:flex;gap:8px;flex-wrap:wrap}.product-badge-link{display:inline-block;font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:2px;background:#f0f4ee;color:var(--collection-accent);border:1px solid #d4ddd0;transition:background .2s}.product-badge-link:hover{background:#e4ece0}.product-detail-type{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:400}.product-detail-title{font-family:var(--font-display);font-size:2rem;font-weight:400;line-height:1.25;color:var(--text-primary)}.product-detail-price{font-family:var(--font-display);font-size:1.5rem;font-weight:300;color:var(--accent)}.product-detail-desc{font-size:.92rem;line-height:1.75;color:var(--text-secondary);font-weight:300}.product-detail-desc p{margin-bottom:.8em}.product-detail-desc p:last-child{margin-bottom:0}.product-tags{display:flex;flex-wrap:wrap;gap:6px}.product-tag{font-size:.7rem;color:var(--text-muted);background:var(--bg);padding:3px 10px;border-radius:12px;letter-spacing:.02em}.variant-selector{display:flex;flex-direction:column;gap:6px}.variant-selector label{font-size:.8rem;font-weight:400;color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase}.variant-selector select{padding:10px 14px;font-family:var(--font-body);font-size:.9rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text-primary);-webkit-appearance:none;appearance:none;cursor:pointer}.add-to-cart-btn{margin-top:8px;padding:15px 32px;background:var(--text-primary);color:#fff;border:none;border-radius:var(--radius);font-family:var(--font-body);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s;width:100%}.add-to-cart-btn:hover{background:var(--accent-hover)}.sold-out-btn{background:var(--text-muted);cursor:not-allowed}.sold-out-btn:hover{background:var(--text-muted)}.checkout-btn{padding:15px 32px;background:var(--text-primary);color:#fff;border:none;border-radius:var(--radius);font-family:var(--font-body);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s;width:100%}.checkout-btn:hover{background:var(--accent-hover)}.shipping-note{font-size:.75rem;color:var(--text-muted);text-align:center;font-weight:300;display:block}.back-link{font-size:.82rem;color:var(--text-secondary);transition:color .2s;display:inline-block;margin-top:8px}.back-link:hover{color:var(--text-primary)}.cart-page{max-width:800px;margin:0 auto;padding:48px 40px 80px}.cart-title{font-family:var(--font-display);font-weight:300;font-size:2rem;margin-bottom:32px}.cart-items{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.cart-item{display:flex;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--border-light)}.cart-item-image{width:100px;height:100px;border-radius:var(--radius);overflow:hidden;background:#eae7e2;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{display:flex;flex-direction:column;gap:4px;flex-grow:1}.cart-item-title{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--text-primary)}.cart-item-title:hover{text-decoration:underline}.cart-item-variant{font-size:.8rem;color:var(--text-muted)}.cart-item-price{font-family:var(--font-display);font-size:1.1rem;color:var(--accent)}.cart-item-actions{display:flex;align-items:flex-start}.cart-item-remove{font-size:.78rem;color:var(--text-muted);transition:color .2s}.cart-item-remove:hover{color:var(--text-primary)}.cart-summary{display:flex;flex-direction:column;gap:16px;align-items:stretch}.cart-total{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-display);font-size:1.3rem;font-weight:400;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart-total-price{color:var(--accent)}.page-content{max-width:800px;margin:0 auto;padding:48px 40px 80px}.page-title{font-family:var(--font-display);font-weight:300;font-size:2rem;margin-bottom:24px}.page-body{font-size:.92rem;line-height:1.8;color:var(--text-secondary);font-weight:300}.page-body h2,.page-body h3{font-family:var(--font-display);font-weight:400;margin-top:2em;margin-bottom:.5em;color:var(--text-primary)}.page-body p{margin-bottom:1em}.empty-state{text-align:center;padding:80px 40px;color:var(--text-muted);font-size:.95rem}.site-footer{border-top:1px solid var(--border)}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:32px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-left{font-size:.78rem;color:var(--text-muted);font-weight:300}.footer-left a{color:var(--text-secondary);transition:color .2s}.footer-left a:hover{text-decoration:underline}.footer-right{display:flex;gap:20px}.footer-right a{font-size:.75rem;color:var(--text-muted);transition:color .2s}.footer-right a:hover{color:var(--text-secondary)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.product-page-inner{grid-template-columns:1fr;gap:32px}}@media (max-width: 768px){.header-inner{padding:28px 20px 20px;flex-direction:column;align-items:flex-start;gap:16px}.brand-name{font-size:1.6rem}.filter-bar{padding:20px;flex-direction:column;gap:12px;align-items:flex-start}.product-grid{padding:0 20px 60px;grid-template-columns:repeat(2,1fr);gap:12px}.product-info{padding:12px 14px 16px}.product-title{font-size:.95rem}.product-price{font-size:1rem}.product-page{padding:28px 20px 60px}.product-detail-title{font-size:1.6rem}.collection-banner{padding:0 20px 20px}.banner-inner{padding:20px 24px;flex-direction:column;text-align:center}.collection-story{padding:0 20px 20px}.story-inner{padding:24px;flex-direction:column;text-align:center}.story-count{align-self:center}.cart-page{padding:28px 20px 60px}.cart-item-image{width:80px;height:80px}.footer-inner{padding:24px 20px;flex-direction:column;align-items:flex-start}.page-content{padding:28px 20px 60px}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
