/*@media (min-width: 1280px) {*/
/*    .container {*/
/*        max-width: 1180px;*/
/*    }*/
/*}*/

@media (min-width: 992px) {
    .px-4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

/* General styling for button container */
.button-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.25rem;
    width: 50%;
}

/* Button styling */
.button {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
}

.button-container-right {
    align-items: end;
}

.menu-slider .slick-active a {
    text-decoration: underline;
}

.button svg path {
    fill: #fff;
}

.fixed {
    position: fixed;
}

/* Medium screens: flex wrap and width 33% */
@media (min-width: 768px) {
    .button-container {
        flex-direction: row;
        flex-wrap: wrap;
        width: 33.33%;
    }
}

/* Large screens: width 25% */
@media (min-width: 1024px) {
    .button-container {
        width: 25%;
    }
}

/* Extra large screens: width 20% */
@media (min-width: 1280px) {
    .button-container {
        width: 20%;
    }
}

.fa-angle-left:before {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: auto; /* Enable pointer events */
    display: block;
}

.add-to-cart{
    width: 70%;
}
.slider-div {
    min-height: 392px !important;
}
@media (max-width: 640px) {
    .slider-div {
        min-height: 392px !important;
    }
    .add-to-cart{
        width: 100%;
    }
    .side-div{
        margin-bottom: 170px;
    }
}


@media (max-width: 768px) {
    .slick-dots li {
        display: none;
    }
    .slick-dots li:nth-child(-n+5) {
        display: inline-block; /* Show only first 5 dots */
    }
}

.discount{
    padding: 10px;
    margin: 12px;
}

.custom-button{
    width: 186px;
}

.home-best-selling-title, .home-inspiration {
    font-weight: normal;
}

@media (min-width: 640px) {
    .home-best-selling-title, .home-inspiration {
        font-weight: bold;
    }
}

.oxy-modu{
    padding-top: 130px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    background-image: url('../images/oxy-mobile.png');
}

@media (min-width: 768px) {
    .oxy-modu {
        padding-top: 140px;
        padding-bottom: 140px;
        background-position: center;
        background-image: url('../images/oxy.jpg');
    }
}
