.cw_product-card {
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.cw_product-image {
    flex: 1;
    position: relative;
}

.cw_product-image img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

.cw_badge-container {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
}

.cw_badge {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.cw_badge-new {
    background: #28a745;
    color: white;
}

.cw_badge-scale {
    background: #333;
    color: white;
}

.cw_product-info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cw_product-title {
    font-size: 36px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -0.1px;
    color: #121111;
}

.cw_product-description {
    font-size: 17px;
    font-weight: 200;
    line-height: 1.5em;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.cw_product-price {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.cw_product-link {
    display: inline-flex;
    align-items: center;
    color: #28a745;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: gap 0.3s ease;
    gap: 5px;
    text-decoration: underline;
}

.cw_product-link:hover {
    gap: 10px;
    text-decoration: underline;
}

.cw_product-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.cw_pagination {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.cw_pagination-dot {
    width: 30px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cw_pagination-dot.active {
    background: #28a745;
}

@media (max-width: 768px) {
    .cw_product-card {
        flex-direction: column;
    }

    .cw_product-image {
        padding: 30px;
    }

    .cw_product-info {
        padding: 30px;
    }

    .cw_product-title {
        font-size: 20px;
    }

    .cw_product-price {
        font-size: 28px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.old-price {
    text-decoration: line-through;
    font-size: 23px;
    margin-right: 10px;
}

.discount-label {
    margin-left: .625rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.875rem;
    color: #fff;
    padding: 0 .9375rem;
    background: #cf292b;
    vertical-align: 4px;
    border-radius: 3px;
    text-transform: capitalize;
    padding: 10px;
}

.slide_custom_image {
    min-height: 500px;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

.echelle {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: .75rem;
    font-weight: 600;
    border-radius: 3px;
    text-transform: capitalize;
    z-index: 1;
    background: #000;
}

.custom_flags li {
    padding: 7px 15px !important;
    line-height: 0.95rem !important;
    height: 1.95rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}



#banner_product_parent {
    background: #f6f6f6;
  }
  
.banner_product_child {
background: transparent;
}


.cw_product-card {
    background: #fff;
  }

.cw-slide.item {
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 80px;
    background: #348E22 !important;
}

.image_content_layer .cw_product-title, .image_content_layer .cw_product-description {
    color: #fff !important;
    text-align: center;
}

.image_content_layer .cw_product-title {
    font-size: 55px;
}

.image_content_layer .cw_product-description {
    font-size: 26px;
}

.radiuus, .radiuus .image_content_layer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.slide_custom_image {
    object-fit: cover !important;
}

@media screen and (max-width:768px) {
    .image_content_layer {
        padding: 30px 50px;
        text-align: center;
    }
    .cw_product-card  .owl-stage {
        display: flex !important;
        align-items: stretch;
    }

    .cw_product-card .owl-item {
        display: flex;
        height: auto !important;
    }

    .cw_product-card .cw-slide.item,
    .cw_product-card .cw_product-card.cw-slide.item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .cw_product-card .cw_product-info {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cw_product-card .slide_custom_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 100%;
    }

    .cw_product-card .cw-slide.item {
        min-height: 450px;
    }

    .radiuus {
        border-radius: 40px !important;
        width:100%;
    }
    .first_col {
        min-height: 80vh !important;
    }
}