/** Shopify CDN: Minification failed

Line 2461:27 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Sora:wght@100..800&display=swap');
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: normal;
}
.container {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}
.announcement-bar-section .announcement-bar__message {
    font-size: 14px;
    line-height: 19px;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: normal;
    font-weight: 500;
}
.header-wrapper header.header {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.header-wrapper header.header .header__heading .header__heading-link {
    padding: 0;
    margin: 0;
}
.header-wrapper header.header .header__inline-menu .list-menu li .list-menu__item {
    padding: 0 30px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.header-wrapper header.header .header__inline-menu .list-menu li .list-menu__item .header__active-menu-item {
    color: #FF5C39;
}
.header-wrapper header.header .header__icons .header__icon {
    width: auto;
    height: auto;
}
.header-wrapper header.header .header__icons .svg-wrapper {
    width: auto;
    height: auto;
}
.header-wrapper header.header .header__icons {
    gap: 20px;
}
.hero-banner {
    padding: 335px 0 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-banner .content {
    max-width: 731px;
    width: 100%;
}
.hero-banner .content h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Sora;
    margin-bottom: 26px;
    letter-spacing: normal;
}
.icon-button {
    background: #FFFFFF;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    transition: all .5s ease;
}
.icon-button svg {
    transition: all .5s ease;
}
.icon-button:hover svg {
    transform: rotate(90deg);
}
.collection-list-wrapper .collection-list-title {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Sora';
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #212021;
}
.collection-list-wrapper .collection-list .collection-box {
    position: relative;
    overflow: hidden;
}
.collection-list-wrapper .collection-list .collection-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,#0000,#000c);
    height: 202px;
    z-index: 9;
}
.collection-list-wrapper .collection-list .collection-box a {
    display: flex;
    transition: all .3s ease;
}
.collection-list-wrapper .collection-list .collection-box:hover a {
    transform: scale(1.05);
}
.collection-list-wrapper .collection-list .collection-box img {
    aspect-ratio: 1;
    object-fit: cover;
}
.collection-list-wrapper .collection-list .collection-box h3 {
    position: absolute;
    bottom: 15px;
    top: auto;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'Sora';
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: bold;
    padding: 0 16px;
    z-index: 10;
}
.newsletter-custom {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.newsletter-custom .newsletter-content {
    max-width: 465px;
    width: 100%;
    margin-left: auto;
    background: #FFFCF6;
    padding: 45px 30px;
    text-align: center;
}
.newsletter-custom .newsletter-content p {
    font-size: 16px;
    line-height: 27px;
    color: #212021;
    font-family: 'Noto Sans';
    font-weight: 500;
    margin: 10px 0 24px;
}
.newsletter-custom .newsletter-content .newsletter-form {
    max-width: 100%;
}
.newsletter-custom .newsletter-content .newsletter-form .newsletter-form__field {
    width: 100%;
}
.newsletter-custom .newsletter-content .newsletter-form .field__input {
    min-width: 100%;
    border: 1px solid rgba(0,0,0,.3);
    padding: 12px 15px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #21202180;
    margin: 0;
}
.newsletter-custom .newsletter-content .newsletter-form .field__input::placeholder {
    color: rgba(33, 32, 33, .5);
    opacity: 1;
}
.newsletter-custom .newsletter-content .newsletter-form .newsletter-form__field .newsletter-button {
    text-align: center;
    margin-top: 30px;
}
.newsletter-custom .newsletter-content .newsletter-form .newsletter-form__field .newsletter-form__button {
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 13px 38px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    transition: all .3s ease;
}
.newsletter-custom .newsletter-content .newsletter-form .newsletter-form__field .newsletter-form__button:hover {
    background: transparent;
    color: #ff5c39;
}
.popular-products {
    padding: 100px 0;
}
.popular-products .heading {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}
.popular-products .heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: #D9D9D9;
}
.popular-products .heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 30%;
    height: 6px;
    background: #FF5C39;
}
.popular-products .heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: Sora;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #212021;
}
.popular-products .heading a {
    text-decoration: none;
    display: inline-block;
    padding: 13px 40px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    transition: all .3s ease;
}
.popular-products .heading a:hover {
    background: transparent;
    color: #ff5c39;
}
.popular-products .popular-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.popular-products .popular-products-wrapper .popular-products-box {
    max-width: calc(25% - (15px * 3/4));
    width: 100%;
}
.popular-products .popular-products-wrapper .popular-products-box .image {
    background: #F2EBE3;
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    margin-bottom: 19px;
}
.popular-products .popular-products-wrapper .popular-products-box .image img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 380px;
    object-fit: contain;
}
.popular-products .popular-products-wrapper .popular-products-box h3 {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    letter-spacing: normal;
    font-family: 'Noto Sans';
    font-weight: 600;
}
.popular-products .popular-products-wrapper .popular-products-box h3 a {
    text-decoration: none;
    color: #000;
}
.popular-products .popular-products-wrapper .popular-products-box span {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans';
    color: #000000;
    opacity: .6;
    display: block;
    margin: 4px 0;
}
.popular-products .popular-products-wrapper .popular-products-box p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans';
    color: #000000;
    font-weight: 600;
}
.custom-collection .custom-collection-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box {
    max-width: calc(50% - 8.5px);
    width: 100%;
    position: relative;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .image {
    display: flex;
    position: relative;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .image::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #0000, #000000);
    height: 178px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .content {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    padding: 22px 19px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .content h2 {
    font-size: 27px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: 'Sora';
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
    max-width: 65%;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .content a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: flex;
}
.about-hero {
    padding: 155px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 65px;
}
.about-hero .content {
    max-width: 500px;
    width: 100%;
    margin-left: 82px;
    background: #ff5c39;
    padding: 75px 45px 70px;
    position: relative;
    bottom: -65px;
}
.about-hero .content h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #FFFCF6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Sora';
    margin-bottom: 11px;
}
.about-hero .content p {
    font-size: 16px;
    line-height: 28px;
    color: #FFFCF6;
}
.our-team {
    padding: 100px 0;
    padding-right: calc((100vw - 1380px) / 2);
}
.our-team .our-team-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 70px;
}
.our-team .our-team-wrapper .image, .our-team .our-team-wrapper .content {
    max-width: calc(50% - (70px * 1/2));
    width: 100%;
}
.our-team .our-team-wrapper .content .content-wrapper {
    max-width: 560px;
    width: 100%;
}
.our-team .our-team-wrapper .image {
    display: flex;
}
.our-team .our-team-wrapper .image img {
    width: 100%;
    height: 633px;
    object-fit: cover;
}
.our-team .our-team-wrapper .content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #212021;
    font-family: 'Sora';
    text-transform: uppercase;
    letter-spacing: normal;
}
.our-team .our-team-wrapper .content p {
    font-size: 16px;
    line-height: 28px;
    color: #4D4C4B;
    margin: 11px 0 27px;
}
.our-team .our-team-wrapper .content a {
    display: inline-block;
    padding: 14px 29px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    text-decoration: none;
    transition: all .3s ease;
}
.our-team .our-team-wrapper .content a:hover {
    background: transparent;
    color: #ff5c39;
}
.customize-products {
    padding: 80px 0;
    background: #F2EBE3;
}
.customize-products .customize-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.customize-products .customize-products-wrapper .content,
.customize-products .customize-products-wrapper .image {
    max-width: 50%;
    width: 100%;
}
.customize-products .customize-products-wrapper .content .content-wrapper {
    max-width: 500px;
    width: 100%;
}
.customize-products .customize-products-wrapper .content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #212021;
    font-family: Sora;
    text-transform: uppercase;
    letter-spacing: normal;
}
.customize-products .customize-products-wrapper .content p {
    font-size: 16px;
    line-height: 28px;
    color: #4D4C4B;
    margin: 6px 0 27px;
}
.customize-products .customize-products-wrapper .content a {
    display: inline-block;
    padding: 14px 29px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    text-decoration: none;
    transition: all .3s ease;
}
.customize-products .customize-products-wrapper .content a:hover {
    background: transparent;
    color: #ff5c39;
}
.customize-products .customize-products-wrapper .image img {
    height: 603px;
    object-fit: cover;
}
.image-text {
    padding: 100px 0;
}
.image-text .image-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 68px;
}
.image-text .image-text-wrapper .image {
    max-width: calc(54% - (68px * 1/2));
    width: 100%;
}
.image-text .image-text-wrapper .image img {
    width: 100%;
    height: 645px;
    object-fit: cover;
}
.image-text .image-text-wrapper .content {
    max-width: calc(46% - (68px * 1/2));
    width: 100%;
}
.image-text .image-text-wrapper .content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #212021;
    font-family: Sora;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 11px;
}
.image-text .image-text-wrapper .content p {
    font-size: 16px;
    line-height: 28px;
    color: #4d4c4b;
    margin-bottom: 10px;
}
.image-text .image-text-wrapper .content a {
    margin-top: 17px;
    display: inline-block;
    padding: 14px 29px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    text-decoration: none;
    transition: all .3s ease;
}
.image-text .image-text-wrapper .content a:hover {
    background: transparent;
    color: #ff5c39;
}
.watch-story {
    padding: 336px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.watch-story .watch-story-content {
    padding: 44px 80px 44px 40px;
    max-width: 555px;
    width: 100%;
    background: #fff;
}
.watch-story.collection .watch-story-content {
    margin-left: auto;
}
.watch-story .watch-story-content span {
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.watch-story .watch-story-content h2 {
    font-size: 40px;
    line-height: 54px;
    color: #212021;
    font-weight: bold;
    font-family: Noto sans;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 10px 0 22px;
}
.watch-story .watch-story-content a {
    display: inline-block;
    padding: 14px 29px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    text-decoration: none;
    transition: all .3s ease;
}
.watch-story .watch-story-content a:hover {
    background: transparent;
    color: #ff5c39;
}
.our-partners {
    padding: 40px 0;
}
.our-partners .heading {
    text-align: center;
    margin-bottom: 33px;
}
.our-partners .heading h1 {
    font-size: 50px;
    line-height: 63px;
    color: #212021;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Sora';
    letter-spacing: normal;
    margin-bottom: 8px;
}
.our-partners .heading p {
    font-size: 16px;
    line-height: 26px;
    color: #4D4C4B;
    max-width: 455px;
    margin: 0 auto;
}
.our-partners .our-partners-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.our-partners .our-partners-wrapper .our-partners-box {
    max-width: calc(33.33% - (32px * 2/3));
    width: 100%;
    padding: 60px 38px;
    background: #F8F3EE;
}
.our-partners .our-partners-wrapper .our-partners-box .logo {
    text-align: center;
    background-image: repeating-linear-gradient(-30deg, #00000033, #00000033 12px, transparent 12px, transparent 22px, #00000033 22px), repeating-linear-gradient(60deg, #00000033, #00000033 12px, transparent 12px, transparent 22px, #00000033 22px), repeating-linear-gradient(150deg, #00000033, #00000033 12px, transparent 12px, transparent 22px, #00000033 22px), repeating-linear-gradient(240deg, #00000033, #00000033 12px, transparent 12px, transparent 22px, #00000033 22px);
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 50px;
}
.our-partners .our-partners-wrapper .our-partners-box .content {
    text-align: center;
    margin-top: 45px;
}
.our-partners .our-partners-wrapper .our-partners-box .content h3 {
    font-size: 25px;
    line-height: 23px;
    color: #4D4C4B;
    font-weight: bold;
    font-family: 'Sora';
    text-transform: uppercase;
    letter-spacing: normal;
}
.our-partners .our-partners-wrapper .our-partners-box .content p {
    font-size: 20px;
    line-height: 18px;
    color: #4D4C4B;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-top: 1px;
}
.custom-slider {
    padding: 40px 0 100px;
}
.custom-slider .custom-marquee .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important;
}
.custom-slider .custom-marquee .swiper-wrapper .swiper-slide {
    width: auto;
}
.custom-slider .custom-marquee .swiper-wrapper .swiper-slide .image {
    display: flex;
}
.custom-slider .custom-marquee .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 296px;
    object-fit: cover;
}
.custom-order-form {
    padding: 100px 0;
    background: #F2EBE3;
}
.custom-order-form .custom-order-form-wrapper {
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
}
.custom-order-form .custom-order-form-wrapper .heading h2 {
    font-size: 40px;
    line-height: 50px;
    color: #212021;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Sora';
    margin-bottom: 10px;
}
.custom-order-form .custom-order-form-wrapper .heading p {
    font-size: 18px;
    line-height: 26px;
    color: #4D4C4B;
}
.custom-order-form .custom-order-form-wrapper #ContactForm {
    margin-top: 30px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm  .field {
    flex-wrap: wrap;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__fields .field {
    max-width: calc(50% - (40px * 1/2));
    width: 100%;
    margin-bottom: 25px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__input {
    background: #eae1d7;
    border: 1px solid rgba(33,32,33,.1);
    padding: 15px 21px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #00000080;
    font-family: Noto Sans;
    letter-spacing: normal;
    border-radius: 2px;
    margin: 0;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__input:focus-visible {
    box-shadow: none;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__input::placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, .5);
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__label {
    position: static;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #212021;
    font-family: 'Noto Sans';
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 6px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__label span {
    color: #FF5C39;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field::before, 
.custom-order-form .custom-order-form-wrapper #ContactForm .field::after {
    display: none;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button {
    margin-top: 30px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button .button {
    text-decoration: none;
    display: inline-block;
    padding: 14px 37px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    font-family: Noto Sans;
    letter-spacing: normal;
    min-width: auto;
    min-height: auto;
    transition: all .3s ease;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button .button:hover {
    background: transparent;
    color: #ff5c39;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button .button::after, 
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button .button::before {
    display: none;
}
.collection-listing .facets-vertical-sort {
    margin-bottom: 18px;
}
.collection-listing .facets-vertical-sort .facets-vertical-form>h2 {
    font-size: 28px;
    line-height: 28px;
    color: #212021;
    font-weight: bold;
    font-family: 'Sora';
    text-transform: uppercase;
    letter-spacing: normal;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .facet-filters {
    margin-left: auto;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .product-count-vertical .product-count__text {
    font-size: 16px;
    line-height: 18px;
    color: #131313;
    font-family: 'Noto Sans';
    letter-spacing: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .facet-filters .facet-filters__field {
    padding: 8px 12px;
    border: 1px solid #000;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .facet-filters .facet-filters__field .facet-filters__label {
    font-size: 12px;
    line-height: normal;
    color: #131313;
    font-family: 'Noto Sans';
    font-weight: 300;
    margin-right: 5px;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .facet-filters .facet-filters__field .select select {
    font-size: 13px;
    line-height: 28px;
    color: #131313;
    font-weight: 500;
    letter-spacing: normal;
    padding-right: 10px;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .facet-filters .facet-filters__field .select select:focus-visible {
    box-shadow: none;
}
.collection-listing .facets-vertical-sort .facets-vertical-form .facet-filters .facet-filters__field .select .svg-wrapper svg path {
    fill: #000;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__display-vertical .facets__item .facets__label .svg-wrapper {
    width: 1.5rem;
    height: 1.1rem;
    top: 4px;
}
.collection .pagination-wrapper {
    margin-top: 70px;
}
.collection .pagination-wrapper ul li {
    flex: 1 0 4rem;
    max-width: 4rem;
}
.collection .pagination-wrapper ul li .pagination__item {
    height: 4rem;
    background: #f4f0e8;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: Noto Sans;
    color: #212021;
    transition: all .3s ease;
}
.collection .pagination-wrapper ul li .pagination__item.pagination__item--current {
    background: #FF5C39;
    color: #FEFBF5;
}
.collection .pagination-wrapper ul li .pagination__item::after, 
.collection .pagination-wrapper ul li .pagination__item:hover::after {
    display: none;
}
.collection .pagination-wrapper ul li .pagination__item:hover {
    background: #FF5C39;
    color: #FEFBF5;
}
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information {
    padding-bottom: 0;
    padding-top: 19px;
}
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information .card__heading {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: Noto Sans;
    letter-spacing: normal;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information .card-information .caption-with-letter-spacing {
    margin: 4px 0;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    opacity: .6;
}
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information .card-information .price {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    letter-spacing: normal;
}
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card .card__inner .card__media .media {
    background: #F2EBE3;
}
.collection-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 148px 0;
}
.collection-hero .content {
    max-width: 620px;
    width: 100%;
}
.collection-hero .content h2 {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Sora';
    letter-spacing: normal;
}
.collection-hero .content p {
    font-size: 16px;
    line-height: 25px;
    color: #FFFCF6;
    margin: 7px 0 19px;
}
.collection-image-text {
    padding: 100px 0 0;
}
.collection-image-text .collection-image-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 74px;
}
.collection-image-text .collection-image-text-wrapper .content {
    max-width: calc(44% - (74px * 1/2));
    width: 100%;
}
.collection-image-text .collection-image-text-wrapper .content h2 {
    font-size: 40px;
    line-height: 50px;
    color: #212021;
    font-family: 'Sora';
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 11px;
}
.collection-image-text .collection-image-text-wrapper .content  p {
    font-size: 16px;
    line-height: 28px;
    color: #4D4C4B;
    margin-bottom: 10px;
}
.collection-image-text .collection-image-text-wrapper .content a {
    text-decoration: none;
    display: inline-block;
    padding: 14px 30px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    transition: all .3s ease;
    margin-top: 17px;
}
.collection-image-text .collection-image-text-wrapper .content a:hover {
    background: transparent;
    color: #ff5c39;
}
.collection-image-text .collection-image-text-wrapper .image {
    max-width: calc(56% - (74px * 1 / 2));
    width: 100%;
    display: flex;
}
.collection-customize {
    padding: 80px 0;
    background: #F2EBE3;
}
.collection-customize .collection-customize-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.collection-customize .collection-customize-wrapper .content,
.collection-customize .collection-customize-wrapper .image {
    max-width: 50%;
    width: 100%;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper {
    max-width: 500px;
    width: 100%;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-family: 'Sora';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper p {
    font-size: 14px;
    line-height: 25px;
    color: #4d4c4b;
    margin: 7px 0 23px;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.btn-orange {
    display: inline-block;
    padding: 14px 29px;
    background: #ff5c39;
    border: 1px solid #ff5c39;
    font-size: 16px;
    line-height: 22px;
    color: #fffcf6;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    text-decoration: none;
    transition: all .3s ease;
}
.btn-orange:hover {
    background: transparent;
    color: #ff5c39;
}
.btn-alternate {
    display: inline-block;
    padding: 14px 29px;
    background: transparent;
    border: 1px solid #212021;
    font-size: 16px;
    line-height: 22px;
    color: #212021;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Noto Sans;
    text-decoration: none;
    transition: all .3s ease;
}
.btn-alternate:hover {
    background: #212021;
    color: #fffcf6;
}
.collection-customize .collection-customize-wrapper .image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.featured-collections {
    padding: 90px 0 100px;
}
.featured-collections h2 {
    font-size: 40px;
    line-height: 50px;
    color: #212021;
    text-align: center;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Sora';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.featured-collections .featured-collections-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.featured-collections .featured-collections-wrapper .featured-collections-box {
    max-width: calc(33.33% - (20px * 2/3));
    width: 100%;
}
.featured-collections .featured-collections-wrapper .featured-collections-box a {
    position: relative;
    text-decoration: none;
    display: block;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .image {
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .content {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    z-index: 2;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .content h3 {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Sora';
    text-transform: uppercase;
}
.featured-collections .featured-collections-wrapper .featured-collections-box a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 126px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
    z-index: 1;
}
.product-detail-page .product .product__info-wrapper .product__text {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: .6;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.product-detail-page .product .product__info-wrapper .product__title {
    margin: 0;
}
.product-detail-page .product .product__info-wrapper .product__title h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: normal;
    font-family: 'Sora';
    font-weight: bold;
    text-transform: uppercase;
}
.product-detail-page .product .product__info-wrapper .price {
    margin: 27px 0 16px;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Sora';
}
.product-detail-page .product .product__info-wrapper .price .price__container {
    margin: 0;
}
.product-detail-page .product .product__info-wrapper .product__tax {
    display: none;
}
.product-detail-page .product .product__info-wrapper .product-short-description {
    margin: 0;
}
.product-detail-page .product .product__info-wrapper .product-short-description p {
    font-size: 14px;
    line-height: 28px;
    color: #4D4C4B;
}
.product-detail-page .product .product__info-wrapper .icon-with-text {
    padding: 0 0 38px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.product-detail-page .product .product__info-wrapper .icon-with-text .icon-with-text__item {
    margin: 0;
}
.product-detail-page .product .product__info-wrapper .icon-with-text .icon-with-text__item .svg-wrapper {
    width: auto;
    height: auto;
    min-height: auto;
    margin-right: 7px;
}
.product-detail-page .product .product__info-wrapper .icon-with-text .icon-with-text__item .h4 {
    font-size: 14px;
    line-height: 20px;
    color: #212021;
    letter-spacing: normal;
    font-family: 'Noto Sans';
}
.product-detail-page .product .product__info-wrapper variant-selects {
    margin: 24px 0 30px;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input {
    margin-bottom: 30px;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .form__label {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Noto Sans';
    letter-spacing: normal;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .variant-button label {
    margin: 0;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .form__label span {
    font-weight: normal;
    opacity: 60%;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__label .swatch {
    border-radius: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__label {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__input:active+.swatch-input__label, 
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__input:checked+.swatch-input__label {
    outline: 0;
    border-color: #FF5C39;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__input:disabled+.swatch-input__label>.swatch:after, 
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__input.visually-disabled+.swatch-input__label>.swatch:after {
    bottom: 0;
    width: 56px;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__input+.swatch-input__label:hover, 
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input .swatch-input__input:hover+.swatch-input__label {
    outline: 0;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]+label {
    border-radius: 0;
    background: #fff;
    border-color: rgba(0, 0, 0, .12);
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, .60);
    letter-spacing: normal;
    padding: 8px 16px;
}
.product-detail-page .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]:checked+label {
    background: #000;
    color: #fff;
}
.product-detail-page .product .product__info-wrapper .product-form .product-form__submit {
    padding: 14px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFCF6;
    font-family: 'Noto Sans';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
}
.product-detail-page .product .product__info-wrapper .product-form .product-form__submit::before, 
.product-detail-page .product .product__info-wrapper .product-form .product-form__submit::after {
    display: none;
}
.product-detail-page .product .product__info-wrapper .product-form .product-form__submit {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFCF6;
    font-family: 'Noto Sans';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    border: 1px solid #FF5C39;
    transition: all .3s ease;
}
.product-detail-page .product .product__info-wrapper .product-form .product-form__submit:hover {
    background: transparent;
    color: #FF5C39;
}
.product-details .product-tabs-wrapper {
    border: 1px solid rgba(0, 0, 0, .15);
}
.product-details .product-tabs-wrapper .tabs-navigation {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.product-details .product-tabs-wrapper .tabs-navigation .tab-button {
    font-size: 14px;
    line-height: 22px;
    color: #212021;
    padding: 14px 23px;
    font-family: Noto Sans;
    font-weight: 700;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
    margin-bottom: -1px;
}
.product-details .product-tabs-wrapper .tabs-navigation .tab-button.active {
    background: #F2EBE3;
}
.product-details .product-tabs-wrapper .tab-pane p {
    font-size: 14px;
    line-height: 25px;
    color: #4D4C4B;
    margin-bottom: 7px;
}
.product-details .product-tabs-wrapper .tab-pane p strong {
    color: #212021;
}
.product-details .product-tabs-wrapper .tab-pane h3 {
    font-size: 14px;
    line-height: 22px;
    color: #212021;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-details .product-tabs-wrapper .tab-pane ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 18px;
}
.product-details .product-tabs-wrapper .tab-pane ul li {
    max-width: 50%;
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    color: #4D4C4B;
}
.product-detail-page .product .product__info-wrapper .product__description {
    margin: 34px 0 0;
    border: 0;
}
.product-detail-page .product .product__info-wrapper .product__description summary {
    padding: 0;
}
.product-detail-page .product .product__info-wrapper .product__description summary .accordion__title {
    font-size: 14px;
    line-height: 22px;
    color: #212021;
    font-weight: bold;
    font-family: 'Noto Sans';
    letter-spacing: normal;
}
.product-detail-page .product .product__info-wrapper .product__description summary .icon {
    right: 0;
    height: 7px;
}
.product-detail-page .product .product__info-wrapper .product__description summary .icon path {
    fill: #1E1E1E;
}
.product-detail-page .product .product__info-wrapper .product__description .accordion__content {
    margin: 0;
    padding: 5px 0 0;
}
.product-detail-page .product .product__info-wrapper .product__description .accordion__content p {
    font-size: 14px;
    line-height: 28px;
    color: #4D4C4B;
    margin-bottom: 13px;
}
.product-detail-page .product .product__info-wrapper .product__description .accordion__content ul {
    padding: 0;
}
.product-detail-page .product .product__info-wrapper .product__description .accordion__content ul li {
    font-size: 14px;
    line-height: 28px;
    color: #4D4C4B;
}
.product-material {
    margin-top: 50px;
}
.product-material .product-material-wrapper {
    position: relative;
}
.product-material .product-material-image {
    width: 100%;
    height: 595px;
    overflow: hidden;
}
.product-material .product-material-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-material .product-material-content {
    position: absolute;
    bottom: 26px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 2;
}
.product-material .product-material-content h2 {
    font-size: 45px;
    line-height: 50px;
    color: #FFFCF6;
    font-family: 'Noto Sans';
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.product-material .product-material-content p {
    font-size: 16px;
    line-height: 25px;
    color: #FFFCF6;
    max-width: 455px;
    width: 100%;
}
.product-material .product-material-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 174px;
    background: linear-gradient(180deg, #0000, #000000);
    z-index: 1;
}
.perfect-fit {
    padding: 30px 0;
}
.perfect-fit .perfect-fit-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-image, 
.perfect-fit .perfect-fit-wrapper .perfect-fit-content {
    max-width: 50%;
    width: 100%;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-image {
    background: #F2EBE3;
    text-align: center;
    padding: 64px 128px;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-image img {
    width: 100%;
    height: 510px;
    object-fit: contain;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper .small-image {
    border: 1px solid #E0E0E0;
    width: 276px;
    height: 276px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper .small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper h2 {
    font-size: 45px;
    line-height: 55px;
    color: #212021;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    margin: 25px 0 10px;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper p {
    font-size: 16px;
    line-height: 25px;
    color: #212021;
}
.size-guide .size-guide-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 36px 0;
    background-image: url(/cdn/shop/files/Mask_group_17_-min.jpg?v=1764940803);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.size-guide .size-guide-wrapper .size-guide-content {
    max-width: 54%;
    width: 100%;
}
.size-guide .size-guide-wrapper .size-guide-content h2 {
    font-size: 45px;
    line-height: 55px;
    color: #212021;
    font-family: 'Noto Sans';
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.size-guide .size-guide-wrapper .size-guide-content p {
    font-size: 16px;
    line-height: 25px;
    color: #212021;
    margin: 8px 0 28px;
}
.size-guide .size-guide-wrapper .size-guide-content .size-table {
    border: 1px solid rgba(0, 0, 0, .2);
    border-collapse: collapse;
    max-width: 660px;
    width: 100%;
}
.size-guide .size-guide-wrapper .size-guide-content .size-table thead tr th {
    width: 50%;
    padding: 11px 0 16px;
    font-size: 14px;
    line-height: 22px;
    color: #212021;
    font-family: 'Noto Sans';
    border-right: 1px solid #BCBBB7;
}
.size-guide .size-guide-wrapper .size-guide-content .size-table tbody tr td {
    text-align: center;
    border-right: 1px solid #BCBBB7;
    border-top: 1px solid #BCBBB7;
    font-size: 14px;
    line-height: 22px;
    color: #212021;
    padding: 12px 0;
}
.size-guide .size-guide-wrapper .size-guide-content .size-table thead tr th:first-child, 
.size-guide .size-guide-wrapper .size-guide-content .size-table thead tr th:last-child {
    width: 25%;
}
.size-guide .size-guide-wrapper .size-guide-image {
    max-width: 46%;
    width: 100%;
    text-align: end;
    display: flex;
    justify-content: end;
}
.size-guide .size-guide-wrapper .size-guide-image img {
    max-width: 576px;
    width: 100%;
    height: 660px;
    object-fit: contain;
}
.versatile-style {
    padding: 30px 0 100px;
}
.versatile-style .versatile-style-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.versatile-style .versatile-style-wrapper .versatile-style-content, 
.versatile-style .versatile-style-wrapper .versatile-style-image {
    max-width: 50%;
    width: 100%;
}
.versatile-style .versatile-style-wrapper .versatile-style-image {
    display: flex;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .small-image {
    text-align: center;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .small-image img {
    max-width: 578px;
    width: 100%;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .versatile-style-content-wrapper {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .versatile-style-content-wrapper h2 {
    font-size: 45px;
    line-height: 55px;
    color: #212021;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Noto Sans';
    margin: 14px 0 12px;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .versatile-style-content-wrapper p {
    font-size: 16px;
    line-height: 25px;
    color: #212021;
}
.app-wrapper .jdgm-widget.jdgm-widget {
    max-width: 100% !important;
}
.app-wrapper .jdgm-cards-carousel {
    padding: 50px 0;
}
.app-wrapper .jdgm-cards-carousel .jdgm-title {
    font-size: 45px;
    line-height: 55px;
    color: #212021;
    font-family: 'Noto Sans';
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.advantages {
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.15)!important;
}
.advantages .advantages-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.advantages .advantages-wrapper .advantages-box {
    max-width: 33.33%;
    width: 100%;
    display: flex;
    padding: 23px 0;
}
.advantages .advantages-wrapper .advantages-box:nth-child(2) {
    justify-content: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.advantages .advantages-wrapper .advantages-box:last-child {
    justify-content: end;
}
.advantages .advantages-wrapper .advantages-box .icon {
    width: 23px;
}
.advantages .advantages-wrapper .advantages-box .content {
    padding-left: 15px;
}
.advantages .advantages-wrapper .advantages-box .content h2 {
    font-size: 20px;
    line-height: 25px;
    color: #212021;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Sora';
    margin: 0 0 3px;
}
.advantages .advantages-wrapper .advantages-box .content p {
    font-size: 16px;
    line-height: 25px;
    color: #212021;
}







.footer {
    border-top: 1px solid rgba(0, 0, 0, .15) !important;
}
.footer .footer__content-top .grid .footer-block--menu:first-child {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}
.footer .footer__content-top .grid .footer-block--menu:nth-child(2) {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}
.footer .footer__content-top .grid .footer-block-newsletter {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    padding-left: 110px;
    border-left: 1px solid rgba(0, 0, 0, .15);
}
.footer .footer__content-top .grid .footer-block--menu h2 {
    font-size: 20px;
    line-height: 25px;
    color: #212021;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Sora';
    letter-spacing: normal;
    margin-bottom: 22px;
}
.footer .footer__content-top .grid .footer-block--menu ul li {
    margin: 0 0 31px;
    line-height: 0;
}
.footer .footer__content-top .grid .footer-block--menu ul li .link {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Noto Sans';
    letter-spacing: normal;
}
.footer .footer__content-top .grid .footer-block--menu ul li:last-child {
    margin: 0;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter {
    max-width: 426px;
    width: 100%;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter h2 {
    font-size: 25px;
    line-height: 42px;
    color: #212021;
    font-weight: bold;
    font-family: 'Sora';
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 18px;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer__list-social {
    justify-content: left;
    gap: 30px;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer__list-social li .link {
    padding: 0;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer__list-social li .link .svg-wrapper {
    width: auto;
    height: auto;
}
.footer .footer__content-top .grid .footer-block-newsletter .crew {
    margin: 64px 0;
}
.footer .footer__content-top .grid .footer-block-newsletter .crew a {
    font-size: 20px;
    line-height: 25px;
    color: #212021;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal;
    font-family: 'Sora';
    text-underline-offset: 12px;
    padding-bottom: 7px;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .footer__newsletter,
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper {
    max-width: 100%;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field::before, 
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field::after {
    display: none;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field__input::placeholder {
    opacity: 1;
    color: rgba(33, 32, 33, .5);
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
    background: #FFFCF6;
    border: 1px solid rgba(0,0,0,.15);
    padding: 12px 14px;
    padding-right: 70px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(33, 32, 33, .5);
    font-family: 'Noto Sans';
    height: auto;
    letter-spacing: normal;
    margin: 0;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field__input:focus-visible {
    box-shadow: none;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button {
    background: #009CBD;
    width: 55px;
    right: 0;
}
.footer .footer__content-bottom {
    border-top: 1px solid rgba(0,0,0,.15);
    padding-top: 14px;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper {
    justify-content: space-between;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright, 
.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__payment {
    margin: 0;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper .list-payment {
    margin: 0 -6px;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper .list-payment__item {
    padding: 0 6px;
}






@media screen and (min-width: 990px) {
.header-wrapper header.header {
    grid-template-columns: 1fr auto 1fr;
}
}

@media screen and (min-width: 750px) {
.collection-listing .facets-vertical-sort .facets-vertical-form .product-count-vertical {
    margin-left: 210px;
}
.collection-listing .facets-wrapper {
    width: 317px;
}
.collection-listing .facets-vertical .product-grid-container {
    width: calc(100% - 317px);
}
.collection-listing .facets-wrapper .facets-container {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 30px;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical {
    width: auto;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical[data-index="1"] {
    border: 0;
    padding-top: 0;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical[data-index="4"] {
    padding-bottom: 0;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical {
    padding: 25px 0;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical .facets__summary {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 17px;
    color: #212021;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-weight: bold;
    font-family: 'Sora';
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical .facets__summary span {
    letter-spacing: 0.04rem;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical .facets__display-vertical {
    padding-bottom: 0;
    padding-top: 10px;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__display-vertical .facets__item {
    padding: 10px 0;
    gap: 10px;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__display-vertical .facets__item:last-child {
    padding-bottom: 0;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__display-vertical .facets__item .facets__label {
    flex-grow: inherit;
    padding: 0;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__display-vertical .facets__item .facet-checkbox__text {
    font-size: 14px;
    line-height: 20px;
    color: #212021;
    font-weight: 500;
    font-family: 'Noto Sans';
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__display-vertical .facets__item .facets__label svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
}
.collection-listing .facets-wrapper .facets-container .facets__form-vertical .facets__disclosure-vertical .facets__display-vertical .facets__header-vertical {
    padding: 0;
}
}



@media screen and (max-width: 767px) {
.container {
    padding: 0 20px;
}
.hero-banner {
    padding: 335px 0 38px;
    position: relative;
}
.hero-banner::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #0000, #000000);
    height: 375px;
}
.hero-banner .content {
    position: relative;
    z-index: 1;
}
.hero-banner .content h1 {
    font-size: 31px;
    line-height: 39px;
    margin-bottom: 25px;
}
.icon-button {
    padding: 11px 24px;
    gap: 7px;
    font-size: 13px;
    line-height: 17px;
}
.icon-button svg {
    width: 16px;
    height: auto;
}
.section-collection-list .collection-list-wrapper {
    padding-top: 48px;
    padding-bottom: 50px;
}
.section-collection-list .collection-list-wrapper .title-wrapper-with-link {
    padding: 0;
    margin-bottom: 13px;
}
.collection-list-wrapper .collection-list-title {
    font-size: 23px;
    line-height: 29px;
}
.section-collection-list .collection-list-wrapper .collection-list {
    padding: 0 !important;
    gap: 15px;
}
.collection-list-wrapper .collection-list .collection-box h3 {
    bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 12px;
}
.newsletter-custom {
    padding: 310px 0 40px;
}
.newsletter-custom .newsletter-content {
    padding: 34px 23px;
}
.newsletter-custom .newsletter-content img {
    width: 97px;
}
.newsletter-custom .newsletter-content p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px auto 18px;
    max-width: 90%;
}
.newsletter-custom .newsletter-content .newsletter-form .field__input {
    padding: 9px 11px;
    font-size: 12px;
    line-height: 19px;
}
.newsletter-custom .newsletter-content .newsletter-form .newsletter-form__field .newsletter-button {
    margin-top: 22px;
}
.newsletter-custom .newsletter-content .newsletter-form .newsletter-form__field .newsletter-form__button {
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
}
.popular-products {
    padding: 50px 0;
}
.popular-products .heading {
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 35px;
}
.popular-products .heading h2 {
    font-size: 23px;
    line-height: 29px;
}
.popular-products .heading:before {
    height: 5px;
}
.popular-products .heading:after {
    width: 47%;
    height: 5px;
}
.popular-products .heading a {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}
.popular-products .popular-products-wrapper {
    flex-wrap: nowrap;
    overflow: scroll;
}
.popular-products .popular-products-wrapper .popular-products-box {
    min-width: 260px;
}
.popular-products .popular-products-wrapper .popular-products-box .image {
    height: 345px;
    padding: 25px 10px;
    margin-bottom: 15px;
}
.popular-products .popular-products-wrapper .popular-products-box h3,
.popular-products .popular-products-wrapper .popular-products-box span,
.popular-products .popular-products-wrapper .popular-products-box span {
    line-height: 19px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box {
    max-width: 100%;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .image img {
    height: 320px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .image:after {
    height: 91px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .content {
    padding: 20px 16px;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .content h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
    max-width: 80%;
}
.custom-collection .custom-collection-wrapper .custom-collection-box .content a {
    line-height: 19px;
}
.advantages .advantages-wrapper {
    gap: 35px;
}
.advantages .advantages-wrapper .advantages-box {
    max-width: 100%;
    padding: 0;
    justify-content: center;
}
.advantages .advantages-wrapper .advantages-box .icon {
    display: none;
}
.advantages .advantages-wrapper .advantages-box:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.advantages .advantages-wrapper .advantages-box:last-child {
    justify-content: center;
}
.advantages .advantages-wrapper .advantages-box .content h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.advantages .advantages-wrapper .advantages-box .content img {
    display: block !important;
}
.advantages .advantages-wrapper .advantages-box .content p {
    font-size: 14px;
    line-height: 19px;
}
.advantages .advantages-wrapper .advantages-box .content {
    padding-left: 0;
    text-align: center;
}
.about-hero {
    padding: 200px 0 0;
    background-position: 78%;
    margin-bottom: 50px;
}
.about-hero .content {
    margin-left: 0;
    padding: 30px 20px;
    bottom: -50px;
    margin-top: -50px;
}
.about-hero .content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.about-hero .content p {
    font-size: 14px;
    line-height: 24px;
}
.our-team {
    padding: 50px 20px;
    padding-right: 20px;
}
.our-team .our-team-wrapper {
    gap: 30px;
}
.our-team .our-team-wrapper .image, .our-team .our-team-wrapper .content {
    max-width: 100%;
}
.our-team .our-team-wrapper .image img {
    height: auto;
}
.our-team .our-team-wrapper .content h2 {
    font-size: 23px;
    line-height: 29px;
}
.our-team .our-team-wrapper .content p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px;
}
.our-team .our-team-wrapper .content a {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
}
.customize-products {
    padding: 50px 0;
}
.customize-products .customize-products-wrapper {
    gap: 30px;
}
.customize-products .customize-products-wrapper .content, 
.customize-products .customize-products-wrapper .image {
    max-width: 100%;
}
.customize-products .customize-products-wrapper .content h2 {
    font-size: 23px;
    line-height: 29px;
}
.customize-products .customize-products-wrapper .content p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px;
}
.customize-products .customize-products-wrapper .content a {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
}
.customize-products .customize-products-wrapper .image img {
    height: auto;
}
.image-text {
    padding: 50px 0;
}
.image-text .image-text-wrapper {
    gap: 30px;
}
.image-text .image-text-wrapper .image {
    max-width: 100%;
    display: flex;
}
.image-text .image-text-wrapper .image img {
    height: auto;
}
.image-text .image-text-wrapper .content {
    max-width: 100%;
}
.image-text .image-text-wrapper .content h2 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 10px;
}
.image-text .image-text-wrapper .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.image-text .image-text-wrapper .content a {
    margin-top: 10px;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
}
.watch-story {
    padding: 300px 0 40px;
}
.watch-story .watch-story-content {
    padding: 30px 20px;
}
.watch-story .watch-story-content span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
}
.watch-story .watch-story-content h2 {
    font-size: 23px;
    line-height: 29px;
    margin: 10px 0 12px;
}
.watch-story .watch-story-content a {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
}
.our-partners {
    padding: 40px 0 0;
}
.our-partners .heading h1 {
    font-size: 31px;
    line-height: 39px;
}
.our-partners .heading p {
    font-size: 14px;
    line-height: 24px;
}
.our-partners .our-partners-wrapper .our-partners-box {
    max-width: 100%;
    padding: 30px 20px;
}
.our-partners .our-partners-wrapper .our-partners-box .logo {
    height: 120px;
    padding: 20px 30px;
}
.our-partners .our-partners-wrapper .our-partners-box .content {
    margin-top: 30px;
}
.our-partners .our-partners-wrapper .our-partners-box .content h3 {
    font-size: 20px;
    line-height: 20px;
}
.our-partners .our-partners-wrapper .our-partners-box .content p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
}
.custom-slider {
    padding: 40px 0 50px;
}
.custom-order-form {
    padding: 50px 0;
}
.custom-order-form .custom-order-form-wrapper .heading h2 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 10px;
}
.custom-order-form .custom-order-form-wrapper .heading p {
    font-size: 14px;
    line-height: 24px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__fields {
    gap: 0;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__fields .field {
    max-width: 100%;
    margin-bottom: 20px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__label {
    font-size: 14px;
    line-height: 18px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .field .field__input {
    padding: 12px 15px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button {
    margin-top: 20px;
}
.custom-order-form .custom-order-form-wrapper #ContactForm .contact__button .button {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
}
.collection-listing .facets-wrapper .facets-container {
    padding: 0;
    margin-bottom: 20px;
}
.collection-listing .facets-wrapper .facets-container .mobile-facets__wrapper .mobile-facets__open-label {
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    font-family: Noto Sans;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.collection-listing .facets-wrapper .facets-container .product-count {
    opacity: 1;
}
.collection-listing .facets-wrapper .facets-container .product-count .product-count__text {
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    font-weight: 500;
    text-transform: capitalize;
}
.collection .pagination-wrapper {
    margin-top: 30px;
}
.collection .pagination-wrapper ul li {
    flex: 1 0 3.5rem;
    max-width: 3.5rem;
}
.collection .pagination-wrapper ul li .pagination__item {
    height: 3.5rem;
    font-size: 14px;
    line-height: 14px;
}
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information .card__heading,
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information .card-information .caption-with-letter-spacing,
.collection-listing .facets-vertical .product-grid-container #product-grid .grid__item .card-wrapper .card>.card__content .card__information .card-information .price {
    font-size: 12px;
    line-height: 19px;
}
.collection-hero {
    padding: 300px 0 40px;
}
.collection-hero .content h2 {
    font-size: 31px;
    line-height: 39px;
}
.collection-hero .content p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 15px;
}
.collection-image-text {
    padding: 50px 0 0;
}
.collection-image-text .collection-image-text-wrapper {
    gap: 30px;
}
.collection-image-text .collection-image-text-wrapper .content,
.collection-image-text .collection-image-text-wrapper .image {
    max-width: 100%;
}
.collection-image-text .collection-image-text-wrapper .content h2 {
    font-size: 23px;
    line-height: 29px;
}
.collection-image-text .collection-image-text-wrapper .content p {
    font-size: 14px;
    line-height: 24px;
}
.collection-image-text .collection-image-text-wrapper .content a {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}
.collection-customize {
    padding: 50px 0;
}
.collection-customize .collection-customize-wrapper {
    gap: 30px;
}
.collection-customize .collection-customize-wrapper .content, 
.collection-customize .collection-customize-wrapper .image {
    max-width: 100%;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper h2 {
    font-size: 23px;
    line-height: 29px;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper p {
    line-height: 24px;
    margin: 10px 0 20px;
}
.collection-customize .collection-customize-wrapper .content .content-wrapper .buttons {
    gap: 10px;
}
.btn-orange,
.btn-alternate {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
}
.collection-customize .collection-customize-wrapper .image img {
    height: auto;
}
.featured-collections {
    padding: 50px 0;
}
.featured-collections h2 {
    font-size: 23px;
    line-height: 29px;
}
.featured-collections .featured-collections-wrapper .featured-collections-box {
    max-width: 100%;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .image {
    height: auto;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .image img {
    height: auto;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .content {
    padding: 0 15px;
}
.featured-collections .featured-collections-wrapper .featured-collections-box .content h3 {
    font-size: 14px;
    line-height: 19px;
}
.product-detail-page .product .product__info-wrapper .product__title h1 {
    font-size: 30px;
    line-height: 40px;
}
.product-detail-page .product .product__info-wrapper .price {
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
}
.product-detail-page .product .product__info-wrapper .product-short-description p {
    font-size: 14px;
    line-height: 24px;
}
.product-detail-page .product .product__info-wrapper .product__description {
    margin: 25px 0 0;ssssss
}
.product-detail-page .product .product__info-wrapper .product__description .accordion__content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-detail-page .product .product__info-wrapper .product__description .accordion__content ul li {
    font-size: 14px;
    line-height: 24px;
}
.product-details .product-tabs-wrapper .tabs-navigation .tab-button {
    font-size: 12px;
    line-height: 19px;
    padding: 10px;
    flex: 1;
    text-align: center;
}
.product-details .product-tabs-wrapper .tab-pane p {
    font-size: 12px;
    line-height: 24px;
}
.product-details .product-tabs-wrapper .tab-pane ul li {
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.product-details .product-tabs-wrapper .tab-pane ul li:last-child {
    margin: 0;
}
.product-material .product-material-image {
    height: 400px;
}
.product-material .product-material-content h2 {
    font-size: 23px;
    line-height: 29px;
}
.product-material .product-material-content p {
    font-size: 14px;
    line-height: 24px;
}
.perfect-fit .perfect-fit-wrapper {
    gap: 30px;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-image, 
.perfect-fit .perfect-fit-wrapper .perfect-fit-content {
    max-width: 100%;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-image {
    padding: 30px 20px;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-image img {
    height: auto;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper .small-image {
    width: 200px;
    height: 200px;
    padding: 6px;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper h2 {
    font-size: 23px;
    line-height: 29px;
    margin: 10px 0;
}
.perfect-fit .perfect-fit-wrapper .perfect-fit-content .perfect-fit-content-wrapper p {
    font-size: 14px;
    line-height: 24px;
}
.size-guide .size-guide-wrapper {
    padding: 30px 20px 0;
    gap: 30px;
}
.size-guide .size-guide-wrapper .size-guide-content,
.size-guide .size-guide-wrapper .size-guide-image {
    max-width: 100%;
}
.size-guide .size-guide-wrapper .size-guide-content h2 {
    font-size: 23px;
    line-height: 29px;
}
.size-guide .size-guide-wrapper .size-guide-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 20px;
}
.size-guide .size-guide-wrapper .size-guide-content .size-table thead tr th {
    padding: 10px 0;
    font-size: 12px;
    line-height: 19px;
}
.size-guide .size-guide-wrapper .size-guide-content .size-table tbody tr td {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 0;
}
.size-guide .size-guide-wrapper .size-guide-image img {
    height: auto;
}
.versatile-style {
    padding: 30px 0 50px;
}
.versatile-style .versatile-style-wrapper {
    gap: 30px;
}
.versatile-style .versatile-style-wrapper .versatile-style-content, 
.versatile-style .versatile-style-wrapper .versatile-style-image {
    max-width: 100%;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .versatile-style-content-wrapper h2 {
    font-size: 23px;
    line-height: 29px;
    margin: 10px 0;
}
.versatile-style .versatile-style-wrapper .versatile-style-content .versatile-style-content-wrapper p {
    font-size: 14px;
    line-height: 24px;
}



.footer {
    padding: 50px 0 15px;
}
.footer .footer__content-top {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer .footer__content-top .grid .footer-block--menu:first-child {
    width: 100% !important;
}
.footer .footer__content-top .grid .footer-block--menu:nth-child(2) {
    width: 100% !important;
    margin: 50px 0;
}
.footer .footer__content-top .grid .footer-block-newsletter {
    width: 100% !important;
    padding-left: 0;
    border-left: 0;
}
.footer .footer__content-top .grid .footer-block--menu h2 {
    text-align: center;
}
.footer .footer__content-top .grid .footer-block--menu ul li {
    margin: 0 0 25px;
}
.footer .footer__content-top .grid .footer-block--menu ul li .link {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: Noto Sans;
    letter-spacing: normal;
    justify-content: center;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter h2 {
    font-size: 21px;
    line-height: 35px;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
    font-size: 14px;
}
.footer .footer__content-top .grid .footer-block-newsletter .crew {
    margin: 30px 0;
    text-align: center;
}
.footer .footer__content-top .grid .footer-block-newsletter .crew a {
    font-size: 18px;
    line-height: 23px;
    text-underline-offset: 10px;
}
.footer .footer__content-top .grid .footer-block-newsletter .footer__list-social {
    justify-content: center;
}
.footer .footer__content-bottom {
    padding-top: 20px;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 20px;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper .list-payment {
    padding: 0;
    row-gap: 10px;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content {
    font-size: 13px;
    line-height: 18px;
}
}