:root{--background:#fff;--foreground:#333;--primary:#111;--accent:#e8b481;--muted:#888;--border:#e5e5e5;--radius:4px;--container-width:1280px;--header-height:80px}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.site-main{padding-top:2rem;padding-bottom:4rem}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.btn-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius);padding:.8rem 2rem;font-weight:600;transition:opacity .2s;display:inline-block}.btn-primary:hover{opacity:.9}.btn-outline{border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius);padding:.8rem 2rem;font-weight:600;transition:all .2s;display:inline-block}.btn-outline:hover{background-color:var(--primary);color:#fff}h1,h2,h3,h4,h5,h6{color:var(--primary);line-height:1.2}h1{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}h2{margin-bottom:1rem;font-size:2rem;font-weight:600}h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}.grid-cols-2{grid-template-columns:1fr}}.product-card,.post-card{transition:transform .3s}.product-card:hover,.post-card:hover{transform:translateY(-5px)}.product-card img,.post-card img{border-radius:var(--radius);width:100%;margin-bottom:1rem}.hero{text-align:center;background-color:#f4f4f4;justify-content:center;align-items:center;margin-bottom:5rem;padding:8rem 1.5rem;display:flex}.hero-content{max-width:600px}.hero-subtitle{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.hero-title{margin-bottom:1.5rem;font-size:3.5rem}.hero-desc{color:var(--foreground);margin-bottom:2.5rem}section{margin-bottom:6rem}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.view-all{color:var(--primary);align-items:center;gap:.5rem;font-weight:600;transition:gap .2s;display:flex}.view-all:hover{color:var(--accent);gap:.8rem}.card-image{border-radius:var(--radius);margin-bottom:1rem;position:relative;overflow:hidden}.card-image img{width:100%;height:auto;transition:transform .5s;display:block}.product-card:hover .card-image img{transform:scale(1.05)}.add-to-cart-btn{opacity:0;width:40px;height:40px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;bottom:1rem;right:1rem;transform:translateY(10px);box-shadow:0 4px 12px #0000001a}.product-card:hover .add-to-cart-btn{opacity:1;transform:translateY(0)}.add-to-cart-btn:hover{background:var(--primary);color:#fff}.product-title{margin-bottom:.25rem;font-size:1rem;font-weight:600}.product-title a{color:var(--primary)}.product-title a:hover{color:var(--accent)}.product-price{color:var(--muted);font-size:.95rem;font-weight:500}.post-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:2rem}.product-detail-page{padding-top:2rem}.product-gallery{position:relative}.main-image{border-radius:var(--radius);width:100%;margin-bottom:1rem;overflow:hidden}.main-image img{width:100%;height:auto;display:block}.product-summary{top:calc(var(--header-height) + 2rem);height:fit-content;position:sticky}.product-title-large{margin-bottom:1rem;font-size:2.5rem}.product-price-large{color:var(--primary);margin-bottom:2rem;font-size:1.5rem;font-weight:600;display:block}.short-description{color:var(--muted);margin-bottom:2rem;font-size:1.05rem}.add-to-cart-form{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.btn-add-to-cart{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);width:100%;padding:1.2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-add-to-cart:hover{background:#000;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.product-meta{color:var(--muted);font-size:.85rem}.meta-item{margin-bottom:.5rem;display:block}.meta-label{color:var(--foreground);margin-right:.5rem;font-weight:600}.post-title{margin-bottom:1rem;font-size:1.25rem}.read-more{border-bottom:1px solid #0000;margin-top:1rem;font-size:.9rem;font-weight:600;display:inline-block}.read-more:hover{border-bottom-color:currentColor}
