.custom-shop-card{margin-top:2rem;padding-top:1rem;padding-bottom:1rem}.custom-shop-card ul.products li.product{background:#ffffff;border-radius:1rem;box-shadow:0 8px 20px rgba(0,0,0,0.05);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative}.custom-shop-card ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.1)}.custom-shop-card ul.products li.product img{display:block;width:100%;height:auto;border-radius:1rem 1rem 0 0;transition:transform 0.3s ease}.custom-shop-card ul.products li.product:hover img{transform:scale(1.05)}.custom-shop-card ul.products li.product .woocommerce-LoopProduct-link{position:relative;display:block}.custom-shop-card ul.products li.product .woocommerce-LoopProduct-link::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0);transition:background 0.3s ease}.custom-shop-card ul.products li.product:hover .woocommerce-LoopProduct-link::after{background:rgba(0,0,0,0.04)}.custom-shop-card .woocommerce-loop-product__title{margin:0.8rem 1rem 0;font-family:'Playfair Display',serif;font-size:1.2rem;letter-spacing:0.03em;color:#333333}@media (max-width:768px){.custom-shop-card .woocommerce-loop-product__title{font-size:1rem}}.custom-shop-card .price{margin:0.4rem 1rem;font-family:'Inter',sans-serif;font-size:1rem;color:#6b63ff}.custom-shop-card .button,.custom-shop-card .added_to_cart{display:block;width:auto;margin:0.5rem 1rem 1rem;padding:0.8rem 1.4rem;background:linear-gradient(135deg,#6b63ff,#c28cff);color:#ffffff!important;text-transform:uppercase;font-weight:600;border:none;border-radius:2rem;text-align:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-shop-card .button:hover,.custom-shop-card .added_to_cart:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}