Dark Brown Leather Crossbody Bag | Premium Shoulder Bag for Everyday Use Discover the perfect blend of style, functionality, and durability with our Dark Brown Crossbody Bag. Crafted from premium genuine leather, this crossbody bag is designed for those who value quality and timeless fashion. Whether...
Practical Style That Fits Your Lifestyle When fashion meets functionality, the result is a bag you’ll reach for every day. Our Small Cross Body Bag is the perfect choice for those who want to keep their essentials close without carrying bulk. Designed for modern lifestyles, it...
/* 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