:root{--terracotta:#e07a5f;--sandstone:#f4ebd0;--sage:#a3b18a;--charcoal:#333533;--cerulean:#669bbc}body{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;margin:0;padding:0;background:var(--sandstone);color:var(--charcoal)}main{padding:1rem}@media (min-width:768px){main{padding:2rem}}.site-header{justify-content:center;background:var(--terracotta);border-bottom:2px solid var(--sage);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-inner,.site-header{display:flex;align-items:center}.header-inner{width:100%;max-width:1200px;padding:0 1rem}.site-nav{margin-left:auto;display:flex;gap:1rem}.nav-link{color:inherit;text-decoration:none;padding:0 .25rem}.nav-link:hover{text-decoration:underline}.catalog-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.catalog-header h1{margin:0}.catalog-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.search-wrapper{position:relative;display:flex;align-items:center}.search-wrapper .search-icon{position:absolute;left:8px;color:var(--sage)}.search-input{width:18rem;padding:.5rem .75rem .5rem 2rem;border:1px solid var(--sage);border-radius:4px}.filter-button{background:var(--terracotta);color:#fff;display:flex;align-items:center;gap:.25rem}.filter-button,.sort-select{padding:.5rem .75rem;border:1px solid var(--sage);border-radius:4px}.sort-select{background:#fff}.filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;justify-content:flex-end;z-index:50}.filter-panel{background:#fff;width:300px;padding:1rem;overflow-y:auto}.close-btn{background:none;border:none;font-size:1.25rem;margin-left:auto;cursor:pointer}.filter-section{margin-top:1rem}.filter-option{display:block;margin:.25rem 0}.apply-btn{margin-top:1rem;padding:.5rem .75rem;background:var(--terracotta);color:#fff;border:none;border-radius:4px;width:100%}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:2rem;gap:2rem}.product-card{border:1px solid var(--sage);border-radius:8px;padding:1rem;background:#fff;text-align:center}.product-image{width:100%;height:340px;object-fit:contain;border-radius:4px;margin-bottom:.5rem;background:#fff}.product-card h2{font-size:.9rem;margin:.25rem 0}.color-picker{display:flex;justify-content:center;gap:.25rem;margin-top:.5rem}.swatch{width:20px;height:20px;border-radius:50%;border:1px solid var(--sage);cursor:pointer}.swatch.selected{outline:2px solid var(--terracotta)}.detail-container{max-width:700px;margin:0 auto}.detail-price{font-size:1.25rem;font-weight:700;margin:1rem 0;color:var(--terracotta)}.image-wrapper{position:relative;padding:.5rem;background:#fff;border-radius:4px;border:1px solid var(--sage);margin-bottom:1rem}.detail-image{width:100%;height:360px;object-fit:contain;border-radius:4px;background:#fff;border:none}.color-form{margin-top:1rem;border-top:1px solid var(--sage);padding-top:1rem}.star-rating span{font-size:1.25rem;color:#ccc;cursor:pointer}.star-rating span.filled{color:var(--terracotta)}.rating-snapshot{margin:1.5rem 0}.snapshot-row{display:flex;align-items:center;cursor:pointer;padding:.25rem .5rem}.snapshot-row.active{background:rgba(0,0,0,.05)}.star-label{width:3rem}.bar-container{flex:1 1;background:#eee;height:.75rem;margin:0 .5rem;border-radius:.375rem;overflow:hidden}.bar{height:100%;background:var(--terracotta)}.count{width:2rem;text-align:right}.overall-rating{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.overall-rating .score{display:flex;align-items:center;gap:.5rem}.overall-rating .score h2{margin:0;font-size:2rem}.overall-rating .recommend{color:#555}.filter-reviews{margin:1.5rem 0}.filter-reviews input{width:100%;padding:.5rem;border:1px solid var(--sage);border-radius:.25rem}.tags{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .5rem;border:1px solid var(--sage);border-radius:.25rem;background:#fff;cursor:pointer}.tag.active{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.customer-media-carousel{display:flex;overflow-x:auto;gap:.5rem;margin:1rem 0}.customer-media-carousel .carousel-img{height:60px;border-radius:4px}