 .zoom-img {
            width: 100%;
            height: 100%;
            transition: transform 0.2s ease;
            transform-origin: center center;
        }
.heart-right{
    z-index: 10;
}

    .w-box {
        background-color: #227276;
        color: white;
        font-weight: bold;
        border-color: #000 !important;
    }

   
   
   .weight-box {
    min-width: 80px;
    height: auto !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 12px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    background-color: #f3f0ee;
    transition: all 0.2s ease;
}

.right-content-box  .carat-w-box .w-box {
   
    background-color: #015e63 !important;
}

.carat-w-box::-webkit-scrollbar {
    height: 6px;
}

.carat-w-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

   


