.accordion-button:hover {
    border: none !important;
    z-index: initial; /* Reset the z-index */
    box-shadow: none; /* Remove any shadow */
}

/* Override to remove focus effect */
.accordion-button:focus {
    z-index: initial; /* Reset the z-index */
    outline: none; /* Remove the outline */
    border: none !important;
    background: none !important;
    box-shadow: none; /* Remove any focus box-shadow */
}

/* Override hover and focus effect for active state */
.accordion-button:not(.collapsed):hover,
.accordion-button:not(.collapsed):focus {
    z-index: initial; /* Reset z-index */
    box-shadow: none; /* Remove shadow */
}

.accordion-body {
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.85px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--black);
}

.accordion-body ul {
    list-style-type: none;
    padding-left: 0;
}

.accordion-body ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.85px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--black);
}

.accordion-body ul li:before {
    content: "-";
    color: #333;
    padding-right: 10px;
}
.select-box:hover {
    border: 0.5px solid var(--black) !important;
}

.carousel-container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow: hidden; /* This hides both scrollbars */
    overflow-y: scroll; /* Keeps scroll functionality */
}

.style-with-container-drawer-success {
    padding: 20px 5px;
}

.style-with-container-drawer-success .img-container img {
    width: 160px;
    height: auto;
}

.style-with-container-drawer-success span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.85px;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--black);
}

.style-with-container-drawer-success .img-container {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
}
.color-container {
    padding: 0px !important;
}

.product-info-wrapper {
    margin-top: 80px;
    padding: 0px;
    padding-right: 80px;
}
/* @media screen and (max-width: 768px) {
    .product-info-wrapper-container {
        display: none;
    }
} */

.bottom-sheet {
    display: none;
}

@media screen and (max-width: 768px) {
    .bottom-sheet {
        display: block;
    }
}

.page-main-description {
    display: none !important;
}

.container-bottom-sheet {
    display: none;
}

@media screen and (max-width: 768px) {
    .product-info-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .container-bottom-sheet {
        display: block;
    }
}
