/* Product description */
.pd-section-grey-field {
    background-color: var(--color-gray-250);
    padding: 50px 50px 70px 50px;
    margin-bottom: 30px;
}

.pd-section-grey-field h3 {
    margin-bottom: 30px;
    font-weight: 800;
}
.pd-section-grey-field p{
    line-height: 26px;
}

@media(max-width: 1199.98px) {
    .pd-section-grey-field {
        padding: 50px 30px;
    }
}

@media(max-width: 991.98px) {
    .pd-section-grey-field {
        padding: 50px 16px;
    }

    .pd-section-grey-field h3 {
        font-size: 32px;
    }
}

@media(max-width: 575.98px) {
    .pd-section-grey-field {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.pd-section-1 {
    margin-bottom: 60px;
}

.pd-section-1__title {
    margin-bottom: 40px;
    font-weight: 800;
    max-width: 1370px;
}

.pd-section-1__row {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
}

.pd-section-1__col--1 {
    max-width: 747px;
    width: 100%;
}

.pd-section-1__span {
    margin-bottom: 6px;
}

.pd-section-1__col--1 img {
    max-width: 100%;
    height: auto;
}

.pd-section-1__col--2 {
    max-width: 658px;
    width: 100%;
}

.pd-section-1__col-header {
    margin-bottom: 40px;
}

.pd-section-1__col-header span {
    font-weight: 600;
}

.pd-section-1__col-header h3 {
    font-weight: 800;
}

.pd-section-1__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px;
}

.pd-section-1__grid-item {
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.pd-section-1__grid-item img {
    max-width: 42px;
}

.pd-section-1__grid-item span {
    font-weight: 700;
    max-width: 280px;
}

@media(max-width: 1199.98px) {
    .pd-section-1__row {
        gap: 40px;
    }

    .pd-section-1__grid {
        gap: 30px;
    }
}

@media(max-width: 991.98px) {
    .pd-section-1__row {
        flex-direction: column;
    }

    .pd-section-1__col {
        max-width: 100%;
    }

    .pd-section-1__col--1 img {
        width: 100%;
    }
}

@media(max-width: 767.98px) {
    .pd-section-1__title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .pd-section-1__row {
        gap: 20px;
    }

    .pd-section-1__col-header h3 {
        font-size: 1.625rem;
    }
}

.pd-section-2 {
    margin-bottom: 90px;
}

.pd-section-2__title {
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
}

.pd-section-2__item {
    padding: 18px 52px;
    background-color: var(--color-gray-200);
    color: var(--color-black);
}

.pd-section-2__swiper .swiper-wrapper {
    display: flex;
}

.pd-section-2__swiper .swiper-slide {
    width: auto !important;
    flex: 0 0 auto;
}

@media(max-width: 991.98px) {
    .pd-section-2 {
        margin-bottom: 60px;
    }
}

@media(max-width: 575.98px) {
    .pd-section-2__swiper {
        margin-right: -24px;
    }
}

.pd-section-3 {
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
}

.pd-section-3--mb-30 {
    margin-bottom: 30px;
}

.pd-section-3--mb-120 {
    margin-bottom: 120px;
}

.pd-section-3__col--1 {
    max-width: 680px;
}

.pd-section-3__col--2 {
    max-width: 730px;
    width: 100%;
}

.pd-section-3__col--2 img {
    width: 100%;
    height: auto;
}

.pd-section-3__col-title {
    margin-bottom: 30px;
    font-weight: 800;
}

.pd-section-3--1 .pd-section-3__col--1 {
    padding-left: 60px;
}

.pd-section-3--2 .pd-section-3__col--1 {
    padding-right: 60px;
}

.pd-section-3__col--1 ul {
    list-style: none;
    padding-left: 0px;
}

.pd-section-3__col--1 p {
    line-height: 150%;
}

.pd-section-3__col--1 ul li {
    padding-block: 14px;
    font-size: 18px;
    border-bottom: solid 1px var(--color-black);
}

.pd-section-3__sizes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.pd-section-3__sizes--item {
    padding: 18px 52px;
    display: block;
    background-color: var(--color-gray-200);
    font-weight: 500;
}

@media(max-width: 1534px) {
    .pd-section-3__sizes--item {
        padding: 18px 24px;
    }

    .pd-section-3__col--1 {
        max-width: 50%;
    }

    .pd-section-3__col--2 {
        max-width: 50%
    }

    .pd-section-3 {
        gap: 60px;
    }

    .pd-section-3--2 .pd-section-3__col--1 {

        padding-right: unset;
    }

    .pd-section-3--1 .pd-section-3__col--1 {
        padding-left: unset;
    }

    .pd-section-3 {
        align-items: flex-start;
    }
}

@media(max-width: 991.98px) {
    .pd-section-3 {
        flex-direction: column;
        gap: 30px;
    }

    .pd-section-3--2 {
        flex-direction: column-reverse;
    }

    .pd-section-3__col--1 {
        max-width: 100%;
    }

    .pd-section-3__col--2 {
        max-width: 100%
    }
}

@media(max-width: 767.98px) {
    .pd-section-3 {
        margin-bottom: 60px;
    }

    .pd-section-3__sizes--item {
        padding: 8px 18px;
        font-size: 11px;
    }
}

.pd-section-4 {
    margin-bottom: 100px;
}

.pd-section-4__title {
    margin-bottom: 50px;
    font-weight: 800;
}

.btn-primary.btn-primary--black {
    background-color: var(--color-black);
    color: #fff !important;
    min-width: fit-content;
}

.pd-section-4__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.pd-section-4__bottom-text {
    font-weight: 400;
    max-width: 980px;
}

.pd-section-4__swiper .swiper-wrapper {
    height: 100%;
}

.pd-section-4__swiper .swiper-slide {
    height: 100%;
    display: flex;
}

.pd-section-4__item {
    padding: 18px;
    background-color: var(--color-gray-250);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 350px;
    transition: background-color .35s;
}

.pd-section-4__item.is-open {
    background-color: var(--color-gray-450);
}

.pd-section-4__item-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pd-section-4__item-content {
    display: flex;
    flex-direction: column;
}

.pd-section-expand {
    background-color: var(--color-gray-250);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.pd-section-expand__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: margin-bottom .3s;
    padding: 18px 30px;
    padding-bottom: 0px;
}

.pd-section-expand.pd-section-expand--open .pd-section-expand__header {
    margin-bottom: 20px;
}

.pd-section-expand__header span {
    font-size: 20px;
    font-weight: 600;
}


.pd-section-expand__expand-content {
    padding: 0px 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.pd-section-expand__expand-content p {
    font-size: 16px;
    line-height: 26px;
}


.pd-section-expand__header img:nth-of-type(1) {
    display: block;
}

.pd-section-expand__header img:nth-of-type(2) {
    display: none;
}

.pd-section-expand.pd-section-expand--open .pd-section-expand__header img:nth-of-type(1) {
    display: none;
}

.pd-section-expand.pd-section-expand--open .pd-section-expand__header img:nth-of-type(2) {
    display: block;
}

@media(max-width: 767.98px) {
    .pd-section-expand {
        margin-bottom: 20px;
    }

    .pd-section-expand__header {
        padding: 20px;
        padding-bottom: 0px;
    }

    .pd-section-expand__expand-content {
        padding: 0px 20px;
    }

}
@media(max-width: 575.98px){
    .pd-section-4__item{
        height: 340px;
    }
}

.pd-section-4__item-image {
    display: block;
    max-height: 136px;
    margin-bottom: 30px;
    transition:
        max-height 0.35s ease,
        opacity 0.35s ease,
        transform 0.35s ease,
        margin-bottom 0.35s ease;
    overflow: hidden;
}

.pd-section-4__item.is-open .pd-section-4__item-image {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
}

.pd-section-4__item-expand {
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-right: 6px;
}

.pd-section-4__item-expand {
    max-height: 3.2em;
}

.pd-section-4__item-expand p {
    margin: 0;
}

.pd-section-4__item-header {
    margin-bottom: 20px;
}

.pd-section-4__swiper {
    margin-bottom: 36px;
}
@media(max-width: 575.98px){
    .pd-section-4__item-image{
        margin-bottom: 70px;
    }
}
@media(max-width: 575.98px) {
    .pd-section-4__swiper {
        margin-right: -24px;
    }

}

.pd-section-4__item-title {
    margin-bottom: 15px;
}

.pd-section-4__show-more__plus {
    display: block;
}

.pd-section-4__show-more__minus {
    display: none;
}

.pd-section-4__show-more {
    cursor: pointer;
}

@media(max-width: 767.98px) {

    .pd-section-4 {
        margin-bottom: 60px;
    }

    .pd-section-4__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .pd-section-4__bottom {
        flex-direction: column;
    }

    .btn-primary.btn-primary--black {
        min-width: unset;
        width: 100%;
        justify-content: center;
    }
}

.pd-section-7 {
    margin-bottom: 160px;
}

.pd-section-7__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.pd-section-7__top h3{
    font-weight: 800;
}
.pd-section-7__siwper-navigation {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    max-width: 92px;
    width: 100%;
}

.pd-section-7__siwper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-section-7__slide-content {
    display: flex;
    gap: 0px;
    align-items: stretch;
}

.pd-section-7__slide-img {
    max-width: 620px;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.pd-section-7__slide-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 400px;
}

.pd-section-7__slide-text-content {
    background-color: var(--color-black);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px;
    height: 100%;
    max-width: 640px;
}

.pd-section-7__slide-title {
    font-weight: 800;
    font-size: 31.3px;
    color: #fff;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pd-section-7__slide-quote {
    font-weight: 500;
    font-size: 20.2px;
    line-height: 32.32px;
    margin-bottom: 20px;
    color: #fff;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pd-section-7__slide-author {
    font-weight: 400;
    font-size: 20.2px;
    line-height: 32.32px;
    color: var(--color-brown-light);
    margin-bottom: 4px;
}

.pd-section-7__slide-author-desc {
    color: var(--color-brown-light);
    font-size: 16px;
}

.pd-section-7__siwper-navigation--mobile {
    display: none;
    margin-top: 20px;
}

@media(max-width: 1199.98px) {
    .pd-section-7__slide-content {
        flex-direction: column;
    }

    .pd-section-7__slide-img {
        max-width: 100%;
    }

    .pd-section-7__slide-text-content {
        max-width: 100%;
    }

    .pd-section-7__slide-text-content {
        padding: 20px;
    }

    .pd-section-7__slide-title {
        font-size: 20px;
        line-height: 30px;
    }

    .pd-section-7__slide-quote {
        font-size: 16px;
    }

    .pd-section-7__slide-img img {
        min-width: unset;
    }
}

@media(max-width: 767.98px) {
    .pd-section-7__siwper-navigation--desktop {
        display: none;
    }

    .pd-section-7__siwper-navigation--mobile {
        display: flex;
    }

    .pd-section-7 {
        margin-bottom: 60px;
    }
}

@media(max-width: 575.98px) {
    .pd-section-7__swiper {
        margin-right: -24px;
    }
}

.pd-section-8 {
    margin-bottom: 40px;
}

.pd-section-8__flex {
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 60px;
}

.pd-section-8__flex-col--1 {
    max-width: 646px;
    width: 100%;
}

.pd-section-8__flex-col--2 {
    max-width: 846px;
    width: 100%;
    display: flex;
}

.pd-section-8__flex-col--2 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-section-8__flex-title {
    margin-bottom: 46px;
    font-weight: 800;
}

.pd-section-8__flex-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px;
}

.pd-section-8__flex-list li {
    padding: 14px;
    background-color: var(--color-gray-100);
    border-bottom: solid 2px var(--color-black);
    width: 100%;
}

.pd-section-8__flex-list span {
    font-weight: 600;
    font-size: 20.2px;
    line-height: 32.32px;
    display: block;
}

.pd-section-8__flex-list p {
    margin-bottom: 0px;
}

@media(max-width: 1530px) {
    .pd-section-8__flex {
        align-items: flex-start;
        gap: 40px;
    }

    .pd-section-8__flex-col--1 {
        max-width: 50%;
        width: 100%;
    }

    .pd-section-8__flex-col--2 {
        max-width: 50%;
        width: 100%;
    }
}

@media(max-width: 1199.98px) {
    .pd-section-8__flex {
        margin-bottom: 40px;
    }

    .pd-section-8__flex-col--2 {
        display: none;
    }

    .pd-section-8__flex-col--1 {
        max-width: 100%;
    }

    .pd-section-8__flex-title {
        margin-bottom: 20px;
    }
}

.pd-section-9 {
    margin-bottom: 80px;
}

.pd-section-9__wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.pd-section-9__col {
    flex: 1 1 50%;
    display: flex;
}

.pd-section-9__col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-section-9__col--2 {
    border: solid 1px #D8D8D8;
}

@media (max-width: 991.98px) {
    .pd-section-9 {
        margin-bottom: 60px;
    }

    .pd-section-9__wrapper {
        flex-direction: column;
    }
}


.pd-section-10 {
    margin-bottom: 60px;
}

.pd-section-10__wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.pd-section-10__col--1 {
    max-width: 387px;
    width: 100%;
}

.pd-section-10__col--1 h2 {
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 38px;
}

.pd-section-10__col--1 p {
    font-weight: 600;
}

.pd-section-10__col--2 {
    max-width: 1050px;
    width: 100%;
}

.pd-section-10__product {
    padding: 15px;
    background-color: #F6F9FA;
    display: flex;
    flex-direction: column;
}

.pd-section-10__product-img {
    min-height: 330px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.pd-section-10__start-img{
    max-width: 68px;
    margin-bottom: 6px;
}
.pd-section-10__product-title h4 {
    height: 66px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #2925253b;
    color: #292525;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pd-section-10__product .small-text{
    margin-bottom: 6px;
}

.pd-section-10__product a:has(.pd-section-10__product-img) {
    display: flex;
    margin-bottom: 6px;
}
.pd-section-10__product{
    position: relative;
}
.pd-section-10__badges{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 12px;
}
.pd-section-10__badge{
    padding: 6px 16px;
    background-color: #292525;
    font-weight: 700;
    font-style: Bold;
    font-size: 12.8px;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
}
@media(max-width: 1530px) {
    .pd-section-10__wrapper {
        flex-direction: column;
    }

    .pd-section-10__col--1 {
        max-width: 100%;
    }

    .pd-section-10__col--2 {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .pd-section-10__col--1 h2 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .pd-section-10__slider {
        margin-right: -24pxa;
    }
}

.pd-section-11 {
    margin-bottom: 80px;
}

.pd-section-11__link {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.pd-section-11__mobile-img,
.pd-section-11__desktop-img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.pd-section-11__desktop-img {
    display: flex;
}

.pd-section-11__mobile-img {
    display: none;
}

@media (max-width: 991.98px) {
    .pd-section-11 {
        margin-bottom: 60px;
    }

    .pd-section-11__desktop-img {
        display: none;
    }

    .pd-section-11__mobile-img {
        display: flex;
    }
}

.pd-section-12 {
    margin-bottom: 30px;
}

.pd-section-12__container {
    position: relative;
}

.pd-section-12__wrapper {
    padding-top: 82px;
    padding-right: 82px;
    padding-bottom: 68px;
    padding-left: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.pd-section-12__background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-section-12__title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ABAAA9;
}

.pd-section-12__background--desktop {
    display: block;
}

.pd-section-12__background--mobile {
    display: none;
    object-position: 0px 0px;
}

.pd-section-12__col--1 {
    max-width: 488px;
    width: 100%;
}

.pd-section-12__col--1 img {
    max-width: 100%;
}

.pd-section-12__col {
    position: relative;
}

.pd-section-12__col--2 {
    max-width: 603px;
    width: 100%;
}

.pd-section-12__col--2 h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.pd-section-12__text {
    margin-bottom: 30px;
}

.pd-section-12__text p {
    color: #fff;
}

.pd-section-12__col--2 .btn-primary {
    background-color: #fff;
    color: #292525;
}

@media (max-width: 1199.98px) {
    .pd-section-12__wrapper {
        padding: 40px;
    }
}

@media (max-width: 991.98px) {
    .pd-section-12__wrapper {
        padding: 32px 25px;
    }

    .pd-section-12__background--desktop {
        display: none;
    }

    .pd-section-12__background--mobile {
        display: block;
    }

    .pd-section-12__wrapper {
        flex-direction: column;
        gap: 200px;
    }

    .pd-section-12__col--2 {
        max-width: 100%;
    }

    .pd-section-12__col--1 {
        max-width: 100%;
    }

    .pd-section-12__col--2 h2 {
        font-size: 32px;
    }

    .pd-section-12__text {
        margin-bottom: 20px;
    }
}

.pd-section-13 {
    margin-bottom: 120px;
}

.pd-section-13__title {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ABAAA9;
}

.pd-section-13__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    padding-right: 80px;
}

.pd-section-13__col--1 {
    max-width: 457px;
    width: 100%;
}
.pd-section-13__col--1 p{
    font-size: 21.2px;
    line-height: 140%;
}
.pd-section-13__col--2 {
    max-width: 920px;
    width: 100%;
}

.section-13__col--1 p {
    margin-bottom: 0px;
}

.pd-section-13__col--1 h2 {
    margin-bottom: 24px;
    font-weight: 700;
}

.pd-section-13__faq-item {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #00000033;
}

.pd-section-13__faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 18px 0;
    gap: 12px;
}

.pd-section-13__faq-header span {
    font-weight: 400;
    font-size: 27.26px;
    line-height: 140%;
}

.pd-section-13__faq-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.pd-section-13__faq-text p{
    font-size: 21.2px;
    line-height: 140%;
}
.pd-section-13__faq-item.is-open .pd-section-13__faq-text {
    padding-bottom: 12px;
}

.pd-section-13__faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.pd-section-13__faq-icon--minus {
    display: none;
}

.pd-section-13__faq-item.is-open .pd-section-13__faq-icon--plus {
    display: none;
}

.pd-section-13__faq-item.is-open .pd-section-13__faq-icon--minus {
    display: block;
}
@media (max-width: 1199.98px){
    .pd-section-13__wrapper{
        padding-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .pd-section-13__faq-header span {
        font-size: 20px;
    }

    .pd-section-13 {
        margin-bottom: 60px;
    }

    .pd-section-13__wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .pd-section-13__col--1 {
        max-width: 100%;
    }
    .pd-section-13__faq-text p{
        font-size: 16px;
        line-height: 25.6px;
    }
    .pd-section-13__col--1 p{
        font-size: 16px;
        line-height: 25.6px;
        margin-bottom: 0px;
    }
    .pd-section-13__col--1 h2{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 24px;
    }
}

.pd-section-14 {
    margin-bottom: 90px;
}

.pd-section-14__wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.pd-section-14__mian-img {
    max-width: 495px;
    width: 100%;
    height: 487px;
}

.pd-section-14__flex {
    display: flex;
    align-items: flex-start;
    max-width: 996px;
    width: 100%;
}

.pd-section-14__flex-col {
    display: flex;
    flex-direction: column;
}

.pd-section-14__flex-top {
    height: 172px;
    width: 100%;
}

.pd-section-14__flex-top img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-section-14__flex-title {
    font-weight: 400;
    font-size: 22.61px;
    line-height: 140%;
    font-weight: 500;
    color: #656464;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

.pd-section-14__flex-col--1 {
    max-width: 273px;
    width: 100%;
}

.pd-section-14__flex-col--2 {
    max-width: 358px;
    width: 100%;
}

.pd-section-14__flex-col--3 {
    max-width: 365px;
    width: 100%;
}

.pd-section-14__flex-col--2 .pd-section-14__flex-title {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding-left: 18px;
    padding-top: 14px;
    padding-bottom: 11px;
    background-color: #292525;
    margin-bottom: 0px;
}

.pd-section-14__flex-col--3 .pd-section-14__flex-title {
    text-align: center;
    background-color: #F6F9FA;
}

.pd-section-14__flex-col--3 .pd-section-14__flex-title,
.pd-section-14__flex-col--1 .pd-section-14__flex-title {
    padding-top: 15px;
    color: #656464;
    padding-bottom: 11px;
}

.pd-section-14__flex-ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: unset;
}

.pd-section-14__flex-ul li {
    font-size: 16px;
    padding-block: 13px;
    font-weight: 400;
    border-bottom: solid 1px;
}

.pd-section-14__flex-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #292525;
    padding-inline: 22px;
    padding-block: 18px;
}

.pd-section-14__flex-btn {
    max-width: 100%;
    width: 100%;
    background-color: #F0F0F0;
    color: #292525;
}

.pd-section-14__flex-col--2 .pd-section-14__flex-ul li {
    border-color: #656464;
}

.pd-section-14__flex-col--1 .pd-section-14__flex-ul li,
.pd-section-14__flex-col--3 .pd-section-14__flex-ul li {
    border-color: #656464;
}

.pd-section-14__flex-col--1 .pd-section-14__flex-ul li {
    color: #292525;
}

.pd-section-14__flex-col--3 .pd-section-14__flex-ul li {
    color: #656464;
}

.pd-section-14__flex-col--2 .pd-section-14__flex-ul {
    background-color: #292525;
}

.pd-section-14__flex-col--2 .pd-section-14__flex-ul li {
    color: #fff;
}
.pd-section-14__flex-ul li p{
    margin-bottom: 0px;
}
.pd-section-14__flex-col--2 .pd-section-14__flex-ul li,
.pd-section-14__flex-col--3 .pd-section-14__flex-ul li {
    padding-inline: 12px;
}

.pd-section-14__flex-col--3 .pd-section-14__flex-ul {
    text-align: center;
    background-color: #F6F9FA;
}

.pd-section-14__flex-col--2 .pd-section-14__flex-ul li span {
    display: none;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 1530px) {
    .pd-section-14__mian-img {
        display: none;
    }

    .pd-section-14__flex {
        max-width: 100%;
    }

    .pd-section-14__flex-col--1 {
        max-width: 25%;
    }

    .pd-section-14__flex-col--3 {
        max-width: 37.5%;
    }

    .pd-section-14__flex-col--2 {
        max-width: 37.5%;
    }
}

@media (max-width: 991.98px) {
    .pd-section-14__flex-col--2 .pd-section-14__flex-ul li span {
        display: flex;
    }

    .pd-section-14__flex-col--1 {
        display: none;
    }

    .pd-section-14__flex-col--3 {
        max-width: 50%;
    }

    .pd-section-14__flex-col--2 {
        max-width: 50%;
    }

    .pd-section-14__flex-col--3 .pd-section-14__flex-ul li,
    .pd-section-14__flex-col--2 .pd-section-14__flex-ul li {
        min-height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pd-section-14__flex-col--3 .pd-section-14__flex-ul li {
        justify-content: flex-end;
    }

}

@media (max-width: 767.98px) {
    .pd-section-14__flex-col--2 .pd-section-14__flex-title {
        padding-left: 12px;
    }

    .pd-section-14__flex-title {
        font-size: 16px;
    }

    .pd-section-14__flex-col--3 .pd-section-14__flex-ul li,
    .pd-section-14__flex-col--2 .pd-section-14__flex-ul li {
        min-height: 130px;
    }
    .pd-section-14__flex-col--3 .pd-section-14__flex-ul li p,
    .pd-section-14__flex-col--2 .pd-section-14__flex-ul li p{
        min-height: 50px;
    }
    .pd-section-14__flex-btn {
        padding: 14px 10px;
    }
}

@media (max-width: 576.98px) {
    .pd-section-14 {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.pd-section-6 {
    margin-bottom: 120px;
}

.pd-section-6 .h2 {
    margin-bottom: 32px;
    font-weight: 800;
}

.pd-section-6 video {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .pd-section-6 .h2 {
        font-size: 32px;
    }

    .pd-section-6 {
        margin-bottom: 60px;
    }
}

/* END Product description */

/* fixed bar */
.rx-product-bar *{
    box-sizing: border-box;    
}
.rx-product-bar {
    padding-block: 6px;
    background-color: #F6F9FA;
    width: calc(100vw - 10px);
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    position: sticky;
    top: 68px;
    z-index: 50;
    margin-bottom: 36px;
}
.rx-product-bar__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rx-product-bar__to-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rx-product-bar__pd-links,
.rx-product-bar__links,
.rx-product-bar__cta {
    display: flex;
    align-items: center;
    gap: 30px
}

.rx-product-bar__links a {
    font-weight: 400;
    font-style: Medium;
    font-size: 16.16px;
    line-height: 25.86px;
    text-align: center;
    text-transform: uppercase;
    color: #292525;
    transition: color .3s;
}

.rx-product-bar__links a:hover {
    color: var(--color-yellow-normal);
}

.rx-product-bar__add-to-cart.btn-primary {
    padding: 7px 28px;
    flex-direction: row-reverse;
}

.rx-product-bar__price {
    font-size: 20px;
}

.rx-product-bar .wishlist-button-add .material-icons,.rx-product-rating__wrapper .wishlist-button-add .material-icons {
    display: none;
}

.rx-product-bar .wishlist-button-add,.rx-product-rating__wrapper .wishlist-button-add {
    background: transparent !important;
    box-shadow: none !important;
    position: relative;
    margin-left: 0px;
    padding: 0px;
    width: 16px;
    height: 16px;
}

.rx-product-bar .wishlist-button-add::before, .rx-product-rating__wrapper .wishlist-button-add::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75343 15.1496L7.59407 14.1143C3.47632 10.4515 0.757812 8.03586 0.757812 5.07116C0.757812 2.65548 2.69275 0.757446 5.1554 0.757446C6.54664 0.757446 7.88191 1.39274 8.75343 2.39666C9.62495 1.39274 10.9602 0.757446 12.3515 0.757446C14.8141 0.757446 16.7491 2.65548 16.7491 5.07116C16.7491 8.03586 14.0305 10.4515 9.9128 14.1221L8.75343 15.1496Z' stroke='%23292525' stroke-width='1.51496'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rx-product-bar .rx-active.wishlist-button-add::before, .rx-product-rating__wrapper .rx-active.wishlist-button-add::before{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75343 15.1496L7.59407 14.1143C3.47632 10.4516 0.757812 8.03592 0.757812 5.07122C0.757812 2.65554 2.69275 0.757507 5.1554 0.757507C6.54664 0.757507 7.88191 1.3928 8.75343 2.39672C9.62495 1.3928 10.9602 0.757507 12.3515 0.757507C14.8141 0.757507 16.7491 2.65554 16.7491 5.07122C16.7491 8.03592 14.0305 10.4516 9.9128 14.1222L8.75343 15.1496Z' fill='%23292525' stroke='%23292525' stroke-width='1.51496'/%3E%3C/svg%3E%0A");
}
.rx-product-bar--mobile{
    display: none;
}
.js-mailalert{
    align-items: center;
}
@media (max-width: 1599.98px){
    .rx-product-bar__links a{
        font-size: 14px;
        line-height: 120%;
    }
}
@media (max-width: 1399.98px){
    .rx-product-bar {
        top: 48px;
    }
    .rx-product-bar__cta{
        gap: 16px;        
    }
    .rx-product-bar__pd-links,.rx-product-bar__links{
        gap: 16px;
    }
    .rx-product-bar__links a{
        font-size: 12px;
        line-height: 120%;
    }
}
@media (max-width: 1199.98px){
    .rx-product-bar__links a{
        font-size: 12px;
        line-height: 120%;
    }
    .rx-product-bar__price{
        font-size: 16px;
    }
    .rx-product-bar__add-to-cart.btn-primary{
            padding: 7px 20px;
    }
}

@media (max-width: 1099.98px){
    .rx-product-bar {
        top: unset;
        bottom: unset;
        position: static;
        box-shadow: 0px 0px 3.15px 0px #00000005,
                    0px 0px 6.52px 0px #00000008,
                    0px 0px 13px 0px #0000000A,
                    0px 0px 25.48px 0px #0000000C,
                    0px 0px 46.85px 0px #0000000F,
                    0px 0px 80px 0px #00000014;
        padding-block: 16px;
        background-color: #fff;
    }
    .rx-product-bar__wrapper{
        justify-content: center;
    }
    .rx-product-bar__links{
        display: none;
    }
    .rx-product-bar--mobile{
        display: flex;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100vw;
        margin-bottom: 0px;
        transform: translateY(100%);
        transition: transform .3s;
    }
    .rx-product-bar--mobile.is-active{
       transform: translateY(0px); 
    }
}
@media (max-width: 991.98px){
    .rx-product-bar__add-to-cart{
        font-size: 12px;
    }
}
.rx-product-bar__price-regular{
    text-decoration: line-through;
}
/* end fixed bar */

/*reansurance module */
.rx-blockreassurance__item{
    display: flex;
    gap: 12px;
    align-items: center;
}
.rx-blockreassurance.blockreassurance_product p.block-title{
    line-height: unset;
    margin-bottom: 0px;
}
.rx-blockreassurance.blockreassurance_product .item-product img, .rx-blockreassurance.blockreassurance_product .item-product svg{
    width: unset;
    height: unset;
}
.rx-blockreassurance.blockreassurance_product .item-product svg path{
    fill: #292525;
}
.rx-blockreassurance.blockreassurance_product .item-product{
    width: 28px;
    height: 28px;
    padding: unset;
    margin: unset;
}
.rx-blockreassurance__item{
    margin-bottom: 10px;
}
.rx-product-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 52px;
    margin-bottom: 70px;
}
.rx-product__col--1{
    max-width: 866px;
    width: 100%;
}
.rx-product__col--2{
    max-width: 630px;
    width: 100%;
}
body#product #notifications .alert.alert-info {
  display: none !important;
}
.rx-product__col--2-wrapper{
    padding: 30px;
    background-color: #F6F9FA;
    margin-bottom: 20px;
}
.rx-product__left-icons{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.rx-product__left-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rx-product__left-icon img{
    object-fit: contain;
}
.rx-product__left-icon{
    padding-left: 18px;
    padding-right: 18px;
}
.rx-product__left-icon a{
    margin-top: 3px;
    color: #292525;
    font-weight: 500;
}
.rx-product__left-icon:first-child{
    border-left:solid 1px #D9D9D9;
}
.rx-product__left-icon{
    border-right:solid 1px #D9D9D9;
}
.page-product .product__description-short{
    margin-bottom: 80px;
    margin-top: 40px;
}
@media screen and (max-width: 1400px){
    .rx-product__left-icons{
        grid-template-columns: repeat(2,1fr);
        gap: 16px;    
    }
    .rx-product__left-icon:nth-child(3){
        border-left: solid 1px #D9D9D9;
    }
}
@media screen and (max-width: 992px){
    .page-product .product__description-short{
        display: none;
    }
    .rx-product__col--2-wrapper{
        padding: 30px 15px;
    }
    .tp-wrap{
        margin-bottom: 15px;
    }
}
.rx-product__left-icon p{
    text-align: center;
    color: #292525;
    font-size: 13px;
    margin-top: 12px;
}
.product__description-short{
    max-width: 100%;
}

.product__images{
    display: flex;

}

.product-thumbnails-wrapper{
    max-width: 900px;
    width: 100%;
}
.products-properties-wrapper{
    max-width: 750px;
    width: 100%;
}
.products-properties-wrapper .rx-product-rating__wrapper .post-product-comment{
    display: none;
}
.product-thumbnails-wrapper .product-gallery{
    display: flex;
    flex-direction: row-reverse;
    max-height: 710px;
    gap: 16px;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 30px;
    position: relative;
}
#product .product-thumbnails-wrapper #content{
    max-width: 100%;
}
.swiper-thumbnail-cover{
    max-width: 720px;
    margin-inline: 0px;
}
.swiper-thumbnails{
    max-height: 720px;
    height: 100%;
    max-width: 160px;
    width: 100%;
    margin: 0px;
}
.swiper-thumbnails .swiper-slide{
    overflow: hidden;
}
.swiper-thumbnails .swiper-slide.swiper-slide-thumb-active{
    border: solid 1.5px #FFD600;
}
.swiper-thumbnails .swiper-slide:hover{
    cursor: pointer;
}
.swiper-thumbnails-wrapper{
    position: relative;
    width: 86px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.swiper-thumbnails .swiper-slide{
    height: 86px !important;
}
.swiper-thumbnails__navigation{
    pointer-events: none;
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-thumbnails__navigation .rx-swiper-btn{
    pointer-events: all;
}
.swiper-thumbnails__fall{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgba(250, 247, 244, 0) 0%, #FAF7F4 100%);
    z-index: 2;
}
.swiper-cover-wrapper{
    position: relative;
}
.thumbnail-cover__img{
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width: 1530px) {
    /* .swiper-thumbnails-wrapper {
        max-width: 15%;
        width: 15%;
    } */
}
@media screen and (max-width: 1530px) {
    .swiper-cover-wrapper {
        max-width: 80%;
        width: 100%;
        display: flex;
    }
}
@media screen and (max-width: 1399.98px){
    .rx-product__col--1{
        max-width: 50%;
    }
    .rx-product__col--2{
        max-width: 50%;
    }
}
@media screen and (max-width: 991.98px){
    .product-thumbnails-wrapper .product-gallery{
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 0px;
        max-height: unset;
    }
    .rx-product__col--2{
        max-width: calc(100% + 48px);
        width: calc(100% + 48px);
        margin-right: -24px;
        margin-left: -24px;
    }
    .product-gallery .swiper-pagination{
        position: relative;
    }
    .product-gallery .swiper-pagination .swiper-pagination-bullet{
        width: 20px;
        border-radius: 0px;
        height: 2px;
        background-color: #D9D9D9;
    }
    .product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #A9A9A9;
    }

    .rx-product-title-wrapper{
        border-bottom: none !important;
    }
    .rx-product-top{
        flex-direction: column;
    }
    .swiper-thumbnails-wrapper{
        display: none;
    }
    .rx-product__col--1{
        max-width: 100%;
    }
    .swiper-cover-wrapper{
        max-width: 100%;
        width: 100%;
    }
    .swiper-thumbnail-cover{
        max-width: 100%;
    }
}
/*end reansurance module */


/* Product top */
.rx-product-title-wrapper{
    margin-bottom: 0px;
    border-bottom: solid 1px #29252557;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rx-product__name{
    font-weight: 800;
    font-size: 49.29px;
    line-height: 100%;
}
.page-product .product__name{
    margin-bottom: 0px;
}
.rx-product-rating__wrapper .additional-links{
    display: none !important;
}
.page-product .rx-product-rating__wrapper .product-comments-additional-info{
    margin-top: 0px;
    max-width: fit-content;
}
.rx-product-rating__show-all{
    font-weight: 400;
    font-size: 19.08px;
    line-height: 30.52px;
    color: #292525;
    margin-right: 20px;
    opacity: 0.5;
}
.rx-product-rating__wrapper{
    display: flex;
    gap: 14px;
    align-items: center; 
}
.rx-product-rating__wrapper .comments-note .average-grade{
    font-weight: 400;
    font-size: 19.08px;
    line-height: 30.52px;
    color: #292525;
}
@media (max-width: 1199.98px){
    .rx-product-title-wrapper{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
@media (max-width: 767.98px){
    .rx-product__name{
        font-size: 31.3px;
    }
}
@media(max-width: 575.98px) {
    .rx-product-rating__show-all {
        font-size: 0.875rem;
        margin-right: 0;
    }
}
.rx-product-rating__wrapper .js-mailalert{
    display: none !important;
}
/* END Product top */

/* Products add to cart */
.rx-products-wariants{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #29252543;

}
.rx-products-wariants__wrapper{
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.rx-products-wariants__btn{
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    outline: none;
    background-color: transparent;
    padding: 6px 16px;
    border: solid 2px #D0D0D0;
    transition: border .3s ease;
}
.rx-products-wariants__btn.is-active{
    border-color: #FFD600;
    pointer-events: none;
}
.rx-products-wariants__title{
    margin-bottom: 6px;
}
.rx-add-to__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rx-add-to__top .product__tax-info{
    display: none !important;
}
.rx-add-to__top .product__current-price{
    font-weight: 400;
    font-size: 39.1px;
    line-height: 100%;
    font-weight: 700;
}
.rx-add-to__top .product__discount-percentage{
    display: none;
}
.rx-add-to__top .product__discount-amount{
    display: none
}
.rx-add-to__top .prices__wrapper{
    align-items: flex-end;
}
.rx-add-to__top .quantity-button button{
    width: 52px;
    height: 52px;
    border-radius: 0px;
    background-color: #fff;
    border-color: #656464;
}
.rx-add-to__top .quantity-button input{
    height: 52px;
    max-width: 78px;
    font-size: 17px;
    border-color: #656464;
}
.rx-add-to__top .form-control:focus{
    box-shadow: none;
}
.rx-discount-info{
    color: #FF5C01;
    margin-right: 6px;
}
.product__price-regular{
    color: #9F9F9F;
}
.rx-product__prices{
    margin-bottom: 15px;
}
.rx-product__col--2 .product-comments-additional-info{
    display: none !important;
}
.rx-product__col--2 .wishlist-button-add{
    display: none !important;
}
/* END Products add to cart */

/* Single product - product reviews*/
.rx-product-reviews{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 120px;
}
#product-comments-list-header{
    border-radius: 30px;
    background-color: var(--color-beige-500);
    max-width: 360px;
    width: 100%;
    padding: unset !important;
}
.rx-average-grade{
    font-size: 49.29px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-weight: 400;
    margin-bottom: 12px;
}
.comments-note{
    margin-bottom: 20px;
}
.rx-comments-amount{
    margin-bottom: 0px;
    color: #F0F0F0;
    font-size: 16px;
    font-weight: 400;

}
.product-comment-list-item{
    display: flex;
    padding-block: 26px !important;
    background-color: transparent;
    border-top: solid 1px #ABAAA9;
    margin-bottom: 0px;
    gap: 120px;
    align-items: center;
}
 .product-comment-list-item:last-child{
    border-bottom: solid 1px #ABAAA9;
}
.single-products-heading--50{
    margin-bottom: 50px;
}
.rx-comments-info{
    max-width: 235px;
    width: 100%;
    display: flex;
    gap: 48px;
    align-items: center;
}
.product-comment-list-item .comment-infos{
    max-width: 235px;
    width: 100%;
    min-height: unset;
    height: auto;
}
.page-product #product-comments-list .comment-infos{
    gap: unset;
}
.h5.comment-author{
    font-weight: 400;
    font-size: 20.2px;
    line-height: 140%;
    margin-bottom: 5px;
}
.product-comment-list-item .comment-content p{
    font-weight: 400;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: 3%;
    color: var(--color-black-500);
    margin-bottom: 0px;
}
.rx-comments-info .rx-grade{
    height: 20px;
    display: flex;;
}
.rx-comments-info .comment-date{
    font-size: 16px;
    line-height: 100%;
    color: var(--color-black-400);
    position: relative;
}
.rx-comments-info .comment-date::before{
    content: "";
    height: 32px;
    width: 1px;
    background-color: var(--color-black-400);
    position: absolute;
    left: -24px;
    top: -6px;
    
}
#product-comments-list-pagination{
    display: none;
}
.show-more-comments{
    line-height: 140%;
    letter-spacing: 3%;
    text-align: center;
    color: #373737;
    width: fit-content;
    margin-inline: auto;
    padding-block: 8px;
    padding-inline: 12px;
    transition: color .3s;
}
.show-more-comments:hover{
    cursor: pointer;
    color: var(--color-orange-500);
}
#product-comments-list-footer{
    margin-top: 28px;
}
.rx-comments-wrapper{
  position: relative;
  width: 100%;
}
.rx-loader{
  position: absolute;
  inset: 0;                    
  display: none;              
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: #847f7833; 
  cursor: progress;            
backdrop-filter: blur(1px);
}

.rx-comments-wrapper:has(.show-more-comments.is-loading) .rx-loader, .rx-comments-wrapper.isSorting .rx-loader{
  display: flex;
}

.rx-loader { color: #F67C59; } 
.rx-loader svg{
  width: 48px;
  height: 48px;
  animation: rx-spin 1s linear infinite;
  will-change: transform;
}

@keyframes rx-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.rx-commets-sort{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 5px;
}
.rx-commets-sort #rx-sort-comments{
    border: none;
    outline: none;
    background: transparent;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 3%;
}
.rx-commets-sort #rx-sort-comments:hover{
    cursor: pointer;
}
.rx-commets-sort #rx-sort-comments option{
    background-color: var(--color-beige-100);
    border: none;
    padding: 4px;
    font-size: 16px;
}
.rx-commets-sort .button-text{
    font-weight: 400;
}
.comments-nb .rx-rating-stars{
    height: 20px;
    margin-bottom: 15px;
}
.rx-rating-stars svg path{
    fill: #FFD600;
}
@media screen and (max-width: 1200px){
    .product-comment-list-item{
        gap: 40px;   
        align-items: flex-start;
    }
    .rx-product-reviews{
        margin-bottom: 80px;
    }
    #product-comments-list-header{
        max-width: 100%;
    }
}
@media screen and (max-width: 992px){
    #product-comments-list-footer{
        flex-direction: column;
    }
    .rx-product-reviews{
        margin-bottom: 60px;
    }
    .rx-product-reviews{
        flex-direction: column;
    }
}
@media screen and (max-width: 768px){
    .single-products-heading--50{
        margin-bottom: 15px;
    }
    #product-comments-list-footer{
        margin-top: 20px;
    }
    .rx-product-reviews{
        margin-bottom: 30px;
    }

    #product-comments-list-header{
        max-width: 100%;
    }
    .product-comment-list-item{
        flex-direction: column;
        gap: 16px;
    }
}
#product-comments-list-footer .btn-primary{
    text-transform: none;
    display: flex;
}
.product-comment-modal .modal-header{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px 30px;
    background-color: #F9F8F7;
    border-radius: 20px 20px 0px 0px;
} 
.product-comment-modal .modal-header::after{
    display: none;
}
.product-comment-modal .modal-header .h4{
    margin-bottom: 0px;
}
.product-comment-modal .modal-body{
    padding: 0px;
}
.product-comment-modal .modal-body--alert{
    padding: 30px;
}
.product-comment-modal .modal-header .close{
    opacity: 1;
}
.product-comment-modal .modal-content{
    border-radius: 16px;
}
.product-comment-miniature{
    display: flex;
    padding: 0px 30px 30px 30px;
    align-items: center;
    gap: 30px;
    background-color: #F9F8F7;
}
.product-comment-modal .modal-dialog .product-cover, .product-comment-modal .modal-dialog .product-cover img{
    width: 68px;
    height: 68px;
    border-radius: 8px;
    margin-bottom: 0px;
}
#post-product-comment-modal .criterion-rating{
    justify-content: flex-start;
    margin-bottom: 16px;
}
#post-product-comment-modal .product-comment-data{
    padding: 30px;
    background-color: #fff;
}
.rx-product-rating__wrapper button.post-product-comment{
    display: none !important;
}
.product-comment-modal-footer{
    padding:30px;
    border-radius: 0px 0px 20px 20px;
    background-color: #F9F8F7;
}
.product-comment-modal-footer .btn{ 
    text-transform: none;
    display: flex;
}
.product-comment-data #criterions_list{
    margin-bottom: 14px;
}
.star-content div.star, .star-content div.star-on, .star-content div.star-hover{
    background-image: url('../uploads/stars.png') !important;
}
.product-comment-inputs{
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.product-comment-inputs input,.product-comment-inputs textarea{
    border-radius: 16px;
    padding: 16px;
    height: auto;
}
.product-comment-input-wrapper{
    position: relative;
}
.product-comment-input-wrapper label{
    position: absolute;
    top: -20px;
    left: 12px;
    padding-inline: 5px;
    margin: 0px;
    background-color: #fff;
}
.product-comment-modal .required{
    margin-bottom: 0px;
}
.modal-body--alert .post-comment-buttons{
    align-items: center;
}
#empty-product-comment{
    padding: 0px;
    border-top: none;
}
#empty-product-comment .btn{
    text-transform: none;
}
#product-comment-posted-modal{  
    z-index: 2000;
}
@media screen and (max-width: 768px){
    #product-comment-posted-modal .modal-header{
        padding-bottom: 15px;
    }
    .product-comment-modal .modal-body--alert{
        padding: 15px 30px;
    }
    .product-comment-modal .post-comment-buttons{
        justify-content: center;
    }
    .product-comment-modal-footer .btn{
        padding: 12px 24px;
        width: 100%;
    }
    .product-comment-modal .modal-header{
        padding: 30px 15px;
    }
    #post-product-comment-modal .product-comment-data{
        padding: 30px 15px; 
    }
    .product-comment-modal-footer{
        padding: 30px 15px;
    }
}
h2.reviews-header{
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: solid 1px #292525;
    font-weight: 800;
}
.page-product #product-comments-list-header .comments-nb{
    width: 100%;
    background-color: #292525;
    padding: 30px;
    margin-bottom: 30px;
}
.rx-reviews-thrustpilot{
    padding-block: 52px;
    padding-inline: 25px;
    box-shadow: 0px 15.48px 30.96px 0px #1B3B770D,
    0px 30.96px 77.4px 0px #062F7D0D,
    0px 2.58px 5.16px 0px #0704921A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.rx-reviews-thrustpilot__title{
    font-weight: 500;
    font-size: 23.22px;
    line-height: 33.54px;
    margin-bottom: 10px;
}
.rx-reviews-thrustpilot__img{
    margin-bottom: 10px;
}

