.zoom-lens {
position: absolute;
width:100px;
height:100px;
border: 2px solid #999;
background: rgba(255, 255, 255, 0.3);
pointer-events: none;
display: none;
}

.zoomed-preview {
position: fixed;
width: 300px;
height: 300px;
border: 1px solid #ccc;
background-repeat: no-repeat;
background-color: #fff;
background-position: center;
display: none;
z-index: 99;
top: 200px;
right: 400px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.theme-product-box-inner:hover .hover-container, .theme-product-box-container:hover .hover-container {
display: block !important;
}

.theme-product-box-inner:hover .img-container, .theme-product-box-container:hover .img-container {
display: none !important;
}

.hover-container {
display: none !important;
}

.theme-product-list-style-01 .theme-prod-price {
    color: red;
}
.theme-product-details-style-02 .theme-product-details-container .theme-product-main-info-container .theme-product-info-content-row.theme-product-details-price-and-availability-container .theme-product-details-price .theme-prod-detail-entry-row .theme-prod-total-price {
    color: red;
}

.theme-prod-name a:hover {
    text-decoration: underline; 
}
.theme-product-details-price {
    display: flex
}

.theme-custom-text {
    background: red;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px
}

