.carousel-control-prev {
    background-color: #ffffff00 !important;
    border: none;
}

.carousel-control-next {
    background-color: #ffffff00 !important;
    border: none;
}

.breadcumb-wrapper {
    background-image: url('assets/img/shape/flower_1_1.png');
}

.btn-close {
    background: none !important;
    border: none !important;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(88, 46, 28);
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
    position: relative;
    width: auto;
    height: auto;
}

.btn-close::before {
    content: "×";
    /* Unicode multiplication sign looks like close */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.main-image img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.4s ease;
}

.thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    transition: border 0.2s ease;
}

.thumb:hover {
    border: 2px solid #a06b50;
}

.play-btnx {
    position: absolute;
    background-color: #C28565;
    border: 1px solid #C28565;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.play-buttonx {
    position: absolute;
    top: 70px;
    right: 55px;
    z-index: 10;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: #a06b50 !important;
    color: #a06b50;
    border: 1px solid #a06b50 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.play-buttonx:hover {
    background-color: #ffffff !important;
    color: #fff;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .side-section {
        position: sticky;
        right: 0;
        margin-top: -100px !important;
    }

    .breadcumb-wrapper {
        margin-top: 110px;
    }

    .mobile-button {
        background-color: rgb(255, 255, 255);
        box-shadow: none !important;
        border: 1px solid #ffffff !important;
        box-shadow: none !important;
        position: sticky;
        bottom: 0;
        padding: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .side-section {
        position: sticky;
        right: 0;
        margin-top: -180px !important;
    }

    .mobile-button {
        background-color: rgb(255, 255, 255);
        box-shadow: none !important;
        border: 1px solid #ffffff !important;
        box-shadow: none !important;
        position: sticky;
        bottom: 0;
        padding-top: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .side-section {
        position: sticky;
        right: 0;
        margin-top: -180px !important;
    }

    .mobile-button {
        background-color: rgb(255, 255, 255);
        box-shadow: none !important;
        border: 1px solid #ffffff !important;
        box-shadow: none !important;
        position: sticky;
        bottom: 0;
        padding-top: 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1191.99px) {


    .product-details {
        min-height: 350px;
    }

    .side-section {
        position: sticky;
        right: 0;
        margin-top: -300px !important;
    }

    .header-text {
        margin-top: -60px;
    }

    .side-section-2 {
        position: fixed;
        right: 0;
        bottom: 0;
        margin-bottom: -30px;
        z-index: 9999;
        top: -20px;
    }

    .side-section-3 {
        position: static;
        right: 0;
        top: 0;
        display: flex;
        align-items: end;
        z-index: 1;
        margin-bottom: -45px;
    }

    .breadcumb-wrapper {
        margin-top: 110px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .breadcumb-wrapper {
        margin-top: 110px;
    }

    .product-details {
        min-height: 350px;
    }

    .side-section {
        position: absolute;
        right: 0;
        top: 160px;
    }

    .side-section-2 {
        position: fixed;
        right: 0;
        bottom: 0;
        margin-bottom: -30px;
        z-index: 9999;
    }

    .side-section-3 {
        position: static;
        right: 0;
        top: 0;
        display: flex;
        align-items: end;
        z-index: 1;
        margin-bottom: -45px;
    }

}

.side-section,
.side-section-2,
.side-section-3 {
    transition:
        top 1s ease,
        bottom 1s ease,
        margin-bottom 1s ease,
        transform 1s ease,
        opacity 1s ease;
}