.rx-reviews-thrustpilot__amount{
    font-weight: 300;
    font-size: 18.06px;
    line-height: 28.38px;
    text-align: center;
    margin-bottom: 10px;
}
.rx-reviews-thrustpilot__amount a{
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.rx-reviews-thrustpilot__bottom{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.rx-reviews-thrustpilot__bottom p{
    font-weight: 500;
    font-size: 20.64px;
    line-height: 33.54px;
    margin-bottom: 0px;
}
.page-product #product-comments-list .comment-date{
    color: #858383;
    font-weight: 400;
}
.rx-comments-info .comment-date::before{
    background-color: #858383;
}
#post-product-comment-modal{
    z-index: 2000;
}
#post-product-comment-modal .modal-body{
    padding: unset;
}
#post-product-comment-modal .modal-body .form-check-input{
    max-width: 30px;
    max-height: 30px;
}
#post-product-comment-modal .modal-body .form-check-input:checked{
    background-color: #ffd600;
    border-color: #ffd600;
}
#post-product-comment-modal .modal-body .form-check{
    display: flex;
    gap: 10px;
}

/* Single product - product reviews*/

.thumbnails-button-next.swiper-button-disabled, .thumbnails-button-prev.swiper-button-disabled{
    opacity: 0.25;
}

.swiper-mobile-controls {
  display: none;
}
.product-flags{
    z-index: 2;
    top: 10px;
    left: 20px;
    gap: 12px;
}
.badge{
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 0px;
    margin: 0px;
    line-height: 100%;
    min-height: 29px;
    display: flex;
    align-items: center;
}
.badge.discount{
    background-color: #FF5C01;
    border-color: #FF5C01;
    color: #fff;
}
.badge.new{
    background-color: #292525;
    border-color: #292525;
    color: #fff;
}
@media (max-width: 991.98px) {
    .rx-product-top{
        gap: 15px;
    }
  .swiper-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 0px;
  }
  .swiper-mobile-controls:has(.swiper-button-prev){
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100%;
    z-index: 2;
    justify-content: space-between;
  }

  #ps-swiper-gallery .swiper-thumbnail-cover {
    overflow: hidden;
  }

  #ps-swiper-gallery .swiper-mobile-controls .swiper-button-prev,
  #ps-swiper-gallery .swiper-mobile-controls .swiper-button-next {
    position: static;
    width: 32px;
    height: 32px;
    margin-top: 0;
    color: transparent;
    display: block;
  }
  .rx-product-bar__add-to-cart.btn-primary{
    padding: 7px 8px;
  }
}

