.elementor-2564 .elementor-element.elementor-element-147f367{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-98be7ca */.bb-product-view {
    max-width: 1300px;
    margin: auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.4fr;
    gap: 40px;
    align-items: center;
    background: #fff6ee;
    border-radius: 30px;
}

/* LEFT IMAGE */
.bb-main-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

/* CONTENT */
.bb-product-content h1 {
    font-size: 36px;
    color: #e51560;
    margin-bottom: 16px;
}

.bb-product-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 18px;
}

.bb-points {
    padding-left: 18px;
}

.bb-points li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #555;
}

/* RIGHT SIDE PRODUCTS */
.bb-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bb-thumbnails img {
    width: 90px;
    height: 110px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    padding: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.bb-thumbnails img:hover {
    transform: scale(1.05);
}

.bb-thumbnails img.active {
    border-color: #e51560;
}

/* MOBILE */
@media (max-width: 900px) {
    .bb-product-view {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bb-thumbnails {
        flex-direction: row;
        justify-content: center;
    }

    .bb-main-image img {
        max-height: 380px;
    }
}/* End custom CSS */