/* Honest Pups Collection Styles */ .collection-template { background: #F5F1ED !important; padding: 40px 24px !important; } .collection-template .product-item { background: #FFFFFF !important; border-radius: 16px !important; overflow: hidden !important; border: none !important; box-shadow: 0 2px 20px rgba(0,0,0,0.06) !important; transition: transform 0.3s ease, box-shadow 0.3s ease !important; } .collection-template .product-item:hover { transform: translateY(-4px) !important; box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important; } .collection-template .product-item .product-title { font-family: 'Playfair Display', Georgia, serif !important; font-weight: 700 !important; color: #3A3A3A !important; } .collection-template .product-item .product-price { color: #7FA99B !important; font-weight: 600 !important; } .collection-template .btn-add-to-cart, .collection-template .product-btn { background: #7FA99B !important; color: white !important; border-radius: 8px !important; border: none !important; }