main {
    padding-top: 185px;
}
.breadcrumbs {
    margin-bottom: 10px;
}
main .product {
    max-width: unset;
}
main > .product {
    box-shadow: unset;
    border-radius: unset;
}
main .product .box.new {
    .img .info {
        right: auto;
        left: 16px;
        align-items: flex-start;
    }
    &.sticks {
        .img .info {
            right: 16px;
            img {
                margin-left: auto;
                margin-bottom: 5px;
            }
        }
    }
}
main .product .box {
    position: relative;
    margin: 25px auto 65px;
    max-width: 808px;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 288px 1fr;
}
main .product .box .img {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
main .product .desc {
    width: 100%;
    max-width: 808px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin: 0 auto;
    padding: 24px 16px;
    ul,
    li {
        margin-left: 10px;
    }
}
main .product .box .img .info {
    right: unset;
    left: 82px;
}
main .product .box .content {
    padding: 25px 25px 30px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    grid-row: 1/3;
    grid-column: 2/3;
}
main .product .box .content h1,
main .product .box .content h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}
main .product .box .content .comp {
    margin-bottom: 25px;
}
main .product .box .content .comp span {
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
main .product .box .component {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 24px 15px;
}
main .product .box .component .h3 {
    font-weight: 600;
    margin-bottom: 14px;
}
main .product .box .component p {
    margin-bottom: 14px;
}
main .product .box .content .status {
    top: 41px;
}
main .product .box .content p {
    min-height: unset;
    margin-bottom: 20px;
    font-weight: 600;
}
main .product .box form {
    margin-bottom: 40px;
}
main .product .box form .weight:nth-of-type(1) {
    margin-bottom: 42px;
}
main .product-slider {
    flex-direction: column;
}
main .product-slider .first-title {
    margin: 0 auto 34px;
}
main .product-slider .arrows {
    margin-bottom: 20px;
}
main .product-slider .slider .product h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    max-height: 20px;
    overflow: hidden;
}
.product-slider .items {
    align-items: unset;
    gap: 24px;
}
main .seo {
    width: 100%;
    max-width: 808px;
    margin: 0 auto 32px;
}
.seo .box {
    max-height: 65px;
    overflow: hidden;
    transition: all .3s;
    padding: 0;
}
.seo .box.show {
    max-height: 500px;
}
.seo p,
.seo h2 {
    margin-bottom: 15px;
}
.seo ul,
.seo ol {
    margin-left: 15px;
    margin-bottom: 15px;
}
.seo ul li:not(:last-child),
.seo ol li:not(:last-child) {
    margin-bottom: 10px;
}
.seo .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: url(../images/cursor/cur-1.cur), pointer;
}
.seo .more::before {
    font-family: 'icon';
    content: '\e921';
    font-size: 12px;
    margin-right: 14px;
    transition: 0.6s;
}
.seo .box.show + .more::before {
    transform: rotate(180deg);
}
.reviews .first-title {
    margin: 0 auto 32px;
}
.reviews .reviews-container {
    display: flex;
    gap: 24px;
    align-items: unset;
}
.reviews .reviews-container .item {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    width: 25%;
    min-width: 310px;
}
.reviews .reviews-container .item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.reviews .reviews-container .item .stars {
    display: flex;
    gap: 5px;
}
.reviews .reviews-container .item .stars span::before {
    content: '\e948';
    font-family: 'icon';
    font-size: 24px;
    color: #eee;
}
.reviews .reviews-container .item .stars span.active::before {
    color: #f2994a;
}
.reviews .reviews-container .item .box p {
    line-height: 20px;
}
.reviews .reviews-container .item .box .h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.reviews .more {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 40px auto;
    width: 120px;
}
.reviews .more::after {
    content: '\e903';
    font-family: 'icon';
    padding-left: 10px;
}
.reviews .mobile-bubbles {
    bottom: 0;
}
@media screen and (max-width: 1280px) {
    main {
        padding-top: 115px;
    }
    main .product .box .content .status {
        left: 36px;
    }
}
@media screen and (max-width: 768px) {
    .product .img {
        width: 100%;
    }
    main .product-slider {
        flex-direction: column;
    }
    main .product-slider .arrows {
        display: none;
    }
    main .product-slider .items {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(288px, 0.25fr));
        grid-gap: 24px;
        justify-content: center;
    }
}
@media screen and (max-width: 578px) {
    main {
        padding-top: 100px;
    }
    .breadcrumbs {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    main .product .box {
        margin-top: 15px;
        margin-bottom: 40px;
        &.new {
            .img {
                align-items: center;
                & > img {
                    width: 245px;
                    transform: scaleX(-1);
                }
                .info {
                    top: 5px;
                }
            }
            .status {
                top: 0;
                left: 0px;
                right: unset;
            }
            &:has(.status .new) .img {
                margin-top: 25px;
            }
            &.sticks {
                .img {
                    & > img {
                        transform: scaleX(1);
                    }
                    .info img {
                        margin-left: 0;
                    }
                }
            }
        }
    }
    main .product.wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .product {
        flex-direction: column;
    }
    .product .img {
        width: unset;
    }
    main .product .box {
        grid-gap: 25px 0;
        grid-template-columns: 1fr 1fr;
    }
    main .product .box .img {
        margin-right: 0;
        align-items: flex-start;
        border-radius: 6px 6px 0 6px;
    }
    main .product .box .content {
        grid-row: unset;
        grid-column: unset;
        padding: 10px;
        position: relative;
        border-radius: 6px 6px 6px 0;
    }
    main .product .box .content h1,
    main .product .box .content h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        max-width: 105px;
    }
    main .product .box .content .comp span {
        font-size: 12px;
        line-height: 16px;
    }
    main .product .box .content .status {
        left: unset;
        right: 12px;
        top: 33px;
    }
    main .product .box form {
        margin-bottom: 30px;
    }
    main .product .box .content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    main .product .box .content .total {
        flex-direction: row;
    }
    main .product .box .content .total .price {
        margin-right: 20px;
    }
    main .product .taste {
        padding-left: 10px;
        padding-right: 10px;
    }
    main .product .box .component {
        grid-column: 1/3;
    }
    main .product-slider .items {
        grid-template-columns: repeat(1, 100%);
    }
    main .product-slider .slider .product {
        max-width: unset;
        flex-direction: row;
        background: unset;
        box-shadow: unset;
    }
    main .product-slider .slider .product:first-child {
        margin-right: 0;
    }
    main .product-slider .slider .product:not(:first-child) {
        margin: 0;
    }
    main .product-slider .slider .product {
        margin-bottom: 30px;
    }
    main .product-slider .slider .product:last-child {
        margin-right: 0;
    }
    main .product-slider .slider .product .img {
        /* height: 64px; */
        min-height: 64px;
        min-width: 64px;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        margin-right: 15px;
        height: 100%;
    }
    main .product-slider .slider .product .img img {
        /* width: 100%;
        height: 100%; */
        object-fit: contain;
    }
    main .product-slider .slider .product .content {
        padding: 0;
    }
    main .product-slider .slider .product .content form {
        margin-top: unset;
        margin-bottom: 15px;
    }
    main .product-slider .slider .product .content .total {
        flex-direction: row;
    }
    main .product-slider .slider .product .content .total .price {
        padding-right: 55px;
    }
    main .product-slider .slider .product .content .total .price span {
        right: 25px;
    }
}