@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container-body.container-body--design5 {
    font-family: 'Montserrat', sans-serif;
}

.container-body.container-body--design5 .content-wrap {
    background: #f3f3f3;
}

.content-wrap {
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    width: 320px;
}

.container {
    padding: 0 16px;
}

.stars {
    text-decoration: none;
}

.sale {
    margin-top: 16px;
    height: 24px;
    width: max-content;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 0 12px;
}

.sale.top__block {
    background: #D18A2B;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 10px;
    padding: 4px 12px 4px 4px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 9px;
    line-height: 100%;
    margin-top: 12px;
}

.sale.top__block .percent__image {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.main-title {
    margin-top: 16px;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #535353;
}

.stars {
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.stars-count {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #A8A8A8;
    display: flex;
    align-items: center;
    margin-left: 6px;
    gap: 8px;
}

.price {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}


.price-current {
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #535353;
}

.price-old {
    color: #A8A8A8;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: line-through;
}

.countdown {
    padding: 16px;
    border-radius: 16px;
    margin-top: 16px;
    border: 1px solid #D18A2B;
}

.countdown h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #62615F;
    text-transform: none;
}

.countdown__timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 21px;
}

.countdown__timer i {
    font-style: normal;
    margin-top: -14px;
}

.countdown__timer .countdown__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
    padding: 12px 8px;
    flex: 1;
    position: relative;
}

.countdown__value {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #535353;
}

.countdown__timer .countdown__item:after {
    position: absolute;
    content: ":";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    right: -12px;
    top: 50%;
    color: #535353;
    transform: translateY(-50%);
}

.countdown__timer .countdown__item:last-child:after {
    content: none;
}

.countdown__item:last-of-type .countdown__value:after {
    display: none
}

.countdown__label {
    font-weight: 500;
    font-size: 9px;
    line-height: 120%;
    text-align: center;
    color: #62615F;
}

.countdown-text {
    margin-top: 12px;
}

.countdown-text p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #62615F;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-left: 14px;
}

.countdown-text p span {
    margin-right: 8px;
    color: #D18A2B;
    font-weight: 900;
    font-size: 12px;
    line-height: 140%;
    margin-left: -14px;
}

.number-discount {
    margin-top: 16px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
    padding: 16px;
    position: relative;
}

.big-btn {
    height: 44px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #C02A2A;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    left: 0;
    top: -8px;
    text-decoration: none;
}

.number-discount .block-title {
    color: #62615F;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.discount-list {
    margin-top: 4px;
    padding: 0;
    margin-bottom: 0;
}

.discount-list li {
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #62615F;
}

.discount-list li .dic-middle {
    font-weight: 900;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #D67C03;
}

.dic-last {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #62615F;
    text-align: right;

}

.discount-list li:last-child {
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}


.topbar {
    height: 51px;
    background: #474747;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;

}

.features__wrapper {
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.features__title {
    color: #000 !important;
}

.features__image {
    display: block;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.features__list {
    margin: 0;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.features__list li span {
    flex: 1;
}

.features__list li span:first-child {
    font-weight: 900;
    font-size: 14px;
    line-height: 170%;
    color: #62615F;
}

.features__list li span {
    display: block;
    width: fit-content;
}

.features__list li {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    color: #62615F;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
}

.features__wrapper .buy__btn {
    background: linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 32px;
    border-radius: 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s linear;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.features__wrapper .buy__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    opacity: 0;
    transition: opacity 0.3s linear;
    border-radius: inherit;
    z-index: -1;
}

.features__wrapper .buy__btn:hover::after {
    opacity: 1;
}

/* /////////////////////////////////// */
.reviews-section {
    overflow: hidden;
}

.reviews-section__wrapper {
    margin-bottom: 48px;
}

.reviews-section__slider {
    overflow: visible;
}

.reviews-section__slider .swiper-slide {
    background: #F2F2F2;
    border-radius: 16px;
    height: auto;
    padding: 16px;
}

.reviews-section__slider .slide__top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-section__slider .slide__top img {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #C02A2A;
    object-fit: cover;
    border-radius: 50%;
}

.reviews-section__slider .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reviews-section__slider .info span:first-child {
    font-weight: 600;
    font-size: 12px;
    line-height: 16.8px;
}

.reviews-section__slider .info span:last-child {
    color: #474747;
    font-size: 10px;
    line-height: 12px;
}

.reviews-section__slider .stars {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    margin-bottom: 8px;
}

.reviews-section__slider .stars img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.reviews-section__slider .text {
    color: #474747;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
}

.reviews-section__slider .swiper-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.reviews-section__slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 6px;
    height: 6px;
    background: #bdbdbd;
}

.reviews-section__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #BDBDBD;
}

/* ////////////////////////////////////// */
.advantages__container {
    padding: 0;
}

.advantages__wrapper {
    border: 1px solid #D18A2B;
    padding: 17px;
    border-radius: 16px;
    margin-bottom: 32px;
}

.advantages__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #535353;
}

