.small-section-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1920px) {
    .small-section-title {
        font-size: calc(30px + (44 - 30) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(34px + (48 - 34) * ((100vw - 320px) / (1920 - 320)));
    }
}

.rs-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rs-link:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -4px;
    right: 0rem;
    left: 0rem;
    background-color: #682611;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: -1;
}

.rs-link._white:after {
    background-color: #fff;
}

.rs-link._white:hover {
    color: #000;
}

.rs-link:hover {
    color: #fff;
}

.rs-link:hover:after {
    right: -10px;
    left: -10px;
    height: calc(100% + 8px);
}

.product__item {
    height: 100%;
    padding: 20px;
    border: 1px solid #e7e3d3;
    -webkit-box-shadow: 0px 1px 58px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 58px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1176px) {
    .product__item {
        padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1176 - 320)));
    }
}

@media (any-hover: hover) {
    .product__item:hover {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-box-shadow: 0px 1px 58px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 1px 58px rgba(0, 0, 0, 0.06);
    }
}

.product__item a {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product__item .price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.product__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 276px;
}

@media (max-width: 1176px) {
    .product__picture {
        height: calc(203px + (276 - 203) * ((100vw - 320px) / (1176 - 320)));
    }
}

.product__labels {
    position: absolute;
    top: 0;
    left: 0;
}

.product__label {
    padding: 0px 10px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__sale {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #682611;
    background-color: #fff;
}

@media (max-width: 1920px) {
    .product__sale {
        font-size: calc(17px + (24 - 17) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320)));
    }
}

.product__img {
    width: 100%;
    height: 100%;
}

.product__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__description {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product__body {
    margin-bottom: 12px;
}

.product__body h4 {
    margin-bottom: 12px;
}

.product__size {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.26px;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 1920px) {
    .product__size {
        font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    }
}

.product__size span {
    display: inline-block;
    margin-left: 16px;
}

.product__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.product__price-new {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1920px) {
    .product__price-new {
        font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    }
}

.product__price-old {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #4a4a4a;
    margin-left: 12px;
}

@media (max-width: 1920px) {
    .product__price-old {
        font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
        margin-left: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
    }
}

.section-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1920px) {
    .section-title {
        font-size: calc(35px + (52 - 35) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(45px + (62 - 45) * ((100vw - 320px) / (1920 - 320)));
    }
}

.medium-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.48px;
}

@media (max-width: 1920px) {
    .medium-title {
        font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    }
}

.small-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1920px) {
    .small-text {
        font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    }
}

.big-section-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 68px;
    text-align: center;
}

@media (max-width: 1920px) {
    .big-section-title {
        font-size: calc(35px + (68 - 35) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(35px + (68 - 35) * ((100vw - 320px) / (1920 - 320)));
    }
}

.xl-medium-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1920px) {
    .xl-medium-title {
        font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(21px + (31 - 21) * ((100vw - 320px) / (1920 - 320)));
    }
}

.section-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1920px) {
    .section-text {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(24px + (26 - 24) * ((100vw - 320px) / (1920 - 320)));
    }
}

.l-bold-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1920px) {
    .l-bold-title {
        font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    }
}

.small-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.xl-bold-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1920px) {
    .xl-bold-title {
        font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
        line-height: calc(29px + (39 - 29) * ((100vw - 320px) / (1920 - 320)));
    }
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-prev:active,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
    outline: none !important;
}

.swiper-button-prev::-moz-focus-inner,
.swiper-button-next::-moz-focus-inner {
    border: 0 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0px;
}

.swiper-pagination-bullet:active,
.swiper-pagination-bullet:focus {
    outline: none !important;
}

.swiper-pagination-bullet::-moz-focus-inner {
    border: 0 !important;
}

.swiper-button-lock {
    display: none !important;
}

.swiper-pagination-lock {
    display: none !important;
}

.swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 1176px) {
    .swiper-controls {
        margin-top: calc(20px + (60 - 20) * ((100vw - 320px) / (1176 - 320)));
    }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
    right: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    top: 0%;
    width: unset;
    height: unset;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #682611;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 8px;
}

.swiper-button-next::before,
.swiper-button-prev::before {
    font-size: 24px;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: unset;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
    background: #9b5248;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    white-space: nowrap;
}

[data-reveal-anim] {
    position: relative;
    overflow: hidden;
}

[data-reveal-anim] img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: all 0s ease 0.8s;
    -o-transition: all 0s ease 0.8s;
    transition: all 0s ease 0.8s;
}

[data-reveal-anim].aos-animate img {
    opacity: 1;
}

[data-reveal-anim]::after,
[data-reveal-anim]::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[data-reveal-anim]::before {
    background-color: #fff;
    z-index: 1;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

[data-reveal-anim]::after {
    background-color: #fff;
    z-index: 2;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

[data-reveal-anim][data-reveal-anim-up].aos-animate::before {
    -webkit-animation: animationPictureUp 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: animationPictureUp 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-up].aos-animate::after {
    -webkit-animation: animationPictureUp 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: animationPictureUp 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-reveal-anim][data-reveal-anim-down].aos-animate::before {
    -webkit-animation: animationPictureDown 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: animationPictureDown 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-down].aos-animate::after {
    -webkit-animation: animationPictureDown 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: animationPictureDown 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-reveal-anim][data-reveal-anim-right].aos-animate::before {
    -webkit-animation: animationPictureRight 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: animationPictureRight 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-right].aos-animate::after {
    -webkit-animation: animationPictureRight 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: animationPictureRight 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-reveal-anim][data-reveal-anim-left].aos-animate::before {
    -webkit-animation: animationPictureLeft 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: animationPictureLeft 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-left].aos-animate::after {
    -webkit-animation: animationPictureLeft 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: animationPictureLeft 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .0s;
}

@-webkit-keyframes animationPictureLeft {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
}

@keyframes animationPictureLeft {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
}

@-webkit-keyframes animationPictureUp {
    0% {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}

@keyframes animationPictureUp {
    0% {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}

@-webkit-keyframes animationPictureRight {
    0% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }
}

@keyframes animationPictureRight {
    0% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }
}

@-webkit-keyframes animationPictureDown {
    0% {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%);
    }
}

@keyframes animationPictureDown {
    0% {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%);
    }
}

.section-title.splitting .char,
.small-section-title.splitting .char,
.big-section-title.splitting .char {
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition-delay: calc(20ms * var(--char-index));
    -o-transition-delay: calc(20ms * var(--char-index));
    transition-delay: calc(20ms * var(--char-index));
}

.section-title.splitting[data-scroll="out"] .char,
.small-section-title.splitting[data-scroll="out"] .char,
.big-section-title.splitting[data-scroll="out"] .char {
    opacity: 0;
    /*   opacity: 0; */
    -webkit-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    transform: translateY(0.25em);
}