   
        html {
            box-sizing: border-box;
            height: 100%;
            line-height: 1.15;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
            margin: 0;
        }

        *,
        :after,
        :before {
            box-sizing: inherit;
        }

        picture {
            display: block;
        }

        img {
            display: block;
            /* margin: 0; */
            max-width: 100%;
        }

        svg {
            display: block;
            min-height: 0;
            min-width: 0;
        }

        body,
        html {
            text-rendering: geometricPrecision;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        body {
            background-color: #f1f0ee;
            color: #000;
            font-family: "Ravi";
            font-size: .9375rem;
            font-weight: 400;
            line-height: 1.4;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: currentColor;
            line-height: 28px;
            margin: 0;
        }

        h1 em,
        h1 i,
        h2 em,
        h2 i,
        h3 em,
        h3 i {
            font-style: italic;
        }

        h1 b,
        h1 strong,
        h2 b,
        h2 strong,
        h3 b,
        h3 strong {
            font-family: "Ravi";
            font-weight: 900;
        }

        h1 {
            font-family:"Ravi";
            font-size: 1.75rem;
            font-weight: 400;
            line-height: 1.25;
        }

        h1 em,
        h1 strong {
            font-weight: 400;
        }

        html.desktop h1 em,
        html.desktop h1 strong {
            white-space: nowrap;
        }

        h1 em {
            font-style: italic;
        }

        h1 strong {
            font-family: "Ravi";
        }

        h2 {
            font-family:"Ravi";
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1.35;
        }

        h2 em,
        h2 strong {
            font-weight: 400;
        }

        html.desktop h2 em,
        html.desktop h2 strong {
            white-space: nowrap;
        }

        h2 em {
            font-style: italic;
        }

        h2 strong {
            font-family: "Ravi";
        }

        h3 {
            font-family:"Ravi";
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 1.5;
        }

        h3 em,
        h3 strong {
            font-weight: 400;
        }

        html.desktop h3 em,
        html.desktop h3 strong {
            white-space: nowrap;
        }

        h3 em {
            font-style: italic;
        }

        h3 strong {
            font-family: "Ravi";
        }

        h4 {
            font-family:"Ravi";
            font-size: .9375rem;
            font-weight: 400;
            line-height: 1.5;
        }

        h4 em,
        h4 strong {
            font-weight: 400;
        }

        html.desktop h4 em,
        html.desktop h4 strong {
            white-space: nowrap;
        }

        h4 em {
            font-style: italic;
        }

        h4 strong {
            font-family: "Ravi";
        }

        h5 {
            font-family: "Ravi";
            font-size: .75rem;
            font-weight: 900;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        h6 {
            font-family: "Ravi";
            font-size: 16px;
            text-align: justify;
           
        }

        p {
            margin: 0;
        }

    

        strong {
            font-weight: 900;
        }

        em,
        i {
            font-style: italic;
        }

        .pretitle {
            font-family: "Ravi";
            font-size: .75rem;
            font-weight: 900;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .title.is-splitText {
            will-change: transform;
        }

        .title--ss {
            font-family: "Ravi";
        }

        .reset-underline {
            text-decoration: none;
        }

        .update {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -10;
        }

        html.is-animating .update {
            display: none;
        }

        .update--bg {
            height: 1px;
            margin: 0 !important;
        }

        body {
            background: var(--background);
            color: var(--color);
        }

        [data-critical]>* {
            opacity: 0;
        }

        [data-critical] svg,
        [data-critical]>* {
            visibility: hidden;
        }

        .accordion__trigger {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 0;
            width: 100%;
        }

        .accordion__trigger .text {
            font-size: 1.125rem;
        }

        .accordion__trigger .icon {
            height: 24px;
            position: relative;
            width: 24px;
        }

        .accordion__trigger .icon:after,
        .accordion__trigger .icon:before {
            background-color: #252320;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            margin-left: -12px;
            margin-top: -1px;
            position: absolute;
            top: 50%;
            width: 24px;
        }

        .accordion__panel {
            max-height: 0;
            overflow: hidden;
        }

        .container {
            margin-left: auto;
            margin-right: auto;
            max-width: 1520px;
            padding-left: 40px;
            padding-right: 40px;
            width: 100%;
        }

        .container-page {
            min-height: var(--vh, 100vh);
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .container--narrow {
            max-width: 920px;
        }

        .container--full {
            max-width: none !important;
        }

        .container--1460 {
            max-width: 1540px;
        }

        .container--880 {
            max-width: 960px;
        }

        .container--960 {
            max-width: 1040px;
        }

        .container--780 {
            max-width: 860px;
        }

        html.desktop:not(.custom-cursor-init) .cursor {
            opacity: 0;
            position: fixed;
            visibility: hidden;
        }

        .cursor:not(.has-moved) {
            opacity: 0;
        }

        .hidden {
            clip: rect(0 0 0 0);
            border: 0;
            height: 1px;
            margin: -1px !important;
            overflow: hidden;
            padding: 0;
            position: absolute !important;
            width: 1px;
        }

        nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        nav ul li {
            margin: 0;
            padding: 0;
        }

        .hide {
            display: none;
        }

        .ratio {
            max-height: calc(var(--height)*1px);
            max-width: calc(var(--width)*1px);
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .ratio:before {
            content: "";
            display: block;
            padding-top: calc(var(--height)/var(--width)*100%);
            width: 100%;
        }

        .ratio img,
        .ratio+video,
        .ratio>picture,
        .ratio>picture+video {
            height: 100%;
            left: 0;
            object-fit: cover;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .relative {
            position: relative;
        }

        .relative:after,
        .relative:before {
            clear: both;
            content: "";
            display: table;
        }

        .sizer {
            display: block;
            height: 100vh;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            width: 1px;
            z-index: -1;
        }

        .spacer {
            width: 100%;
        }

        .spacer,
        .spacer.spacer--double,
        .spacer.spacer--quad {
            height: 300px;
        }

        .spacer.spacer--smidge {
            height: 50px;
        }

        .spacer.spacer--quarter {
            height: 100px;
        }

        .spacer.spacer--half {
            height: 150px;
        }

        .transition-fade {
            height: 100%;
            left: 0;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transition: .5s;
            width: 100%;
            z-index: 50;
        }

        html.is-animating .transition-fade {
            opacity: 1;
        }

        .transition-fade .loading-spinner {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .btn-group {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 50px;
        }

        @supports (-webkit-touch-callout:none) and (not (translate:none)) {
            .btn-group {
                gap: 0;
            }

            .btn-group>:not(:last-child) {
                margin-bottom: 10px;
                margin-right: 50px;
            }
        }

        button {
            background-color: initial;
            /* border: none; */
            border-radius: 0;
            /* color: inherit; */
            cursor: pointer;
            outline: none;
            padding: 0;
        }

        .btn {
            align-items: center;
            color: inherit;
            display: inline-flex;
            font-family: "Ravi";
            font-size: .9375rem;
            justify-content: center;
            line-height: 1.5;
            line-height: 1;
            text-align: center;
            text-decoration: none;
        }

        .btn--underline {
            overflow: hidden;
            padding-bottom: 5px;
            position: relative;
            text-align: left;
        }

        .btn--underline:after,
        .btn--underline:before {
            background-color: currentColor;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            transition: transform .6s cubic-bezier(.61, 1, .88, 1);
            width: 100%;
        }

        .btn--underline:before {
            right: 0;
        }

        .btn--underline:after {
            right: 300%;
        }

        .btn--underline.on-press:after,
        .btn--underline.on-press:before,
        html:not(.mobile):not(.tablet) .btn--underline:focus:after,
        html:not(.mobile):not(.tablet) .btn--underline:focus:before,
        html:not(.mobile):not(.tablet) .btn--underline:hover:after,
        html:not(.mobile):not(.tablet) .btn--underline:hover:before {
            transform: translateX(300%);
        }

        .btn--icon .text {
            overflow: hidden;
            padding-bottom: 5px;
            padding-top: 5px;
            position: relative;
        }

        .btn--icon .text:after {
            background-color: currentColor;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            transition: transform .6s cubic-bezier(.61, 1, .88, 1);
            width: 100%;
            right: 300%;
        }

        .btn--icon.on-press .text:after,
        html:not(.mobile):not(.tablet) .btn--icon:focus .text:after,
        html:not(.mobile):not(.tablet) .btn--icon:hover .text:after {
            transform: translateX(300%);
        }

        .btn--white {
            background-color: #fff;
            color: #252320;
            font-family: "Ravi";
            font-size: .75rem;
            font-weight: 900;
            letter-spacing: 1px;
            padding: 0 15px;
            text-transform: uppercase;
        }

        .btn--back,
        .btn--download,
        .btn--link {
            font-weight: 400;
            letter-spacing: normal;
            min-height: 0;
            padding: 0;
            text-align: left;
            text-transform: none;
        }

        .btn--back .text,
        .btn--download .text,
        .btn--link .text {
            line-height: 1;
            overflow: hidden;
            padding-bottom: 5px;
            padding-top: 5px;
            position: relative;
            text-align: left;
            white-space: nowrap;
        }

        .btn--back .text:after,
        .btn--download .text:after,
        .btn--link .text:after {
            background-color: currentColor;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            transition: transform .6s cubic-bezier(.61, 1, .88, 1);
            width: 100%;
            right: 300%;
        }

        .btn--back.on-press .text:after,
        .btn--download.on-press .text:after,
        .btn--link.on-press .text:after,
        html:not(.mobile):not(.tablet) .btn--back:focus .text:after,
        html:not(.mobile):not(.tablet) .btn--back:hover .text:after,
        html:not(.mobile):not(.tablet) .btn--download:focus .text:after,
        html:not(.mobile):not(.tablet) .btn--download:hover .text:after,
        html:not(.mobile):not(.tablet) .btn--link:focus .text:after,
        html:not(.mobile):not(.tablet) .btn--link:hover .text:after {
            transform: translateX(300%);
        }

        .btn--back svg,
        .btn--download svg,
        .btn--link svg {
            fill: currentColor;
            max-height: 42px;
            width: auto;
        }

        .btn--link .icon {
            margin-left: 10px;
        }

        .btn--back .icon {
            margin-right: 10px;
        }

        .notification-no-js,
        .notification-outdated-browser {
            background-color: #252320;
            bottom: 0;
            color: #fff;
            font-size: 1.125rem;
            font-weight: 600;
            left: 0;
            line-height: 1;
            padding: 20px 30px;
            position: fixed;
            text-align: center;
            width: 100%;
            z-index: 9999;
        }

        .skip-to-link {
            position: fixed;
        }

        .skip-to-link:not(:focus) {
            clip: rect(0 0 0 0);
            border: 0;
            height: 1px;
            margin: -1px !important;
            overflow: hidden;
            padding: 0;
            position: absolute !important;
            width: 1px;
        }

        .hamburger {
            align-items: center;
            color: var(--color, currentColor);
            display: flex;
            height: 60px;
            justify-content: center;
            right: 100px;
            position: fixed;
            top: 0;
            width: 110px;
            z-index: 105;
        }

        .is-menu-open .hamburger {
            color: #252320;
        }

        .hamburger>* {
            pointer-events: none;
        }

        .hamburger .icon {
            display: block;
            height: 8px;
            position: relative;
            width: 30px;
        }

        .hamburger .icon:after,
        .hamburger .icon:before {
            background-color: currentColor;
            content: "";
            display: block;
            height: 1px;
            left: 50%;
            position: absolute;
            top: 4px;
            width: 100%;
        }

        .hamburger .icon:before {
            transform: translate(-50%, -4px);
        }

        .hamburger .icon:after {
            transform: translate(-50%, 4px);
        }

        .header-wrap {
            height: 0;
        }

        .header-main {
            align-items: center;
            /* background-color: var(--background, inherit); */
            color: var(--color, inherit);
            display: flex;
            height: 95px;
            justify-content: center;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 97;
          
        }

        html:not(.is-hero-scrolled) body.single-product .header-main {
            background-color: initial;
        }

        .header-main>* {
            position: relative;
            z-index: 2;
        }

        .header-main .logo {
            color: currentColor;
        }

        .header-main .logo svg {
            fill: currentColor;
        }

        .header-main nav {
            height: 100%;
            position: absolute;
            right: 165px;
            top: 0;
        }

        .header-main nav,
        .header-main nav a,
        .header-main nav button,
        .header-main nav ul {
            align-items: center;
            display: flex;
        }

        .header-main nav ul {
            gap: 0 20px;
        }

        @supports (-webkit-touch-callout:none) and (not (translate:none)) {
            .header-main nav ul {
                gap: 0;
            }

            .header-main nav ul>li:not(:last-child) {
                margin-right: 20px;
            }
        }

        .header-main nav a,
        .header-main nav button {
            color: currentColor;
            font-family: "Ravi";
            font-size: 18px;
            gap: 0 10px;
            line-height: 1.5;
            line-height: 1;
            padding: 0;
            text-decoration: none;
        }

        @supports (-webkit-touch-callout:none) and (not (translate:none)) {

            .header-main nav a,
            .header-main nav button {
                gap: 0;
            }

            .header-main nav a .icon,
            .header-main nav button .icon {
                margin-right: 10px;
            }
        }

        .header-main nav a .icon svg,
        .header-main nav button .icon svg {
            fill: currentColor;
        }
   .header-main nav a .icon svg path,
        .header-main nav button .icon svg path {
            fill: currentColor;
        }

        .header-main nav a .text,
        .header-main nav button .text {
            opacity: .7;
        }

        .header-main nav [data-nav=search] .text,
        .header-main nav [data-nav=wishlist] .icon .number.is-empty,
        .header-main nav [data-nav=wishlist] .text {
            display: none;
        }

        .header-main nav [data-nav=search] .close {
            opacity: 0;
        }

        .header-main nav [data-nav=wishlist] .icon {
            position: relative;
        }

        .header-main nav [data-nav=wishlist] .icon .number {
            background-color: var(--color);
            border-radius: 50%;
            color: var(--background);
            display: block;
            font-size: .5rem;
            font-weight: 900;
            height: 14px;
            left: 100%;
            line-height: 14px;
            padding-top: .5px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 0;
            transform: translate(-50%, -50%);
            transition: opacity .2s cubic-bezier(.65, 0, .25, 1), visibility .2s cubic-bezier(.65, 0, .25, 1), transform .2s cubic-bezier(.65, 0, .25, 1);
            width: 14px;
            z-index: 2;
        }

        body[style*=transparent] .header-main nav [data-nav=wishlist] .icon .number {
            color: #252320;
        }

        .header-main nav [data-nav=wishlist] .icon .number.is-empty {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0);
            visibility: hidden;
        }

        .header-main+.logo-signature {
            color: var(--color);
            position: fixed;
            right: 30px;
            top: 22px;
            transform: translateX(62px);
            transition: transform .2s ease-in-out;
            z-index: 97;
        }

        .header-menu {
            color: #252320;
            height: 100%;
            left: 0;
            max-width: 1100px;
            position: fixed;
            top: 0;
            width: 100%;
        }

        .header-menu,
        .header-menu .card-cta,
        .header-menu a.step-in,
        .header-menu__cta,
        .header-menu__nav {
            opacity: 0;
            visibility: hidden;
        }

        html:not(.is-menu-open) .header-menu {
            pointer-events: none;
        }

        .header-menu .bg-1 {
            background-color: #f1f0ee;
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transform-origin: left center;
            width: 100%;
            z-index: 1;
        }

        html:not(.is-menu-open) .header-menu .bg-1 {
            transform: scaleX(0);
        }

        html:not(.is-menu-open) .header-menu__scrim {
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
        }

        .header-search {
            color: #252320;
            height: 100%;
          
            position: fixed;
            right: 0;
            top: 0;
            width: 100%;
        }

        .header-search,
        .header-search__inner {
            opacity: 0;
            visibility: hidden;
        }

        html:not(.is-search-open) .header-search {
            pointer-events: none;
        }

        .header-search .bg-1 {
            background-color: #f1f0ee;
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transform-origin: right center;
            width: 100%;
            z-index: 1;
        }

        html:not(.is-search-open) .header-search .bg-1 {
            transform: scaleX(0);
        }

        html:not(.is-search-open) .header-search__scrim {
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
        }

        .footer-main {
            overflow: hidden;
        }

        .page-wos .footer-main {
            display: none;
        }

        .page .standard-content .btn.btn--back,
        .page .standard-content .title,
        .page .standard-content .wysiwyg-basic {
            opacity: 0;
        }

        @media (min-width:375px) {
            h1 {
                font-size: 1.875rem;
            }

            h2 {
                font-size: 1.5rem;
            }
        }

        @media (min-width:481px) {
            h1 {
                font-size: 2.25rem;
            }

            h2 {
                font-size: 1.5625rem;
            }

            h4 {
                font-size: 1.0625rem;
            }

            h5 {
                font-size: .8125rem;
            }

         
            .pretitle {
                font-size: .8125rem;
            }

            .spacer {
                height: calc(var(--vh, 100vh)*.75);
            }

            .spacer.spacer--smidge {
                height: calc(var(--vh, 100vh)*.1);
            }

            .spacer.spacer--quarter {
                height: calc(var(--vh, 100vh)*.25);
            }

            .spacer.spacer--half {
                height: calc(var(--vh, 100vh)*.5);
            }

            .spacer.spacer--double {
                height: calc(var(--vh, 100vh)*2);
            }

            .spacer.spacer--quad {
                height: calc(var(--vh, 100vh)*4);
            }

            .btn--white {
                font-size: .8125rem;
                min-height: 60px;
                padding: 0 30px;
            }

            .btn--white {
                padding-top: 2px !important;
            }
        }

        @media (min-width:769px) {
            h1 {
                font-size: 2.625rem;
                line-height: 1.25;
            }

            h2 {
                font-size: 1.625rem;
                line-height: 1.35;
            }

            h3 {
                font-size: 1.25rem;
                line-height: 1.4;
            }

            h4 {
                font-size: 1.125rem;
                line-height: 1.5;
            }

            .footer-main .accordion__panel {
                display: block !important;
                max-height: none !important;
                overflow: visible !important;
            }
        }

        @media (min-width:961px) {
            h1 {
                font-size: 3rem;
            }

            h2 {
                font-size: 1.75rem;
            }

            h3 {
                font-size: 1.375rem;
            }
        }

        @media (min-width:1281px) {
            h1 {
                font-size: 3.375rem;
            }

            h2 {
                font-size: 2.25rem;
            }

            h3 {
                font-size: 1.5rem;
            }

            .container {
                max-width: 1640px;
                padding-left: 100px;
                padding-right: 100px;
            }

            .container--narrow {
                max-width: 1040px;
            }

            .container--1460 {
                max-width: 1660px;
            }

            .container--880 {
                max-width: 1080px;
            }

            .container--960 {
                max-width: 1160px;
            }

            .container--780 {
                max-width: 980px;
            }
        }

        @media (max-width:1180px) {
            .is-search-open .hamburger {
                color: #252320;
            }
        }

        @media (max-width:1023px) {
            .header-menu .bg-1 {
                position: fixed;
                transform-origin: top center;
            }

            html:not(.is-menu-open) .header-menu .bg-1 {
                transform: scaleY(0);
            }

            .header-search .bg-1 {
                position: fixed;
                transform-origin: top center;
            }

            html:not(.is-search-open) .header-search .bg-1 {
                transform: scaleY(0);
            }
        }

        @media (max-width:768px) {
            .header-main nav ul {
                gap: 0 15px;
            }

            @supports (-webkit-touch-callout:none) and (not (translate:none)) {
                .header-main nav ul {
                    gap: 0;
                }

                .header-main nav ul li:not(:last-child) {
                    margin-right: 15px;
                }
            }

            .header-main nav a .text {
                clip: rect(0 0 0 0);
                border: 0;
                height: 1px;
                margin: -1px !important;
                overflow: hidden;
                padding: 0;
                position: absolute !important;
                width: 1px;
            }

            .header-main nav a,
            .header-main nav button {
                gap: 0 0;
            }

            @supports (-webkit-touch-callout:none) and (not (translate:none)) {

                .header-main nav a,
                .header-main nav button {
                    gap: 0;
                }

                .header-main nav a .icon,
                .header-main nav button .icon {
                    margin-right: 0;
                }
            }
        }

        @media (max-width:480px) {

            .btn--underline:after,
            .btn--underline:before {
                transform: translateX(300%);
            }

            .btn--icon .text:after {
                transform: translateX(300%);
            }

            .btn--white {
                min-height: 50px;
            }

            .btn--white {
                padding-top: 1px !important;
            }

            .btn--back .text:after,
            .btn--download .text:after,
            .btn--link .text:after {
                transform: translateX(300%);
            }

            .header-main .logo svg {
                height: 16px;
                margin: 0 auto;
                width: 100px;
            }

            .header-main nav ul>li:first-child {
                display: none;
            }
        }

        @media (-ms-high-contrast:active),
        (-ms-high-contrast:none) {
            .notification-outdated-browser {
                display: block;
            }
        }

        .card-collection-fancy__description {
            opacity: 0;
            transform: translateY(30px);
        }

        .card-collection-fancy__title {
            opacity: 0;
        }

        .statement {
            position: relative;
        }

        .statement [data-scroll-sticky],
        .statement__picture {
            overflow: hidden;
        }

        .statement.block {
            background-color: #000;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }

        .statement__content:not(.is-inview)>* {
            opacity: 0;
            transform: translateY(40px);
            visibility: hidden;
        }

        .swiper {
            overflow: hidden;
        }

        .swiper,
        .swiper-slide,
        .swiper-wrapper {
            position: relative;
        }

        .swiper-slide,
        .swiper-wrapper {
            height: 100%;
            width: 100%;
        }

        .homepage-collections {
            position: relative;
            text-align: center;
        }

        .homepage-collections__explore,
        .homepage-collections__explore .relative {
            position: relative;
        }

        .homepage-collections__explore .h5 {
            bottom: 100%;
            font-family: "Ravi";
            font-size: .75rem;
            font-weight: 900;
            left: 0;
            letter-spacing: 1px;
            margin-bottom: 20px;
            position: absolute;
            text-transform: uppercase;
            transition: opacity 1s cubic-bezier(.16, 1, .3, 1), visibility 1s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1);
            width: 100%;
        }

        .homepage-collections__explore .h5:not(.is-inview) {
            opacity: 0;
            transform: translateY(20px);
            visibility: hidden;
        }

        .homepage-collections__explore .inner {
            align-items: center;
            display: flex;
            flex-direction: column;
            height: var(--vh, 100vh);
            justify-content: center;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .homepage-collections__explore .inner>* {
            width: 100%;
        }

        .homepage-collections__explore .swiper {
            overflow: visible;
        }

        .homepage-collections__explore .swiper-wrapper {
            box-sizing: border-box !important;
            transform: none !important;
            transition-duration: 0s !important;
            transition-timing-function: linear !important;
        }

        .homepage-collections__explore .swiper-slide {
            position: relative;
            /* margin-right: 60px; */
        }

        .homepage-collections__explore .swiper-slide-active {
            z-index: 1;
        }

        .homepage-collections__explore .swiper-slide .card-collection-fancy__media {
            max-width: calc(100% - 110px);
            border-top-left-radius: 80px;
        }

        .homepage-collections__explore .swiper-slide .card-collection-fancy__image {
            max-height: none;
            max-width: none;
        }

        .homepage-products__inner {
            overflow: hidden;
        }

        .carousel__track {
            scrollbar-width: none;
        }

        .carousel__track::-webkit-scrollbar {
            display: none;
            height: 0;
            width: 0;
        }

        .carousel {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .carousel.is-draggable .carousel__track>* {
            display: flex !important;
            padding-left: 20px;
            padding-right: 20px;
        }

        .carousel:not(.is-draggable) .carousel__track {
            display: flex !important;
            padding-left: 20px;
            padding-right: 20px;
        }

        .carousel:not(.is-draggable) .carousel__controls {
            display: none;
        }

        .carousel .pretitle {
            font-family: "Ravi";
            font-size: .75rem;
            font-weight: 900;
            letter-spacing: 1px;
            margin-bottom: 20px;
            text-align: center;
            text-transform: uppercase;
        }

        .carousel__track {
            min-width: 100%;
            overflow-x: auto !important;
            overflow-y: hidden !important;
            position: relative;
            z-index: 1;
        }

        html:not(.desktop) .carousel.is-pointerdown .carousel__track {
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
        }

        .carousel__item {
            box-sizing: border-box;
            flex-shrink: 0;
            justify-content: center;
            padding: 0 20px;
        }

        html:not(.desktop) .carousel__item {
            scroll-margin-left: 20px;
            scroll-margin-right: 20px;
            scroll-snap-align: start;
        }

        .carousel__item>[class*=card-] {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            flex-shrink: 0;
            height: 100%;
            margin: 0 auto;
        }

        .carousel__item>[class*=card-]>[class*=__inner] {
            flex-grow: 1;
        }

        .carousel__item>[class*=card-]:not(.card-flexible) {
            width: 100vw;
        }

        .carousel__item .card-award {
            max-width: 290px;
        }

        .card-wos {
            max-width: 390px;
            position: relative;
        }

        .homepage-wos {
            overflow: hidden;
        }

        .slides {
            color: #fff;
            position: relative;
        }

        .slides__item {
            height: calc(var(--vh, 100vh));
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .slides__item[data-theme=light] {
            background-color: #fff;
            color: #252320;
        }

        .slides__item[data-theme=dark] {
            background-color: #000;
            color: #fff;
        }

        .slides__item[data-theme=dark]:before {
            content: "";
            display: block;
            height: 100%;
            pointer-events: none;
            position: absolute;
            width: 100%;
            z-index: 2;
        }

        .slides__item[data-alignment=bottom-left]:before {
            background: linear-gradient(10deg, rgba(0, 0, 0, .6), transparent 35%);
            bottom: 0;
            left: 0;
        }

        .slides__item[data-alignment=bottom-left] .slides__overlay {
            top: 153px;
            right: 0;
            padding: 40px 40px 60px;
                 text-align: right;
    direction: rtl;
        }
@media only screen and (min-width:1900px){
.slides__item[data-alignment="bottom-left"] .slides__overlay{
top: 350px !important;
        }
}
        
        .slides__item[data-alignment=center] .slides__overlay,
        .slides__item[data-alignment=left] .slides__overlay,
        .slides__item[data-alignment=right] .slides__overlay {
            display: flex;
            flex-direction: column;
            height: var(--vh, 100vh);
            max-width: 600px;
            padding: 60px 30px;
            top: 0;
        }

        .slides__item[data-alignment=center] .slides__overlay:before,
        .slides__item[data-alignment=left] .slides__overlay:before,
        .slides__item[data-alignment=right] .slides__overlay:before {
            top: 0;
        }

        .slides__item[data-alignment=center] .slides__overlay .description,
        .slides__item[data-alignment=left] .slides__overlay .description,
        .slides__item[data-alignment=right] .slides__overlay .description {
            max-width: 400px;
        }

        .slides #lastSlide {
            overflow: hidden;
        }

        .slides__media {
            position: relative;
        }

        .slides__media img,
        .slides__picture,
        .slides__video {
            bottom: 0;
            height: 100%;
            left: 0;
            object-fit: cover;
            position: absolute;
            width: 100%;
        }

        .slides__overlay {
            z-index: 2;
        }

        .slides+* {
            padding-top: calc(var(--vh)*.3);
        }

        .slides+* .statement {
            height: auto;
            min-height: 0;
        }

        .slides .btn,
        .slides .description,
        .slides .title {
            opacity: 0;
            visibility: hidden;
        }

        .slides .slides-progress {
            bottom: 0;
            height: var(--vh, 100vh);
            left: 0;
            pointer-events: none;
            position: absolute;
            width: 100%;
        }

        .slides__pagination {
            display: block;
            height: var(--vh, 100vh);
            position: absolute;
            left: 50px;
            top: 0;
            width: 60px;
            z-index: 10;
        }

        .slides__pagination:not(.is-inview) {
            transform: translateX(140px);
        }

        html:not(.has-scroll-smooth) .slides__pagination[data-scroll-sticky] {
            position: fixed;
        }

        .title-text {
            overflow: hidden;
        }

        .title-text .title {
              font-family: "Ravibold";
           
            font-size: 1.75rem;
            font-weight: 400;
            line-height: 1.25;
            color: #000 !important;
        }

        html.desktop .title-text .title em,
        html.desktop .title-text .title strong {
            white-space: nowrap;
        }

        .title-text .title strong {
            font-family: "Ravi";
        }

        .title-text .title em,
        .title-text .title strong {
            font-weight: 400;
        }

        .title-text .title em {
            font-style: italic;
        }

        .title-text .title strong {
            font-family:"Ravi";
        }

        @media (min-width:375px) {
            .slides__item[data-alignment=bottom-left] .slides__overlay {
                padding: 50px 40px 60px;
            }

            .slides__item[data-alignment=center] .slides__overlay,
            .slides__item[data-alignment=left] .slides__overlay,
            .slides__item[data-alignment=right] .slides__overlay {
                max-width: 650px;
                padding-left: 40px;
                padding-right: 40px;
            }

            .title-text .title {
                font-size: 1.875rem;
            }
        }

        @media (min-width:481px) {
            .statement:not([data-inline="1"]) .container {
                height: var(--vh, 100vh);
                min-height: 750px;
            }

            .homepage-collections__explore .h5 {
                font-size: .8125rem;
            }

            .homepage-collections__explore .swiper,
            .homepage-collections__explore .swiper-slide,
            .homepage-collections__explore .swiper-wrapper {
                width: 390px;
            }

            .carousel .pretitle {
                font-size: .8125rem;
            }

            .slides__item[data-alignment=bottom-left] .slides__overlay {
                padding: 60px 100px;
            }

            .slides__item[data-alignment=center] .slides__overlay,
            .slides__item[data-alignment=left] .slides__overlay,
            .slides__item[data-alignment=right] .slides__overlay {
                max-width: 680px;
                padding-left: 60px;
                padding-right: 60px;
            }

            .slides__pagination {
                width: 140px;
            }

            .title-text .title {
                font-size: 2.25rem;
            }
        }

        @media (min-width:481px) and (max-width:870px) {
            .carousel__item .card-award {
                max-width: calc(50vw - 60px);
                width: 50vw;
            }

            .carousel__item .card-person,
            .carousel__item .card-product,
            .carousel__item .card-wos {
                max-width: calc(50vw - 60px);
                width: 50vw;
            }
        }

        @media (min-width:768px) {

            .homepage-collections__explore .swiper,
            .homepage-collections__explore .swiper-slide,
            .homepage-collections__explore .swiper-wrapper {
                width: 490px;
            }
        }

        @media (min-width:769px) {
            .homepage-collections__explore .h5 {
                margin-bottom: 30px;
            }

            .carousel .pretitle {
                margin-bottom: 30px;
            }

            .slides__item[data-alignment=center] .slides__overlay,
            .slides__item[data-alignment=left] .slides__overlay,
            .slides__item[data-alignment=right] .slides__overlay {
                justify-content: center;
                max-width: 720px;
                padding-left: 80px;
                padding-right: 80px;
            }

            .slides__item[data-alignment=left] .slides__overlay {
                left: 0;
            }

            .slides__item[data-alignment=left] .slides__overlay:before {
                left: 0;
            }

            .slides__item[data-alignment=right] .slides__overlay {
                right: 0;
            }

            .slides__item[data-alignment=right] .slides__overlay:before {
                right: 0;
            }

            .slides__item[data-alignment=center] .slides__overlay {
                justify-content: flex-start;
                max-width: none !important;
                text-align: center;
                width: 100%;
            }

            .slides__item[data-alignment=center] .slides__overlay .description {
                margin-left: auto;
                margin-right: auto;
            }

            .title-text .title {
                font-size: 2.625rem;
                line-height: 1.25;
            }
        }

        @media (min-width:871px) {
            .carousel__item {
                padding: 0 25px;
            }

            .carousel__item .card-person,
            .carousel__item .card-product,
            .carousel__item .card-wos {
                max-width: 390px;
            }
        }

        @media (min-width:961px) {
            html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos__overlay {
                position: absolute;
            }

            .slides__item[data-alignment=center] .slides__overlay,
            .slides__item[data-alignment=left] .slides__overlay,
            .slides__item[data-alignment=right] .slides__overlay {
                max-width: 750px;
                padding-left: 100px;
                padding-right: 100px;
            }

            .title-text .title {
                font-size: 3rem;
            }
        }

        @media (min-width:1025px) {

            .slides__item[data-alignment=center] .slides__overlay,
            .slides__item[data-alignment=left] .slides__overlay,
            .slides__item[data-alignment=right] .slides__overlay {
                padding-bottom: calc(var(--vh, 100vh)*.15);
                padding-top: calc(var(--vh, 100vh)*.15);
            }

            .slides__media {
                bottom: 0;
                height: 100%;
                left: 0;
                position: absolute;
                width: 100%;
                z-index: 1;
            }

            .slides__overlay {
                position: absolute;
                z-index: 3;
            }

            .slides__overlay>* {
                position: relative;
                z-index: 2;
            }

            .slides__content {
                align-items: flex-start;
                display: flex;
                flex-direction: column;
            }
        }

        @media (min-width:1281px) {

            .homepage-collections__explore .swiper,
            .homepage-collections__explore .swiper-slide,
            .homepage-collections__explore .swiper-wrapper {
                width: 640px;
            }

            .carousel.is-draggable .carousel__track>* {
                padding-left: 75px;
                padding-right: 75px;
            }

            .carousel:not(.is-draggable) .carousel__track {
                padding-left: 75px;
                padding-right: 75px;
            }

            .slides__item[data-alignment=center] .slides__overlay,
            .slides__item[data-alignment=left] .slides__overlay,
            .slides__item[data-alignment=right] .slides__overlay {
                max-width: 780px;
                padding-left: 120px;
                padding-right: 120px;
            }

            .title-text .title {
                font-size: 3.375rem;
            }
        }

        @media (min-width:961px) and (max-height:768px) {

            .carousel__item .card-person,
            .carousel__item .card-product,
            .carousel__item .card-wos {
                max-width: 350px;
            }
        }

        @media (max-height:1024px) {
          

            .homepage-collections__explore .h5 {
                bottom: auto;
                display: flex;
                flex-direction: column;
                height: 60px;
                justify-content: flex-end;
                margin: 0;
                padding-bottom: 40px;
                top: 0;
            }

            .homepage-collections__explore .swiper,
            .homepage-collections__explore .swiper-slide,
            .homepage-collections__explore .swiper-wrapper {
                width: 490px;
            }
        }

        @media (max-width:1024px) {
            .slides {
                overflow: hidden;
            }

            .slides .spacer {
                display: none;
            }

            .slides .title br {
                display: none;
            }

            .slides__media {
                bottom: 0;
                height: 100%;
                left: 0;
                position: absolute;
                width: 100%;
            }

            .slides__media:before {
                content: "";
                display: block;
                padding-top: 56.25%;
                width: 100%;
            }

            .slides__overlay {
                position: absolute;
            }

            .slides__overlay>* {
                position: relative;
                z-index: 2;
            }

            html:not(.desktop) .slides__pagination {
                display: none;
            }
        }

        @media (max-width:960px) {
            .homepage-collections__explore .relative {
                padding: 0;
            }

            .homepage-collections__explore .h5 {
                bottom: 100%;
                display: flex;
                flex-direction: column;
                height: 60px;
                justify-content: flex-end;
                margin: 0 0 20px;
                padding: 0;
                top: auto;
            }
        }

        @media (max-width:960px) and (min-width:769px) {
            .homepage-collections__explore .h5 {
                margin-bottom: 30px;
            }
        }

        @media (max-height:768px) {

            .homepage-collections__explore .swiper,
            .homepage-collections__explore .swiper-slide,
            .homepage-collections__explore .swiper-wrapper {
                width: 450px;
            }
        }

        @media (max-width:767px) {
            .homepage-collections__explore .swiper-slide .card-collection-fancy__media {
                max-width: calc(100% - 50px);
            }
        }

        @media (max-width:480px) {
            .statement:not([data-inline="1"]) .container {
                padding-bottom: 160px;
                padding-top: 160px;
            }

            .homepage-collections__explore .swiper,
            .homepage-collections__explore .swiper-slide,
            .homepage-collections__explore .swiper-wrapper {
                width: 350px;
            }

            .carousel__item .card-award,
            .carousel__item .card-gallery,
            .carousel__item .card-person,
            .carousel__item .card-portrait,
            .carousel__item .card-product,
            .carousel__item .card-wos {
                max-width: 230px;
            }

            .carousel__item .card-product__picture {
                max-height: 140px;
            }

            .carousel__item .card-product__content {
                gap: 0;
                line-height: 1.2;
                padding-bottom: 20px;
                padding-top: 0;
            }

            .page-frontpage .slides__item {
                max-height: calc(var(--vh, 100vh) - 110px);
            }

            .title-text .title {
                font-size: 1.5rem;
            }
        }



.card-collection-fancy {
    display: flex;
    position: relative;
}

.card-collection-fancy__overlay {
    align-items: center;
    display: flex;
    
    justify-content: center;
    right:0;
    position: absolute;
    top: 102%;
width: 286px;
    z-index: 3;
    left: 0;
    margin:  0 auto;
}
.card-collection-fancy__overlay.cat-pg-over{
    flex-direction: column;
}
.card-collection-fancy__overlay.cat-pg-over .en-cat-name{
   opacity: 0;
   
   width:100%;
   transition: .5s ease all;
}
.card-collection-fancy:hover .en-cat-name{
   opacity: 1;
   transition: .5s ease all;
   text-align: right;
}
.card-collection-fancy__image {
 transition: .5s ease all;
}
.card-collection-fancy:hover .card-collection-fancy__image {
   
    /* filter: opacity(.3); */
}
.card-collection-fancy__overlay h3{
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
     font-family: "Ravibold";
     font-size: 20px;
}
.card-collection-fancy__overlay.cat-pg-over h3 hr{
    margin-top: 10px;
}
.card-collection-fancy__overlay.cat-pg-over h3{
    border-bottom: unset;
}

.card-collection-fancy__title {
    color: #000;
    font-family:"Ravi";
    line-height: 1.25;
    white-space: nowrap;
}

.swiper-slide:not(.swiper-slide-active) .card-collection-fancy__title {
    opacity: 0 !important;
    transform: translateY(30px);
    transition: transform 1s cubic-bezier(.16, 1, .3, 1), opacity 1s cubic-bezier(.16, 1, .3, 1);
}

.card-collection-fancy__media {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.card-collection-fancy__media:before {
    content: "";
    display: block;
    padding-top: 133.3333333333%;
    width: 100%;
}

.card-collection-fancy__image img,
.card-collection-fancy__media {
    transition: transform 2s cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
}

.card-collection-fancy__image,
.card-collection-fancy__video {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-collection-fancy__image,
.card-collection-fancy__image img,
.card-collection-fancy__video,
.card-collection-fancy__video img {
    object-fit: cover;
}

.card-collection-fancy__video {
    transition: opacity .2s cubic-bezier(.16, 1, .3, 1), transform 2s cubic-bezier(.16, 1, .3, 1);
    z-index: 2;
}

.card-collection-fancy__video:not(.is-playing) {
    opacity: 0;
}

.card-collection-fancy__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.statement.block[data-theme=dark] {
    color: #fff;
}

.statement.block[data-theme=light] {
    color: #252320;
}

.statement[data-style=text] .title {
    font-family:"Ravi";
    font-family: "Ravi";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

html.desktop .statement[data-style=text] .title em,
html.desktop .statement[data-style=text] .title strong {
    white-space: nowrap;
}

.statement[data-style=text] .title strong {
    font-family: "Ravi";
}

.statement[data-style=text] .title em,
.statement[data-style=text] .title strong {
    font-weight: 400;
}

.statement[data-style=text] .title em {
    font-style: italic;
}

.statement[data-style=text] .title strong {
    font-family:"Ravi";
}

.statement[data-style=heading] .title {
    font-family:"Ravi";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

.statement[data-style=heading] .title em,
.statement[data-style=heading] .title strong {
    font-weight: 400;
}

html.desktop .statement[data-style=heading] .title em,
html.desktop .statement[data-style=heading] .title strong {
    white-space: nowrap;
}

.statement[data-style=heading] .title em {
    font-style: italic;
}

.statement[data-style=heading] .title strong {
    font-family: "Ravi";
}

.statement[data-style=text].block .title {
    font-family:"Ravi";
    font-family: "Ravi";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.35;
}

html.desktop .statement[data-style=text].block .title em,
html.desktop .statement[data-style=text].block .title strong {
    white-space: nowrap;
}

.statement[data-style=text].block .title strong {
    font-family: "Ravi";
}

.statement[data-style=text].block .title em,
.statement[data-style=text].block .title strong {
    font-weight: 400;
}

.statement[data-style=text].block .title em {
    font-style: italic;
}

.statement[data-style=text].block .title strong {
    font-family:"Ravi";
}

.statement[data-style=heading].block .title {
    font-family:"Ravi";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.35;
}

.statement[data-style=heading].block .title em,
.statement[data-style=heading].block .title strong {
    font-weight: 400;
}

html.desktop .statement[data-style=heading].block .title em,
html.desktop .statement[data-style=heading].block .title strong {
    white-space: nowrap;
}

.statement[data-style=heading].block .title em {
    font-style: italic;
}

.statement[data-style=heading].block .title strong {
    font-family: "Ravi";
}

.statement .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.statement__content>* {
    transition: opacity 2s cubic-bezier(.16, 1, .3, 1), visibility 2s cubic-bezier(.16, 1, .3, 1), transform 2s cubic-bezier(.16, 1, .3, 1);
}

.statement .pretitle {
    font-family: "Ravi";
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 auto 50px;
    max-width: 400px;
    text-align: center;
    text-transform: uppercase;
}

.statement .is-inview .pretitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
    visibility: visible;
}

.statement .title {
    color: inherit;
    margin: 0 auto;
    text-align: center;
}

.statement .statement-progress,
.statement .statement-pull,
.statement__picture,
.statement__picture img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.statement__picture:after {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

html.has-scroll-smooth .statement__picture img {
    height: calc(var(--vh, 100vh) + 220px);
    margin-top: -100px;
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    transition-property: transform;
    z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-slide {
    flex-shrink: 0;
    transition-property: transform;
}

.swiper-slide *,
.swiper-slide :after,
.swiper-slide :before {
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
    box-sizing: border-box;
    -webkit-user-select: none;
}

.homepage-collections .statement {
    color: var(--dynamicBGColour);
}

.homepage-collections .progress {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.homepage-collections .spacer {
    height: calc(var(--vh, 100vh)*var(--multiplier, 4));
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.homepage-products {
    background-color: #000;
    color: #fff;
    position: relative;
}

.homepage-products .swiper,
.homepage-products__inner,
.homepage-products__mask,
.homepage-products__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.homepage-products__inner {
    height: var(--vh, 100vh);
}

.homepage-products__spacer {
    display: block;
    height: calc(var(--vh, 100vh)*1.75);
    width: 100%;
}

.homepage-products__bg {
    will-change: transform;
    z-index: 1;
}

.homepage-products__mask {
    -webkit-clip-path: polygon(var(--clipLeft) 0, var(--clipRight) 0, var(--clipRight) 100%, var(--clipLeft) 100%);
    clip-path: polygon(var(--clipLeft) 0, var(--clipRight) 0, var(--clipRight) 100%, var(--clipLeft) 100%);
    z-index: 2;
}

.homepage-products__overlay {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}

.homepage-products__overlay .title {
    font-family: "Ravibold";
    font-size: .75rem;
    font-weight: 900;
    height: auto;
    left: 0;
    letter-spacing: 1px;
    padding: 0 40px;
    padding-top: calc(var(--vh)*.1);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: transform .8s cubic-bezier(.03, 0, .03, 1), opacity .8s cubic-bezier(.03, 0, .03, 1);
    width: 100%;
}

.homepage-products__overlay ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.homepage-products__overlay ul li {
    margin: 0;
    padding: 0;
}

.homepage-products__overlay ul li {
    display: flex;
    justify-content: center;
    transition: transform .8s cubic-bezier(.03, 0, .03, 1), opacity .8s cubic-bezier(.03, 0, .03, 1);
}

.homepage-products__overlay ul li:first-child {
    transition-delay: .15s;
}

.homepage-products__overlay ul li:nth-child(2) {
    transition-delay: .3s;
}

.homepage-products__overlay ul li:nth-child(3) {
    transition-delay: .45s;
}

.homepage-products__overlay ul li:nth-child(4) {
    transition-delay: .6s;
}

.homepage-products__overlay ul li:nth-child(5) {
    transition-delay: .75s;
}

.homepage-products__overlay ul li:nth-child(6) {
    transition-delay: .9s;
}

.homepage-products__overlay a {
    color: inherit;
    font-family:"Ravi";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.35;
    line-height: 1;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.homepage-products__overlay a em,
.homepage-products__overlay a strong {
    font-weight: 400;
}

html.desktop .homepage-products__overlay a em,
html.desktop .homepage-products__overlay a strong {
    white-space: nowrap;
}

.homepage-products__overlay a em {
    font-style: italic;
}

.homepage-products__overlay a strong {
    font-family: "Ravi";
}

.homepage-products__overlay a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):before {
    bottom: 20px;
}

.homepage-products__overlay a.on-press:not([class*=btn]):not([class*=card]),
html:not(.mobile):not(.tablet) .homepage-products__overlay a:focus:not([class*=btn]):not([class*=card]),
html:not(.mobile):not(.tablet) .homepage-products__overlay a:hover:not([class*=btn]):not([class*=card]) {
    color: inherit;
}

.homepage-products__bg,
.homepage-products__image {
    height: 100%;
    max-height: var(--vh, 100vh);
    min-height: 720px;
}

.homepage-products__bg img,
.homepage-products__image img {
    transition: opacity 1s cubic-bezier(.37, 0, .63, 1);
}

.homepage-products:not(.is-inview) .homepage-products__overlay .title,
.homepage-products:not(.is-inview) .homepage-products__overlay ul li {
    opacity: 0;
    transform: translateY(30px);
}

.homepage-products__progress {
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.homepage-products.is-active a:not(.is-active) {
    opacity: .5;
}

html:not(.has-scroll-smooth) .homepage-products__progress,
html:not(.has-scroll-smooth) .homepage-products__spacer {
    display: none;
}

html:not(.has-scroll-smooth) .homepage-products__bg {
    transform: none !important;
}

html:not(.has-scroll-smooth) .homepage-products a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):before {
    transform: scaleX(1);
}

.carousel__next,
.carousel__prev {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    -webkit-clip-path: circle(20px at 20px 20px);
    clip-path: circle(20px at 20px 20px);
    color: #252320;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;
    touch-action: manipulation;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out;
    visibility: hidden;
    width: 40px;
    z-index: 2;
}

.carousel__next svg,
.carousel__prev svg {
    transition: opacity .15s ease-in-out;
}

.carousel__next:hover,
.carousel__prev:hover {
    background-color: #252320;
    color: #fff;
}

.carousel__prev {
    left: 20px;
}

.carousel__prev svg {
    margin-right: 2px;
}

.carousel__next {
    right: 20px;
}

.carousel__next svg {
    margin-left: 2px;
}

.carousel:hover .carousel__next,
.carousel:hover .carousel__prev {
    opacity: 1;
    visibility: visible;
}

.carousel:hover .carousel__next.is-disabled,
.carousel:hover .carousel__prev.is-disabled {
    opacity: 0;
    visibility: hidden;
}

.card-wos {
    text-align: center;
}

.card-wos__image {
    overflow: hidden;
}

.card-wos__image img {
    transition: transform 3s cubic-bezier(.16, 1, .3, 1);
}

.card-wos.on-press .card-wos__image img,
html:not(.mobile):not(.tablet) .card-wos:focus .card-wos__image img,
html:not(.mobile):not(.tablet) .card-wos:hover .card-wos__image img {
    transform: scale(1.05);
}

.card-wos__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.card-wos__overlay {
    transition: opacity .5s cubic-bezier(.16, 1, .3, 1), visibility .5s cubic-bezier(.16, 1, .3, 1), transform .5s cubic-bezier(.16, 1, .3, 1);
    z-index: 2;
}

.card-wos__overlay .description,
.card-wos__overlay .title {
    color: currentColor;
    font-family:"Ravi";
    font-family: "Ravi";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

html.desktop .card-wos__overlay .description em,
html.desktop .card-wos__overlay .description strong,
html.desktop .card-wos__overlay .title em,
html.desktop .card-wos__overlay .title strong {
    white-space: nowrap;
}

.card-wos__overlay .description strong,
.card-wos__overlay .title strong {
    font-family: "Ravi";
}

.card-wos__overlay .description em,
.card-wos__overlay .description strong,
.card-wos__overlay .title em,
.card-wos__overlay .title strong {
    font-weight: 400;
}

.card-wos__overlay .description em,
.card-wos__overlay .title em {
    font-style: italic;
}

.card-wos__overlay .description strong,
.card-wos__overlay .title strong {
    font-family:"Ravi";
}

.card-wos__overlay .description {
    font-family:"Ravi";
    line-height: 1.3;
}

html.mobile .card-wos,
html.tablet .card-wos {
    display: flex;
    flex-direction: column;
}

html.mobile .card-wos .card-wos__image,
html.tablet .card-wos .card-wos__image {
    order: 1;
}

html.mobile .card-wos .card-wos__overlay,
html.tablet .card-wos .card-wos__overlay {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    order: 2;
    padding: 20px 0;
    text-align: left;
}

.homepage-wos {
    background-color: #f1f0ee;
    color: #252320;
    padding-bottom: 100px;
    padding-top: 200px;
    position: relative;
}

.homepage-wos .inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage-wos .inner>* {
    width: 100%;
}

.homepage-wos__intro {
    height: 0;
    position: relative;
}

.homepage-wos__intro svg {
    fill: #fff;
    bottom: -100%;
    height: auto;
    left: -3%;
    position: absolute;
    transform: translateY(35%);
    width: 106%;
}

.homepage-wos__outro .container {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.homepage-wos__outro .btn.btn--link {
    margin-top: 20px;
}

.slides .title {
    font-family:"Ravi";
    font-family: "Ravi";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    line-height: 1.35;
    position: relative;
    width: 100%;
}

html.desktop .slides .title em,
html.desktop .slides .title strong {
    white-space: nowrap;
}

.slides .title strong {
    font-family: "Ravi";
}

.slides .title em,
.slides .title strong {
    font-weight: 400;
}

.slides .title em {
    font-style: italic;
}

.slides .title strong {
    font-family:"Ravi";
}

.slides__item[data-alignment=bottom-left] .title {
    font-family:"Ravi";
    font-family: "Ravi";
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
}

html.desktop .slides__item[data-alignment=bottom-left] .title em,
html.desktop .slides__item[data-alignment=bottom-left] .title strong {
    white-space: nowrap;
}

.slides__item[data-alignment=bottom-left] .title strong {
    font-family: "Ravi";
}

.slides__item[data-alignment=bottom-left] .title em,
.slides__item[data-alignment=bottom-left] .title strong {
    font-weight: 400;
}

.slides__item[data-alignment=bottom-left] .title em {
    font-style: italic;
}

.slides__item[data-alignment=bottom-left] .title strong {
    font-family:"Ravi";
}

.slides .description {
    font-family: "Ravi";
    font-size: .9375rem;
    line-height: 1.5;
}

.slides__pagination .inner {
    align-items: center;
    bottom: 100%;
    color: currentColor;
    display: flex;
    flex-direction: row-reverse;
    font-family: "Ravi";
    font-size: .75rem;
    font-weight: 900;
    gap: 0 50px;
    height: 60px;
    justify-content: center;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    width: var(--vh, 100vh);
    z-index: 10;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .slides__pagination .inner {
        gap: 0;
    }

    .slides__pagination .inner>:not(:last-child) {
        margin-right: 50px;
    }
}

.slides__pagination .inner a {
    color: inherit;
    opacity: .5;
    text-decoration: none;
    transition: opacity 1s cubic-bezier(.16, 1, .3, 1);
     font-family: "Castellar";
     font-size: 18px;
}

.slides__pagination .inner a.is-active {
    opacity: 1;
    pointer-events: none;
    font-size: 26px;
}

.slides__pagination .inner a.on-press,
html:not(.mobile):not(.tablet) .slides__pagination .inner a:focus,
html:not(.mobile):not(.tablet) .slides__pagination .inner a:hover {
    opacity: 1;
}

html:not(.has-scroll-smooth) .slides__pagination {
    display: none;
}

.slides .title+.btn,
.slides .title+.description,
.slides .title+.description+.btn {
    margin-top: 10px;
}

html.has-scroll-smooth .slides__content.is-animated .btn,
html.has-scroll-smooth .slides__content.is-animated .description,
html.has-scroll-smooth .slides__content.is-animated+.slides__media+.slides__pagination {
    opacity: 1;
    visibility: visible;
}

html:not(.has-scroll-smooth) .slides__content.is-inview .btn,
html:not(.has-scroll-smooth) .slides__content.is-inview .description,
html:not(.has-scroll-smooth) .slides__content.is-inview .title,
html:not(.has-scroll-smooth) .slides__content.is-inview+.slides__media+.slides__pagination {
    opacity: 1;
    visibility: visible;
}

.slides .btn,
.slides .description,
.slides .title {
    transition: opacity 1s cubic-bezier(.61, 1, .88, 1), visibility 1s cubic-bezier(.61, 1, .88, 1);
}

.slides .title+.description {
    transition-delay: .4s;
}

.slides .title+.description+.btn {
    transition-delay: .5s;
}

.slides .title+.description+.btn:after,
.slides .title+.description+.btn:before {
    transition-delay: .4s;
}

.slides .title+.btn {
    transition-delay: .4s;
}

.slides .title+.btn:after,
.slides .title+.btn:before {
    transition-delay: .3s;
}

.slides .SlidesActive {
    position: absolute;
    top: 10px;
}

.title-text .title+.description {
    margin-top: 30px;
}

.title-text .description {
    display: block;
    font-family:"Ravi";
    font-family: "Ravi";
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    transition-delay: .4s;
}

html.desktop .title-text .description em,
html.desktop .title-text .description strong {
    white-space: nowrap;
}

.title-text .description strong {
    font-family: "Ravi";
}

.title-text .description em,
.title-text .description strong {
    font-weight: 400;
}

.title-text .description em {
    font-style: italic;
}

.title-text .description strong {
    font-family:"Ravi";
}

.title-text .description p:not(:last-child) {
    margin-bottom: 20px;
}

.title-text:not(.is-inview)>* {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
}

.title-text>* {
    transition: transform 1s cubic-bezier(.61, 1, .88, 1), opacity 1s cubic-bezier(.61, 1, .88, 1), visibility 1s cubic-bezier(.61, 1, .88, 1);
}

.page-frontpage .footer-main .container {
    padding-top: 0 !important;
}

@media (min-width:375px) {
    .statement[data-style=text].block .title {
        font-size: 1.5rem;
    }

    .statement[data-style=heading].block .title {
        font-size: 1.5rem;
    }

    .homepage-products__overlay a {
        font-size: 1.5rem;
    }

    .slides .title {
        font-size: 1.5rem;
    }

    .slides__item[data-alignment=bottom-left] .title {
        font-size: 1.875rem;
    }

    .title-text .title+.description {
        margin-top: 40px;
    }
}

@media (min-width:375px) and (max-width:480px) {

    .statement[data-style=heading] .title,
    .statement[data-style=text] .title {
        font-size: 1rem;
    }

    .statement[data-style=heading].block .title,
    .statement[data-style=text].block .title {
        font-size: 1.25rem;
    }
}

@media (min-width:481px) {
    .card-collection-fancy__title {
        font-size: 24px;
    }

    .statement[data-style=text].block .title {
        font-size: 1.5625rem;
    }

    .statement[data-style=heading].block .title {
        font-size: 1.5625rem;
    }

    .statement .pretitle {
        font-size: .8125rem;
    }

    .statement .statement-pull {
        height: var(--vh, 100vh);
    }

    .homepage-products__overlay .title {
        font-size: 32px
    }

    .homepage-products__overlay a {
        font-size: 1.5625rem;
    }

    .carousel__next,
    .carousel__prev {
        -webkit-clip-path: circle(25px at 25px 25px);
        clip-path: circle(25px at 25px 25px);
        height: 50px;
        width: 50px;
    }

    .carousel__prev {
        left: 58px;
    }

    .carousel__next {
        right: 58px;
    }

    .slides .title {
        font-size: 1.5625rem;
    }

    .slides__item[data-alignment=bottom-left] .title {
        font-size: 2.25rem;
    }

    .slides__pagination .inner {
        font-size: .8125rem;
    }

    .slides__pagination .inner {
        height: 140px;
    }

    .slides .title+.btn,
    .slides .title+.description,
    .slides .title+.description+.btn {
        margin-top: 20px;
    }

    .title-text .title+.description {
        margin-top: 50px;
    }

    .title-text .description {
        font-size: 1.0625rem;
    }

    .title-text .description p:not(:last-child) {
        margin-bottom: 30px;
    }

    .page-frontpage__title-text {
        padding-top: 100px;
    }

  

    .page-frontpage .homepage-collections__explore {
        padding-bottom: calc(var(--vh, 100vh)*.3);
    }
}

@media (min-width:768px) {
    .card-collection-fancy__title {
        font-size: 24px;
    }
}

@media (min-width:769px) {
    .statement[data-style=text] .title {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .statement[data-style=heading] .title {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .statement[data-style=text].block .title {
        font-size: 1.625rem;
        line-height: 1.35;
    }

    .statement[data-style=heading].block .title {
        font-size: 1.625rem;
        line-height: 1.35;
    }

    .homepage-products__overlay a {
        font-size: 1.625rem;
        line-height: 1.35;
    }

    .card-wos__overlay .description,
    .card-wos__overlay .title {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .homepage-wos__outro .btn.btn--link {
        margin-top: 30px;
    }

    .slides .title {
        font-size: 1.625rem;
        line-height: 1.35;
    }

    .slides__item[data-alignment=bottom-left] .title {
        font-size: 2.625rem;
        line-height: 70px;
    }
.slides__content p{
    line-height: 40px;
}
    .title-text .title+.description {
        margin-top: 90px;
    }

    .title-text .description {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

@media (min-width:961px) {
    .statement[data-style=text] .title {
        font-size: 1.375rem;
    }

    .statement[data-style=heading] .title {
        font-size: 1.375rem;
    }

    .statement[data-style=text].block .title {
        font-size: 1.75rem;
    }

    .statement[data-style=heading].block .title {
        font-size: 1.75rem;
    }

    .homepage-products__overlay a {
        font-size: 1.75rem;
    }

    .card-wos__overlay .description,
    .card-wos__overlay .title {
        font-size: 1.375rem;
    }

    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos__overlay {
        align-items: center;
        background-color: rgba(0, 0, 0, .5);
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0;
        padding: 30px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos__overlay .description,
    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos__overlay .title {
        transition: opacity .5s cubic-bezier(.16, 1, .3, 1), visibility .5s cubic-bezier(.16, 1, .3, 1), transform .5s cubic-bezier(.16, 1, .3, 1);
    }

    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos__overlay .title {
        transition-delay: .1s;
    }

    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos__overlay .description {
        transition-delay: .15s;
    }

    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos:not(:hover):not(:focus-within) .card-wos__overlay {
        opacity: 0;
        visibility: hidden;
    }

    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos:not(:hover):not(:focus-within) .card-wos__overlay .description,
    html:not(.ios):not(.android):not(.tablet):not(.mobile) .card-wos:not(:hover):not(:focus-within) .card-wos__overlay .title {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }

    .homepage-wos {
        padding-bottom: calc(var(--vh, 100vh)*.15);
        padding-top: calc(var(--vh, 100vh)*.15);
    }

    .homepage-wos .inner {
        height: var(--vh, 100vh);
    }

    .homepage-wos__outro {
        height: 0;
        position: relative;
    }

    .homepage-wos__outro .homepage-wos__inner {
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .slides .title {
        font-size: 1.75rem;
    }

    .slides__item[data-alignment=bottom-left] .title {
        font-size: 3rem;
    }
}

@media (min-width:1281px) {
    .card-collection-fancy__title {
        font-size:24px
    }

    .statement[data-style=text] .title {
        font-size: 1.5rem;
    }

    .statement[data-style=heading] .title {
        font-size: 1.5rem;
    }

    .statement[data-style=text].block .title {
        font-size: 2.25rem;
    }

    .statement[data-style=heading].block .title {
        font-size: 2.25rem;
    }

    .homepage-products__overlay a {
        font-size: 45px;
        direction: rtl;
    }

    .card-wos__overlay .description,
    .card-wos__overlay .title {
        font-size: 1.5rem;
    }

    .slides .title {
        font-size: 2.25rem;
    }

    .slides__item[data-alignment=bottom-left] .title {
        font-size: 3.375rem;
    }

    .slides__item[data-alignment=bottom-left] .title {
        font-size: 2.625rem;
    }
}

@media (max-height:960px) {
    .card-collection-fancy__title {
        font-size: 24px;
    }
}

@media (max-width:960px) {
    .homepage-products__overlay a {
        font-size: 1.875rem;
    }

    .homepage-products__overlay a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):before {
        transform: scaleX(1);
    }

    .card-wos {
        display: flex;
        flex-direction: column;
    }

    .card-wos .card-wos__image {
        order: 1;
    }

    .card-wos .card-wos__overlay {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        order: 2;
        padding: 20px 0;
        text-align: left;
    }
}

@media (max-height:768px) {
    .card-collection-fancy__title {
        font-size:24px;
    }
}

@media (max-width:767px) {

    .homepage-products__bg.ratio:before,
    .homepage-products__image.ratio:before {
        padding-top: 177.7777777778%;
    }
}

@media (max-width:680px) {
    .statement .title br {
        display: none;
    }
}

@media (max-width:480px) {
    .card-collection-fancy__title {
        font-size:24px;
    }

    .statement .title {
        max-width: 300px;
    }

    .statement .statement-pull {
        display: none;
    }

    .statement br {
        display: none;
    }

    .title-text br {
        display: none;
    }

    .page-frontpage__title-text {
        padding-bottom: 60px;
        padding-top: 160px;
    }
}

@media (max-width:374px) {

    .statement[data-style=heading] .title,
    .statement[data-style=text] .title {
        font-size: .9375rem;
    }

    .statement[data-style=heading].block .title,
    .statement[data-style=text].block .title {
        font-size: 1.125rem;
    }
}
.title-text .title.cat-pro-border{
    border-bottom: 1px solid #000;
    font-size: 28px;
    padding-bottom: 35px;
}
.banner-list {
    max-height: 1080px;
}