.rx-product-top .rx-expecteddelivery{
    background: transparent;
    padding: 0px;
}
.rx-free-delivery{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.product__col .rx-free-delivery span{
    font-weight: 500;
}
.blockreassurance_product{
   margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #29252540; 
}
#product-comment-posted-modal .btn-primary{
    display: none;
}
.rx-comments-info__sales{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}
.rx-comments-info__sales span{
    font-weight: 400;
    font-size: 12.93px;
    line-height: 140%;
}
.slide-thumbnails-wrapper{
    position: relative;
    padding-bottom: 100%;

}
.slide-thumbnails-wrapper{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product .featured-products{
    display: none !important;
}
.rx-resatch-modal-trigger a{
    font-weight: 600;
    display: block;
    margin-top: 4px;
    cursor: pointer;
    width: fit-content;
    margin-inline: auto;
}

/* RX Research Modal base */
.rx-modal-research {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.rx-modal-research.is-open {
  display: block;
}

.rx-modal-research__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.rx-modal-research__dialog {
  position: relative;
  width: min(1000px, calc(100vw - 32px));
  height: 80vh;
  margin: 5vh auto 0;
  background: #fff;
  overflow: hidden;
}

.rx-modal-research__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
  line-height: 40px;
}

.rx-modal-research__content {
    height: 100%;
}

.rx-modal-research__pdf {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


body.rx-modal-research-open {
  overflow: hidden;
}
.rx-target-img{
    display: none !important;
}
.rx-modal-research__dialog,
.rx-modal-research__content,
.rx-modal-research__pdf {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.25) transparent;
}

/* Chrome / Edge / Safari */
.rx-modal-research__dialog::-webkit-scrollbar,
.rx-modal-research__content::-webkit-scrollbar,
.rx-modal-research__pdf::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rx-modal-research__dialog::-webkit-scrollbar-track,
.rx-modal-research__content::-webkit-scrollbar-track,
.rx-modal-research__pdf::-webkit-scrollbar-track {
  background: transparent;
}

.rx-modal-research__dialog::-webkit-scrollbar-thumb,
.rx-modal-research__content::-webkit-scrollbar-thumb,
.rx-modal-research__pdf::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.rx-modal-research__dialog::-webkit-scrollbar-thumb:hover,
.rx-modal-research__content::-webkit-scrollbar-thumb:hover,
.rx-modal-research__pdf::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.32);
  background-clip: padding-box;
}
/* END RX Research Modal base */