/** Shopify CDN: Minification failed

Line 4698:27 Expected ";"
Line 5294:24 Expected ";"
Line 5375:74 Expected ";"
Line 5379:21 Expected ";"
Line 5383:41 Expected ";"
Line 5462:17 Expected ";"

**/
@tailwind base;
@tailwind components;
@tailwind utilities;

.container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}


.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 975px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

/* @media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1720px) {
  .container {
    max-width: 1640px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1813px;
  }
} */



@media (min-width: 250px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}


/* ================= Web FONT ================= */
@font-face {
    font-family: 'Antonia Variable';
    src: url('./AntoniaVariable-Italic.woff') format('woff'),
        url('./AntoniaVariable-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Formata Condensed';
    src: url('./Formata-Condensed.woff') format('woff'),
        url('./Formata-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Formata Medium Condensed';
    src: url('./Formata-MediumCondensed.woff') format('woff'),
        url('./Formata-MediumCondensed.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spezia Complete Variable';
    src: url('./SpeziaCompleteVariableUpright-Regular.woff') format('woff'),
        url('./SpeziaCompleteVariableUpright-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*---------------// COLOR CUSTOM PROPERTIES //---------------*/
:root {
    --font-antonia: 'Antonia Variable';
    --font-formata-medium: 'Formata Medium Condensed';
    --font-formata-condensed: 'Formata Condensed';
    --font-spezia: 'Spezia Complete Variable';
}

/*----------- CSS Document -----------*/
* {
    font-family: var(--font-antonia);
    font-family: var(--font-formata-medium);
    font-family: var(--font-formata-condensed);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

b,
strong {
    font-weight: 500;
}

::placeholder {
    color: var(--color-black);
    opacity: 1;
}

::-moz-placeholder {
    color: var(--color-black);
    opacity: 1;
}

::-ms-input-placeholder {
    color: var(--color-black);
    opacity: 1;
}

::-webkit-input-placeholder {
    color: var(--color-black);
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-antonia);
    font-family: var(--font-formata-medium);
    font-family: var(--font-formata-condensed);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #faf3ed;
    -webkit-font-kerning: none;
    font-kerning: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}


img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 20px;
}

p:last-of-type {
    margin-bottom: 0 !important;
}

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

.h-full {
    height: 100%;
}

a {
    text-decoration: none;
}

@supports (position: sticky) {
    .is-sticky {
        position: sticky;
        top: 0;
    }
}

/* // =============== // HEADER TOP START // =============== // */
.header-top {
    background: #3F281E;
    display: flex;
    align-items: center;
}

.header-top .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
}

.header-top .header-top-wrapper .top-bar-text {
    font-family: var(--font-formata-condensed);
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 28px;
}

.header-top .header-top-wrapper .top-menu {
    display: flex;
    gap: 35px;
}

.header-top .header-top-wrapper .top-menu li a {
    font-family: var(--font-formata-condensed);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}


/* // =============== // HEADER TOP END // =============== // */

/* // =============== // HEADER START // =============== // */
.main-header {
    background: rgba(235, 226, 214, 0.8);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}

.main-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.main-header .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.main-header .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main-header .brand-logo img {
    width: 180px;
}

.main-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 20px;
}

.main-header .header-right a {
    display: block;
}

.main-navigation .menu a.active,
.main-navigation .menu a:hover {
    background: transparent;
}

.main-navigation ul:not(.submenu, .megamenu-wrapper ul) {
    display: flex;
    gap: 25px;
}

.main-navigation ul li {
    /* position: relative; */
}

.main-navigation ul li:first-child a:not(.submenu li a, .btn-wrap a) {
    padding-left: 0;
}

.main-navigation ul li.has-submenu>a::after {
    content: '';
    width: 15px;
    height: 9px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.416' height='7.979' viewBox='0 0 14.416 7.979'%3E%3Cpath id='Path_411' data-name='Path 411' d='M28.253,16.667l-5.214,5.214a.819.819,0,0,1-1.159,0l-5.214-5.214' transform='translate(-15.252 -15.253)' fill='none' stroke='%233f291f' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.main-navigation ul li.has-submenu a {
    padding-right: 24px;
}

.main-navigation ul li a {
    font-family: var(--font-formata-condensed);
    padding: 34px 10px;
    display: block;
    text-transform: uppercase;
    color: #3F281E;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.main-navigation ul ul li a {
    color: #3F281E;
    text-transform: none;
}

/* Main Menu CSS End*/
/* Submenu / Dropdown Menu CSS */
.main-navigation ul li ul:not(.megamenu-wrapper ul) {
    position: absolute;
    width: 250px;
    top: 100%;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    background-color: #EBE2D6;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation ul li:hover>ul:not(.megamenu-wrapper ul) {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li a {
    padding: 14px 20px;
    line-height: 26px;
}

.main-navigation ul li ul li {
    display: block;
    text-align: left;
    transition: all 0.3s ease;
}

.main-navigation ul li ul ul {
    left: 250px;
    top: 0;
}

.main-navigation ul li ul li {
    border-bottom: 1px solid #e5e5e52b;
}

.main-navigation ul li ul.submenu li:hover {
    background-color: #eee6db;
}

.main-navigation ul li ul li:last-child {
    border-bottom: 0;
}

/* Submenu / Dropdown Menu CSS End */
/* Mobile Menu CSS Start*/
.main-navigation .mobile-menu-trigger {
    cursor: pointer;
    display: none;
    background: transparent;
    border: none;
}

.main-navigation .mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: #3F281E;
}

.main-navigation .mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #231d1b;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068";
}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-container .mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-container .mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-container .mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-container .mobile-menu-close::before,
.mobile-menu-container .mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}

#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 150px 20px 20px 20px;
}

#mobile-menu-wrap div {
    background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
    display: none;
}

/*Sidebar Start*/
.mobile-menu-container #mobile-menu-wrap .slicknav_nav,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_btn {
    display: none !important;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_menu {
    padding-left: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav li>a {
    display: block;
    font-weight: 400;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_row,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav ul {
    margin: 0 0 0 0px;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}

.mobile-menu-container #mobile-menu-wrap .submenu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav a:hover,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_row:hover,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav a:hover {
    border-radius: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav a,
.mobile-menu-container #mobile-menu-wrap .slicknav_row a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
}

/*Sidebar Start*/
/* Mobile Menu CSS End*/

@media only screen and (max-width: 991px) {
    .main-header {
        padding: 21px 0;
    }

    /*Menu*/
    .main-navigation .header-navigation-wrapper {
        display: none;
    }

    .main-navigation .mobile-menu-trigger {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-navigation ul li a {
        font-size: 18px;
    }

    .main-navigation ul:not(.submenu) {
        gap: 10px;
    }
}

/* // ======================================================================================================================= // */
/* // =============================================== // MEGAMENU CSS START // ============================================== // */
/* // ======================================================================================================================= // */
.main-navigation ul li .megamenu-wrapper {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 9;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    background-color: #EBE2D6;
    margin: 0;
    padding: 35px 0;
    list-style: none;
}

.main-navigation ul li:hover>.megamenu-wrapper {
    opacity: 1;
    visibility: visible;
}

.megamenu-wrapper .megamenu-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 60px;
}

.megamenu-wrapper .megamenu-container .megamenu-wrap-right {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.megamenu-wrapper .megamenu-container .megamenu-list {
    position: relative;
}

.megamenu-wrapper .megamenu-container .megamenu-wrap-left .megamenu-list {
    border-right: 3px solid #B28563;
}

.megamenu-wrapper .megamenu-container ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.megamenu-wrapper .megamenu-container ul li a {
    padding: 0;
    font-family: var(--font-spezia);
    font-size: 18px;
    color: #3F281E;
    line-height: 28px;
}

.megamenu-wrapper .megamenu-container .megamenu-list .menu-heading {
    font-family: var(--font-spezia);
    font-size: 25px;
    color: #3F281E;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.megamenu-wrapper .megamenu-container .btn-wrap {
    margin-top: 40px;
}

.megamenu-wrapper .megamenu-container .btn-wrap a {
    font-family: var(--font-formata-condensed);
    font-size: 20px;
    color: #FFFFFF;
    height: 40px;
    border-radius: 6px;
    text-transform: uppercase;
    background: #995023;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
}

.megamenu-wrapper .megamenu-container .megamenu-list .megamenu-tagline {
    font-family: var(--font-antonia);
    font-size: 25px;
    color: #3F281E;
    line-height: 28px;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}


/* // ======================================================================================================================= // */
/* // ================================================ // MEGAMENU CSS END // =============================================== // */
/* // ======================================================================================================================= // */


/* // =============== // HEADER END // =============== // */

/* // =============== // FOOTER START // =============== // */
footer {
    position: relative;
    background: #faf3ed;
    padding-top: 28px;
    padding-bottom: 0;
}

footer .footer-container {
    position: relative;
    z-index: 9;
    background: #3F291F;
    border-radius: 11px;
    overflow: hidden;
    padding: 80px 30px 50px;
}

footer .footer-container .footer-tagline-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    margin-right: 4px;
}

footer .footer-container .footer-logo-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

footer .footer-container .footer-logo-wrapper a img {
    width: 335px;
}

footer .footer-container .footer-tagline-wrap .footer-tagline {
    font-family: var(--font-formata-condensed);
    font-size: 55px;
    color: #FAF3ED;
    text-transform: uppercase;
    line-height: 0.7;
}

footer .footer-container .footer-tagline-wrap .footer-tagline br {
    display: none;
}

footer .footer-container .footer-tagline-wrap .footer-tagline strong {
    font-family: var(--font-antonia);
    font-size: 60px;
    text-transform: none;
    font-weight: bold;
}

footer .row-wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #B28563;
}

footer .footer-grid {
    display: grid;
    grid-template-columns: 1.8fr repeat(3, 1fr);
    gap: 40px;
}

footer .footer-grid .footer-item .newsletter {
    margin-bottom: 20px;
}

footer .footer-grid .footer-item .newsletter .newsletter-heading {
    font-family: var(--font-antonia);
    font-weight: 800;
    font-size: 45px;
    color: #FAF3ED;
    line-height: 55px;
}

