#shop-container{padding-top:100px;padding-bottom:60px}.shop-page-header{margin-bottom:30px;border-bottom:2px solid #222;padding-bottom:15px}.shop-page-header h1{font-size:38px;margin:0;letter-spacing:0.05em}#shop-loading{text-align:center;padding:60px 0;font-size:18px;color:#666;width:100%}.shop-empty{text-align:center;padding:60px 0;color:#666}#products-grid{margin-top:10px;display:flex;flex-wrap:wrap}#products-grid>[class*="col-"]{display:flex;flex-direction:column;margin-bottom:28px}.shop-product-card{border:1px solid #ddd;background:#fff;height:100%;display:flex;flex-direction:column;transition:box-shadow 0.2s ease}.shop-product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1)}.shop-product-image{overflow:hidden;background:#f5f5f5}.shop-product-image img{width:100%;height:240px;object-fit:cover;display:block;transition:transform 0.3s ease}.shop-product-image:hover img{transform:scale(1.04)}.shop-product-info{padding:16px;display:flex;flex-direction:column;flex:1}.shop-product-title{font-size:20px !important;font-weight:600;margin:0 0 10px;letter-spacing:0.03em}.shop-product-desc{font-size:18px !important;color:#555;line-height:1.5;margin-bottom:12px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.variant-id-debug{background:#fffde7;border:1px dashed #f9a825;padding:8px 10px;margin-bottom:10px;font-size:13px !important;text-transform:none !important}.variant-id-debug code.variant-id-code{display:block;font-size:11px !important;word-break:break-all;color:#333;cursor:pointer;text-transform:none !important}.variant-id-debug code.variant-id-code:hover{background:#fff9c4}.variant-select-placeholder{height:34px;margin-bottom:12px}.variant-select{margin-bottom:12px;font-size:16px !important;text-transform:none !important}.shop-product-price{font-size:22px !important;font-weight:600;white-space:nowrap}.shop-product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #eee;gap:10px}.add-to-cart-btn{flex-shrink:0;background-color:#222 !important;border-color:#222 !important;color:#fff !important;font-size:18px;padding:9px 16px}.add-to-cart-btn:hover,.add-to-cart-btn:focus{background-color:#444 !important;border-color:#444 !important;color:#fff !important}.add-to-cart-btn.btn-success{background-color:#2e7d32;border-color:#2e7d32}.add-to-cart-btn.btn-danger{background-color:#c62828;border-color:#c62828}@media (max-width: 767px){.shop-product-image img{height:200px}}
