.product-review-slider-wrap {
    position: relative;
    margin-bottom: 40px;
}

#review {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

#review table {
    display: block;
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    min-height: 320px;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 24px;
    border: none;
    flex-shrink: 0;
    scroll-snap-align: start;
}

#review table tbody,
#review table tr,
#review table td {
    display: block;
    width: 100%;
    border: none !important;
    background: transparent !important;
}

#review table tr:first-child {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

#review table tr:first-child td:first-child {
    font-weight: 700;
    text-transform: uppercase;
}

#review table tr:first-child td:last-child {
    color: #777;
    font-size: 13px;
    text-align: right;
}

#review .fa-star,
#review .fa-star-o {
    color: #ffb400;
}

.product-review-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-review-prev {
    left: -21px;
}

.product-review-next {
    right: -21px;
}

.pdp-bundle-section {
    background: #fff;
    padding: 40px 0 60px;
}


.mobile-sticky-cart {
    display: none;
}

.product-info-card {
    margin-top: 20px;
}

@media (max-width: 991px) {
    #review table {
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }

    .product-review-prev {
        left: 8px;
    }

    .product-review-next {
        right: 8px;
    }
}

@media (max-width: 768px) {
    .mobile-sticky-cart {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99999;
        display: flex;
        justify-content: center;
        padding: 10px 14px;
        background: transparent;
        pointer-events: none;
        transform: translateY(120%);
        transition: transform 0.25s ease;
    }

    .mobile-sticky-cart.is-visible {
        transform: translateY(0);
    }

    .mobile-sticky-cart__button {
        width: auto;
        min-width: 180px;
        height: 46px;
        padding: 0 24px;
        border: none;
        border-radius: 10px;
        background: #022bd9;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 0 18px rgba(255, 0, 130, 0.75), 0 0 18px rgba(255, 230, 0, 0.75);
        pointer-events: auto;
    }

    .mobile-sticky-cart__button:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

    body {
        padding-bottom: 72px;
    }
    
        #product-page {
        padding-top: 24px;
    }

    .left-images {
        margin-top: 18px;
    }
    
    .product-info-card {
    margin-top: 10px;
    }
}

@media (max-width: 576px) {
    #review table {
        min-width: 100%;
        max-width: 100%;
    }

    .product-review-prev {
        left: 10px;
    }

    .product-review-next {
        right: 10px;
    }
}

.product-slider-wrapper {
    position: relative;
    max-width: 90%;
    margin: auto;
}

.product-slider .item {
    text-align: center;
}

.product-slider img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.custom-prev,
.custom-next {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d9d9d959;
    color: rgb(5 35 183);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    border-radius: 50%;
}

.custom-prev {
    left: 0px;
}

.custom-next {
    right: 0;
}

.custom-prev:hover,
.custom-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

button#button-cart:disabled {
    opacity: 0.3;
    cursor: no-drop;
}

/*.item {*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.item:hover {*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/

/*.thumb {*/
/*    background: #f8f8f8;*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*    aspect-ratio: 1 / 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 15px;*/
/*}*/

/*.thumb img {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    object-fit: contain;*/
/*}*/

/*.down-content {*/
/*    padding-top: 12px;*/
/*}*/

/*.down-content h4 {*/
/*    font-size: 15px;*/
/*    line-height: 1.4;*/
/*    min-height: 42px;*/
/*    margin-bottom: 8px;*/
/*    color: #2a2a2a;*/
/*}*/

/*.down-content span {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    color: #2a2a2a;*/
/*}*/

/*.price-old {*/
/*    text-decoration: line-through;*/
/*    color: #999;*/
/*    margin-left: 8px;*/
/*}*/

/*.price-new {*/
/*    color: #e74c3c;*/
/*}*/

.product-main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.price b {
    font-weight: 800;
    font-size: 20px;
    color: #000;
}

@media (max-width: 576px) {
    .product-main-title {
        font-size: 22px;
    }

    .price {
        font-size: 16px;
    }

    .price b {
        font-size: 18px;
    }
}

.product-info-blocks {
    margin-top: 24px;
}

.product-info-block {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
}

.product-info-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.product-info-block__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #222;
    margin: 0 0 10px;
}

.product-info-block__text {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    margin: 0;
}

.product-spec-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.product-spec-row span {
    color: #777;
}

.product-spec-row strong {
    color: #111;
    font-weight: 600;
    text-align: right;
}

.product-info-block .product-spec-row:last-child {
    border-bottom: none;
}

.product-description-section {
    padding: 60px 0;
    background: #fff;
}

.product-description-section h3 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
}

.product-description-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.product-description-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .product-info-blocks {
        margin-top: 22px;
    }

    .product-info-block {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .product-info-block__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .product-info-block__text {
        font-size: 14px;
    }

    .product-spec-row {
        flex-direction: column;
        gap: 4px;
    }

    .product-spec-row strong {
        text-align: left;
    }

    .product-description-section {
        padding: 40px 0;
    }

    .product-description-section h3 {
        font-size: 28px !important;
        margin-bottom: 18px;
    }

    .product-description-content {
        font-size: 15px;
        line-height: 1.7;
    }
}

.product-accordion__item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0;
}

.product-accordion__header {
    width: 100%;
    padding: 16px 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.product-accordion__header span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #222;
}

.product-accordion__header i {
    font-size: 14px;
    color: #777;
    transition: transform 0.25s ease;
}

.product-accordion__content {
    display: none;
    padding-bottom: 16px;
}

.product-accordion__item.is-open .product-accordion__content {
    display: block;
}

.product-accordion__item.is-open .product-accordion__header i {
    transform: rotate(180deg);
}

.product-info-card__title {
    display: none;
}

@media (min-width: 992px) {
    .product-accordion__item.is-desktop-open .product-accordion__content {
        display: block;
    }

    /*.product-accordion__item.is-desktop-open .product-accordion__header i {*/
    /*    transform: rotate(180deg);*/
    /*}*/
    
       .product-accordion__item.is-desktop-open .product-accordion__header i {
        display: none;
    }
}

@media (max-width: 991px) {
    .product-accordion__item.is-desktop-open {
        /* на мобільному характеристики теж закриті */
    }

    .product-accordion__item.is-desktop-open:not(.is-open) .product-accordion__content {
        display: none;
    }

    .product-accordion__header span {
        font-size: 22px;
    }
}