.advantages__blocks {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.advantages__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advantages__block-icon {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto 4px;
}

.advantages__block-title {
    font-weight: 900;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    text-transform: none;
    color: #62615F;
}

.advantages__block-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #62615F;
}

/* //////////////////////////////////////// */

.order-form__wrapper {
    margin-bottom: 32px;
}

.order-form__product {
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
}

.order-form__desc {
    padding: 16px 16px 8px;
}

.order-form__desc h4 {
    color: #535353;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.order-form__product-top {
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    border-left: none;
    border-right: none;
    position: relative;
}

.order-form__product-top img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 288px;
}

.order-form__product-top .sale {
    position: absolute;
    top: 14px;
    left: 16px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 10px;
    padding: 4px 12px 4px 4px;
    color: #62615F;
    font-weight: 500;
    font-size: 9px;
    line-height: 100%;
    margin: 0;
}

.order-form__product-top .sale__image {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.order-form__product ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-form__product ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 8px;
}

.order-form__product ul li:last-child {
    border-bottom: none;
}

.order-form__product ul li span {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #62615F;
}

.order-form__product ul li span:nth-child(2) {
    font-weight: 900;
    font-size: 14px;
    line-height: 170%;
    color: #D18A2B;
}

.order-form__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
}

.order-form__form input {
    background: transparent;
    border: 1px solid #A8A8A8;
    padding: 12px 20px;
    border-radius: 16px;
    color: #62615F;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.order-form__form input::placeholder {
    font-size: 14px;
    color: #000000;
}

.order-form__form button {
    background: linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    transition: background 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 32px;
    border-radius: 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.order-form__form button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    opacity: 0;
    transition: opacity 0.3s linear;
    border-radius: inherit;
    z-index: -1;
}

.order-form__form button:hover::after {
    opacity: 1;
}

.order-form__form-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.order-form__form-radios input[type="radio"] {
    display: none;
}

.order-form__form-radios label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 12px 7px;
    width: calc(25% - 9px);
    border-radius: 16px;
    font-weight: 500;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    font-size: 9px;
    line-height: 120%;
    max-height: 47px;
    color: #62615F;
}

.order-form__form-radios label i {
    font-weight: 900;
    font-size: 11px;
    color: #D18A2B;
    line-height: 140%;
    font-style: normal;
}

.order-form__form-radios input[type="radio"]:checked {
    display: none;
}

.order-form__form-radios input[type="radio"]:checked+label i {
    color: #fff;
}

.order-form__form-radios input[type="radio"]:checked+label {
    background-color: #D18A2B;
    color: #fff;
}

/* ////////////////////////////////// */
.recomended__container {
    padding: 0;
}

.recomended__wrapper {
    margin-bottom: 32px;
    overflow: hidden;
}

.recomended__title {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #535353;
    word-break: break-word;
}

.recomended__blocks {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.recomended__blocks::-webkit-scrollbar {
    display: none;
}

.recomended__block {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
}

.recomended__block .recomended__wrapper-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.recomended__block img {
    display: block;
    width: 106px;
    max-width: 106px;
    height: 106px;
    object-fit: cover;
    border-radius: 16px;
}

.recomended__block-title {
    font-weight: 600;
    font-size: 11px;
    line-height: 140%;
    color: #535353;
    word-break: break-word;
}

.recomended__block-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.recomended__block-prices span:first-child {
    font-weight: 900;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #535353;
}

.recomended__block-prices span:last-child {
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    text-decoration: line-through;
    color: #A8A8A8;
}

.order-form__desc .recomended__block-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px;
}

.order-form__desc .recomended__block-prices span:first-child {
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #535353;
}

.order-form__desc .recomended__block-prices span:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration: line-through;
    color: #A8A8A8;
}

.recomended__block-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 47px;
    text-decoration: none;
    margin-top: auto;
    transition: background 0.3s linear;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.recomended__block-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    opacity: 0;
    transition: opacity 0.3s linear;
    border-radius: inherit;
    z-index: -1;
}


.recomended__block-btn:hover::after {
    opacity: 1;
}

/* ////////////////////////////////////// */
.delivery {
    padding-bottom: 26px;
}

