/* white you custom css code here. only css code will work */

.addtocart{
	margin-top: 5px;
}

/* white you custom css code here. only css code will work */
.cat-sku-content-wrapper .social-icons {
       display: none;
}

.shipping-wrap .card {
    border: 1px solid #e2e2e2 !important;
    display: none !important;
}


.vdo-btn{
	display:none;
}
.shipping-details-wrapper{
	display:none;
}
.addtocart{
	margin-top: 5px;
}

.fa-heart:before {
    content: "\f004";
  display:none;
}
  
/* Client Logo Section - Always show original colors */
.client-section .single-brand img {
    filter: none !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.client-section .single-brand:hover img {
    filter: none !important;
    opacity: 1 !important;
    transform: scale(1.05);
}

/* Remove any existing grayscale filters */
.client-section .img-wrapper img,
.client-area .single-brand img,
.client-active-area .single-brand img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

/* Ensure hover states maintain original colors */
.client-section .single-brand:hover .img-wrapper img,
.client-area .single-brand:hover img,
.client-active-area .single-brand:hover img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

/* Add smooth transition for the scale effect only */
.client-section .single-brand {
    transition: transform 0.3s ease;
}

.client-section .single-brand:hover {
    transform: translateY(-5px);
}