footer .footer-grid .footer-item .newsletter .newsletter-form {
    margin-top: 20px;
    max-width: 306px;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form {
    position: relative;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input {
    border: 2px solid #B28563;
    width: 100%;
    height: 50px;
    background: transparent;
    outline: none;
    font-family: var(--font-spezia);
    font-size: 16px;
    padding: 10px;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form .newsletter-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::placeholder {
    color: #FAF3ED;
    opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-moz-placeholder {
    color: #FAF3ED;
    opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-ms-input-placeholder {
    color: #FAF3ED;
    opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-webkit-input-placeholder {
    color: #FAF3ED;
    opacity: 1;
}

footer .footer-grid .footer-item .social-media ul {
    display: flex;
    gap: 18px;
}

footer .footer-grid .footer-item .footer-title {
    display: block;
    font-family: var(--font-spezia);
    font-size: 28px;
    text-transform: uppercase;
    color: #FAF3ED;
    margin-bottom: 15px;
}

footer .footer-grid .footer-item .footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .footer-grid .footer-item .footer-menu ul li a {
    display: block;
    font-family: var(--font-spezia);
    font-size: 18px;
    text-transform: none;
    color: #FAF3ED;
    font-weight: 500;
}

footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 20px 0;
}

footer .footer-bottom .copyright {
    font-family: var(--font-spezia);
    font-size: 16px;
    color: #3F281E;
    font-weight: 500;
}

footer .footer-bottom .footer-bottom-nvigation ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

footer .footer-bottom .footer-bottom-nvigation ul li a {
    font-family: var(--font-spezia);
    font-size: 16px;
    color: #3F281E;
}

/* // =============== // FOOTER END // =============== // */

/* // ======================================================================================================================= // */
/* // ============================================= // MULTIPLE USE CSS START // ============================================ // */
/* // ======================================================================================================================= // */

.title-wrapper .subtitle {
    font-family: var(--font-formata-condensed);
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #9F532A;
    text-transform: uppercase;
}

.title-wrapper .title {
    font-family: var(--font-formata-condensed);
    font-size: 55px;
    line-height: 1.2;
    text-align: center;
    color: #3F281E;
    text-transform: uppercase;
}

.title-wrapper .description {
    font-family: var(--font-spezia);
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #3F281E;
}

.container-wide {
    padding: 0 28px;
}

.row-reverse {
    flex-direction: row-reverse;
}

/* // ======================================================================================================================= // */
/* // ============================================== // MULTIPLE USE CSS END // ============================================= // */
/* // ======================================================================================================================= // */

/* // =============== // GLOBAL CSS START // =============== // */

.home-banner {
    position: relative;
    width: 100%;
    height: calc(100vh + 80px);
    display: flex;
    flex-direction: row;
    /* Default is row, adjust as needed */
    align-items: stretch;
    /* Ensures children stretch to full height */
    overflow: hidden;
}

.home-banner .home-banner-slider {
    width: 100%;
}

.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-next,
.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-prev {
    width: 36px;
    height: 36px;
    color: var(--color-white);
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}

.home-banner-slider-swiper-button-prev::after {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_3797)'%3E%3Cpath d='M1.5736e-06 18.0001C7.05917e-07 27.9253 8.07474 36 17.9999 36C27.9251 36 36 27.9253 36 18.0001C36 8.07494 27.9253 0.000209102 17.9999 0.000208235C8.07456 0.000207367 2.44128e-06 8.07495 1.5736e-06 18.0001ZM17.9999 1.98578C26.8303 1.98579 34.0144 9.16972 34.0144 18.0001C34.0144 26.8305 26.8303 34.0144 17.9999 34.0144C9.16953 34.0144 1.98557 26.8305 1.98557 18.0001C1.98558 9.16972 9.16953 1.98578 17.9999 1.98578Z' fill='white'/%3E%3Cpath d='M9.95839 17.6204C9.94467 17.6535 9.93671 17.6881 9.92671 17.7223C9.91859 17.7502 9.90777 17.7769 9.90199 17.8057C9.87651 17.9341 9.87651 18.0663 9.90199 18.1947C9.90771 18.2235 9.91855 18.2502 9.92671 18.278C9.93671 18.3122 9.94467 18.3468 9.95839 18.3801C9.97204 18.413 9.99081 18.4428 10.0078 18.4739C10.0218 18.4996 10.0331 18.5262 10.0495 18.5507C10.086 18.6053 10.1273 18.6563 10.1736 18.7025L13.8995 22.4286C14.2871 22.8162 14.9156 22.8164 15.3036 22.4286C15.6913 22.041 15.6913 21.4123 15.3036 21.0247L13.2719 18.993L25.1283 18.993C25.6766 18.993 26.1211 18.5486 26.1211 18.0002C26.1211 17.4518 25.6766 17.0074 25.1283 17.0074L13.2719 17.0074L15.3036 14.9757C15.6913 14.5881 15.6913 13.9594 15.3036 13.5718C15.1097 13.3779 14.8557 13.281 14.6015 13.281C14.3475 13.281 14.0934 13.3779 13.8995 13.5718L10.1736 17.2979C10.1273 17.3441 10.086 17.3951 10.0495 17.4497C10.0331 17.4741 10.0218 17.5008 10.0079 17.5263C9.99085 17.5574 9.97212 17.5874 9.95839 17.6204Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_3797'%3E%3Crect width='36' height='35.9998' fill='white' transform='translate(36 36) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-banner-slider-swiper-button-next::after {
    content: '';
    width: 42px;
    height: 42px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_3794)'%3E%3Cpath d='M36 17.9999C36 8.07474 27.9253 0 18.0001 0C8.07493 0 0 8.07474 0 17.9999C0 27.9251 8.07475 35.9998 18.0001 35.9998C27.9254 35.9998 36 27.925 36 17.9999ZM18.0001 34.0142C9.16972 34.0142 1.98557 26.8303 1.98557 17.9999C1.98557 9.16953 9.16972 1.98557 18.0001 1.98557C26.8305 1.98557 34.0144 9.16953 34.0144 17.9999C34.0144 26.8303 26.8305 34.0142 18.0001 34.0142Z' fill='white'/%3E%3Cpath d='M26.0416 18.3796C26.0553 18.3465 26.0633 18.3119 26.0733 18.2777C26.0814 18.2498 26.0922 18.2231 26.098 18.1943C26.1235 18.0659 26.1235 17.9337 26.098 17.8053C26.0923 17.7765 26.0815 17.7498 26.0733 17.722C26.0633 17.6878 26.0553 17.6532 26.0416 17.6199C26.028 17.587 26.0092 17.5572 25.9922 17.5261C25.9782 17.5004 25.9669 17.4738 25.9505 17.4493C25.914 17.3947 25.8727 17.3437 25.8264 17.2975L22.1005 13.5714C21.7129 13.1838 21.0844 13.1836 20.6964 13.5714C20.3087 13.959 20.3087 14.5877 20.6964 14.9753L22.7281 17.007H10.8717C10.3234 17.007 9.87891 17.4514 9.87891 17.9998C9.87891 18.5482 10.3234 18.9926 10.8717 18.9926H22.7281L20.6964 21.0243C20.3087 21.4119 20.3087 22.0406 20.6964 22.4282C20.8903 22.6221 21.1443 22.719 21.3985 22.719C21.6526 22.719 21.9066 22.6221 22.1005 22.4282L25.8264 18.7021C25.8727 18.6559 25.914 18.6049 25.9505 18.5503C25.9669 18.5259 25.9782 18.4992 25.9921 18.4737C26.0091 18.4426 26.0279 18.4126 26.0416 18.3796Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_3794'%3E%3Crect width='36' height='35.9998' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-next {
    right: -50px;
}

.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-prev {
    left: -50px;
}

.home-banner .home-banner-slider:hover .home-banner-slider-navigation .home-banner-slider-swiper-button-next {
    right: 80px;
}

.home-banner .home-banner-slider:hover .home-banner-slider-navigation .home-banner-slider-swiper-button-prev {
    left: 80px;
}

.home-banner .home-banner-slider-container video {
    width: 100vw;
    height: calc(100vh + 80px);
    object-fit: cover;
}

.home-banner .home-banner-slider-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .home-banner-slider .banner-content-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.home-banner .banner-content-wrapper .banner-content {
    position: relative;
}

.home-banner .banner-content-wrapper .banner-content svg {
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-bottom: -1px;
    height: auto;
}


.home-banner .home-banner-slider .banner-content .svg-mask {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}

.home-banner .home-banner-slider .banner-content .svg-mask {
    background: #ebe2d7;
    z-index: 9;
    height: 100%;
    aspect-ratio: auto;
    width: 100vw;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2213.39 350.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ebe2d7;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1775.69,60.31s206.6,37.29,437.7,112.79V350h-437.7Zm-1338,0S231.1,97.6,0,173.1V350H437.69Z' transform='translate(0 0.01)'/%3E%3Cpath id='Path_421' data-name='Path 421' class='cls-1' d='M1115.85.48c0,2.82.2,6.34,1.79,8.45,2.25,3.05,5.56,2.43,8.91,3,2.73.3,5.89.65,8.86,1a217.17,217.17,0,0,0,34.59,1c4-.12,7.9-.89,11.71-1,1.38,0,4.71,1.27,3.21,3-1.92,1.27-4.07,1-6.63,1.33-9.66.73,7,3.61,7.8,6.53v.08c1.51,3.83-4.22,1.83-5.87.85a60.29,60.29,0,0,0-9.12-3.84c-6.32-2-15.84-2.87-21.86-3.05-2.71.09-.66,1.42.84,2.07,6.28,3.27,13.85,5.75,20.49,8.46,4.57,2.18,11.49,6.3,12.35,11-.9,3-4.8.06-6.26-1.36-8.72-7.81-23.5-9.62-32.88-13.19-4.88-2.14-13.16-4.58-17.89-4.37-4,0,.81,3.51,2.23,4.73,13,10.93,42.18,10.94,46.7,29.05-1.06,3.77-9.34-5.52-11.37-6.67a51.13,51.13,0,0,0-16.72-8.73c-2-.73-2,1.33-1.49,2.81,2.81,8.17,12.7,11.72,16.54,23.39.65,1.78,2.06,6.15-1,5.88-4.47-2-4.89-12.35-12.66-16.06-4.89-2.15-1.3,13.34-.74,15.14.67,2.84,2.71,5.73,2.23,8.7-.7,2.37-3.47,1.13-4.66-.26-7.09-7.29-3.43-21.53-6.12-32-1.7-6.35-7.18-11.61-12.36-15.31-1.08-.72-3.63-2.66-4.29-2.35-.62.57,1,3,1.5,4,7.81,13.24,6.29,23.41,3.81,35.18-1.15,6-1,11.84-1.13,17.94-.17,3.4-1.75.77-2.3-.83-5.16-18,6.36-25.73-5.4-45.15-2.47-5.15-3.18-1.81-4,1.5-2.32,10.08-7.25,16.25-5.3,25.18,1.25,5.06,6.51,18.81,1.85,22.55-4.11.69-4.41-11.35-5.53-14.55-.71-3.19-2-6.4-2.26-9.64-1-7.53,5-17.93,5.75-26.75.19-3.94-.15-10.49-3.46-12.67-.67,0-1.15.93-1.45,1.6-1.79,4.68-5.17,14.35-8.78,20.19-1.46,2.72-1.18,6-.39,8.89A57,57,0,0,1,1097.17,68c1.43,8.36-5.25,27.38-7.16,18-.25-3.12,1.13-6.21,1.48-9.3.3-6-.83-14.08-2.07-19.65-.46-2.65-2.44-1.52-3.84-.22-4.71,4-10.56,9.81-14.26,16.19a30.16,30.16,0,0,1-2.9,4.11c-1,1-2.82,3.18-3.59,1.43-.18-18.43,34.48-33.76,29.31-49.39-1.32-.74-3.35,1-4.55,1.82-7.48,5.43-17.11,10-20.89,11.71a2.57,2.57,0,0,0-1.42,1.54c-1.47,10.67-6.8,18.24-13.42,22.63-1.3,1.28-5.38,2.23-4-.92,1.61-2.31,4.24-3.82,5.64-6.31,2.13-3.35,6.47-10.87,4.14-14.57-3.73-1.66-10,.52-13.81,2.85-1.69,1-3.25,2.39-5,3.13-1.15.52-2.68.3-2.71-.93.07-2.51,2.69-4.47,4.63-5.84,8.89-5.72,22.09-5.42,31.48-10.9A54.84,54.84,0,0,0,1086.44,24c3-2.92-1-2.42-3.16-2.22-17.63,2.25-27.88,2.09-40.53,12.65-2.44,2-5.16,4.27-7.67,5.94-5.19,2.82-2.48-3.63-.49-5.32,5.41-6,14.06-12.46,17.75-15,.36-.32,1-.73.85-1.19-2.72-1.87-11.07.49-14.56,1.15-2.74.62-5.11,1.65-7.62,1.45-3.36-.42-3.37-2.73-.62-3.39,5.07-1.53,13.36-3.4,19.52-3.39,14.25-.79,47.64,8.5,50.55-14.38-392.85-4.93-676.77,62.8-676.77,62.8V350h1366V63.31c.5,0-282.24-67.46-673.84-62.83' transform='translate(0 0.01)'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2213.39 350.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ebe2d7;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1775.69,60.31s206.6,37.29,437.7,112.79V350h-437.7Zm-1338,0S231.1,97.6,0,173.1V350H437.69Z' transform='translate(0 0.01)'/%3E%3Cpath id='Path_421' data-name='Path 421' class='cls-1' d='M1115.85.48c0,2.82.2,6.34,1.79,8.45,2.25,3.05,5.56,2.43,8.91,3,2.73.3,5.89.65,8.86,1a217.17,217.17,0,0,0,34.59,1c4-.12,7.9-.89,11.71-1,1.38,0,4.71,1.27,3.21,3-1.92,1.27-4.07,1-6.63,1.33-9.66.73,7,3.61,7.8,6.53v.08c1.51,3.83-4.22,1.83-5.87.85a60.29,60.29,0,0,0-9.12-3.84c-6.32-2-15.84-2.87-21.86-3.05-2.71.09-.66,1.42.84,2.07,6.28,3.27,13.85,5.75,20.49,8.46,4.57,2.18,11.49,6.3,12.35,11-.9,3-4.8.06-6.26-1.36-8.72-7.81-23.5-9.62-32.88-13.19-4.88-2.14-13.16-4.58-17.89-4.37-4,0,.81,3.51,2.23,4.73,13,10.93,42.18,10.94,46.7,29.05-1.06,3.77-9.34-5.52-11.37-6.67a51.13,51.13,0,0,0-16.72-8.73c-2-.73-2,1.33-1.49,2.81,2.81,8.17,12.7,11.72,16.54,23.39.65,1.78,2.06,6.15-1,5.88-4.47-2-4.89-12.35-12.66-16.06-4.89-2.15-1.3,13.34-.74,15.14.67,2.84,2.71,5.73,2.23,8.7-.7,2.37-3.47,1.13-4.66-.26-7.09-7.29-3.43-21.53-6.12-32-1.7-6.35-7.18-11.61-12.36-15.31-1.08-.72-3.63-2.66-4.29-2.35-.62.57,1,3,1.5,4,7.81,13.24,6.29,23.41,3.81,35.18-1.15,6-1,11.84-1.13,17.94-.17,3.4-1.75.77-2.3-.83-5.16-18,6.36-25.73-5.4-45.15-2.47-5.15-3.18-1.81-4,1.5-2.32,10.08-7.25,16.25-5.3,25.18,1.25,5.06,6.51,18.81,1.85,22.55-4.11.69-4.41-11.35-5.53-14.55-.71-3.19-2-6.4-2.26-9.64-1-7.53,5-17.93,5.75-26.75.19-3.94-.15-10.49-3.46-12.67-.67,0-1.15.93-1.45,1.6-1.79,4.68-5.17,14.35-8.78,20.19-1.46,2.72-1.18,6-.39,8.89A57,57,0,0,1,1097.17,68c1.43,8.36-5.25,27.38-7.16,18-.25-3.12,1.13-6.21,1.48-9.3.3-6-.83-14.08-2.07-19.65-.46-2.65-2.44-1.52-3.84-.22-4.71,4-10.56,9.81-14.26,16.19a30.16,30.16,0,0,1-2.9,4.11c-1,1-2.82,3.18-3.59,1.43-.18-18.43,34.48-33.76,29.31-49.39-1.32-.74-3.35,1-4.55,1.82-7.48,5.43-17.11,10-20.89,11.71a2.57,2.57,0,0,0-1.42,1.54c-1.47,10.67-6.8,18.24-13.42,22.63-1.3,1.28-5.38,2.23-4-.92,1.61-2.31,4.24-3.82,5.64-6.31,2.13-3.35,6.47-10.87,4.14-14.57-3.73-1.66-10,.52-13.81,2.85-1.69,1-3.25,2.39-5,3.13-1.15.52-2.68.3-2.71-.93.07-2.51,2.69-4.47,4.63-5.84,8.89-5.72,22.09-5.42,31.48-10.9A54.84,54.84,0,0,0,1086.44,24c3-2.92-1-2.42-3.16-2.22-17.63,2.25-27.88,2.09-40.53,12.65-2.44,2-5.16,4.27-7.67,5.94-5.19,2.82-2.48-3.63-.49-5.32,5.41-6,14.06-12.46,17.75-15,.36-.32,1-.73.85-1.19-2.72-1.87-11.07.49-14.56,1.15-2.74.62-5.11,1.65-7.62,1.45-3.36-.42-3.37-2.73-.62-3.39,5.07-1.53,13.36-3.4,19.52-3.39,14.25-.79,47.64,8.5,50.55-14.38-392.85-4.93-676.77,62.8-676.77,62.8V350h1366V63.31c.5,0-282.24-67.46-673.84-62.83' transform='translate(0 0.01)'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    margin-bottom: -1px;
    transform: scale(1.02);
}

.home-banner .home-banner-slider .banner-content .content-wrap {
    position: relative;
    z-index: 9;
    padding: 120px 0 40px;
    width: 100vw;
    left: -1px;
}


.home-banner .home-banner-slider .banner-content .content-wrap .row {
    justify-content: center;
}

.home-banner .home-banner-slider .banner-content .content-wrap .content-wrap-inner h1 {
    font-family: var(--font-formata-condensed);
    font-size: max(4.143vw, 35px);
    line-height: 1.2;
    text-align: center;
    color: #3F281E;
    margin-bottom: 14px;
}

.home-banner .home-banner-slider .banner-content .content-wrap .content-wrap-inner p {
    font-family: var(--font-spezia);
    font-size: max(1.429vw, 16px);
    line-height: 1.2;
    text-align: center;
    color: #52473F;
}

.featured-products {
    background: #FAF3ED;
    padding: 55px 0 0;
}

.featured-products .title-wrapper {
    margin-bottom: 60px;
}

.tab-wrapper .tab-toggle,
.tab-wrapper .tab-header {
    border-bottom: 2px solid #a15324;
}

.tab-wrapper .tab-header {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.tab-wrapper .tab-header .tab-slider-buttons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
}

.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-next,
.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-prev {
    position: relative;
    width: 35px;
    height: 26px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-prev::after {
    content: '';
    width: 35px;
    height: 26px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.642a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.211a.828.828,0,0,1,1.176.072L35.005,12.392a.847.847,0,0,1,.012,1.128Z' transform='translate(35.226 25.926) rotate(180)' fill='%23995023'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-next::after {
    content: '';
    width: 35px;
    height: 26px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.644a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.213a.828.828,0,0,1,1.176.072L35.005,12.395a.847.847,0,0,1,.012,1.128Z' transform='translate(0 -0.002)' fill='%23995023'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.tab-wrapper .tab-buttons {
    display: flex;
}

.tab-wrapper .tab-buttons .tab-btn {
    font-family: var(--font-formata-condensed);
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #3F281E;
    text-transform: uppercase;
    text-align: center;
    background: none;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
}

.tab-wrapper .tab-buttons .tab-btn.active {
    background: #995023;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
}

.tab-wrapper .tab-content {
    display: none;
    margin-top: 40px;
}

.tab-wrapper .tab-content.active {
    display: block;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-reviews {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper {
    display: flex;
    overflow: hidden;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper.rectangle {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper.dome {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper.hourglass {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-reviews .stars {
    display: flex;
    align-items: center;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-reviews span {
    font-family: var(--font-spezia);
    font-size: 14px;
    font-weight: 500;
    color: #52473F;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-details .subtitle {
    font-family: var(--font-formata-condensed);
    font-size: 24px;
    letter-spacing: 40;
    color: #995023;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-details .title {
    font-family: var(--font-formata-medium);
    font-size: 40px;
    color: #3F281E;
    text-transform: uppercase;
    line-height: 1;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-details .category {
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #995023;
    margin-top: 5px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-benefit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-benefit .benefit {
    font-family: var(--font-formata-condensed);
    font-size: 24px;
    color: #3F281E;
    line-height: 1;
    text-transform: uppercase;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-benefit .seperator {
    display: block;
    width: 100%;
    height: 2px;
    background: #B28563;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-buy {
    margin-top: 15px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-buy .add-to-cart {
    background: #FAF3ED;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #3F281E;
    border-radius: 9px;
}

/* Mobile Toggle Style */
.tab-wrapper .tab-toggle {
    display: none;
    position: relative;
}

.tab-wrapper .active-tab-btn {
    width: 100%;
    border: none;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-wrapper .active-tab-btn .label {
    background: #9F532A;
    color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 5px 5px 0 0;
}

.tab-wrapper .active-tab-btn .icon {
    font-size: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_5471' data-name='Group 5471' transform='translate(-318 -9062.3)'%3E%3Crect id='_-' data-name='-' width='20' height='3.027' transform='translate(318 9070.786)' fill='%239f532a'/%3E%3Crect id='_--2' data-name='-' width='20' height='3.027' transform='translate(326.486 9082.3) rotate(-90)' fill='%239f532a'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.tab-wrapper .tab-list-mobile {
    display: none;
    flex-direction: column;
    background: #fff;
    border: 1px solid #a15324;
    border-top: none;
}

.tab-wrapper .tab-list-mobile .tab-btn {
    padding: 10px 16px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
    .tab-wrapper .tab-buttons {
        display: none;
    }

    .tab-wrapper .tab-toggle {
        display: block;
    }
}

.logo-group {
    background: #DAC2A6;
    padding: 46px 0;
}

.logo-group .logo-slider .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-group .logo-slider .swiper-slide .logo-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-story {
    background: #FAF3ED;
    padding: 75px 0 65px;
}

.quote-story .content-box-wrappper {
    position: relative;
    padding: 0 15px 15px 0;
    height: 100%;
}

.quote-story .content-box-wrappper::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(190deg, #AC704F, #DC9F7A);
    border-radius: 0 0 0 8px;
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.quote-story .content-box-wrappper::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    border-radius: 0 8px 0 0;
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.quote-story .content-box-wrappper .content-box {
    background: #FAF3ED;
    position: relative;
    border: 2px solid #B28563;
    border-radius: 8px;
    display: flex;
    padding: 30px;
    height: 100%;
    z-index: 2;
}

.quote-story .content-box-wrappper .content-box .seperator {
    height: 100%;
    width: 3px;
    display: block;
    background: #B28563;
}

.quote-story .content-box-wrappper .content-box .left-box,
.quote-story .content-box-wrappper .content-box .right-box {
    width: 50%;
    padding: 45px;
    display: flex;
    align-items: center;
}

.quote-story .content-box-wrappper .content-box .left-box .left-box-content .subtitle {
    font-family: var(--font-formata-condensed);
    font-weight: 200;
    font-size: 30px;
    color: #9F532A;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.quote-story .content-box-wrappper .content-box .left-box .left-box-content .box-quote {
    font-family: var(--font-antonia);
    font-size: 55px;
    color: #3F281E;
    line-height: 65px;
    font-weight: bold;
}

.quote-story .content-box-wrappper .content-box .right-box .right-box-content .subtitle {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    color: #3F281E;
    line-height: 1;
    margin-bottom: 15px;
}

.quote-story .content-box-wrappper .content-box .right-box .right-box-content .description {
    font-family: var(--font-spezia);
    font-size: 20px;
    text-align: center;
    color: #3F281E;
    line-height: 28px;
}

.quote-story .content-box-wrappper .content-box .right-box .right-box-content a {
    background: #995023;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #ffffff;
    border-radius: 6px;
    width: max-content;
    padding: 0 82px;
    margin: 0 auto;
    margin-top: 20px;
}

.accordion-with-image-video {
    background: #FAF3ED;
    padding-bottom: 60px;
}

.accordion-with-image-video .title-wrapper {
    display: block;
    margin-bottom: 50px;
}

.accordion-with-image-video .right-content {
    overflow: hidden;
    width: 50vw;
    height: 100%;
}

.accordion-with-image-video .right-content .content-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-with-image-video .right-content .content-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-with-image-video .accordion {
    display: flex;
    flex-direction: column;
    gap: 21.5px;
    height: 100% !important;
}

.accordion-with-image-video .accordion .accordion-item {
    border: 2px solid #B28563;
    border-radius: 23px;
    padding: 20px;
    background: #fffbf8;
}

.accordion-with-image-video .accordion .accordion-item .accordion-header {
    margin: 0;
}


.accordion-with-image-video .accordion .accordion-item .accordion-button {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fffbf8;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-wrap {
    pointer-events: none;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .icon-box {
    width: 52px;
    height: 52px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .icon-box::after {
    content: "";
    width: 52px;
    height: 52px;
    background: #DAC2A6;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.955' height='20.543' viewBox='0 0 20.955 20.543'%3E%3Cg id='Group_2415' data-name='Group 2415' transform='translate(1 1)'%3E%3Cline id='Line_88' data-name='Line 88' y2='18.543' transform='translate(9.329)' fill='none' stroke='%233f281e' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_89' data-name='Line 89' x2='18.955' transform='translate(0 9.824)' fill='none' stroke='%233f281e' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.3s ease;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button[aria-expanded="true"] .icon-box::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.955' height='2' viewBox='0 0 20.955 2'%3E%3Cline id='Line_89' data-name='Line 89' x2='18.955' transform='translate(1 1)' fill='none' stroke='%233f281e' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-content-box {
    margin-top: 15px;
    text-align: left;
    padding-right: 50px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-content-box .title {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    font-weight: 200;
    color: #3F281E;
    line-height: 1.2;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-content-box .description {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
    line-height: 28px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body {
    position: relative;
    padding-right: 50px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list {
    padding: 20px 0;
    display: flex;
    gap: 15px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list:not(:last-child) {
    border-bottom: 2px solid #B28563;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list .number-counter {
    width: 90px;
    max-width: 90px;
    font-family: var(--font-antonia);
    font-size: 40px;
    color: #9F532A;
    font-weight: bold;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list .description {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
    line-height: 28px;
}

.personalised-ingredients {
    background: #faf3ed;
    padding: 40px 0;
}

.personalised-ingredients .title-wrapper {
    margin-bottom: 35px;
}

.personalised-ingredients .ingredients-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.personalised-ingredients .ingredients-grid .grid-item {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    padding: 0 30px;
}

.personalised-ingredients .ingredients-grid .grid-item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}

.personalised-ingredients .ingredients-grid .grid-item>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}

.personalised-ingredients .ingredients-grid .grid-item .grid-container {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: row;
    gap: 65px;
    max-width: 1065px;
    margin: 0 auto;
}

.personalised-ingredients .ingredients-grid .grid-item:nth-child(even) .grid-container {
    flex-direction: row-reverse;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper {
    width: 45%;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper .img-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
      position: relative;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper .img-wrapper.hourglass {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 427.272 595.38'%3E%3Cg id='Group_2440' data-name='Group 2440' transform='translate(-793.775 -3783.57)'%3E%3Cpath id='visualelectric-1747235628100_EDIT' d='M378.759,292.279l48.513-31.7V0H0V260.58l48.511,31.7a5.473,5.473,0,0,1,0,9.2L0,333.178v262.2H427.272v-262.2l-48.513-31.7a5.473,5.473,0,0,1,0-9.2' transform='translate(793.775 3783.571)' fill='%23b4b4b4'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 427.272 595.38'%3E%3Cg id='Group_2440' data-name='Group 2440' transform='translate(-793.775 -3783.57)'%3E%3Cpath id='visualelectric-1747235628100_EDIT' d='M378.759,292.279l48.513-31.7V0H0V260.58l48.511,31.7a5.473,5.473,0,0,1,0,9.2L0,333.178v262.2H427.272v-262.2l-48.513-31.7a5.473,5.473,0,0,1,0-9.2' transform='translate(793.775 3783.571)' fill='%23b4b4b4'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper {
    width: 55%;
    position: relative;
    padding: 0 15px 15px 0;
    height: 100%;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(235deg, #AC704F, #DC9F7A);
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content {
    position: relative;
    background: #fffbf8;
    height: 100%;
    padding: 40px;
    padding-bottom: 28px;
    z-index: 9;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .title {
    font-family: var(--font-antonia);
    font-size: 28px;
    color: #3F2920;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #B28563;
    margin-bottom: 20px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .subtitle {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #995023;
    text-transform: uppercase;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .description {
    font-family: var(--font-formata-condensed);
    font-size: 24px;
    color: #3F281E;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 32px;
    display: block;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item .icon {
    min-width: 58px;
    height: 58px;
    background: #efe6db;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item .icon img {
    width: 35px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item .content {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .btn-wrapper a {
    background: #3F2920;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #ffffff;
    border-radius: 50px;
    width: max-content;
    padding: 0 65px;
    margin-top: 20px;
    text-transform: uppercase;
}

.marquee-slider {
    position: relative;
    background: #DAC2A6;
    display: flex;
    align-items: center;
}

.marquee-slider .marquee-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.marquee-slider .marquee-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
    overflow: hidden;
}

.marquee-slider .marquee-container .marquee-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
    -webkit-animation: slide-left 10s linear infinite;
    animation: slide-left 10s linear infinite;
    font-family: var(--font-formata-condensed);
    font-size: 47px;
    color: #3F2920;
}

@-webkit-keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.split-block {
    background: #faf3ed;
    padding: 65px 0;
}

.split-block .title-wrapper {
    margin-bottom: 35px;
}

.split-block .slider-container-wrap .slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.split-block .slider-container .split-slider .swiper-slide {
    height: auto;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .left-content,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .right-content {
    overflow: hidden;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .left-content img,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .right-content img,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .left-content video,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .right-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content-wrapper {
    padding: 105px 0 85px;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content {
    position: relative;
    padding: 0 15px 15px 0;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #fffbf8;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(235deg, #AC704F, #DC9F7A);
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner {
    background: #fffbf8;
    padding: 35px;
    position: relative;
    z-index: 9;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner .title {
    font-family: var(--font-antonia);
    font-size: 55px;
    line-height: 65px;
    color: #3F281E;
    text-align: center;
    font-weight: bold;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner .description {
    margin-top: 20px;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner .description p {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #52473F;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}


.split-block .slider-container .split-slider-navigation {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    width: 100%;
}

.split-block .slider-container .split-slider-navigation .split-navigation {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 40px;
}

.split-block .slider-container .split-slider-navigation .split-navigation .btn-separator {
    width: 560px;
    max-width: 560px;
}

.split-block .slider-container .split-slider-navigation .split-navigation-prev .slider-title-prev,
.split-block .slider-container .split-slider-navigation .split-navigation-next .slider-title-next {
    font-family: var(--font-antonia);
    font-size: 40px;
    color: #FAF3ED;
    line-height: 49px;
    margin-bottom: 22px;
}

.split-block .slider-container .split-slider-navigation .split-navigation-prev .slider-title-prev {
    text-align: right;
}

.split-block .slider-container .split-slider-navigation .split-navigation-next .slider-title-next {
    text-align: left;
}

.split-block .slider-container .split-slider-navigation .split-swiper-button-next,
.split-block .slider-container .split-slider-navigation .split-swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    width: 186px;
    height: 32px;
    color: var(--color-white);
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}

.split-block .slider-container .split-slider-navigation .split-swiper-button-prev::after {
    content: '';
    width: 186px;
    height: 32px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='186.046' height='34.185' viewBox='0 0 186.046 34.185'%3E%3Cg id='Group_2332' data-name='Group 2332' transform='translate(186.046 33.11) rotate(180)'%3E%3Cline id='Line_20' data-name='Line 20' x2='186' transform='translate(0 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_21' data-name='Line 21' x2='17' y2='16.543' transform='translate(168)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_22' data-name='Line 22' y1='15.457' x2='17' transform='translate(168 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.split-block .slider-container .split-slider-navigation .split-swiper-button-next::after {
    content: '';
    width: 186px;
    height: 32px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='186.046' height='34.185' viewBox='0 0 186.046 34.185'%3E%3Cg id='Group_2331' data-name='Group 2331' transform='translate(0 1.075)'%3E%3Cline id='Line_20' data-name='Line 20' x2='186' transform='translate(0 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_21' data-name='Line 21' x2='17' y2='16.543' transform='translate(168)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_22' data-name='Line 22' y1='15.457' x2='17' transform='translate(168 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.social-reviews {
    background: #faf3ed;
    padding: 35px 0 60px;
}

.social-reviews .title-wrapper {
    margin-bottom: 55px;
}

.social-reviews .reviews-container .reviews-slider .swiper-slide {
    height: auto;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap .review-name,
.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .review-name {
    font-family: var(--font-formata-condensed);
    font-size: 25px;
    line-height: 28px;
    color: #3F281E;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap .reviews-item-video {
    border-radius: 23px;
    overflow: hidden;
    height: inherit;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap .reviews-item-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap {
    background: #EBE2D6;
    border-radius: 23px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .reviews-content .review-stars {
    display: flex;
    margin-bottom: 30px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .reviews-content .title {
    font-family: var(--font-formata-condensed);
    font-size: 30px;
    line-height: 35px;
    color: #3F281E;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .reviews-content .description {
    font-family: var(--font-spezia);
    font-size: 16px;
    color: #3F2920;
    line-height: 24px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .btn-wrap a {
    font-family: var(--font-spezia);
    font-size: 16px;
    color: #9F532A;
    text-decoration: underline;
    line-height: 24px;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-next,
.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-prev {
    position: relative;
    width: 35px;
    height: 26px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-pagination {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-pagination .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background: #EBE2D6;
    opacity: 1;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-pagination .swiper-pagination-bullet-active {
    background: #B28563;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-prev::after {
    content: '';
    width: 35px;
    height: 26px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.642a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.211a.828.828,0,0,1,1.176.072L35.005,12.392a.847.847,0,0,1,.012,1.128Z' transform='translate(35.226 25.926) rotate(180)' fill='%23995023'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-next::after {
    content: '';
    width: 35px;
    height: 26px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.644a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.213a.828.828,0,0,1,1.176.072L35.005,12.395a.847.847,0,0,1,.012,1.128Z' transform='translate(0 -0.002)' fill='%23995023'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.social-feed {
    background: #E8DFD2;
    background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
    padding: 45px 0;
    overflow: hidden;
}

.social-feed .title-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-feed .title-wrapper .subtitle {
    font-family: var(--font-antonia);
    text-transform: none;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-feed .feed-container .feed-container-wrap .feed-slider {
    overflow: visible;
}

.social-feed .feed-container .feed-container-wrap .feed-slider .swiper-slide {
    overflow: hidden;
    border-radius: 13px;
}

.social-feed .feed-container .feed-container-wrap .feed-slider .swiper-slide .img-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-next,
.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-prev {
    position: relative;
    width: 35px;
    height: 26px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-prev::after {
    content: '';
    width: 35px;
    height: 26px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.642a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.211a.828.828,0,0,1,1.176.072L35.005,12.392a.847.847,0,0,1,.012,1.128Z' transform='translate(35.226 25.926) rotate(180)' fill='%23995023'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-next::after {
    content: '';
    width: 35px;
    height: 26px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.644a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.213a.828.828,0,0,1,1.176.072L35.005,12.395a.847.847,0,0,1,.012,1.128Z' transform='translate(0 -0.002)' fill='%23995023'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.single-product-wrapper {
    padding: 60px 0;
    margin-top: 90px;
    background: #E8DFD2;
    background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
}

.single-product-wrapper .single-product-wrap {
    display: flex;
    flex: 1;
    gap: 90px;
}

.single-product-wrapper .single-product-wrap .gallery-container,
.single-product-wrapper .single-product-wrap .single-product-details {
    width: 50%;
}

.single-product-wrapper .single-product-details .product-details-wrap .product-reviews {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product-wrapper .single-product-details .product-details-wrap .product-reviews .product-stars {
    display: flex;
}

.frequently-bought-products {
    background: #FAF3ED;
    padding: 80px 28px;
}

.frequently-bought-products .title-wrapper {
    margin-bottom: 50px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-details-wrap {
    margin-top: 10px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-details-wrap .product-title {
    font-family: var(--font-formata-condensed);
    font-size: 30px;
    text-transform: uppercase;
    line-height: 36px;
    color: #3F281E;
    text-align: center;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-buy {
    margin-top: 20px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-buy .add-to-cart {
    background: #FAF3ED;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #3F281E;
    border-radius: 9px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .img-wrapper.rectangle {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .img-wrapper.dome {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .img-wrapper.hourglass {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.product-benefits {
    background: #E8DFD2;
    background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
    padding: 70px 0;
}

.product-benefits .content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.product-benefits .content-wrapper .content-wrapper-inner .section-title {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #3F281E;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 40px;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon {
    min-width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon img {
    width: 35px;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .content {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .content>p,
.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .content>p {
    font-weight: bold;
}

.ingredient-highlight {
    background: #FAF3ED;
    padding: 30px 0 65px;
}

.ingredient-highlight .title-wrapper {
    margin-bottom: 40px;
}

.ingredient-highlight .content-box-wrappper {
    position: relative;
    padding: 0 15px 15px 0;
    height: 100%;
}

.ingredient-highlight .content-box-wrappper::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(190deg, #AC704F, #DC9F7A);
    border-radius: 0 0 0 8px;
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.ingredient-highlight .content-box-wrappper::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    border-radius: 0 8px 0 0;
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.ingredient-highlight .content-box-wrappper .content-box {
    background: #FAF3ED;
    position: relative;
    border: 2px solid #B28563;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    z-index: 9;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .section-title {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #3F281E;
    margin-bottom: 40px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon {
    min-width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon img {
    width: 35px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .content {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.rooted-results {
    background: #FAF3ED;
    padding: 30px 0 65px;
}

.rooted-results .title-wrapper {
    margin-bottom: 40px;
}

.rooted-results .content-wraper {
    padding-top: 66px;
}

.rooted-results .content-wraper .content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid #B28563;
    border-radius: 8px;
}

.rooted-results .content-wraper .content-grid.two-columns {
    grid-template-columns: 0.5fr repeat(1, 1fr);
}

.rooted-results .content-wraper .content-grid.two-columns .grid-item:nth-child(2) {
    border-right: none;
}

.rooted-results .content-wraper .content-grid.two-columns .grid-item:nth-child(2) .block-title-wrap {
    width: 100.5%;
}

.rooted-results .content-wraper .content-grid .grid-item.two-columns {
    display: none;
}

.rooted-results .content-wraper .content-grid .grid-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.rooted-results .content-wraper .content-grid .grid-item:not(:last-child) {
    border-right: 2px solid #B28563;
}

.rooted-results .content-wraper .content-grid .grid-item .block-title-wrap {
    padding: 20px 15px;
    border: 2px solid #B28563;
    border-bottom: none;
    position: absolute;
    left: -2px;
    top: -68px;
    width: 101%;
}

.rooted-results .content-wraper .content-grid .grid-item .block-title-wrap .block-title {
    font-family: var(--font-formata-condensed);
    font-size: 28px;
    color: #9F532A;
    position: relative;
    top: -4px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .item-content .title {
    font-family: var(--font-antonia);
    font-size: 55px;
    color: #3F281E;
    line-height: 65px;
    display: block;
    margin-bottom: 15px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description p {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 35px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description ul {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translate(-50%, -50%);
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description ul li {
    font-family: var(--font-spezia);
    font-size: 16px;
    color: #3F2920;
    line-height: 1.2;
    padding-left: 15px;
    position: relative;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .benefits-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .benefits-btn-group .benefits-btn {
    border: 2px solid #A06336;
    border-radius: 50px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-family: var(--font-spezia);
    font-size: 16px;
    color: #3F281E;
    line-height: 1;
    text-transform: uppercase;
}

.ingredient-facts {
    background: #FAF3ED;
    padding: 50px 0;
}

.ingredient-facts .content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .section-title {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #3F281E;
    text-align: center;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box .content-item .number {
    font-family: var(--font-antonia);
    font-size: 40px;
    color: #9F532A;
    text-align: center;
    margin-bottom: 10px;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box .content-item .content {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    text-align: center;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-seperator {
    position: relative;
    border: 2px solid #B28563;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-seperator::after {
    content: '';
    width: 20px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M9.5,0,19,16H0Z' transform='translate(19 16) rotate(180)' fill='%23a16337'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, 0);
}

.ingredient-facts .img-wrapper-main {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.ingredient-facts .img-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.ingredient-facts .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ingredient-facts .img-wrapper.hourglass {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='475.032' height='586.738' viewBox='0 0 475.032 586.738'%3E%3Cg id='Group_2343' data-name='Group 2343' transform='translate(-154.334 -4669.708)'%3E%3Cpath id='af52835c6f8ff531ed75995508b5bfd0' d='M421.1,288.037,475.032,256.8V0H0V256.8l53.934,31.239a5.08,5.08,0,0,1,0,9.064L0,328.342V586.737H475.032V328.342L421.1,297.1a5.08,5.08,0,0,1,0-9.064' transform='translate(154.334 4669.709)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='475.032' height='586.738' viewBox='0 0 475.032 586.738'%3E%3Cg id='Group_2343' data-name='Group 2343' transform='translate(-154.334 -4669.708)'%3E%3Cpath id='af52835c6f8ff531ed75995508b5bfd0' d='M421.1,288.037,475.032,256.8V0H0V256.8l53.934,31.239a5.08,5.08,0,0,1,0,9.064L0,328.342V586.737H475.032V328.342L421.1,297.1a5.08,5.08,0,0,1,0-9.064' transform='translate(154.334 4669.709)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.customer-reviews {
    background: #FAF3ED;
    padding: 50px 0;
}

.customer-reviews .title-wrapper {
    margin-bottom: 40px;
}

.customer-reviews .content-box-wrappper {
    position: relative;
    padding: 0 15px 15px 0;
    height: 100%;
}

.customer-reviews .content-box-wrappper::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(190deg, #AC704F, #DC9F7A);
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.customer-reviews .content-box-wrappper::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    border-radius: 0 8px 8px 0;
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.customer-reviews .content-box-wrappper .content-box {
    background: #FAF3ED;
    position: relative;
    border: 2px solid #B28563;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    z-index: 9;
}

.customer-reviews .reviews-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.customer-reviews .reviews-container .reviews-item {
    padding-bottom: 40px;
}

.customer-reviews .reviews-container .reviews-item:not(:last-child) {
    border-bottom: 2px solid #B28563;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .reviews-header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .reviews-header-inner .review-title {
    font-family: var(--font-spezia);
    font-size: 25px;
    color: #3F281E;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .reviews-header-inner .review-stars {
    display: flex;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .customer-name {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
}

.customer-reviews .reviews-container .reviews-item .review-description {
    margin-top: 35px;
}

.customer-reviews .reviews-container .reviews-item .review-description p {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
}

.customer-reviews .more-reviews {
    display: flex;
    justify-content: center;
}

.customer-reviews .more-reviews a {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
    text-decoration: underline;
}

.page-breadcrumb {
    padding-top: 35px;
    margin-top: 90px;
    background: #E8DFD2;
    background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
}

.page-breadcrumb.style-1 .breadcrumb-wrapper {
    position: relative;
    background: #D9D9D9;
    height: 282px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
}
.page-breadcrumb.style-1 .breadcrumb-wrapper .title-wrapper .title {
  color: #FFFFFF;
}
.page-breadcrumb.style-1 .breadcrumb-wrapper img,
.page-breadcrumb.style-1 .breadcrumb-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-breadcrumb .breadcrumb-wrapper .title-wrapper {
    z-index: 1;
}

.page-breadcrumb.style-2 .breadcrumb-wrapper .title-wrapper .title {
    text-transform: none;
}

.heading-block {
    background: #FAF3ED;
    padding: 80px 0 0;
}

.heading-block .heading-wrapper .heading {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #3F281E;
}

.split-content-with-image {
    background: #FAF3ED;
    padding: 50px 0;
}

.split-content-with-image .content-box-wrappper {
    padding: 70px;
    border: 2px solid #B28563;
    border-radius: 8px;
}

.split-content-with-image .content-box-wrappper:not(:last-child) {
    margin-bottom: 48px;
}

.split-content-with-image .content-box-wrappper .content-item {
    display: flex;
    flex-direction: row;
    gap: 88px;
}

.split-content-with-image .content-box-wrappper:nth-child(odd) .content-item {
    flex-direction: row-reverse;
}

.split-content-with-image .content-box-wrappper .content-item .content-left,
.split-content-with-image .content-box-wrappper .content-item .content-right {
    width: 50%;
}
.split-content-with-image .content-box-wrappper .content-item .content-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.split-content-with-image .content-box-wrappper .content-item .content-left .img-container {
    overflow: hidden;
    border-radius: 15px;
}

.split-content-with-image .content-box-wrappper .content-item .content-right .title {
    font-family: var(--font-formata-condensed);
    display: block;
    font-size: 40px;
    line-height: 47px;
    color: #3F281E;
    margin-bottom: 10px;
}

.split-content-with-image .content-box-wrappper .content-item .content-right .description p {
    font-family: var(--font-spezia);
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #3F281E;
}

.awards-products {
    background: #FAF3ED;
    padding: 50px 0;
}

.awards-products .title-wrapper {
    margin-bottom: 40px;
}

.awards-products .ap-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px;
}

.awards-products .ap-grid .img-wrapper {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
}

.split-card-stacks {
    background: #faf3ed;
    padding: 40px 0;
}

.split-card-stacks .title-wrapper {
    margin-bottom: 35px;
}

.split-card-stacks .card-stacks-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}

.split-card-stacks .card-stacks-grid .grid-item {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    padding: 0 30px;
}

.split-card-stacks .card-stacks-grid .grid-item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}

.split-card-stacks .card-stacks-grid .grid-item>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}

.split-card-stacks .card-stacks-grid .grid-item .grid-container {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: row;
    gap: 65px;
    max-width: 1065px;
    margin: 0 auto;
}

.split-card-stacks .card-stacks-grid .grid-item:nth-child(even) .grid-container {
    flex-direction: row-reverse;
}

.split-card-stacks .card-stacks-grid .grid-item .left-content-wrapper {
    width: 50%;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper {
    width: 50%;
    position: relative;
    padding: 0 15px 15px 0;
    height: 100%;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(235deg, #AC704F, #DC9F7A);
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper .right-content {
    position: relative;
    background: #fffbf8;
    height: 100%;
    padding: 40px;
    padding-bottom: 28px;
    z-index: 2;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper .right-content .title {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #3F281E;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper .right-content .description p {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.left-right-text-image {
    background: #faf3ed;
    padding: 50px 0;
}

.left-right-text-image .content-wrapper .section-title {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #3F281E;
}

.left-right-text-image .content-wrapper .icon-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 40px;
}

.left-right-text-image .content-wrapper .icon-box .icon-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.left-right-text-image .content-wrapper .icon-box .icon-item .icon {
    min-width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-right-text-image .content-wrapper .icon-box .icon-item .icon img {
    width: 35px;
}

.left-right-text-image .content-wrapper .icon-box .icon-item .content {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.EO-Team {
    background: #faf3ed;
    padding: 20px 0 50px;
}

.EO-Team .title-wrapper {
    margin-bottom: 50px;
}

.EO-Team .team-wrappper .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 2px; */
}

.EO-Team .team-wrappper .team-grid .team-item {
    position: relative;
    padding: 40px;
    background: #FFFDFC;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 2px solid #B28563;
    margin: -1px;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .img-container {
    overflow: hidden;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    display: flex;
    margin-bottom: 20px;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .content-wrap .team-name {
    font-family: var(--font-formata-condensed);
    font-size: 40px;
    color: #3F281E;
    line-height: 47px;
    display: block;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .content-wrap .team-title {
    font-family: var(--font-formata-condensed);
    font-size: 26px;
    color: #3F281E;
    line-height: 47px;
    display: block;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .content-wrap .team-desc {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 32px;
    display: block;
}

.page-nav {
    background: rgba(250, 243, 237, 0.8);
    padding: 45px 0;
    backdrop-filter: blur(5px);
    z-index: 8;
}

.page-nav.is-sticky {
    top: 90px;
}

.page-nav .nav-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.page-nav .nav-wrapper ul li a {
    padding: 0 40px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #995023;
    border-radius: 50px;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    text-transform: uppercase;
    color: #3F281E;
}

[id] {
    scroll-margin-top: 120px;
}

.ingredients {
    background: #faf3ed;
    padding: 0 0 80px;
}

.ingredients .title-wrapper {
    margin-bottom: 50px;
}

.ingredients .ingredients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.image-box-card {
    padding: 30px;
    border: 2px solid #B28563;
    border-radius: 12px;
}

.image-box-card .box-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-box-card .img-container {
    display: flex;
}

.image-box-card .title {
    font-family: var(--font-formata-condensed);
    font-size: 35px;
    color: #9A5024;
    line-height: 40px;
    text-transform: uppercase;
}

.image-box-card .desc {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.image-box-card .icon-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.image-box-card .icon-box .icon-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.image-box-card .icon-box .icon-item .icon {
    min-width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box-card .icon-box .icon-item .icon img {
    width: 35px;
}

.image-box-card .icon-box .icon-item .content {
    font-family: var(--font-formata-condensed);
    font-size: 25px;
    color: #3F2920;
    line-height: 28px;
    text-transform: uppercase;
}

.image-box-card .more-details .link-label,
.image-box-card .more-details a {
    font-family: var(--font-spezia);
    font-size: 20px;
    line-height: 28px;
    display: block;
}

.image-box-card .more-details .link-label {
    color: #3F2920;
}

.image-box-card .more-details a {
    color: #B28563;
    text-decoration: underline;
}

.gallery-video {
    position: relative;
    background: #faf3ed;
    overflow: hidden;
    padding: 40px 0;
}

.gallery-video .gallery-container {
    height: 570px;
    overflow: hidden;
    border-radius: 22px;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.gallery-video .gallery-container video,
.gallery-video .gallery-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faqs {
    position: relative;
    background: #faf3ed;
    padding: 50px 0;
}

.faqs .title-wrapper {
    margin-bottom: 50px;
}

.faqs .faqs-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100% !important;
}

.faqs .faqs-accordion .accordion .accordion-item {
    position: relative;
    border: 2px solid #B28563;
    border-radius: 12px;
    padding: 32px;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-header {
    margin: 0;
}


.faqs .faqs-accordion .accordion .accordion-item .accordion-button {
    position: relative;
    padding: 0;
    border: none;
    width: 100%;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: var(--font-spezia);
    font-size: 18px;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button::after {
    content: "";
    width: 30px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_2391' data-name='Group 2391' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.686' height='14' viewBox='0 0 27.686 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_329' data-name='Rectangle 329' width='27.686' height='14' fill='none' stroke='%23b18562' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1998' data-name='Group 1998' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_160' data-name='Path 160' d='M42.524,16.667,30.888,28.3a1.829,1.829,0,0,1-2.586,0L16.666,16.667' transform='translate(-15.752 -15.753)' fill='none' stroke='%23b18562' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.3s ease;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button {
    text-align: left;
    padding-right: 50px;
}


.faqs .faqs-accordion .accordion .accordion-item .accordion-collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-body {
    position: relative;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-body .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-body .description {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
    line-height: 28px;
    margin-top: 20px;
}

.faqs .more-btn {
    margin-top: 35px;
}

.faqs .more-btn a {
    background: #995023;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #ffffff;
    border-radius: 6px;
    width: max-content;
    padding: 0 82px;
    margin: 0 auto;
}

.retailer-block {
    position: relative;
    background: #faf3ed;
    padding: 50px 0;
}

.retailer-block .retailer-wrapper .retailer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.retailer-block .retailer-wrapper .retailer-grid .grid-tem img {
    width: 100%;
}

.store-locator {
    position: relative;
    background: #faf3ed;
    padding: 0 0 50px;
}

.store-locator .store-wrapper {
    border: 2px solid #B28563;
    border-radius: 8px;
}

.contact-us {
    position: relative;
    background: #faf3ed;
    padding: 50px 0;
}

.contact-us .contact-details .contact-title {
    font-family: var(--font-formata-medium);
    text-transform: uppercase;
    font-size: 30px;
    color: #3F281E;
    line-height: 1.2;
    margin-bottom: 10px;
}

.contact-us .contact-details .contact-text {
    font-family: var(--font-spezia);
    font-size: 18px;
    color: #3F281E;
    line-height: 28px;
}

.contact-us .contact-details .icon-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
}

.contact-us .contact-details .icon-box .icon-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact-us .contact-details .icon-box .icon-item .icon {
    min-width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us .contact-details .icon-box .icon-item .icon svg {
    width: 35px;
}

.contact-us .contact-details .icon-box .icon-item .content .content-heading {
    font-weight: bold;
}

.contact-us .contact-details .icon-box .icon-item .content .content-heading,
.contact-us .contact-details .icon-box .icon-item .content .content-data {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F2920;
    line-height: 28px;
}

.contact-us .store-wrapper {
    border: 2px solid #B28563;
    border-radius: 8px;
}

.contact-us .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-us .form-grid .form-item:nth-child(3),
.contact-us .form-grid .form-item:nth-child(4),
.contact-us .form-grid .form-item:nth-child(5),
.contact-us .form-grid .form-item:nth-child(6) {
    grid-column: 1 / span 2;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper .select-selected,
.form-wrapper textarea {
    position: relative;
    background: transparent;
    font-family: var(--font-spezia);
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px;
    border: 2px solid #B28563;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    color: var(--color-gray);
    box-shadow: none;
    outline: none;
}

.form-wrapper input::placeholder {
    color: #3F281E;
    opacity: 1;
}

.form-wrapper input::-moz-placeholder {
    color: #3F281E;
    opacity: 1;
}

.form-wrapper input::-ms-input-placeholder {
    color: #3F281E;
    opacity: 1;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #3F281E;
    opacity: 1;
}

.contact-us .form-grid .form-item button.submit-button {
    background: #995023;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #ffffff;
    border-radius: 6px;
    padding: 0 40px;
    width: 100%;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper select,
.custom-select-wrapper .select-hide {
    display: none !important;
}

.custom-select-wrapper .select-selected:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_2391' data-name='Group 2391' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.686' height='14' viewBox='0 0 27.686 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_329' data-name='Rectangle 329' width='27.686' height='14' fill='none' stroke='%23b18562' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1998' data-name='Group 1998' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_160' data-name='Path 160' d='M42.524,16.667,30.888,28.3a1.829,1.829,0,0,1-2.586,0L16.666,16.667' transform='translate(-15.752 -15.753)' fill='none' stroke='%23b18562' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translate(0, -50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
    transform: translate(0, -50%) rotate(180deg);
}

.custom-select-wrapper .select-items {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 10px;
    position: absolute;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items .same-as-selected {
    color: #3F281E !important;
    border-bottom: none;
}

.custom-select-wrapper .select-items .same-as-selected:after {
    color: #fff;
    background: #faf3ed;
}

.custom-select-wrapper .select-items div {
    color: #3F281E;
    outline: none;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}

.custom-select-wrapper .select-items div:last-child {
    border-bottom: 0;
}

@media screen and (max-width: 576px) {
    .custom-select-wrapper .select-items div {
        font-size: 14px;
    }
}

.custom-select-wrapper .select-items div:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items div:last-child {
    border-bottom: 0;
}

.custom-select-wrapper .select-items div:hover {
    background-color: #faf3ed;
    border-bottom-color: #faf3ed;
    color: #3F281E;
}

.custom-select-wrapper .select-items div:hover:after {
    color: #fff;
    background: #faf3ed;
}


.contact-faqs {
    position: relative;
    background: #faf3ed;
    padding: 50px 0;
}


.contact-faqs .content-box-wrappper {
    position: relative;
    padding: 0 15px 15px 0;
    height: 100%;
}

.contact-faqs .content-box-wrappper::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(190deg, #AC704F, #DC9F7A);
    border-radius: 0 0 0 8px;
    width: 100%;
    height: 27px;
    bottom: 0;
    left: 0;
}

.contact-faqs .content-box-wrappper::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, #AC704F, #DC9F7A);
    border-radius: 0 8px 0 0;
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
}

.contact-faqs .content-box-wrappper .content-box {
    background: #FAF3ED;
    position: relative;
    border: 2px solid #B28563;
    border-radius: 8px;
    display: flex;
    padding: 30px;
    height: 100%;
    z-index: 9;
}

.contact-faqs .faqs-accordion .accordion {
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

.contact-faqs .faqs-accordion .accordion .accordion-item {
    position: relative;
    padding: 15px 25px 15px 5px;
    border-bottom: 2px solid #B28563;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-header {
    margin: 0;
}


.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button {
    position: relative;
    padding: 0;
    border: none;
    width: 100%;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: var(--font-spezia);
    font-size: 28px;
    text-transform: uppercase;
    color: #3F281E;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button::after {
    content: "";
    width: 30px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_2391' data-name='Group 2391' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.686' height='14' viewBox='0 0 27.686 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_329' data-name='Rectangle 329' width='27.686' height='14' fill='none' stroke='%23b18562' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1998' data-name='Group 1998' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_160' data-name='Path 160' d='M42.524,16.667,30.888,28.3a1.829,1.829,0,0,1-2.586,0L16.666,16.667' transform='translate(-15.752 -15.753)' fill='none' stroke='%23b18562' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.3s ease;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button {
    text-align: left;
    padding-right: 50px;
}


.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-body {
    position: relative;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-body .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-body .description {
    font-family: var(--font-spezia);
    font-size: 20px;
    color: #3F281E;
    line-height: 28px;
    margin-top: 20px;
}

.page-404 {
    padding: 80px 0;
    margin-top: 90px;
}

.page-404 .title-wrapper .title {
    text-transform: none;
}

.page-404 .btn-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 26px;
    margin-top: 50px;
}

.page-404 .btn-group a:first-child {
    grid-column: 1/ span 3;
    width: max-content;
    margin: 0 auto;
    padding: 0 70px;
    background: #995023;
    color: #ffffff;
}

.page-404 .btn-group a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #3F281E;
    border-radius: 6px;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}

/* // ================================================================ // */
/* // SINGLE PRODUCT CSS // */
/* // ================================================================ // */
.single-product-wrapper {
    margin-top: 90px;
}

.single-product {
    display: block;
}

.single-product .single-product-media {
    margin-bottom: 20px;
}

.single-product-media .splide__slide img {
    width: 100%;
    height: 100%;
}

.single-product-wrapper .product-information {
    padding-left: 60px;
}

.single-product-wrapper .product-information .product-title h1 {
    font-family: var(--font-formata-medium);
    text-transform: uppercase;
    font-size: 30px;
    color: #3F281E;
    line-height: 1.2;
}

.single-product-wrapper .product-information .product-subname-wrap {
    font-family: var(--font-formata-condensed);
    text-transform: uppercase;
    font-size: 20px;
    color: #9F532A;
}

.single-product-wrapper .product-information .product-price {
    margin-bottom: 20px;
}

.single-product-wrapper .product-information .product-price .product-price-wrap {
    font-size: 35px;
}

.single-product-wrapper .product-information .short-description {
    font-family: var(--font-spezia);
    font-size: 18px;
    color: #3F281E;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 2px solid #9F532A;
    margin-bottom: 10px;
}

.single-product-wrapper .product-information .full-description {
    font-family: var(--font-spezia);
    font-size: 18px;
    color: #3F281E;
    line-height: 28px;
}

.single-product-wrapper .product-information .buy-now-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 15px 0;
    padding: 30px;
    border: 2px solid #B28563;
    border-radius: 12px;
}


.single-product-wrapper .product-information .buy-now-group .product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 57px;
    border-radius: 50px;
    width: 100%;
    background: #FFFFFF;
}

.single-product-wrapper .product-information .accordion-item {
    border-bottom: 2px solid #B28563;
}

.single-product-wrapper .product-information .accordion-item .accordion-title::marker {
    content: none;
}

.single-product-wrapper .product-information .accordion-item .accordion-title .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-family: var(--font-spezia);
    font-size: 20px;
    text-transform: uppercase;
    color: #3F281E;
}

.single-product-wrapper .product-information .accordion-item .accordion-content {
    padding-bottom: 15px;
    font-family: var(--font-spezia);
    font-size: 18px;
    color: #3F281E;
}

.cart-loader {
    font-family: var(--font-formata-condensed);
    font-size: 22px;
    text-transform: uppercase;
}

.line-item-img,
.main-drawer .cart-upsell .dome {
    -webkit-mask: url("data:image/svg+xml,%3Csvg id='Group_5593' data-name='Group 5593' xmlns='http://www.w3.org/2000/svg' width='91.369' height='92.532' viewBox='0 0 91.369 92.532'%3E%3Cg id='Group_2448' data-name='Group 2448' transform='translate(0 0)'%3E%3Cpath id='Elevate_Womens_WheyProtein' d='M91.368,36.56C91.368,16.369,70.915,0,45.684,0S0,16.369,0,36.56c0,1.015.155,55.81.155,55.81l91.214.162s0-55.831,0-55.972' transform='translate(0 0)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg id='Group_5593' data-name='Group 5593' xmlns='http://www.w3.org/2000/svg' width='91.369' height='92.532' viewBox='0 0 91.369 92.532'%3E%3Cg id='Group_2448' data-name='Group 2448' transform='translate(0 0)'%3E%3Cpath id='Elevate_Womens_WheyProtein' d='M91.368,36.56C91.368,16.369,70.915,0,45.684,0S0,16.369,0,36.56c0,1.015.155,55.81.155,55.81l91.214.162s0-55.831,0-55.972' transform='translate(0 0)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.checkout-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-spezia);
    font-size: 18px;
    color: #52473F;
    margin-bottom: 15px;
}

.collection-products {
    background: #FAF3ED;
    padding: 160px 0 60px;
}

.collection-products .title-wrapper {
    margin-bottom: 60px;
}

.collection-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.product-card .product-details-wrap .product-reviews {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.product-card .img-wrapper {
    display: flex;
    overflow: hidden;
      background-color: #ebe2d7;
}

.product-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .img-wrapper.rectangle {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.product-card .img-wrapper.dome {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.product-card .img-wrapper.hourglass {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.product-card .product-details-wrap .product-reviews .stars {
    display: flex;
    align-items: center;
}

.product-card .product-details-wrap .product-reviews span {
    font-family: var(--font-spezia);
    font-size: 14px;
    font-weight: 500;
    color: #52473F;
}

.product-card .product-details-wrap .product-details .subtitle {
    font-family: var(--font-formata-condensed);
    font-size: 24px;
    letter-spacing: 40;
    color: #995023;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.product-card .product-details-wrap .product-details .title {
    font-family: var(--font-formata-medium);
    font-size: 30px;
    color: #3F281E;
    text-transform: uppercase;
    line-height: 1;
}

.product-card .product-details-wrap .product-details .category {
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #995023;
    margin-top: 5px;
}
.product-card .product-details-wrap .product-details .product-price {
	font-family: var(--font-formata-medium);
	font-size: 20px;
	color: #995023;
	margin-top: 5px;
}
.product-card .product-details-wrap .product-benefit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.product-card .product-details-wrap .product-benefit .benefit {
    font-family: var(--font-formata-condensed);
    font-size: 24px;
    color: #3F281E;
    line-height: 1;
    text-transform: uppercase;
}

.product-card .product-details-wrap .product-benefit .seperator {
    display: block;
    width: 100%;
    height: 2px;
    background: #B28563;
}

.product-card .product-details-wrap .product-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card .product-buy {
    margin-top: 15px;
}

.product-card .product-buy .add-to-cart {
    background: #FAF3ED;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #3F281E;
    border-radius: 9px;
    cursor: pointer;
    text-transform: uppercase;
}


.product-buy-popup .add-to-cart {
    background: #995023;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #995023;
    font-family: var(--font-formata-medium);
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 9px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-product-details {
    text-decoration: underline;
    color: #3F281E;
    font-size: 18px;
}

.product-card .product-buy-v2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-card .product-buy .add-to-cart-v2 {
    font-size: 28px;
    width: 43px;
    height: 43px;
    background: #9F532A;
    border-radius: 50px;
    color: #FFF;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

/* // ======================================================================================================================= // */
/* // ===================================================== // CSS END // =================================================== // */
/* // ======================================================================================================================= // */

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

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-thin {
    scrollbar-width: thin;
}

img {
    @apply text-transparent
}

strong {
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    -webkit-animation: fadeIn 0.5s ease-in;
    animation: fadeIn 0.5s ease-in;
}

@supports (position: sticky) {
    .is-sticky {
        position: sticky;
    }
}

.animate-out {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Reveal animation */

.reveal {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: opacity 0.7s, transform 0.7s;
}

.reveal_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.link {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
    letter-spacing: 0.1em;
}


button:disabled,
.btn-global[disabled] {
    @apply pointer-events-none opacity-80;
}

[type="checkbox"],
[type="radio"] {
    @apply justify-items-center items-center appearance-none bg-origin-border inline-grid shrink-0 align-middle shadow-md p-0 border-0 border-none cursor-pointer select-none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
}

[type="radio"] {
    @apply bg-primary min-h-[1.2rem] min-w-[1.2rem] rounded-full;
}

[type="radio"]::after {
    @apply content-["_"] w-0 h-0 rounded-full transition-all;
}

[type="radio"]:checked::after {
    @apply bg-white content-["_"] w-[35%] h-[35%];
}

[type="checkbox"] {
    @apply bg-white h-[1.2rem] w-[1.2rem] rounded-md;
}

[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23d05a2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.6rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-position: center;
}

/* Add this to your CSS styles */

header.header_main .animate-logo-up {
    margin-top: -150px;
    transition: margin-top 0.8s ease;
}

.animate-logo-up:not(header.header_main .animate-logo-up) {
    margin-top: -150px !important;
    transition: margin-top 0.8s ease;
    /* Adjust the transition duration and timing function as needed */
}

.header_main svg .icon-svg,
header.header-alt svg .icon-svg {
    stroke: rgb(208 90 46);
}

header.header-alt .navMenu.menu-open svg .icon-svg {
    stroke: rgb(255 255 255);
}

header.header-main .navMenu.menu-open svg .icon-svg {
    stroke: rgb(255 255 255);
}

header.header-alt .nav_icon span,
header.header-alt .nav_icon small {
    --tw-bg-opacity: 1;
    background-color: rgb(208 90 46 / var(--tw-bg-opacity));
}

header.header-alt .navMenu.menu-open .nav_icon span,
header.header-alt .navMenu.menu-open .nav_icon small {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.header-main .navMenu.menu-open .nav_icon span,
header.header-main .navMenu.menu-open .nav_icon small {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.header-main .navMenu.menu-open .langSwitcher {
    color: #fff;
}

.gradient {
    background: #ebe5e0;
    background: linear-gradient(0deg, #ebe5e0 45%, #f2eeea);
}

.text-shadow-none {
    text-shadow: none !important;
}

.review-shadow {
    position: absolute;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, #f2eeea 20%, transparent);
    bottom: 0;
    left: 0;
}

#scroll-scaled-image {
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

/* the slides */
.product-slider .slick-slide {
    margin: 0 15px;
    height: inherit !important;
}

.product-slider .slick-track {
    display: flex !important;
}

/* the slides */
.product-slider .slick-slide>div {
    height: 100%;
}

/* the parent */
.product-slider .slick-list {
    margin: 0 -15px;
}

.product-thumb-slider .slick-list {
    padding: 0 !important;
}

.product-gallery-thumb .slick-list {
    padding: 0 !important;
}

.border-sixiary {
    --tw-border-opacity: 1;
    border-color: rgba(224, 217, 210, var(--tw-border-opacity));
}

.ingredients-thumb[aria-current="true"] * {
    text-decoration: underline;
}


.video-slider {
    margin: 0 -10px;
}

.video-slider .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.blog-social-share a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.2s;
}

.blog-social-share a svg {
    color: #fff;
}

.blog-social-share a.facebook {
    background-color: #4267B2;
}

.blog-social-share a.linkedin {
    background-color: #0A66C2;
}

.blog-social-share a.twitter-x {
    background-color: #14171A;
}

.blog-social-share a:hover {
    background-color: #3f281e;
}

[data-scroll-scale-out] img {
    mix-blend-mode: multiply;
}

[data-description] a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(208, 90, 46, var(--tw-text-opacity));
    text-decoration: underline;
}


.c-scrolldown {
    width: 1px;
    height: 60px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    background-position: 0 -60px;
    background-size: 100% 200%;
    -webkit-animation: scrolldown-line 2.2s cubic-bezier(.76, 0, .3, 1) infinite forwards;
    animation: scrolldown-line 2.2s cubic-bezier(.76, 0, .3, 1) infinite forwards;
}

@-webkit-keyframes scrolldown-line {
    0% {
        background-position: 0 -60px
    }

    75% {
        background-position: 0 0
    }

    to {
        background-position: 0 60px
    }
}

@keyframes scrolldown-line {
    0% {
        background-position: 0 -60px
    }

    75% {
        background-position: 0 0
    }

    to {
        background-position: 0 60px
    }
}

.accordion.active img {
    transform: rotate(180deg);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

.shopify-payment-button__button {
    background-color: rgba(var(--secondary-button-background));
    color: rgba(var(--secondary-button-text));
}


.en-grid-gap {
    row-gap: var(--grid-gap-horizontal);
    column-gap: var(--grid-gap-horizontal);
}

/*---- Collapsible content start -----*/
collapsible-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}


collapsible-content.en-active {
    grid-template-rows: 1fr;
    min-height: 100%;
}

collapsible-content::-webkit-scrollbar {
    width: 0.1em;
}

collapsible-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

collapsible-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

collapsible-content .collapsible-inner {
    overflow: hidden;
}

collapsible-button {
    cursor: pointer;
}

.en-collapsible-caret {
    transition: all ease 0.3s;
}

.en-collapsible-caret svg {
    height: 1rem;
    width: 1rem;
}


.en-opened .en-collapsible-caret {
    transform: rotate(180deg);
}


/*  Model Viewer */
.en-model-viewer model-viewer {
    height: 100%;
    width: 100%;

}

/*  Menu drawer- */
en-drawer[expanded] .main-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.main-drawer {
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999;

}

.overlay-full.visible {
    visibility: visible;
    opacity: 1;
}


.main-drawer--left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main-drawer--right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    right: 0;
}

ajax-cart-product-form[processing] button[type="submit"],
.sticky-btn[processing] a {
    opacity: .5;
    cursor: wait;
    pointer-events: none;
}

ajax-cart-product-form[processing] .spinner--overlay,
.js-ajax-cart-processing .sticky-btn[processing] .spinner--overlay {
    display: block;
}

.js-ajax-cart-processing .cart-loader::after {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    border: 2px solid #3f281e;
    border-bottom-color: transparent !important;
    animation: .5s linear infinite spin;
    right: -25px;
    top: 7px;
    opacity: 1;
    transition: all .3s;
}

.cart-expand-notes .ajax-cart-footer-content {
    max-height: 350px;
}

.cart-expand-notes .notes-btn .icon-caret {
    transform: rotate(0deg) scale(1.4);
}

.cart-expand-notes .notes-btn .icon-caret {
    transform: rotate(180deg) scale(1.4);
}

.cart-expand-notes .notes-btn {
    border-color: #3f281e;
}

.cart-expand-notes .cart-upsell .splide__arrows {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}

.cart-upsell .icon-caret {
    transform: rotate(180deg) scale(1.4);
}

.cart-collapse-upsell .cart-upsell {
    max-height: 0;
}

.cart-collapse-upsell .cart-upsell .icon-caret {
    transform: rotate(0deg) scale(1.4);
}

.cart-collapse-upsell .cart-upsell splide-component {
    opacity: 0;
    pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.tracking-link {
    letter-spacing: 0.1em;
}

.grecaptcha-badge,
#shop-hcaptcha-badge-container {
    display: none !important;
}

@layer base {
    .text-stroke {
        -webkit-text-stroke: 1px #FFFFFF;
    }
}

@layer components {

    .visually-hidden {
        @apply border-0 h-1 overflow-hidden p-0 absolute w-1;
    }


    .overlay-full {
        @apply bg-black/50 fixed left-0 top-0 opacity-0 duration-[.3s] invisible w-full h-full z-[98];
    }


    .is-active.is-visible .thumbs {
        @apply w-4;
    }

}


[open] .icon-caret {
    @apply rotate-180;
}

.btn-global {
    @apply relative w-full flex justify-center items-center transition-all duration-100 tracking-link rounded-md uppercase text-xs font-bold cursor-pointer text-center;
}

.btn-global *:not(a) {
    @apply pointer-events-none;
}

.btn-global small,
.btn-global span {
    transition: all .5s
}

.btn-global *>small {
    box-shadow: 0 25px 35px -20px rgba(168, 73, 37, .55)
}

.btn-global:hover>small {
    box-shadow: 0 35px 35px -15px rgba(168, 73, 37, .95);
    transform: translate3d(0, .2rem, 0) scale(.97);
    text-shadow: 0 0 30px rgba(0, 0, 0, .85)
}

@layer utilities {
    .text-shadow {
        text-shadow: 1em 0 13px rgba(0, 0, 0, .54);
    }

    .text-shadow-sm {
        text-shadow: 0 0 1rem rgb(0 0 0/55%);
    }

    summary::-webkit-details-marker {
        @apply hidden;
    }

    select {
        @apply m-0 font-serif min-w-min block border bg-white text-sm bg-[calc(100%_-_7px)_center] bg-[length:20px] bg-no-repeat box-border pl-3 pr-7 py-[7px] rounded-lg border-none appearance-none text-primary font-bold outline-none shadow-none transition-all;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="none" fill-rule="evenodd"><path d="M0 0h16v16H0z"></path><path stroke="%23d05a2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m4 6 3.75 3.75L11.5 6"></path></g></svg>');
    }

    select:hover {
        @apply shadow-md
    }

    select:focus {
        @apply shadow-md;
        /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="transform: rotate(180deg);" width="16" height="16"><g fill="none" fill-rule="evenodd"><path d="M0 0h16v16H0z"></path><path stroke="%23d05a2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m4 6 3.75 3.75L11.5 6"></path></g></svg>'); */
    }

}

.recommendation-modal__container {
    @apply outline-none;
}

[data-description] strong {
    @apply font-bold;
}

[data-description] a {
    @apply font-bold text-primary underline;

}

[data-description] ul {
    @apply my-0;
}

[data-description] li {
    @apply relative pl-4 before:absolute before:block before:h-1.5 before:w-1.5 before:bg-primary before:content-[""] before:rounded-full before:left-0 before:top-2;
}

[data-description] h1 {
    @apply text-3xl leading-9 font-bold text-primary mb-4;

}

[data-description] p {
    @apply mb-0;
}

[data-description] h2 {
    @apply text-2xl leading-8 text-primary mb-0;

}

[data-description] h3 {
    @apply text-xl leading-8 mb-0 font-semibold;

}

[data-description].external-content h3 {
    @apply text-primary my-4 text-2xl leading-8;

}

[data-description].external-content div {
    @apply mb-16 mt-8 max-w-full;
}

[data-description].external-content h4 {
    @apply text-xl leading-7 mb-4;
}

[data-description].external-content h3,
[data-description].external-content h4,
[data-description].external-content h5,
[data-description].external-content h6 {
    @apply font-bold;
}

[data-description].external-content ol,
[data-description].external-content p,
[data-description].external-content ul {
    @apply mb-4;
}

.shopify-challenge__container {
    @apply bg-white min-h-[50vh] flex flex-col justify-center items-center mt-48 mb-12 mx-auto shadow-xl sm:rounded-2xl gap-4 py-10;
}

.shopify-challenge__container .btn {
    @apply cursor-pointer bg-primary text-white rounded-md py-3 px-10 mt-5
}

.shopify-challenge__container .btn:hover {
    @apply opacity-90
}

html.js-ajax-cart-processing .line-item input[type="radio"] {
    @apply pointer-events-none opacity-80
}

#store-list li.selected-store::after {
    content: '';
    width: 320px;
    height: 145px;
    opacity: 0.25;
    display: block;
    position: absolute;
    right: -7rem;
    bottom: -2.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='225' viewBox='0 0 62 28'%3E%3Cpath fill='%23F2EEEA' fill-rule='evenodd' d='m26.6367881.3467605.014489.0015062c2.7995967 1.1193333 4.1647782 3.5926666 3.0442674 6.3786666l-5.4304782 13.528c.0013443.0026667.0013443.0053334.0026886.008.1418284.5206667 1.253601-.4046666 1.734204-.8026666.9349914-.7753334 1.3530824-1.3006667 1.9015748-2.7073334.120991-.3593333.2480315-.706.3764164-1.0346666.3952371-1.0166667.797196-1.8646667 1.0674092-2.4066667 1.0512772-2.11 3.890532-7.37 9.706837-7.37 7.1082197 0 6.9300941 5.698 6.0582869 7.8686667-.976666 2.4333333-1.5399462 3.876-1.6004417 4.0306666-.0033609.0086667-.0100826.0146667-.019493.0173334-.2641636.064-4.0531976.964-6.4837719.08-1.6038025-.5833334-1.3550989-1.5426667-1.3550989-1.5426667-.8563472 1.7226667-1.1756289 2.758-1.078164 3.9486667.140484 1.7233333 1.3974458 2.47 3.2230651 2.4946666 1.9876129.0266667 4.8120799-.9826666 6.3647974-2.6726666.6103323-.664 1.7758786-2.596 2.07029-3.3193334l4.3738237-10.7386666C52.0432495 6.6756 53.1025927 7.7776 53.6483964 9.0909333c.0127713.0173334.0241982.0386667.0329364.064.1230075.458.5894949.4493334.7293067.134.1956021-.4393333.8321491-1.476 1.8565393-2.2173333.644613-.4666667 1.4485308-.59 2.1018821-.4113333l.0658728.018c.0268869.0066666.0524295.0146666.077972.0233333 2.8688304.9786667 4.0417707 4.254 2.9232764 7.036l-1.7389092 4.7586667-1.5049933-.5953334c-1.9855963-.7853333-3.2922988-2.546-2.5011523-4.516l1.6743807-4.2026666c.3246591-.9733334.1223353-1.2553334-.2513924-1.3413334-.2204724-.05-.4826195.0233334-.6567121.158-1.031112.7973334-1.5406184 2.3426667-2.2396774 3.882-.1552717.3433334-.2984444.6753334-.4268292.9826667-.0356252.1073333-.073939.2146667-.116958.3213333L48.0565969 26.9596c-.0100826.0233333-.0369695.0346667-.0598233.0253333l-1.4633186-.5786666c-1.4552526-.5753334-2.3620127-1.9293334-2.4325908-3.386-.0262147-.3233334-.1801421-.7253334-.6170539-.2173334-.0168043.0266667-.0329365.054-.050413.0806667-.2218167.3273333-.4678317.634-.7340119.9226667C39.4622047 27.3096 33.4496255 28.0036 29.6868062 26.1636c-2.0857499-1.02-2.7209525-2.954-2.6631457-5.0473333-.0006722-.0026667-.0026887-.0053334-.0033609-.0086667.0410025-.622-.9114653-.2926667-1.218648-.1013333-1.2408296.774-2.8943729 2.7846666-3.7769349 4.8446666l-.004033-.0046666-.3703668.9226666c-.0295756.0733334-.1129249.1086667-.1868639.08l-1.371231-.5426666c-1.9862685-.786-2.7559055-2.9153334-1.9640868-4.8853334L26.6149798.3636c.0053774-.014.0221817-.0206667.0362973-.0153333ZM16.3677838.4064c.5807049 0 .9948942.0467771 1.1085925.0611701l.0314113.0041632c.558575.042 1.4794507.2433334 1.4794507.2433334.7071251.174 1.3429998.4606666 1.8948531.9306666 1.6690033 1.424 2.1637219 3.7 1.3618206 5.692l-1.9546764 4.7593334-.9544843-.366c-1.9869407-.786-2.9347033-2.1246667-2.1422124-4.0946667l1.7651239-4.6786667c.0591511-.14.3643172-1.07-.597561-1.4613333-.1707317-.0686667-.32802-.0906667-.4678318-.0973333-.4853082-.0266667-.7709814.2286666-.9302861.472L12.3092088 13.5864c-.1041867.2853333.1714038.3213333.3999423.3213333l2.917899-.0186666s-.3656616 1.4486666-1.433743 1.6333333c-.4879969.0846667-1.9150183.0833333-2.2376609.088l-.0492392-.0004922c-.1327198-.0027161-.3777581-.0070911-.4730385.1824922l-.023526.0586667-2.9602458 7.456C7.6490398 25.3204 6.1084214 26.8924 3.7020453 26.8924c-.3280199 0-.6701555-.0293333-1.0304398-.0906667-.4396005-.074-.9040714-.1966666-1.3940849-.3733333-.2554253-.0906667-.5175725-.1966667-.7877856-.318.0591511-.0566667.1176301-.1146667.1747647-.1726667.3065105-.3113333.6425965-.7786666.9538122-1.2633333.6331861-.9846667 1.1594968-2.0333333 1.5903591-3.1206667l2.402343-6.012c-.066545-.0024-.2500211-.00384-.500994-.004608l-.3304022-.0006174c-.1782366-.0001659-.3736534-.0001314-.5755729.0000414l-.614588.0008709c-.4765757.0009032-.9304194.0022203-1.2258836.0031611l-.2113045.0006958a717.48713396 717.48713396 0 0 0-.0706301.0002443l-.0593514.0002119c.2964279-.676 1.2240254-1.382 1.9667755-1.4113333 0 0 1.1568081-.0386667 1.7160553-.048.429518-.0066667.582101-.2993333.582101-.2993333L10.353188 3.5224l.0478174-.0963633c.0472425-.0943555.1191334-.2355534.1666055-.3176367 1.3591319-2.348 4.2077972-2.702 5.8001729-2.702Zm24.6565488 6.7118667c-.8865949-.3533334-1.4243326.452-1.6663145 1.0126666l-3.034857 7.052c-.2419819.562-.4396005 1.5173334.3495295 1.9006667.7918187.3853333 1.4653351-.4673333 1.7079893-1.0293333l3.035529-7.052c.2413098-.56.4947187-1.5293334-.3918763-1.884Z'/%3E%3C/svg%3E");
    background-size: contain;
}

.order-date time {
    font-style: normal;
}

.loop-one-time-purchase-option,
.loop-subscription-group {
    opacity: 0.6;
}

.loop-one-time-purchase-option.loop-selected-selling-plan-group,
.loop-subscription-group.loop-selected-selling-plan-group {
    opacity: 1;
}

.loop-one-time-purchase-option [type="radio"],
.loop-subscription-group [type="radio"] {
    background: transparent;
    border: 1px solid rgb(208 90 46 / var(--tw-bg-opacity));
}

.loop-one-time-purchase-option.loop-selected-selling-plan-group [type="radio"],
.loop-subscription-group.loop-selected-selling-plan-group [type="radio"] {
    background: rgb(208 90 46 / var(--tw-bg-opacity));
    border: 1px solid rgb(208 90 46 / var(--tw-bg-opacity));
}

.frequency-plan .frequency-plan-select:hover h3 {
    color: #FFFFFF;
}

.frequency-plan input[type="radio"]:checked+label h3 {
    color: #FFF;
}

.group-tabbed-collection.splide__slide .relative.w-full {
    display: flex;
    justify-content: center;
    align-items: center;
}

.starburst {
    @apply text-center after:rotate-[-30deg] rounded-sm;
}

.starburst,
.starburst>span {
    @apply flex items-center justify-center;
}

.starburst>span {
    @apply w-full h-full rotate-45 after:rotate-[30deg] before:rotate-[-30deg] rounded-sm;
    background: inherit;
}

.starburst:before,
.starburst:after,
.starburst>span:before,
.starburst>span:after {
    @apply content-[""] absolute w-full h-full z-[-1] rotate-[20deg] left-0 top-0 rounded-sm;
    background: inherit;
}

.shopify-policy__title {
    @apply hidden
}

#looxReviews {
    padding: 0 1rem;
}

@media (min-width: 640px) {
    #looxReviews {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.trustpilot-widget iframe:nth-child(2) {
    z-index: 999 !important;
}

@media only screen and (max-width: 768px) {}

@media screen and (min-width: 1401px) {}

@media (min-width: 1200px) and (max-width: 1400px) {}


@media (min-width: 1025px) and (max-width: 1199px) {}


@media (min-width: 992px) and (max-width: 1024px) {}


@media (min-width: 768px) and (max-width: 991px) {}


@media (min-width: 632px) and (max-width: 767px) {}


@media (min-width: 481px) and (max-width: 631px) {}


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


@media (min-width: 768px) {

    .loop-header #titleContent {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}


@media (max-width: 480px) {
    .loop-subscription-group-radio:checked~.loop-subscription-group-selling-plans-container {
        height: auto !important;
        display: block;
    }

    .loop-subscription-group-radio~.loop-subscription-group-selling-plans-container {
        height: 0;
    }

    .loop-selling-plan-selector {
        margin-bottom: 8px;
    }
}

.progress::after {
    content: '';
    left: -100%;
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    opacity: .35;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* =================================================================== */
/* =========================== Flip Box START ========================= */
/* =================================================================== */

.flip-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%, -50%);
}

.flip-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms;
}

.flip-box-front,
.flip-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box input {
    display: none;
}

.flip-box input:checked+.flip-card {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.flip-box .flip-box-content ul {
    list-style: disc;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 14px;
}

.flip-box .flip-box-content ul li {
    position: relative;
    padding-left: 5px;
}

.flip-box .flip-box-content ul li b {
    font-weight: 500;
}

/* =================================================================== */
/* =========================== Flip Box END ========================= */
/* =================================================================== */

.features-desc ol {
    list-style: decimal;
    text-align: left;
    margin-left: 16px;
}

.features-desc ol li {
    position: relative;
    padding-left: 5px;
}

.splide__pagination.splide-pagination li button {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: rgba(78, 78, 78, 0.6);
    transform: none;
}

.splide__pagination.splide-pagination li button.is-active {
    background: rgba(78, 78, 78, 1);
}

.tp-widget-wrapper .wrapper-right .tp-widget-reviews-filter-label {
    display: none !important;
}

.splide__arrows.activities-carousel {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.splide__arrows.rotating-cards {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rotating-card .splide__slide.is-active .h-\[180px\] {
    height: 164px;
}

@media (min-width: 1024px) {
    .rotating-card .splide__slide.is-active .lg\:h-\[300px\] {
        height: 270px;
    }
}

@media (max-width: 1800px) {
    /* .rotating-card .splide__slide.is-prev {
		left: 320px;
	}

	.rotating-card .splide__slide.is-next {
		right: 320px;
	} */
}

.activities-carousel button:disabled,
.activities-carousel .btn-global[disabled],
.rotating-slider button:disabled,
.rotating-slider .btn-global[disabled] {
    opacity: 0;
}