.delivery__wrapper {
    border: 1px #D18A2B solid;
    border-radius: 16px;
    padding: 16px;
}

.delivery__p {
    font-weight: 400;
    font-size: 14px;
    color: #62615F;
    line-height: 170%
}

.delivery__p b,
.delivery__p strong {
    font-weight: 600;
}

.delivery__posts {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

.delivery__post {
    display: flex;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    width: 96px;
    height: 96px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.delivery__post img {
    display: block;
    height: 96px;
    width: 96px;
    object-fit: contain;
}

.delivery__post p {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}

.delivery__line {
    background: #D18A2B;
    height: 1px;
    width: 100%;
    margin: 16px 0;
}

.delivery__logos {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 12px;
}

.delivery__logos img {
    display: block;
    height: 22px;
    width: auto;
    object-fit: contain;
}

/* ///////////////////////////////////// */
.footer {
    background: #535353;
    padding: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: start;
    margin-top: -10px;
    position: relative;
}

.footer__title {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19.2px;
    margin-bottom: 12px;
}

.footer__link {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    text-decoration: underline;
    transition: all .4s;
    width: fit-content;
}

.footer__link:hover {
    color: #FFFFFF;
}

.footer__menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0 0;
    border-top: 1px solid #f2f2f212;
    margin-bottom: 0;
}

.footer__menu a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s;
}

.footer__menu li {
    list-style: none;
}


.footer__menu a:hover {
    color: #C02A2A;
}

.order-form__form input,
.order-form__form .big-button{
    margin-top: 12px;
    display: flex;
    width: 100%;
}

.product-description{
    margin-top: 32px;
}

.product-description h2 {
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #535353;
}

.product-description p {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #62615F;
    margin-top: 0;
    margin-bottom: 16px;
}

.product-description p img {
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
}

.content-wrap {
    overflow: hidden;
    border-radius: 0;
}

.container {
    position: relative;
}
.fixed__btn {
    position: fixed;
    bottom: -60px;
    transition: all .5s;
    left:50%;
    transform: translateX(-50%);
    background: linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 32px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    cursor: pointer;
    z-index: 10;
    width: max-content;
}

.fixed__btn.active {
    bottom: 16px;
}

.fixed__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    opacity: 0;
    transition: opacity 0.3s linear;
    border-radius: inherit;
    z-index: -1;
}

.fixed__btn:hover::after {
    opacity: 1;
}

.top-block__stock {
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 10px;
    padding: 4px 12px 4px 4px;
    color: #62615F;
    font-weight: 500;
    font-size: 9px;
    line-height: 140%;
    display: inline-flex;
    margin-top: 16px;
}

.top-block__stock .stock__image {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.big-btn__discount {
    background: linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 32px;
    border-radius: 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-decoration: none;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: background 0.3s linear;
}

.big-btn__discount::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(271.53deg, #A96845 0%, #EE9A28 100%);
    opacity: 0;
    transition: opacity 0.3s linear;
    border-radius: inherit;
    z-index: -1;
}

.big-btn__discount:hover::after {
    opacity: 1;
}

.benefits {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.benefits .benefit-item {
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(170, 170, 170, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 8px;
}

.benefits .benefit-item .benefit-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.benefits .benefit-item .benefit-text {
    font-weight: 500;
    font-size: 9px;
    line-height: 120%;
    text-align: center;
    color: #62615F;
}

.features-block {
    margin-top: 32px;
    border: 1px solid #D18A2B;
    border-radius: 16px;
    padding: 16px;
}

.features-block .title:after,
.features-block .title:before {
    content: none;
}

.features-block .title {
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #535353;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.features-block .feature-item .feature-description p {
    margin-bottom: 0;
}

.features-block .feature-item .feature-image {
    margin-bottom: 16px;
}

.features-block .feature-item .feature-image img {
    border-radius: 16px;
}

.features-block .feature-item .feature-text {
    margin-bottom: 16px;
}

.features-block .feature-item .feature-text h4 {
    color: #62615F;
    font-weight: 900;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 4px;
    text-transform: none;
}

.features-block .feature-item .feature-text .feature-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #62615F;
}

.features-block .feature-item:last-child .feature-text {
    margin-bottom: 0;
}

.features .features__title.recomended__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #535353 !important;
}

/***************************************/
.product-gallery {
    overflow: visible;
    width: 100%;
}

.swiper-topbar {
    overflow: visible;
    padding-left: 0;
}

.swiper-topbar .swiper-slide {
    width: 288px;
    height: 288px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-gallery__img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.swiper-topbar::-webkit-scrollbar {
    display: none;
}
