.shop-page{background:linear-gradient(#fff8f8 0%,#fff 45%);min-height:100vh;padding:100px 24px 48px}.shop-page-inner{max-width:1200px;margin:0 auto}.shop-hero{margin-bottom:36px}.shop-catalog{margin-bottom:40px}.shop-catalog-header{text-align:center;margin-bottom:24px}.shop-catalog-header h2{color:#1f1f1f;margin:0 0 8px;font-size:clamp(22px,3vw,30px)}.shop-catalog-header p{color:#777;margin:0;font-size:15px}.shop-page .content-section{margin-bottom:36px}.shop-page .content-section h2{color:#1f1f1f;margin:0 0 14px;font-size:clamp(20px,2.5vw,26px)}.shop-page .content-section p,.shop-page .content-section li{color:#555;font-size:16px;line-height:1.7}.shop-page .content-section ul{margin:0 0 16px;padding-left:1.25rem}.shop-active-filter{color:#666;background:#fff;border:1px solid #f0e8e8;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 auto 20px;padding:12px 16px;font-size:14px;display:flex}.shop-active-filter button{color:#db0707;cursor:pointer;background:#fff;border:1px solid #ecd9d9;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}.shop-status,.shop-empty{text-align:center;color:#666;max-width:600px;margin:40px auto}.shop-empty{background:#fff;border:1px solid #f0e8e8;border-radius:16px;padding:40px 24px}.shop-clear-btn{color:#fff;cursor:pointer;background:#db0707;border:none;border-radius:999px;margin-top:16px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}#product-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));align-items:start;gap:20px;margin:0 auto;display:grid}.product-card{color:inherit;background:#fff;border:1px solid #f0e8e8;border-radius:14px;flex-direction:column;padding:14px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0000000d}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #db070714}.product-card-image{background:#fff;border-radius:10px;width:100%;margin-bottom:12px;overflow:hidden}.product-card-image img{width:100%;height:auto;display:block}.product-card h3{margin:10px 0 5px;font-size:1.1rem}.product-card p{color:#666;font-size:.9rem}@media (max-width:600px){.shop-page{padding:88px 14px 36px}.shop-hero{margin-bottom:24px}.shop-catalog-header{margin-bottom:16px}#product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border-radius:12px;padding:10px}.product-card-image{margin-bottom:8px}.product-card h3{margin:8px 0 4px;font-size:.98rem;line-height:1.25}.product-card p{font-size:.85rem}.shop-active-filter{padding:10px 12px;font-size:13px}.shop-page .content-section p,.shop-page .content-section li{font-size:15px}}@media (max-width:360px){#product-list{grid-template-columns:1fr}}
