
.menu {
    margin: 20px auto;
    text-align: left;
}

.menu-link {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
}

.menu hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.arrow {
    float: right;
    font-size: 18px;
    color: #333;
}

.container {
    margin: 0;
}

.section {
    display: none; /* Спочатку сховані секції */
    padding: 10px 0;
}

.display__items {
    display: flex;
    justify-content: space-between;
}

.width__slider {
    padding: 0 0 100px 50px;
}

.img__slider img {
    max-width: 15%;
    border-radius: 1rem;
}

.slider__product1 {
    display: flex;
    flex-direction: column;
    height: 0;
    gap: 30px;
}

.main__slider img {
    width: 80%;
    margin-left: 20%;
    border-radius: 1rem;
}

.img__slider img:hover {
    border: 2px solid #565656;
    box-shadow: 0 0 0 2px #383838;
}

.img__slider img {
    border-radius: 1rem;
    transition: border 0.3s ease;
    display: inline-block;
    padding: 2px;
}

.main__slider {
    display: flex;
    justify-content: center;
}

.slick-prev, .slick-next {
    background-color: #000 !important;
    border-radius: 50%;
    color: #fff !important;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    color: #fff !important;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    left: -40px;
}

.info__product {
    width: 50%
}

.info__product {
    padding: 20px;
}

.info__product-1 {
    font-size: 48px;
}

.price__product {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    gap: 30px;
    align-items: center;


}

.button-container {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0 20px 0;
}

.custom-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    border: 2px solid #000000;
    width: 150px;
    font-size: 20px;
    color: #000000;
}

.custom-button span {
    user-select: none;
    cursor: pointer;
}

.minus, .plus {
    color: #1A1A1A;
}

.product__size {
    font-size: 24px;
}

.product__size span {
    font-weight: bold;
}

.product__img {
    display: flex;
    gap: 20px;
}

.product__img img {
    width: 6%;
    border-radius: 50%;
    transition: border 0.3s ease;
    display: inline-block;
    padding: 2px;
}

.product__img img:hover {
    border: 5px solid black;
    box-shadow: 0 0 0 2px #000000;
}

.button__product {
    padding: 20px 0 20px 0;
}

.button__product button {
    height: 50px;
}

.view__product {
    display: flex;
    justify-content: center;
}

.view__product a {
    text-decoration: none;
}

.available__product ul {
    list-style: none;
    padding: 0;
}

.available__product ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #25C63B;
}

.available__product ul li::before {
    content: "\2022";
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #25C63B;
}


.section p {
    text-align: start;
    font-size: 16px;
}

.social__media {
    gap: 30px;
    display: flex;
}

.social__media img {
    max-width: 22px;

}

.stars__product {
    display: flex;
}

.old__price {

}

.old__price {
    color: rgba(128, 128, 128, 0.5);
    text-decoration: line-through;
    height: 16px;
    font-size: 20px;
}

.how__mach{
    padding: 7px;
    background-color: #FAF0E3;
    font-size: 18px;
}

@media screen and (max-width: 865px) {
    .img__slider img{
        display: none;
    }
    .info__product {
        width: 100%;
    }
    .display__items {
        display: block;
    }
    .main__slider img{
        margin: 0;
        padding: 0;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .width__slider {
        padding: 0;
    }
}
