Ride in Comfort and Style with Our Premium Leather Horse Bridle –Bwok UK Elevate your riding experience with the Premium Leather Horse Bridle from Bwok Store. Expertly crafted from high-quality, genuine leather, this bridle offers exceptional durability, superior comfort, and optimal control. Whether you’re training, competing, or...
This Handcrafted Leather Horse Bridle combines traditional craftsmanship with contemporary design, offering both elegance and functionality for equestrians. Made from premium leather, it provides a comfortable fit for your horse and exceptional durability for long-term use. Features: Premium Leather Construction for unmatched strength and durability Handcrafted Design for a personalized, high-quality finish...
/* Main product card container */
.card-wrapper {
border: 2px solid #006666 !important;
border-radius: 12px !important;
padding: 10px !important;
background-color: #ffffff !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Hover effect on product card */
.card-wrapper:hover {
transform: scale(1.02) !important;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
/* Product image styling */
.card__media img {
border-radius: 10px !important;
transition: transform 0.3s ease !important;
}
/* Zoom effect on image hover */
.card__media:hover img {
transform: scale(1.05) !important;
}
/* Product title styling */
.card__heading {
font-size: 16px !important;
font-weight: 600 !important;
color: #000 !impor