css backup
div.product-wrapper:hover{ border: 2px solid red ; }
div.wrapp-category:hover{ border: 2px solid red ; }
span.sku_wrapper
{
display: none;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover{
background :#ffebed
}
.woocommerce-product-attributes shop_attributes
{
display: none;
}
new full
div.product-wrapper:hover {
border: 2px solid red;
}
div.wrapp-category:hover {
border: 2px solid red;
}
span.sku_wrapper {
display: none;
}
.woocommerce-product-attributes,
.shop_attributes {
display: none;
}
/* Hover এবং Selected উভয় অবস্থাতেই এই কালার (#f9374d) হবে */
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
background-color: #f9374d !important;
border-color: #f9374d !important;
box-shadow: 0 0 0 1px #f9374d !important;
}
/* Hover ও Selected উভয় অবস্থায় ভেতরের লেখা সাদা হবে */
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover .variable-item-span,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected .variable-item-span {
color: #ffffff !important;
font-weight: bold !important;
}
/* কালো টুলটিপ বক্স চিরতরে বন্ধ */
.woo-variation-swatches [data-wvstooltip]:before,
.woo-variation-swatches [data-wvstooltip]:after,
.woo-variation-swatches [data-wvstooltip]:hover:before,
.woo-variation-swatches [data-wvstooltip]:hover:after,
.woo-variation-swatches [data-wvstooltip].selected:before,
.woo-variation-swatches [data-wvstooltip].selected:after {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
}









