/** Shopify CDN: Minification failed

Line 3217:0 Expected identifier but found "."
Line 3237:28 Expected ":"

**/
/* Custom Fonts */
@import url('https://fonts.googleapis.com/css2?family=Sometype+Mono:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
    font-family: 'TWK Lausanne';
    src: url('/cdn/shop/files/TWKLausanne-300.eot');
    src: url('/cdn/shop/files/TWKLausanne-300.eot?#iefix') format('embedded-opentype'),
         url('/cdn/shop/files/TWKLausanne-300.woff2') format('woff2'),
         url('/cdn/shop/files/TWKLausanne-300.woff') format('woff'),
         url('/cdn/shop/files/TWKLausanne-300.ttf') format('truetype'),
         url('/cdn/shop/files/TWKLausanne-300.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Self Modern';
    src: url('/cdn/shop/files/SelfModern-Regular.eot');
    src: url('/cdn/shop/files/SelfModern-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/SelfModern-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/SelfModern-Regular.woff') format('woff'),
        url('/cdn/shop/files/SelfModern-Regular.ttf') format('truetype'),
        url('/cdn/shop/files/SelfModern-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Common Css */
body {
    font-family: 'Self Modern';
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.4;
}
h1,h2,h3,h4,h5,h6, .lausanne-font {
    font-family: 'TWK Lausanne' !important;
    font-weight: normal;
}
h1, .h1, h2, .h2, .template-default .main-page-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 30px;
}
h3, h3{
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 30px;
}
h4 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 21px;
}
p,ul {
    margin-top: 0;
    margin-bottom: 28px;
}
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}
a {
    word-break: break-word;
}
.mono-regular {
    font-family: "Sometype Mono", monospace !important;
    font-weight: 400;
}
.mono-semi {
    font-family: "Sometype Mono", monospace !important;
    font-weight: 500;
}
.mono-bold {
    font-family: "Sometype Mono", monospace !important;
    font-weight: 600;
}
.button-wrapper {
    margin-top: 36px;
}
.button {
    border: 1px solid #00162A;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 19px;
}
.btn-black {
    background-color: #00162A;
    color: #FFFFFF;
}
.btn-arrow:hover::before {
    transform: rotate(-45deg)
}
img {
    max-width: 100%;
    display: block;
}
.row-reverse {
    flex-direction: row-reverse;
}
.template-default .rte h3 {
    font-size: 24px;
    letter-spacing: 0.03em;
}
.template-default .rte p,
.template-default .rte span, 
.template-default .rte ul, 
.template-default .rte b 
.template-default .rte strong{
    font-size: 15px;
}
sup {
    line-height: normal;
}

/* Heading title with text */
.title-text-heading {
    margin-bottom: 60px;
}
.title-text-heading h2 {
    margin: 0;
}
.title-text-heading h2 + div {
    margin-top: 30px;
}

/* container */
.page-width {
    width: 1548px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 87%;
}
.sm-container {
    width: 1240px;
    max-width: 75%;
}
@media screen and (max-width: 1199px){
    .page-width {
        max-width: 93%;
    }
    .sm-container {
        max-width: 86%;
    }
}
@media screen and (max-width: 991px){
    .page-width {
        max-width: 100%;
    }
    .sm-container {
        max-width: 100%;
    }
}
/* cookie box */
#shopify-pc__banner button {
    font-family: 'Sometype Mono';
    text-transform: uppercase;
    font-size: 15px;
}
#shopify-pc__banner h2 {
    font-size: 16px;
}
#shopify-pc__banner p {
    font-size: 14px;
}

/* GLOBAL THIN SCROLLBAR */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}

/* header */
.header nav.header__inline-menu {
    display: none;
}
.header__icons {
    padding-right: 0;
}

/* LHS Menus modal */
header .menu-drawer__navigation-container {
    display: flex;
    overflow-y: auto;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}
header .menu-drawer__navigation-container > * {
    width: 100%;
}
header .menu-drawer__navigation-container .menu-drawer__utility-links {
    margin-top: auto;
}
.header .drawer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #000;
    margin-top: 10px;
}
.header .menu-drawer .list-social {
    margin-left: 0;
    display: flex;
    gap: 15px;
}
.header .drawer-bottom .list-social__link {
    padding: 0;
}
header .menu-drawer {
    width: 500px;
    /*max-width: 37%;*/
    padding: 25px;
    border: none;
}
.header-drawer-product {
    position: relative;
    width: 100%;
    padding-top: 66%;
}
.header-drawer-product .drawer-button {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
header .menu-drawer .button {
    min-height: 43px;
}
.menu-drawer__utility-links {
    margin-top: auto;
}
.header-drawer-top .custom-product-review {
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.header-drawer-top .custom-product-review .custom-rating {
    width: 100%;
    margin: 0 0 12px;
}
header .menu-drawer .menu-drawer__navigation {
    padding: 0;
}
header .menu-drawer ul.menu-accordion__submenu.list-menu {
    margin-bottom: 10px;
}
header .menu-drawer .menu-drawer__menu li {
    margin-bottom: 0;
}
header .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item {
    padding: 15px 30px 15px 0;
    background: transparent;
    font-size: 16px;
    font-family: TWK Lausanne;
    letter-spacing: .03em;
}
header .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item .svg-wrapper {
    right: 10px;
}
header .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item .svg-wrapper svg path {
    fill: #000;
}
header .menu-drawer .menu-drawer__navigation .list-menu .list-menu .menu-drawer__menu-item {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .05em;
    padding-left: 12px;
    font-family: Sometype Mono,monospace;
    padding: 5px 18px;
}
header .menu-drawer .menu-drawer__utility-links {
    padding: 0;
    background: transparent;
}

@media screen and (max-width: 1500px) {
    header .menu-drawer {
        width: 370px;
    }
    .header-drawer-top .custom-product-review {
        margin-top: 15px;
        margin-bottom: 5px;
        padding-bottom: 20px;
    }
    .custom-star-wrapper img {
        max-height: 17px;
    }
    .header-drawer-product .drawer-button {
        left: 20px;
        bottom: 20px;
    }
    header .menu-drawer .button {
        min-height: 34px;
        font-size: 14px;
        line-height: normal;
        padding: 6px 10px 4px;
        min-width: auto;
    }
    header .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item {
        padding: 10px 30px 10px 0;
        font-size: 15px;
    }
    header .menu-drawer .menu-drawer__navigation .list-menu .list-menu .menu-drawer__menu-item {
        font-size: 13px;
        padding: 5px 16px;
    }
    .header .drawer-bottom {
        padding-top: 15px;
        margin-top: 10px;
    }
    header .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item .svg-wrapper {
        width: 12px;
    }
}
@media screen and (max-width: 749px) {
    header.header {
        padding: 14px 20px;
    }
    .header__heading .header__heading-link svg {
        max-height: 22px;
        margin-right: 30px;
    }
    header .button-wrapper .button:not(header .menu-drawer .button) {
        font-size: 12px;
        min-width: auto;
        padding: 7px 10px 6px;
        white-space: nowrap;
    }
    header .menu-drawer {
        width: 370px;
        max-width: 85%;
        overflow-y: auto;
        padding: 16px;
    }
    header .menu-drawer__navigation-container .menu-drawer__utility-links {
        margin-top: 20px;
    }
    header .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item {
        font-size: 14px;
    }
    header .menu-drawer .menu-drawer__navigation .list-menu .list-menu .menu-drawer__menu-item {
        padding: 4px 12px;
    }
    header .menu-drawer .button {
        min-height: 28px;
        font-size: 12px;
        line-height: normal;
        padding: 4px 8px 3px;
        min-width: auto;
    }
    .header-drawer-product .drawer-button {
        left: 12px;
        bottom: 12px;
    }
    .header-drawer-top .custom-product-review .custom-rating {
        margin: 0 0 6px;
    }
    header .menu-drawer .custom-star-wrapper img {
        max-height: 14px;
    }
}

/* shopify default cart */
.cart-drawer .subscription-convert-box p {
    font-size: 12px;
    color: #5093B1;
}
.cart-drawer .cart-item .cart-item__details .product-option {
    font-size: 14px;
    color: #5093B1;
}
.cart-drawer .subscription-convert-box {
     padding-top: 0 !important;
     margin-top: -30px; 
}
.cart-drawer .subscription-convert-box .convert-to-subscription {
    font-family: "Sometype Mono", monospace !important;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    padding: 5px 0;
    cursor: pointer;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}

/* RHS - rebuy cart modal */
/* start loader */
.rebuy-cart.loader .rebuy-cart__flyout:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    border: 3px solid #ccc;
    border-top-color: #5efaff;
    border-radius: 50%;
    animation: spinLoader 0.8s linear infinite;
    z-index: 99;
}
.rebuy-cart.loader .rebuy-cart__flyout:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDFFF8;
    z-index: 98;
}
/* Keyframes */
@keyframes spinLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End loader */
body .rebuy-cart__flyout {
    padding: 25px;
    background: #FDFFF8;
    letter-spacing: 0.03em;
    gap: 8px;
}
.cart-bottom-note ul {
    padding: 0;
    list-style: none;
}
.cart-bottom-note ul li {
    border-bottom: 1px solid #5093B1;
    font-size: 12px;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.cart-bottom-note ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
body .rebuy-cart__flyout [data-rebuy-cart-anchor] {
    gap: 0;
    background: transparent;
    padding: 0;
}
.cart-bottom-note {
    margin-top: 10px;
}
.cart-bottom-info {
    margin-top: 15px;
}
body [data-rebuy-component=cart-items] .rebuy-cart__flyout-item-subscription .rebuy-select {
    font-size: 12px;
    padding: 5px 32px 5px 12px;
}
[data-rebuy-component=cart-items] .rebuy-cart__flyout-item-subscription {
    margin: 0;
    margin-left: auto;
    padding: 0 0 0 16px;
    width: calc(100% - 90px - var(--rb-cart-item-gap));
}
.rebuy-cart__flyout-empty-cart h3 {
    position: relative;
}
.rebuy-cart__flyout-empty-cart h3:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #00162A;
    left: 0;
    bottom: -16px;
}
.rebuy-cart__flyout-empty-cart .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}
body .rebuy-cart__flyout [data-rebuy-component=checkout-area],
body .rebuy-cart__flyout [data-rebuy-component=cart-items],
body .rebuy-cart__flyout [data-rebuy-cart-anchor=header] [data-rebuy-cart-header-top],
body .rebuy-cart__flyout [data-rebuy-component=cart-subtotal],
body #rebuy-cart.has-items [data-rebuy-cart-anchor=footer] {
    gap: 0;
    padding: 0;
}
body .rebuy-cart__flyout button.rebuy-cart__checkout-button {
    width: 100%;
    max-width: 100%;
}
body .rebuy-cart__flyout .tax-note {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 15px;
}
body .rebuy-cart__flyout .rebuy-cart__flyout-subtotal-label,
body .rebuy-cart__flyout [data-rebuy-component=cart-subtotal] {
    font-weight: normal;
}
body .rebuy-cart__flyout .rebuy-cart__flyout-subtotal-final-amount {
    color: #00162A;
}
body #rebuy-cart.has-items [data-rebuy-cart-anchor=footer] {
    border-top: 1px solid #000;
    padding-top: 30px;
}
body .rebuy-cart__flyout h2#rebuy-cart-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 400;
}
.rebuy-cart__progress-gifts {
    background: #f6f8f1;
    border-radius: 10px;
    padding: 5px;
}
.rebuy-cart__progress-gifts .rebuy-cart__progress-gifts-title {
    font-size: 11px !important;
    padding: 4px 0 !important;
}
.rebuy-cart__progress-gifts div[role=button], 
.rebuy-cart__progress-gifts .rebuy-cart__progress-gift-variant-select-prompt {
    background: rgba(var(--color-button),var(--alpha-button-background))!important;
    color: #00162a!important;
    height: 20px !important;
    border-color: #2491c4!important;
    border-width: 1px !important;
    border-radius: 0!important;
    font-size: 11px!important;
    width: 70px !important;
    margin: 0 auto;
}
body [data-rebuy-component=progress-bar] {
    padding: 0;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gift-remove {
    background: #fff;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: auto;
    width: 16px;
    height: 16px;
    top: -2px;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gift-remove  i {
    position: relative;
    top: 1px;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gifts-title {
    padding: 6px 0 6px;
    font-size: 14px;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gift-image {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gift-title {
    font-size: 11px;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gift-variant-title {
    font-size: 11px;
}
@media screen and (max-width: 1500px) {
    .cart-bottom-note ul li {
        font-size: 11px;
        padding: 4px 0;
    }
    body .rebuy-cart__flyout {
        width: 370px;
    }
    body .rebuy-cart__flyout .tax-note {
        font-size: 12px;
    }
    body .rebuy-cart__flyout .custom-rating {
        font-size: 10px;
        margin-right: 12px;
    }
    .custom-product-review.custom-product-review {
        align-items: center;
    }
    .custom-star-wrapper img {
        max-height: 14px;
    }
    .custom-rating span {
        font-size: 14px;
    }
    body [data-rebuy-component=cart-items] .rebuy-cart__flyout-item-subscription .rebuy-select {
        font-size: 11px;
        padding: 4px 32px 4px 12px;
    }
    body [data-rebuy-component=cart-items] .rebuy-cart__flyout-item-product-title {
        line-height: 18px;
        font-size: 13px;
    }
    body [data-rebuy-component=cart-items] .rebuy-cart__flyout-item-quantity-widget-button {
        width: 32px;
        height: 23px;
        line-height: 24px;
        font-size: 11px;
    }
    body [data-rebuy-component=progress-bar] .rebuy-cart__progress-gift-image {
        width: 40px;
        height: 40px;
    }
    body .rebuy-cart__flyout h2#rebuy-cart-title {
        font-size: 25px;
    }
    body .rebuy-cart__flyout button.rebuy-cart__checkout-button {
        width: 100%;
        height: 34px;
        min-height: auto;
        font-size: 14px;
    }
    body .rebuy-cart__flyout-subtotal, body [data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal {
        font-size: 15px;
    }
    body [data-rebuy-component=cart-subtotal] .rebuy-cart__flyout-subtotal-compare-amount {
        margin-left: 2px;
        font-size: 12px;
    }
}

/* cart page */
.cart-item__details .cart-item__name {
    font-family: TWK Lausanne!important;
    font-size: 18px;
}
.subscription-convert-box .subscribed-plan {
    margin: 0 0 10px;
}
button.convert-to-onetime {
    background: #ffe9e9;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-family: Sometype Mono,monospace!important;
    text-transform: uppercase;
}

/* custom-product-review */
.custom-product-review {
    display: flex;
}
.custom-rating {
    font-size: 12px;
    margin-right: 21px;
    margin-bottom: 0;
}
.custom-rating span {
    font-size: 16px;
}
.custom-star-wrapper img {
    max-height: 20px;
}


/*  Home Top layer */
.full-image-with-text {
    height: 100vh;
    min-height: 650px;
}
.full-image-with-text-wrap {
    position: relative;
    padding: 50px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}
.full-image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.full-image-box img,
.full-image-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-image-with-text-wrap.content-left-top {
    align-items: flex-start;
    justify-content: left;
}
.full-image-with-text-wrap.content-left-center {
    align-items: center;
    justify-content: left;
}
.full-image-with-text-wrap.content-left-bottom {
    align-items: flex-end;
    justify-content: left;
}
.full-image-with-text-wrap.content-center-top {
    align-items: flex-start;
    justify-content: center;
}
.full-image-with-text-wrap.content-center-center {
    align-items: center;
    justify-content: center;
}
.full-image-with-text-wrap.content-center-bottom {
    align-items: flex-end;
    justify-content: center;
}
.full-image-with-text-wrap.content-right-top {
    align-items: flex-start;
    justify-content: right;
}
.full-image-with-text-wrap.content-right-center {
    align-items: center;
    justify-content: right;
}
.full-image-with-text-wrap.content-right-bottom {
    align-items: flex-end;
    justify-content: right;
}
.full-image-content {
    display: flex;
    flex-wrap: wrap;
}
.full-image-content-description ul {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.full-image-content-description ul li {
   width: 100%;
}
@media screen and (max-width: 991px) {
    .full-image-with-text {
        min-height: 500px;
    }
}
@media screen and (max-width: 749px) {
    .full-image-with-text {
        min-height: 300px;
        height: 100dvh;
    }
}

/* image with text layer and video layer  */
.image-text-wrapper .image-text-content,
.video-text-wrapper .video-text {
    max-width: 487px;
}
.image-text-wrapper:not(.row-reverse) .image-text-content,
.video-text-wrapper:not(.row-reverse) .video-text {
    padding-left: 50px;
}
.row-reverse .image-text-content,
.row-reverse .video-text {
    padding-right: 50px;
}
.image-text-wrapper .image-text-description ul,
.video-with-text .video-body-text ul {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.image-text-wrapper .image-text-description ul li,
.video-with-text .video-body-text ul li{
    width: 100%;
}
.video-box {
    position: relative;
    padding-top: 60.4%;
    width: 100%;
}
.video-box video {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}
.video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
/* video-box-type 2  */
.video-box-type2 .video-text {
    max-width: 431px;
}
.video-slider.col-two {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.col-two .video-box {
    width: calc(50% - 41px);
    padding-top: 54.9%;
}
@media screen and (max-width: 1199px){
    .col-two .video-box {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 991px){
    .row-reverse .image-text-content, .row-reverse .video-text {
        padding-right: 30px;
    }
    .image-text-wrapper:not(.row-reverse) .image-text-content, 
    .video-text-wrapper:not(.row-reverse) .video-text {
        padding-left: 30px;
    }
    .video-box-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 749px){
    .video-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
        order: 1;
        margin-bottom: 40px;
        max-width: 100% !important;
    }
    .video-text h3 {
        font-size: 18px;
    }
    .video-box-wrapper {
        order: 2;
    }
    .play-btn .play-icon {
        max-width: 50px;
    }
    .video-slider.col-one {
        margin-left: -20px;
        margin-right: -20px;
    }
    .video-slider.col-two {
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        scroll-behavior:smooth;
        gap:12px;
        padding-bottom:10px;
    }
    .video-slider.col-two::-webkit-scrollbar{
        display:none;
    }
    .video-slider.col-two .video-box{
        flex:0 0 93%; 
        scroll-snap-align:start;
        position:relative;
        padding-top:70%;
        border:1px solid #f1f1f1;
    }
    .video-box-type2 .video-text {
        padding-left: 0 !important;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .custom-img-text .image-text-content {
        padding: 0 !important;
        margin-top: 20px;
        max-width: 100%;
    }
}




/* Muto table  */
.muto-contains-top-content {
    margin-bottom: 67px;
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
}
.muto-contains-top-content h2 + div {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
}
.muto-contains-wraper {
    margin: 0 auto 60px auto;
    text-align: center;
}
.muto-row {
    display: grid;
    grid-template-columns: 1fr 500px 1.5fr;
    align-items: stretch;
}
.muto-col {
    padding: 23px 24px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.03em;
}
.top-row .muto-col {
    padding-top: 32px;
}
.top-row .muto-col img {
    max-height: 32px;
}
.top-row .muto-col:nth-child(2) {
  background: #00162a;
}
.top-row .muto-col:nth-child(1) {
  justify-content: flex-start;
}
.top-row h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0;
}
.border-text {
    border: 1px solid #5093B1;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00162a;
    line-height: 1.2;
    max-width: 282px;
}

.muto-row:not(.top-row) .muto-col:nth-child(1) {
    justify-content: left;
    padding-left: 0;
}
.muto-row:not(.top-row) .muto-col:nth-child(1), 
.muto-row:not(.top-row) .muto-col:nth-child(3) {
    border-bottom: 1.36px solid #00162A;
}
.muto-row:not(.top-row) .muto-col:nth-child(2) {
  background: #00162a;
}
.muto-lhs {
    margin: 0;
    text-align: left;
}
.muto-icon-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    max-width: 349px;
    line-height: 1.2;
    margin: 0;
}
.muto-icon-text span {
    width: 100%;
    display: inline-block;
}
.muto-row .muto-col:nth-child(2) .muto-icon-text span {
  color: #fff;
}
.muto-row .muto-col:nth-child(3) .muto-icon-text span {
  color: #00162a;
}
.muto-icon-text svg {
    display: none;
    width: 24px;
    margin-bottom: 8px;
}
.muto-row:last-child .muto-col:nth-child(1), 
.muto-row:last-child .muto-col:nth-child(3) {
    border-bottom: none;
}
.muto-row:last-child .muto-col:nth-child(2) {
    position: relative;
}
.muto-row:last-child .muto-col:nth-child(2):before {
    content: "";
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 1;
    background: #00162a;
}

@media (max-width: 1400px) {
    .muto-row {
        grid-template-columns: 1fr 420px 1.5fr;
    }
}

@media (max-width: 1199px) {
    .muto-contains-wraper {
        margin: 0 auto 50px;
    }
    .muto-row:last-child .muto-col:nth-child(2):before {
        height: 50px;
        bottom: -50px;
    }
    .muto-row {
        grid-template-columns: 1fr 360px 1.5fr;
    }
    .muto-icon-text,
    .border-text,
    .muto-col {
        font-size: 15px;
    }
    .top-row .muto-col img {
        max-height: 30px;
    }
}
@media (max-width: 991px) {
    .muto-row {
        grid-template-columns: 25% 40% 35%;
    }
    .muto-icon-text, .border-text, .muto-col {
        font-size: 14px;
    }
    .top-row .muto-col img {
        max-height: 25px;
    }
    .muto-col {
        padding: 20px;
    }
}
@media (max-width: 749.98px) {
    .muto-col {
        padding: 10px;
    }
    .muto-icon-text, .border-text, .muto-col {
        font-size: 11px;
    }
    .top-row .muto-col {
        padding-top: 25px;
    }
    .muto-row:last-child .muto-col:nth-child(2):before {
        height: 25px;
        bottom: -25px;
    }
    .muto-contains-wraper {
        margin: 0 auto 25px;
    }
    .top-row .muto-col img {
        max-height: 20px;
    }
}



/* Faqs */
.faq-wrap .collapsible-content__header {
    max-width: 460px;
    padding-right: 40px;
}
.faq-wrap.collapsible-content summary {
    padding: 0;
}
.faq-wrap.collapsible-content summary:hover {
    background: transparent;
}
.faq-wrap.collapsible-content .accordion {
    border: none;
}
.faq-wrap.collapsible-content .accordion__title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .05em;
}
.faq-wrap.collapsible-content summary:hover .accordion__title {
    text-decoration: none;
    text-underline-offset: .3rem;
}
.collapsible-content .accordion +.accordion {
    margin-top: 30px;
}
.collapsible-content .accordion__content {
    padding: 20px 0 0;
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .faq-wrap .collapsible-content__header {
        max-width: 100%;
        padding-right: 0;
    }
    .faq-wrap .col-2-layout {
        gap: 30px;
    }
    .faq-wrap.collapsible-content .col-2-layout > div:first-child {
        width: 33.33%;
    }
    .faq-wrap.collapsible-content .col-2-layout > div:last-child {
        width: 66.67%;
    }
    .faq-wrap.collapsible-content .accordion__title {
        font-size: 16px;
        line-height: 20px;
    }
    .collapsible-content .accordion+.accordion {
        margin-top: 22px;
    }
}

@media screen and (max-width: 991px) {
    .faq-wrap.collapsible-content .col-2-layout > div:first-child {
        width: 40%;
    }
    .faq-wrap.collapsible-content .col-2-layout > div:last-child {
        width: 60%;
    }
}
@media screen and (max-width: 749.98px) {
    .faq-wrap .col-2-layout > div {
        width: 100% !important;
    }
    .faq-wrap .col-2-layout {
        flex-wrap: wrap;
        gap: 0;
    }
    .faq-wrap.collapsible-content .accordion__title {
        font-size: 14px;
        line-height: 18px;
    }
}

/*  the team */
.why-choose-top-content {
    margin-bottom: 60px;
}
.why-choose-box {
    display: flex;
    flex-wrap: wrap;
}
.why-choose-description {
    margin-bottom: 36px;
}
.why-choose-title {
    font-size: 16px;
    margin-bottom: 28px;
    letter-spacing: .05em;
    margin-top: 0;
}
.why-choose-description p {
    margin-top: 0;
}
.why-choose-description p:last-child {
    margin-bottom: 0;
}
.why-choose-box .why-choose-img-wrap {
    margin-top: auto;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.why-choose-img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.why-choose-bottom-image .why-choose-img-wrap {
    order: 5;
}
@media screen and (max-width: 1199px){
    .why-choose-content .why-choose-box {
        width: calc(100% / 3 - 40px) !important;
    }
}
@media screen and (max-width: 749px){
    .why-choose-content .why-choose-box {
        width: 100% !important;
    }
    .why-choose-bottom-image .why-choose-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .why-choose-bottom-image .why-choose-description {
        margin-bottom: 0;
    }
}

/* Meet our founder */
.meet-founder .image-text-content {
    max-width: 709px;
}
.meet-founder .image-text-description {
    font-size: 20px;
}
.meet-founder .image-text-description  > span {
    font-size: 16px;
    display: block;
}
@media screen and (max-width: 1199px){
    .meet-founder .image-text-description {
        font-size: 18px;
    }
    .meet-founder .image-text-description  > span {
        font-size: 15px;
    }
}
@media screen and (max-width: 749px){
    .meet-founder .image-text-description {
        font-size: 16px;
    }
    .meet-founder .image-text-description  > span {
        font-size: 14px;
    }
}


/* OUR SCIENCE & COLLABORATIONS (tabs slider) */
.age-evolution-top-content {
    max-width: 739px;
    margin-bottom: 72px;
}
.age-evolution-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 15px;
}
.age-evolution-tab-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #8A8683;
    font-size: 18px;
    letter-spacing: 0.03em;
    padding: 0;
    position: relative;
}
.age-evolution-tab-btn.active:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #8A8683;
}
.age-evolution-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.age-evolution-left {
    width: 60%;
    max-width: 789px;
    padding-right: 50px;
}
.age-evolution-right {
    width: 40%;
    max-width: 584px;
}
.age-evolution-tab-content {
    margin-left: 1px;
}
.age-evolution-left h3 {
    max-width: 400px;
}
.age-evolution-right img {
    width: 100%;
}
.age-evolution-left .button-wrapper {
    margin-top: 60px;
}
@media screen and (max-width: 1500px) {
    .age-evolution-tab-btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .age-evolution-top-content {
        margin-bottom: 50px;
    }
    .age-evolution-left .button-wrapper {
        margin-top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .age-evolution-tab-btn {
        font-size: 14px;
    }
    .age-evolution-left .button-wrapper {
        margin-top: 25px;
    }
    .age-evolution-tabs {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 749px) {
    .age-evolution-tab-content {
        margin-left: 0;
    }
    .age-evolution-tab-content .age-evolution-tab-btn {
        margin-bottom: 24px;
        font-size: 16px;
    }
    .age-evolution-tab-content .age-evolution-tab-btn.became-title {
        color: #00162A;
    }
    .slick-active .age-evolution-tab-btn.became-title:before {
        background: #00162A;
    }
    .age-evolution-left {
        width: 100%;
        padding-right: 0;
    }
    .age-evolution-right {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .age-evolution-tab-btn.active:before {
        content: none;
    }
    .slick-active .age-evolution-tab-btn:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: -3px;
        left: 0;
        background: #8A8683;
    }
    .age-evolution-tab-contents .slick-list {
        padding-bottom: 43px;
    }
    .age-evolution-tab-contents .slick-track {
        display: flex !important;
    }
    .age-evolution-tab-contents .slick-slide {
        height: auto !important;
        display: flex !important;
    }
    .age-evolution-tab-contents .slick-slide > div {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .age-evolution-tab-contents .slick-slide > div > div {
        height: 100%;
    }
    .age-evolution-tab-content .age-evolution-box {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .age-evolution-tab-content .age-evolution-tab-btn {
        flex: 0 0 auto;
    }
    .age-evolution-tab-content .age-evolution-box > div {
        min-height: 0; 
    }

}

/* Round tabs  */
.round-tabs .age-evolution-top-content {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}
.round-tabs .age-evolution-tabs {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 18px;
}
.round-tabs .age-evolution-tabs .age-evolution-tab-btn {
    width: 54px;
    height: 54px;
    color: #00162A;
    border: 1px solid #00162A;
    border-radius: 50%;
    font-size: 20px;
}
.round-tabs .age-evolution-tabs .age-evolution-tab-btn:before {
    opacity: 0;
}
.round-tabs .age-evolution-tabs .age-evolution-tab-btn.active,
.round-tabs .age-evolution-tabs .age-evolution-tab-btn:hover {
    background: #5EFAFF;
}
.round-tabs .age-evolution-box {
    padding: 0px 0px 0 80px;
    align-items: center;
}
.round-tabs .age-evolution-box > div {
    width: 50%;
}
.round-tabs .age-evolution-left {
    max-width: 636px;
    padding: 40px 50px 40px 0;
}
.round-tabs .age-evolution-right {
    max-width: 656px;
}
.round-tabs .age-evolution-left h3 {
    max-width: 100%;
    margin-bottom: 30px;
}
.round-tabs .age-evolution-description {
    padding: 17px 20px;
    background: #fff;
    width: 100%;
    margin-top: 40px;
}
.round-tabs .age-evolution-description  h4 {
    font-family: Sometype Mono,monospace !important;
    letter-spacing: .05em;
    font-size: 19px;
    margin-bottom: 20px;
}
.round-tabs .age-evolution-description ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
    gap: 11px;
}
.age-evolution-description ul li {
    width: 100%;
}
@media screen and (max-width: 1500px) {
    .round-tabs .age-evolution-box {
        padding: 0 0 0 40px;
    }
}
@media screen and (max-width: 1199px) {
    .round-tabs .age-evolution-description {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .round-tabs .age-evolution-box {
        padding: 0 0 0 25px;
    }
    .round-tabs .age-evolution-left h3 {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .round-tabs .age-evolution-description ul {
        gap: 6px;
    }
    .round-tabs .age-evolution-description h4 {
        margin-bottom: 15px;
    }
    .round-tabs .age-evolution-left {
        padding: 40px 30px 40px 0;
    }
    .round-tabs .age-evolution-tabs {
        gap: 12px;
    }
    .round-tabs .age-evolution-tabs .age-evolution-tab-btn {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    .round-tabs .age-evolution-top-content {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 749px) {
    .round-tabs .age-evolution-tabs {
        gap: 5px;
        justify-content: space-between;
    }
    .round-tabs .age-evolution-top-content {
        margin-bottom: 24px;
    }
    .age-evolution-tabs {
        margin-bottom: 30px;
    }
    .round-tabs .age-evolution-box {
        padding: 20px;
    }
    .round-tabs .age-evolution-box > div {
        padding: 0;
        width: 100%;
        order: 2;
    }
    .round-tabs .age-evolution-left h3 {
        margin-bottom: 20px;
    }
    .round-tabs .age-evolution-description {
        margin-top: 21px;
    }
    .round-tabs .age-evolution-box > div.age-evolution-right {
        order: 1;
    }
    .round-tabs .round-tab-mobile-image {
        display: block !important;
    }
    .round-tabs .age-evolution-right img {
        display: none !important;
    }
    .round-tabs .age-evolution-description h4 {
        font-size: 15px;
    }
    .round-tabs .age-evolution-description {
        padding: 15px 15px;
    }
}





/* logos layer  */
.ingredient-slider {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
.ingredient-slider {
    margin: 0;
    padding: 0;
}
/* dot - style no slider */
.ingredient-slider.has-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
}
.ingredient-slider.has-image li {
  display: flex;
  align-items: center;
}
.ingredient-slider.has-image .dot-sep {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #407795;
}

.ingrediant-top-content {
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
}
.ingrediant-top-content h3 {
    margin: 0;
}
@media screen and (max-width: 1199px){
    .ingredient-slider.has-image li img {
        max-width: 130px;
    }
}
@media screen and (max-width: 749px){
    .ingredient-slider.has-image .dot-sep {
        display:none;
    }
    .ingredient-slider.has-image {
        column-gap: 20%;
    }
    .ingredient-slider.has-image li {
        width: calc(50% - 10%);
        justify-content: center;
    }
    .ingredient-slider.has-image li img {
        max-width: 100%;
        width: auto;
        max-height: 26px;
    }
    .ingredient-slider.has-image li:nth-child(1) {
        order: 1;
    }
    .ingredient-slider.has-image li:nth-child(7) {
        order: 2;
    }
    .ingredient-slider.has-image li:nth-child(3) {
        order: 3;
    }
    .ingredient-slider.has-image li:nth-child(5) {
        order: 4;
    }
}


/* reseach-library page */
.research-library-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.research-library-item {
    padding: 17px 0;
    border-bottom: 1px solid #407795;
}
.research-library-title-box .research-library-title {
    margin-bottom: 0;
    font-size: 22px;
}
.research-library-content .research-library-ingrediants {
    background: #F6F8F1;
    display: inline-block;
    font-size: 15px;
    padding: 4px 8px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.research-library-content {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.research-library-content > * {
    padding: 17px 0;
    margin: 0;
    font-size: 14px;
}
.research-library-content > *:first-child:not(.research-library-ingrediants) {
    padding-top: 0;
}
.research-library-content > *:last-child {
    padding-bottom: 0;
}
.research-library-content > * + * {
    border-top: 1px solid #d9d9d9;
}
.research-library-content a {
    font-family: "Sometype Mono", monospace !important;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px){
    .research-library-content .research-library-ingrediants {
        font-size: 14px;
    }
    .research-library-title-box .research-library-title {
        font-size: 18px;
    }
    .research-library-item {
        padding: 14px 0;
    }
}
@media screen and (max-width: 991px){
    .research-library-content .research-library-ingrediants {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .research-library-title-box .research-library-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 749px){
    section.research-library-faq {
        padding-top: 26px !important;
    }
    .research-library-toggle svg {
        width: 10px;
    }
    .research-library-content .research-library-ingrediants {
        font-size: 12px;
        padding: 5px 7px;
    }
    .research-library-content > * + * {
        padding: 12px 0;
        font-size: 13px;
    }
    .research-library-content {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .research-library-title-box .research-library-title {
        font-size: 14px;
    }
}

/* product feature */
.product-feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-feature-left {
    padding-right: 50px;
}
.product-feature-right {
    display: flex;
    align-items: center;
}
.product-feature-img {
    margin-right: -130px;
}
.product-feature-faq {
    width: 436px;
    max-width: 100%;
}
.product-feature-left-richtext {
    letter-spacing: 0px;
    font-size: 13px;
    margin-bottom: 15px;
}
.product-feature-title {
    margin: 0 0 33px;
}
.product-feature-left-richtext strong {
    font-weight: normal;
    font-size: 19px;
    margin-left: 1px;
}
.product-feature-stars {
    margin-bottom: 32px;
}
.product-feature-left .button-wrapper {
    margin-top: 32px;
}
.product-feature-faq .accordion-header {
    display: flex;
    justify-content: space-between;
    color: #8a8683;
    font-size: 24px;
    letter-spacing: .03em;
    line-height: 1.2;
    cursor: pointer;
}
.product-feature-faq .accordion-item.active .accordion-header {
    color: #00162A;
}
.product-feature-faq .accordion-item + .accordion-item {
    margin-top: 32px;
}
.product-feature-faq .acc-toggle {
    background: transparent;
    border: none;
}
.product-feature-faq .accordion-content {
    margin-top: 10px;
    font-size: 14px;
}
@media screen and (max-width: 1199px){
    .product-feature-left {
        padding-right: 30px;
    }
    .product-feature-img {
        margin-right: -80px;
    }
    .product-feature-img img {
        max-width: 300px;
    }
    .product-feature-faq .accordion-header {
        font-size: 18px;
    }
    .product-feature-faq {
        width: auto;
    }
    .product-feature-faq .acc-toggle {
        margin-left: 10px;
    }
}
@media screen and (max-width: 991px){
    .product-feature-faq .accordion-header {
        font-size: 16px;
    }
    .product-feature-title {
        margin: 0 0 20px;
    }
    .product-feature-left .button-wrapper {
        margin-top: 20px;
    }
}
@media screen and (max-width: 749.98px){
    .product-feature-box,
    .product-feature-right  {
        flex-wrap: wrap;
    }
    .product-feature-box > div,
    .product-feature-box > div > div {
        width: 100%;
        padding: 0;
    }
    .product-feature-left {
        display: flex;
        flex-wrap: wrap;
    }
    .product-feature-left h3, .product-feature-left .button-wrapper {
        width: 100%;
    }
    .product-feature-left .product-feature-left-richtext {
        width: 50%;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    .product-feature-left .product-feature-stars {
        width: 50%;
        order: -1;
    }
    .product-feature-left .product-feature-stars {
        width: 80px;
        height: auto;
        object-fit: contain;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative;
        top: 1px;
    }
    .product-feature-left h3 {
        margin-bottom: 8px;
    }
    .product-feature-left .button-wrapper {
        margin-top: 8px;
        margin-bottom: 20px;
    }
    .product-feature-left-richtext p {
        font-size: 10px;
    }
    .product-feature-left-richtext strong {
        font-size: 12px;
    }
    .product-feature-img {
        margin: 0;
    }
    .product-feature-faq .accordion-header {
        font-size: 14px;
    }
    .product-feature-faq {
        margin-top: 20px;
    }
    .product-feature-faq .accordion-item + .accordion-item {
        margin-top: 20px;
    }
}

/* essentials accordian */
.essentials-accordian-top-content {
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
}
.essentials-box {
    display: flex;
    flex-wrap: wrap;
}
.essentials-left {
    padding-right: 64px;
    width: 51.1%;
}
.essential-image {
    width: 48.9%;
    position: relative;
}
.essential-image img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.essential-image img {
    width: 100%;
}
.essential-item {
    border-bottom: 1px solid #00162A;
    padding: 25px 0;
}
.essential-item:first-child {
    padding-top: 0;
}
.essential-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.essential-header-left .essential-title {
    margin: 0 0 10px;
}
.essential-header-left .essential-dose {
    font-size: 14px;
    color: #5093B1;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.essential-header-left .essential-short {
    margin-top: 22px;
}
.essential-header {
    position: relative;
    padding-right: 54px;
    cursor: pointer;
}
.essential-toggle {
    position: absolute;
    right: 18px;
    top: 5px;
}
.essential-content {
    padding: 16px 20px;
    background: rgba(94, 250, 255, .10);
    margin-top: 24px;
    max-width: 488px;
    font-size: 14px;
}
.essential-content h4 {
    font-size: 16px;
    letter-spacing: .05em;
    font-family: Sometype Mono,monospace!important;
    margin-bottom: 15px;
}
.essential-content ul {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.essential-content ul li {
   width: 100%;
}
.essentials-accordian-bottom-content {
    margin-top: 60px;
}
@media screen and (max-width: 1199px){
    .essentials-left {
        padding-right: 50px;
    }
}
@media screen and (max-width: 991px){
    .essentials-left {
        padding-right: 30px;
    }
    .essential-header-left .essential-title {
        font-size: 20px;
    }
    .essential-header-left .essential-short {
        margin-top: 12px;
    }
    .essential-content h4 {
        font-size: 15px;
        margin-bottom: 11px;
    }
    .essential-item {
        padding: 18px 0;
    }
    .essential-content {
        padding: 13px 15px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 749px){
    .essentials-box > div {
        width: 100%;
    }
    .essential-header {
        padding-right: 22px;
    }
    .essential-image {
        padding-top: 82.5%;
        order: 1;
        margin-bottom: 30px;
    }
    .essentials-left {
        padding-right: 0;
        order: 2;
    }
    .essential-header-left .essential-title {
        font-size: 16px;
    }
    .essential-toggle svg {
        width: 10px;
    }
    .essential-toggle {
        position: absolute;
        top: 4px;
        right: 0;
    }
    .essentials-accordian-bottom-content {
        margin-top: 40px;
    }
    .essential-item {
        padding: 20px 0;
    }
    .essential-header-left .essential-short {
        margin-top: 12px;
        display: none;
    }
    .active .essential-header-left .essential-short {
        display: block;
    }
    .essential-content {
        padding: 15px 18px;
        margin-top: 18px;
    }
}


/* .essential - no image layer */
.essentials-accordian.no-image-func .essentials-accordian-top-content {
    max-width: 100%;
}
.essentials-accordian.no-image-func .essential-header-left {
    display: flex;
    flex-wrap: wrap;
}
.essentials-accordian.no-image-func .essential-title-box {
    width: 430px;
}
.essentials-accordian.no-image-func .essential-short {
    width: calc(100% - 430px);
    margin-top: 0;
    padding: 0 50px;
}
.essentials-accordian.no-image-func .essential-content {
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .essentials-accordian.no-image-func .essential-title-box {
        width: 360px;
    }
    .essentials-accordian.no-image-func .essential-short {
        width: calc(100% - 360px);
    }
}
@media screen and (max-width: 1199px) {
    .essentials-accordian.no-image-func .essential-title-box {
        width: 320px;
    }
    .essentials-accordian.no-image-func .essential-short {
        width: calc(100% - 320px);
        padding: 0 40px;
    }
}
@media screen and (max-width: 991px) {
    .essentials-accordian.no-image-func .essential-title-box {
        width: 280px;
    }
    .essentials-accordian.no-image-func .essential-short {
        width: calc(100% - 280px);
        padding: 0 30px;
    }
}
@media screen and (max-width: 749px) {
     .essentials-accordian.no-image-func .essential-title-box {
        width: 100%;
    }
    .essentials-accordian.no-image-func .essential-short {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
}

/*  check-icon-with-text */
.full-width {
    max-width: 1852px;
    margin: 0 auto;
    padding: 0 20px;
}
.check-icon-with-text-wrap .why-choose-top-content {
    margin-bottom: 72px;
}
.check-icon-with-text-wrap .why-choose-img-wrap {
    padding: 0;
    margin-bottom: 28px;
    margin-top: 0;
}
.check-icon-with-text-wrap .why-choose-img-wrap .why-choose-icon {
    position: static;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.check-icon-with-text-wrap .why-choose-description {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px){
    .check-icon-with-text-wrap .why-choose-box {
        width: calc(100% / 5 - 20px) !important;
    }
    .check-icon-with-text-wrap .why-choose-img-wrap .why-choose-icon {
        width: 48px;
        height: 48px;
    }
    .check-icon-with-text-wrap .why-choose-box {
        flex-direction: column;
    }
    .check-icon-with-text-wrap .why-choose-img-wrap {
        margin-bottom: 20px;
    }
    .check-icon-with-text-wrap .why-choose-top-content {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px){
    .check-icon-with-text-wrap .why-choose-img-wrap .why-choose-icon {
        width: 36px;
        height: 36px;
    }
    .check-icon-with-text-wrap .why-choose-img-wrap {
        margin-bottom: 15px;
    }
    .check-icon-with-text-wrap .why-choose-description {
        margin-bottom: 0;
        font-size: 13px;
    }
}
@media screen and (max-width: 749.98px) {
    .check-icon-with-text-wrap .slick-slider .why-choose-box {
        width: 100% !important;
    }
}

/* multi formula layer */
.multi-formula-top-content {
    max-width: 974px;
    margin-left: auto;
    margin-right: auto;
}
.multi-formula-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
}
.formula-single-box {
    background: #f6f8f1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.multi-formula-img {
    position: relative;
    padding-top: 25.9%;
    width: 100%;
}
.multi-formula-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.multi-formula-box-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.multi-formula-box-top {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 21px;
}
.multi-formula-box-top > * {
    width: 100%;
}
.multi-formula-box-text h3 {
    margin: 0;
    max-width: 460px;
}
.multi-formula-short-text {
    color: #5093B1;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .05em;
}
.function-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    justify-content: space-between;
}
.function-box > div {
    width: calc(50% - 10px);
    background: #fff;
    padding: 20px;
}
.function-right .ingrediant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.function-right .ingrediant p {
    margin: 0;
}
.function-right .ingrediant + .ingrediant {
    margin-top: 18px;
}
.function-right .ingrediant p:last-child {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
}
@media screen and (max-width: 1500px) {
    .multi-formula-short-text {
        font-size: 16px;
    }
    .formula-single-box {
       padding: 15px; 
    }
    .function-right .ingrediant {
        gap: 10px;
    }
    .function-box>div {
        width: calc(50% - 6px);
        padding: 12px;
    }
    .function-box p,
    .function-box h4{
        font-size: 14px;
    }
    .function-right .ingrediant p:last-child {
        white-space: nowrap;
    }
}
@media screen and (max-width: 1300px) {
    .multi-formula-short-text {
        font-size: 14px;
    }
    .function-right .ingrediant {
        gap: 10px;
    }
    .function-box>div {
        width: calc(50% - 5px);
        padding: 10px;
    }
    .function-box p,
    .function-box h4{
        font-size: 13px;
    }
}
@media screen and (max-width: 1199px) {
    .multi-formula-box {
        row-gap: 30px;
    }
    .function-box > div {
        width: 100%;
    }
    .function-box > div + div {
        margin-top: 20px;
    }
    .function-right .ingrediant + .ingrediant {
        margin-top: 16px;
    }
}
@media screen and (max-width: 991px) {
    .formula-single-box {
        padding: 16px;
    }
    .function-box>div {
        gap: 15px;
    }
    .multi-formula-box-top {
        gap: 15px;
        margin-bottom: 15px;
    }
    .function-right .ingrediant + .ingrediant {
        margin-top: 14px;
    }
}
@media screen and (max-width: 749.98px) {
    .multi-formula-img {
        padding-top: 78.9%;
    }
    .multi-formula-box-text h3 {
        gap: 12px;
        margin: 15px 0 0;
    }
    .multi-formula-box {
        row-gap: 0;
    }
    .function-right .ingrediant p:last-child {
        white-space: nowrap;
    }
}


/* Compare table - layer */
.compare-table-top-content {
    margin-bottom: 67px;
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
}
.compare-table-top-content h2 + div {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
}
.compare-table-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table-left {
    padding-right: 60px;
    width: 49.1%;
}
.table-right {
    width: 50.9%;
    position: relative;
}
.table-right img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.table-left > * {
    max-width: 493px;
}
.table-left .compare-table-list {
    margin: 0;
    padding: 0;
}
.table-left .compare-table-list li {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.1em;
    border-bottom: 1px solid #5093B1;
    padding: 14px 28px 14px 12px;
}
.table-left .compare-table-list li:last-child {
    border-bottom: none;
}
.table-left .ingrediants-name > * {
    width: 100%;
    display: inline-block;
}
.table-left .ingrediant-weight {
    font-size: 13px;
    margin-top: 6px;
}
.compare-price {
    margin-top: 30px;
}
.compare-price > div {
    border: 1px solid #00162A;
    padding: 16px 30px 16px 12px;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.compare-price > div.black-box {
    color: #fff;
    background: #00162A;
}
@media screen and (max-width: 1199px) {
    .table-left {
        padding-right: 50px;
        width: 49.1%;
    }
    .compare-table-top-content {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .table-left {
        padding-right: 30px;
    }
    .compare-table-top-content {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 749.98px) {
    .table-left, .table-right {
        width: 100%;
        padding: 0;
    }
    .table-right {
        margin-top: 20px;
    }
    .table-right img {
        position: relative;
    }
}

/* day-wise-progress layer  */
.day-progress-top-content {
    margin-bottom: 110px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.day-wise-progress {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
.single-day {
  width: 14.66%;
  padding: 0 11px;
  cursor: pointer;
  transition: width 0.35s ease;
}
.progress-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.single-day.content-ready .progress-content {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: max-height 0.3s ease, opacity 0.4s ease;
  pointer-events: auto;
}
.single-day.active {
  width: 26.7%;
}
.progress-image-same-height {
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
.progress-image-same-height.height-ready {
  visibility: visible !important;
}
.progress-image-inner {
  width: 100%;
  position: relative;
  padding-top: 100%;
  margin-top:  auto;
}
.progress-image-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.progress-image h3 {
    margin-top: 32px;
    font-size: 26px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.progress-content-short {
    color: #407795;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 14px;
    display: inline-block;
    letter-spacing: .05em;
}
@media screen and (max-width: 1500px) {
    .progress-image h3 {
        margin-top: 20px;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .progress-content-short,
    .progress-description p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1199px) {
    .single-day {
        padding: 0 9px;
    }
    .day-wise-progress {
        margin-left: -9px;
        margin-right: -9px;
    }
}
@media screen and (max-width: 991px) {
    .progress-image h3 {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .single-day {
        padding: 0 5px;
    }
    .day-wise-progress {
        margin-left: -5px;
        margin-right: -5px;
    }
    .progress-content-short {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .progress-description {
        font-size: 13px;
    }
}
@media screen and (max-width: 749.98px) {
    .day-wise-progress {
        margin-top: 60px;
    }
    .day-progress-wrapper .slick-arrow {
        top: -42px;
        transform: translate(-50%);
    }
    .day-progress-wrapper .slick-arrow:before {
        content: none;
    }
    .day-progress-wrapper .slick-prev {
        left: 40%;
        transform: rotate(-180deg);
    }
    .day-progress-wrapper .slick-next {
        right: 40%;
    }
    .day-progress-wrapper .slick-arrow.slick-disabled {
        opacity: 0.5;
    }
}




/* Product top layer  */
.template-product .product.grid {
    gap: 0;
    justify-content: space-between;
}
@media screen and (min-width: 990px) {
    .template-product .product--medium:not(.product--no-media) .product__info-wrapper, 
    .template-product .product--small:not(.product--no-media) .product__media-wrapper {
        max-width: 51%;
        width: calc(51% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
@media screen and (min-width: 990px) {
    .template-product .product--medium:not(.product--no-media) .product__media-wrapper, 
    .template-product .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 670px;
        width: calc(49% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
.template-product .grid__item .product-media-container.media-type-image {
    max-width: 100%;
    width: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.template-product .media>*:not(.zoom):not(.deferred-media__poster-button) {
    object-fit: contain;
}
.template-product .product-media-container .product__modal-opener {
    width: 100%;
}
.template-product .product--thumbnail .product__media-list, 
.template-product .product-.template-product -thumbnail_slider .product__media-list {
    width: 100%;
    margin: 0;
}
.template-product .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0;
    column-gap: 20px;
}
.template-product .thumbnail-list {
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 20px;
}
.product .product__info-container > *+* {
    margin: 1.6rem 0;
}
.start-journey {
    font-size: 12px;
    letter-spacing: .06em;
}
@media screen and (min-width: 900px) {
    .template-product .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(25% - 15px);
    }
}
@media screen and (min-width: 750px) {
    .product__info-wrapper--extra-padding {
        padding: 0 0 0 50px;
    }
}
@media screen and (max-width: 1199px) {
    body .product__info-wrapper--extra-padding {
        padding: 0 0 0 4rem;
    }
    .template-product .grid__item .product-media-container.media-type-image {
        min-height: 550px;
    }
}
@media screen and (max-width: 991px) {
    .template-product .grid__item .product-media-container.media-type-image {
        min-height: 450px;
    }
}
@media screen and (max-width: 749px) {
    .template-product product-info {
        padding: 0 0 53px !important;
    }
    .template-product .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0;
    }
    .template-product .grid__item .product-media-container.media-type-image {
        min-height: auto;
    }
    .template-product .grid__item .global-media-settings {
        border: 1px solid #f7f7f7;
    }
    .template-product .slider-buttons {
        display: none;
    }
    .template-product .product-media-container.constrain-height .media {
        padding-top: 100%;
    }
    .template-product .grid--peek.slider .grid__item {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .template-product .grid--peek.slider--mobile {
        margin: 0 !important;
    }
    body .product__info-wrapper--extra-padding {
        padding: 40px 0 0;
    }
    .product .custom-star-wrapper {
        display: flex;
        align-items: center;
    }
    .product .custom-rating {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 0;
        order: 2;
        margin-left: 8px;
    }
    .product .custom-star-wrapper img {
        max-height: 15px;
    }
    .product .custom-rating {
        font-size: 10px;
    }
    .custom-rating span {
        font-size: 12px;
    }
    .product .product__info-container>*+* {
        margin: 20px 0;
    }
    .product-tagline {
        color: #407795;
        line-height: 1.3;
    }
    .start-journey {
        border-top: 1px solid #407795;
        padding-top: 20px;
    }
    .product__info-container .product-form {
        margin: 0;
    }
}


/* custom Skio - CSS */
.custom-skio-plans .one-time-plan {
  margin-top: 30px;
}
.custom-skio-plans .single-sell-plan-box {
  border: 1px solid #5093b180;
}
.custom-skio-plans .single-sell-plan-box.selected-box {
  border: 1px solid #00162A;
}
.custom-skio-plans .single-sell-plan-box + .single-sell-plan-box {
  margin-top: 15px;
}
.custom-skio-plans .single-sell-plan-box label {
  position: relative;
  padding: 8px 20px 7px 57px;
  transition: border-color 0.25s ease, background 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-skio-plans .single-sell-plan-box label .skio-plan-left {
  display: flex;
  align-items: center;
}
.custom-skio-plans .skio-plan-right {
    line-height: 1;
    text-align: right;
}
.custom-skio-plans .skio-plan-right .subscription-price {
    letter-spacing: .02em;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.custom-skio-plans .skio-plan-right .price-muted {
    font-size: 10px;
    line-height: 1;
}
.custom-skio-plans .single-sell-plan-box label h4 {
  margin: 0;
}
.custom-skio-plans .single-sell-plan-box label .subscription-save {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .05em;
  color: #e70004;
  padding-left: 12px;
}
.custom-skio-plans .single-sell-plan-box .timeline {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.05em;
}
.custom-skio-plans .single-sell-plan-box label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.custom-skio-plans .single-sell-plan-box label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #00162a;
  background: transparent;
  transition: all 0.25s ease;
}
.custom-skio-plans .single-sell-plan-box label:hover::before {
  background-color: #5efaff;
}
.custom-skio-plans .single-sell-plan-box label.selected::before {
  border-color: #00162a;
  background-color: #5efaff;
}
.custom-skio-plans .single-sell-plan-keypoints {
    display: none;
}
.custom-skio-box .single-sell-plan-box label.selected + .single-sell-plan-keypoints {
    display: inline-block;
}
.custom-skio-box .single-sell-plan-box .single-sell-plan-keypoints {
    width: calc(100% - 77px);
    margin-left: 57px;
    border-top: 1px solid #00162A;
    margin-right: 20px;
    padding-top: 12px;
}
.custom-skio-plans .single-sell-plan-box+.single-sell-plan-box .single-sell-plan-tag {
    padding: 4px 0;
    text-align: center;
    margin: 0;
    background-color: #00162a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.1;
}
.custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
    row-gap: 6px;
}
.custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul li {
    width: 50%;
    position: relative;
    padding-left: 22px;
}
.custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul li:before {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    left: 9px;
    top: 6px;
    background: #00162A;
    border-radius: 50%;
}
/* single-sell-plan-box  */
.custom-skio-plans .one-time-plan .subs-box {
    cursor: pointer;
    padding: 0;
    justify-content: center;
    text-transform: uppercase;
    column-gap: 2px;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #00162A;
}
.custom-skio-plans .one-time-plan .single-sell-plan-box label:before {
    opacity: 0;
}
.custom-skio-plans .one-time-plan .single-sell-plan-box {
    border: none;
}
.custom-skio-plans .one-time-plan .skio-plan-right {
    position: relative;
    top: -1px;
}
.custom-skio-plans .one-time-plan .single-sell-plan-box label h4,
.custom-skio-plans .one-time-plan .skio-plan-right .subscription-price {
    font-size: 14px;
}
button[data-skio-name="login-email-submit-button"] span {
    font-family: 'Sometype Mono';
    text-transform: uppercase;
}
/* page scroll to - Sticky skio */
body.template-product {
    padding-bottom: 144px;
}
#stickySkio {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #F6F8F1;
    display: none;
    padding: 40px 0;
    border-top: solid .1rem rgba(var(--color-foreground),.08);
}
#stickySkio:has(*) {
    display: block;
}
#stickySkio .one-time-plan,
#stickySkio .single-sell-plan-tag {
    display: none;
}
#stickySkio .custom-plan-wrapper {
    display: flex;
    max-width: 1852px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 14px;
}
#stickySkio .single-sell-plan-box+.single-sell-plan-box {
    margin-top: 0;
}
#stickySkio .product-form__submit {
    width: 329px;
    margin: 0;
    min-height: 63px;
}
#stickySkio .subscription-box {
    width: 100%;
    display: flex;
    gap: 14px;
}
#stickySkio .subscription-box .single-sell-plan-box {
    width: 33.33%;
}
#stickySkio .single-sell-plan-box label {
    height: 100%;
}
#stickySkio .single-sell-plan-box .price-muted {
    display: none;
}
@media screen and (max-width: 1500px) {
    body.template-product {
        padding-bottom: 106px;
    }
    #stickySkio {
        padding: 30px 0;
    }
    #stickySkio .product-form__submit {
        min-height: 45px;
        width: 220px;
        font-size: 14px;
    }
    #stickySkio .single-sell-plan-box label {
        padding-left: 32px;
        padding-right: 14px;
    }
    #stickySkio .single-sell-plan-box label h4,
    #stickySkio .skio-plan-right .subscription-price {
        font-size: 14px;
    }
    #stickySkio .single-sell-plan-box label:before {
        left: 12px;
    }
    #stickySkio .single-sell-plan-box label .subscription-save {
        font-size: 11px;
        padding-left: 7px;
    }
    #stickySkio .single-sell-plan-box .timeline {
        font-size: 11px;
    }
}
@media screen and (max-width: 1199px) {
   .product__info-wrapper .product__accordion summary .accordion__title {
        max-width: calc(100% - 3rem);
        font-size: 13px;
    }
    .custom-skio-plans .single-sell-plan-box label h4, 
    .custom-skio-plans .skio-plan-right .subscription-price {
        font-size: 13px;
    }
    .custom-skio-plans .single-sell-plan-box label {
        padding: 8px 13px 7px 40px;
    }
    .custom-skio-plans .single-sell-plan-box label:before {
        left: 15px;
    }
    .custom-skio-box .single-sell-plan-box .single-sell-plan-keypoints {
        width: calc(100% - 53px);
        margin-left: 40px;
        margin-right: 20px;
    }
    .custom-skio-plans .one-time-plan .single-sell-plan-box label h4, .custom-skio-plans .one-time-plan .skio-plan-right .subscription-price {
        font-size: 13px;
    }
    body.template-product {
        padding-bottom: 85px;
    }
    #stickySkio {
        padding: 22px 0;
    }
    #stickySkio .product-form__submit {
        min-height: 40px;
        width: 160px;
        font-size: 12px;
    }
    #stickySkio .single-sell-plan-box label {
        padding-left: 24px;
        padding-right: 10px;
    }
    #stickySkio .single-sell-plan-box label h4,
    #stickySkio .skio-plan-right .subscription-price {
        font-size: 12px;
    }
    #stickySkio .single-sell-plan-box label:before {
        left: 8px;
        width: 10px;
        height: 10px;
    }
    #stickySkio .single-sell-plan-box label .subscription-save {
        font-size: 10px;
        padding-left: 4px;
    }
    #stickySkio .single-sell-plan-box .timeline {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
     .custom-skio-plans .single-sell-plan-box label {
        padding: 8px 10px 7px 30px;
    }
    .custom-skio-plans .single-sell-plan-box label:before {
        left: 11px;
        width: 11px;
        height: 10px;
    }
    .custom-skio-plans .single-sell-plan-box label h4,
    .custom-skio-plans .skio-plan-right .subscription-price {
        font-size: 12px;
    }
    .custom-skio-plans .single-sell-plan-box label .subscription-save {
        font-size: 11px;
        padding-left: 5px;
    }
    .custom-skio-box .single-sell-plan-box .single-sell-plan-keypoints {
        width: calc(100% - 40px);
        margin-left: 30px;
        margin-right: 10px;
        padding-top: 10px;
    }
    .custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul {
        font-size: 11px;
        padding-bottom: 15px;
        row-gap: 3px;
    }
    .custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul li {
        padding-left: 15px;
    }
    .custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul li:before {
        left: 2px;
    }
    .custom-skio-plans .one-time-plan .single-sell-plan-box label h4, 
    .custom-skio-plans .one-time-plan .skio-plan-right .subscription-price {
        font-size: 11px;
    }
    .product__info-wrapper .product__accordion summary {
        padding: 10px 0 9px;
    }
    .product__info-wrapper .product__accordion summary .accordion__title {
        font-size: 13px;
    }
    .product__info-wrapper .product__accordion summary svg {
        width: 10px;
    }
    #stickySkio .product-form__submit {
        width: 130px;
        padding: 0 10px;
    }
    #stickySkio .single-sell-plan-box label h4, 
    #stickySkio .skio-plan-right .subscription-price {
        font-size: 11px;
    }
    .custom-skio-plans .single-sell-plan-box .timeline {
        font-size: 10px;
    }
    #stickySkio .single-sell-plan-box label {
        padding-left: 26px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 749px) {
    /* #stickySkio {
        display: none;
    } */
    .custom-skio-plans .single-sell-plan-box label:before {
        left: 10px;
        width: 13px;
        height: 13px;
    }
    .custom-skio-plans .single-sell-plan-box label {
        padding: 8px 10px 7px 36px;
    }
    .custom-skio-plans .single-sell-plan-box label .subscription-save {
        font-size: 10px;
        padding-left: 10px;
    }
    .custom-skio-plans .single-sell-plan-box+.single-sell-plan-box .single-sell-plan-tag {
        padding: 6px 0;
        font-size: 14px;
    }
    .custom-skio-plans .single-sell-plan-box label.selected+.single-sell-plan-keypoints ul {
        font-size: 10px;
        padding-bottom: 17px;
    }
    .custom-skio-plans .one-time-plan {
        margin-top: 20px;
    }
    .custom-skio-plans .one-time-plan .single-sell-plan-box label h4, .custom-skio-plans .one-time-plan .skio-plan-right .subscription-price {
        font-size: 12px;
    }
    .product__info-wrapper .product__accordion summary {
        padding: 11px 0 10px;
    }
    .product__info-wrapper .product__accordion summary .accordion__title {
        font-size: 12px;
    }
    /* conver select in mobile */
    #stickySkio .subscription-box, 
    #stickySkio .custom-plan-wrapper {
        flex-wrap: wrap;
    }
    #stickySkio .subscription-box .single-sell-plan-box {
        width: 100%;
        display: none;
    }
    #stickySkio .subscription-box .single-sell-plan-box.selected-box, 
    #stickySkio.option-visible .subscription-box .single-sell-plan-box {
        display: block;
    }
    #stickySkio .product-form__submit {
        width: 100%;
        min-height: inherit;
        padding: 8px;
    }
    #stickySkio .single-sell-plan-box label {
        position: relative;
        cursor: pointer;
    }
    #stickySkio .single-sell-plan-box label:after {
        content: '';
        position: absolute;
        right: 8px;
        top: 11px;
        transform: rotate(-90deg);
        border: solid #00162A;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    #stickySkio .skio-plan-right {
        opacity: 0;
    }
    #stickySkio.option-visible .single-sell-plan-box label:after {
        display: none;
    }
    #stickySkio.option-visible .skio-plan-right {
        opacity: 1;
    }
}

/* button and accordion  */
.product__info-wrapper .product-form__buttons {
    max-width: 100%;
}
.product__info-wrapper .product-form__buttons .product-form__submit {
    background: #5EFAFF;
    border-color: #00162A;
    font-family: "Sometype Mono", monospace;
    padding: 7px 10px 6px;
    line-height: normal;
    transition: all 0.2s ease;
}
.product__info-wrapper .product-form__buttons .product-form__submit:hover {
    border-color: transparent;
}
.product__info-wrapper .product-form__buttons .product-form__submit:before,
.product__info-wrapper .product-form__buttons .product-form__submit:after {
    display: none;
}
.product__info-wrapper .product__accordion {
    margin: 0!important;
    border-color: #5093B1;
}
.product__info-wrapper .product__accordion .accordion__title {
    color: #00162A;
    letter-spacing: .03em;
    line-height: 1.2em;
}
.product__info-wrapper .product__accordion summary {
    padding: 14px  0 13px;
    align-items: center;
}
.product__info-wrapper .product__accordion summary svg {
.product__info-wrapper    width: 10px;
    margin-right: 2px;
}
.product__info-wrapper .product__accordion .accordion__content {
    font-size: 14px;
}


/* ingredient-slider - marquee text */
.ingredient-slider .slick-slide {
    padding-right: 54px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ingredient-slider .slick-slide li {
    font-size: 18px;
    letter-spacing: .03em;
}
@media screen and (max-width: 1199px){
    .ingredient-slider .slick-slide li {
        font-size: 16px;body .jdgm-carousel-wrapper
    }
}
@media screen and (max-width: 749.98px) {
    .ingrediant-wrapper {
        padding: 32px 0 !important;
    }
    .ingredient-slider .slick-slide li {
        font-size: 14px;
    }
}

/* Customer Review slider layer  */
body .jdgm-carousel-wrapper {
    padding: 80px 0;
}
body .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
    height: auto;
}
body .jdgm-carousel-title-and-link {
    margin-bottom: 67px;
}
body .jdgm-carousel-wrapper .jdgm-carousel {
    margin: 0;
    overflow: hidden;
}
body .jdgm-carousel__item-container {
    margin-left: -50px;
    margin-right: -50px;
}
body .jdgm-carousel-wrapper .jdgm-carousel-item {
    padding: 0 50px;
    vertical-align: top;
}
body .jdgm-carousel-item__review-rating {
    font-size: 120%;
    display: flex;
    gap: 3px;
    margin-bottom: 30px;
}
body .jdgm-carousel-item__review-rating .jdgm-star {
    color: #407795;
    font-size: 20px;
}
body .jdgm-carousel-item__review-title {
    font-weight: normal;
    font-family: 'TWK Lausanne';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 20px;
}
body .jdgm-carousel-item__reviewer-name {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .05em;
    margin-bottom: 0;
    font-family: Sometype Mono, monospace;
    color: #00162A;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 20px;
}
body .custom-carosel-wrapper .jdgm-arrows-wrapper .jdgm-all-reviews-rating-wrapper {
    padding-left: 0;
    align-items: center;
}
body .jdgm-all-reviews-rating {
    display: flex !important;
    gap: 4px;
}
body .custom-carosel-wrapper .jdgm-arrows-wrapper .jdgm-all-reviews-rating-wrapper .jdgm-star {
    color: #407795;
    padding: 0 !important;
}
body span.jdgm-carousel-number-of-reviews {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .05em;
    font-family: Sometype Mono,monospace;
    color: #00162a;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    top: 1px;
}
body .custom-carosel-wrapper .jdgm-arrows-wrapper {
    margin-top: 50px;
}
body .jdgm-carousel__arrows {
    display: flex;
    align-items: center;
    gap: 13px;
}
body .jdgm-carousel__arrows .jdgm-carousel__left-arrow {
    margin-right: 0;
}
@media screen and (max-width: 1199px){
    body .jdgm-carousel__item-container {
        margin-left: -25px;
        margin-right: -25px;
    }
    body .jdgm-carousel-wrapper .jdgm-carousel-item {
        padding: 0 25px;
    }
    body .custom-carosel-wrapper .jdgm-arrows-wrapper {
        margin-top: 30px;
    }
    body .jdgm-carousel-wrapper {
        padding: 60px 0;
    }
    body .jdgm-carousel-title-and-link {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px){
    body .jdgm-carousel__item-container {
        margin-left: -18px;
        margin-right: -18px;
    }
    body .jdgm-carousel-wrapper .jdgm-carousel-item {
        padding: 0 18px;
    }
    body .custom-carosel-wrapper .jdgm-arrows-wrapper {
        margin-top: 25px;
    }
    .custom-carosel-wrapper .jdgm-arrows-wrapper .jdgm-carousel__arrows > div {
        width: 24px !important;
        height: 24px !important;
    }
    body .jdgm-carousel-item__review-rating .jdgm-star {
        color: #407795;
        font-size: 16px;
    }
    body .jdgm-carousel-item__review-rating {
        margin-bottom: 20px;
    }
    body .jdgm-carousel-title-and-link {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 749px){
    body .jdgm-carousel-wrapper {
        padding: 40px 0;
    }
    body .jdgm-carousel-title {
        text-align: left;
    }
    body .jdgm-carousel-title-and-link {
        margin-bottom: 24px;
    }
    body .jdgm-carousel-item__review-title {
        font-size: 16px;
        margin-bottom: 24px;
    }
    body .jdgm-carousel-item__review-rating {
        margin-bottom: 24px;
    }
    body .jdgm-carousel-item__reviewer-name {
        font-size: 18px;
        margin-top: 24px;
    }
    body .custom-carosel-wrapper .jdgm-arrows-wrapper .jdgm-all-reviews-rating-wrapper {
        display: none;
    }
}


/* Insta blocks  */
body .page-width #insta-feed {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
body .page-width #insta-feed > h2 {
    width: 470px;
    flex-shrink: 0;
    position: relative;
}
body .page-width #insta-feed > h2::after {
    content: '@mutolongevity';
    position: absolute;
    left: 0;
    bottom: -45px;
    font-family: "Sometype Mono", monospace;
    font-size: 21px;
    letter-spacing: 0.05rem;
}
body .page-width #insta-feed>h2::before {
    content: '';
    background-image: url('/cdn/shop/files/insta-icon.png');
    width: 32px;
    height: 31px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -45px;
}
body .page-width #insta-feed .instafeed-new-layout-container {
    width: 100% !important;
    max-width: 920px;
    flex: 1;
    overflow: hidden;
}
body .page-width #insta-feed .instafeed-new-layout-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px;
    width: 100% !important;
}
body .page-width #insta-feed .instafeed-new-layout-item {
    width: 100% !important;
    overflow: hidden;
    height: auto !important;
}
body .page-width #insta-feed .instafeed-new-layout-item::before {
    content: "";
    display: block;
    padding-top: 125%;
}
body .page-width #insta-feed .instafeed-new-layout-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 1199px){
    body .page-width #insta-feed {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    body .page-width #insta-feed>h2 {
        width: 33.33%;
        font-size: 34px;
    }
}
@media (max-width: 1024px) {
    body .page-width #insta-feed .instafeed-new-layout-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 991px) {
    body .page-width #insta-feed>h2 {
        width: 40%;
        font-size: 30px;
    }
    body .page-width #insta-feed .instafeed-new-layout-container {
        width: 60%!important;
        flex: auto;
    }
}
@media (max-width: 749px) {
    body .page-width #insta-feed {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        gap: 10px;
    }
    body .page-width #insta-feed .instafeed-new-layout-container {
        width: 100% !important;
    }
    body .page-width #insta-feed>h2 {
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    body .page-width #insta-feed .instafeed-new-layout-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    body .page-width #insta-feed > h2::after {
        bottom: -20px;
        font-size: 16px;
    }
    body .page-width #insta-feed>h2::before {
        width: 18px;
        height: 17px;
        top: -30px;
    }
}

/* -------- Science section - LEFT + RIGHT part click to open content -------- */
/* wrapper */
.ar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 60px 40px;
    background: #fdfff8;
}
.ar-top-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.ar-top-content h2+div {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.ar-left-buttons,
.ar-right-buttons{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.ar-imagebox-wrap h3 {
    margin-bottom: 50px;
}
/* background cell area */
.ar-side{
  width:100%;
  max-width:557px;
  height:381px;
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
/* circle buttons wrapper */
.ar-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    height: 100%;
    margin-top: -30px;
}
.ar-buttons-item {
    width: calc(50% - 10px);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
}
.ar-buttons-item:nth-child(2n) {
    text-align: right;
    justify-content: right;
}
.ar-buttons-item button {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    background: #fdfff8;
    border: 1px solid #00162A;
    padding: 6px 10px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 202px;
    text-transform: uppercase;
}
/* active state */
.ar-buttons button.active {
    border-color: #000;
    background: #5efaff;
}
/* -------- CENTER column layout -------- */
.ar-center{
  flex:0 0 200px;
  display:flex;
  justify-content:center;
}
.ar-center-inner{
  text-align:center;
}
.ar-center-inner h3 {
    margin-bottom: 28px;
}
.ar-center-arrow img{
  max-width:110px;
  margin: 0 auto;
}
.ar-center-text {
    max-width: 200px;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 30px;
}
/* click to open content box */
.ar-content-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 100px;
    margin-top: 60px;
}
.ar-content-wrapper > div {
    width: calc(50% - 50px);
    background: #fdfff8;
    padding: 40px;
    max-width: 456px;
}
.ar-content-item h4 {
    font-size: 18px;
    font-family: Sometype Mono,monospace!important;
    letter-spacing: 0.05px;
    margin-bottom: 28px;
}
.ar-content ul {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 28px;
}
.ar-content ul:last-child {
    margin-bottom: 0px;
}
.ar-content ul li{
    width: 100%;
}
@media(max-width:1400px){
    .ar-wrapper {
        padding: 60px 40px 40px;
    }
    .ar-imagebox-wrap h3 {
        margin-bottom: 35px;
    }
    .ar-side {
        height: 300px;
        background-size: 70% auto;
        padding: 20px 0!important;
    }
    .ar-buttons {
        gap: 50px;
        row-gap: 20px;
        margin-top: 0;
    }
    .ar-buttons-item {
        width: calc(50% - 25px);
    }
    .ar-buttons-item button {
        font-size: 12px;
        padding: 6px 10px;
    }
}
@media(max-width:1199px){
    .ar-wrapper {
        padding: 40px 30px 20px;
    }
    .ar-side {
        background-size: 88% auto;
    }
    .ar-buttons {
        gap: 24px;
    }
    .ar-buttons-item {
        width: calc(50% - 12px);
    }
    .ar-buttons-item button {
        font-size: 10px;
        padding: 4px 5px;
    }
    .ar-imagebox-wrap h3 {
        margin-bottom: 20px;
    }
    .ar-center-inner h3 {
        margin-bottom: 20px;
    }
    .ar-center-text {
        margin-top: 20px;
    }
    .ar-center-arrow img {
        max-width: 90px;
    }
    .ar-content-wrapper > div {
        padding: 30px;
    }
    .ar-content-item h4 {
        font-size: 18px;;
        margin-bottom: 22px;
    }
}
@media(max-width:991px){
    .ar-side {
        padding: 50px 0!important;
    }
    .ar-center {
        flex: 0 0 120px;
    }
    .ar-wrapper {
        gap: 30px;
        padding: 40px 30px 0;
    }
    .ar-center-text {
        margin-top: 18px;
        font-size: 10px;
    }
    .ar-imagebox-wrap h3 {
        margin-bottom: 0;
    }
    .ar-content-wrapper {
        gap: 60px;
        margin-top: 40px;
    }
    .ar-content-wrapper>div {
        padding: 25px;
    }
}
@media(max-width:749px){
    .ar-wrapper {
        padding: 0;
        background: transparent;
        display: block;
    }
    .mobile-bg-wrap {
        padding: 20px;
        background: #fff;
        margin-bottom: 30px;
    }
    .ar-side {
        padding: 10px 0!important;
        background-size: contain;
        width: 300px;
        max-width: 100%;
        height: 300px;
        margin: 40px  auto 10px;
    }
    .ar-buttons {
        column-gap: 22px;
        row-gap: 0px;
    }
    .ar-buttons-item {
        width: calc(50% - 11px);
    }
    .ar-buttons-item:nth-child(2n) {
        position: relative;
        top: 35px;
        right: -10px;
    }
    .ar-buttons-item:nth-child(odd) {
        position: relative;
        top: -35px;
        left: -10px;
    }
    .ar-buttons-item button {
        font-size: 12px;
        padding: 4px 11px;
        word-break: break-word;
    }
    .ar-content-item {
        background: #fdfff8;
        padding: 18px 18px;
        text-align: left;
    }
    .ar-content-item h4 {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .ar-content ul {
        padding-left: 25px;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin-bottom: 28px;
    }
}
@media(max-width:359.98px){
    .ar-buttons {
        column-gap: 10%;
    }
    .ar-buttons-item {
        width: calc(50% - 5%);
    }
    .ar-buttons-item:nth-child(2n) {
        right: 0px;
    }
    .ar-buttons-item:nth-child(odd) {
        left: 0px;
        top: -30px;
    }
    .ar-buttons-item:nth-child(2n) {
        right: 0px;
        top: 33px;
    }
    .ar-buttons-item button {
        font-size: 10px;
    }
    .ar-buttons-item:nth-child(2n) {
        top: 20px;
    }
    .ar-buttons-item:nth-child(odd) {
        top: -20px;
    }
    .ar-side {
        margin: 15px  auto 0px;
    }
}

/* FAQ page */
.template-faq  .full-image-with-text-wrap {
    width: 1548px;
    max-width: 87%;
}
.banner-with-search {
    min-height: 60vh;
    height: 500px;
}
.banner-with-search .banner-search {
    width: 100%;
}
.banner-with-search .search__input::placeholder,
.banner-with-search .search__input::-webkit-input-placeholder,
.banner-with-search .search__input:-moz-placeholder,
.banner-with-search .search__input::-moz-placeholder,
.banner-with-search .search__input:-ms-input-placeholder {
  color: #5093B1 !important;
  opacity: 1;
}
.search.search-modal__form .field .field__label {
    color: #5093b1;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    font-family: Sometype Mono,monospace!important;
    top: 12px;
}
.template-faq .collapsible-content__wrapper {
    padding: 80px 0;
}
.template-faq .collapsible-content__wrapper .accordion {
    border-bottom: 1px solid #407795;
    margin: 0;
}
.template-faq .faq-wrap.collapsible-content summary {
    padding: 17px 0;
    align-items: center;
}
.template-faq .collapsible-content__wrapper .accordion__title {
    font-family: TWK Lausanne!important;
    font-size: 22px;
}
.template-faq .collapsible-content .faq-answer-wrapper {
    padding-bottom: 30px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 32px;
}
.template-faq .collapsible-content .faq-answer-wrapper>div {
    width: calc(50% - 12px);
    background: #f6f8f1;
    padding: 16px;
    margin: 0;
}
@media screen and (max-width: 1199px){
    .template-faq .collapsible-content__wrapper {
        padding: 60px 0;
    }
    .template-faq .collapsible-content__wrapper .accordion__title {
        font-size: 18px;
    }
    .template-faq .faq-wrap.collapsible-content summary {
        padding: 14px 0;
    }
}
@media screen and (max-width: 991px) {
    .faq-wrap.collapsible-content .accordion__title {
        font-size: 16px;
    }
}
@media screen and (max-width: 749.98px) {
    .template-faq .collapsible-content .faq-answer-wrapper>div {
        width: 100%;
    }
    .template-faq .collapsible-content .faq-answer-wrapper {
        row-gap: 20px;
    }
    .template-faq .collapsible-content__wrapper {
        padding: 26px 0 40px;
    }
    .faq-wrap.collapsible-content .accordion__title {
        font-size: 14px;
    }
    .banner-with-search {
        min-height: 30vh;
        height: 350px;
    }
}
/* Contact page */
.template-contact .contact-wrapper {
    padding: 150px 0 120px;
}
.template-contact .contact-wrapper .contact__button {
    margin-top: 36px;
}
.template-contact .contact-wrapper .contact__button button {
    width: 100%;
}
.template-contact .contact-wrapper .form__message {
    font-size: 12px;
    align-items: center;
}
.template-contact .contact-wrapper .field--with-error .form__message {
    padding: 5px 15px;
    margin-top: 3px;
}
@media screen and (max-width: 1199px){
    .template-contact .contact-wrapper {
        padding: 60px 0;
    }
    body .contact-wrapper > div.contact {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1199px){
    .template-contact .contact-wrapper {
        padding: 40px 0;
    }
}




/* slick Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    gap: 8px;
    display: flex;
    position: static;
    margin-top: 30px;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    border: 1px solid #407795;
    border-radius: 50%;
    line-height: 8px;
    padding: 0;
    position: relative;
}
.slick-dots li button:before {
    content: '';
    line-height: 8px;
    width: 8px;
    height: 8px;
}
.slick-dots li.slick-active button:before {
    height: 100%;
    width: 100%;
    background: #407795;
    opacity: 1;
    border-radius: 50%;
}



/* Footer */
footer .footer-menu {
    position:relative;
}
footer .footer-menu ul li a {
    text-decoration: none;
}
.footer-menu .footer-block--menu + .footer-block--menu {
    margin-top: 20px;
}
.footer-menu .footer-block--menu:first-child ul li a {
    font-family: "Sometype Mono", monospace;
    font-weight: 400;
    text-transform: uppercase;
}
footer .copyright-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
footer .copyright-wrapper .footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .copyright-wrapper ul {
    margin-left: 25px;
}
footer .copyright-wrapper li a {
    padding: 0 8px;
}
footer .copyright-wrapper li a .svg-wrapper {
    height: 24px;
    width: 24px;
}
footer .copyright-wrapper li a:hover svg path {
    fill: #5EFAFF;
}
footer .footer-btn a {
    text-transform: uppercase;
}
.footer-block--newsletter {
    display: none !important;
}
footer.footer .footer-copyright-right .footer-block__heading {
    margin-bottom: 10px;
}
footer.footer .footer__content-bottom {
    padding-top: 0px;
}
@media screen and (min-width: 750px) {
    footer .footer-menu ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    footer .footer-menu .footer-block-image {
        position: absolute;
        right: 0;
        top: 0;
    }
    footer .footer-menu ul li a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: normal;
    }
    .footer-block--menu .icon-minus, 
    .footer-block--menu .icon-plus {
        display: none;
    }
}
@media screen and (max-width: 1199px){
    footer .copyright__content {
        text-align: left;
    }
}
@media screen and (max-width: 991px){
    footer .copyright__content {
        max-width: 280px;
    }
    footer .footer__content-top {
        padding-bottom: 1.5rem;
    }
    footer .footer-menu .footer-block--menu+.footer-block--menu {
        margin-top: 15px;
    }
    footer.footer .footer-copyright-right .footer-block__heading {
        font-size: 14px;
    }
    footer .footer-block__details-content .list-menu__item--link {
        padding-top: .7rem;
        padding-bottom: .7rem;
    }
}
@media screen and (max-width: 749.98px){
    footer .footer-menu > div {
        width: 100%;
    }
    footer .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    footer .footer-menu .footer-block-image {
        order: -1;
        justify-content: center;
    }
    footer .footer-menu ul li a {
        padding: 3px 0 !important;
        font-family: 'Sometype Mono';
        text-transform: uppercase;
    }
    footer .copyright-wrapper {
        flex-direction: column;
        align-items: center;
        column-gap: 15px;
        row-gap: 15px;
        margin-top: 20px;
    }
    footer .copyright-wrapper ul {
        margin-left: 0;
    }
    .footer-block__image-wrapper img {
        max-width: 90px !important;
    }
    /* .copyright-wrapper .list-social {
        display: none !important;
    } */
    footer .copyright-wrapper .footer__copyright {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
    }
    .footer__list-social.list-social, 
    .footer__follow-on-shop {
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
    }
    footer .copyright-wrapper small {
        font-size: 12px;
    }
    .footer-block-image .footer-block__image-wrapper {
        max-width: 100% !important;
        width: 100%;
        margin: 30px 0;
    }
    .desktop-hide ul li > .footer-submenu {
        display: none;
    }
    .sub-menu-child {
        cursor: pointer;
    }
    .mobile-footer-menu-lable {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-footer-menu-lable .icon-minus,
    .open-menu .mobile-footer-menu-lable .icon-plus {
        display: none;
    }
    .desktop-hide ul li.open-menu .footer-submenu,
    .open-menu .mobile-footer-menu-lable .icon-minus {
        display: block;
    }
    .desktop-hide .newsletter-form {
        align-items: flex-start;
    }
    .desktop-hide ul li>.footer-submenu {
        padding-left: 10px;
    }
    .desktop-hide .mobile-footer-menu-lable > a {
        font-size: 110%;
    }
}
@media screen and (max-width: 399px) {
    footer .footer-copyright-right {
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
    }
}




/* --------------------------------------------------------------------------------- */
/* common css */
@media screen and (min-width: 750px) {
    .desktop-hide {
        display: none !important;
    }
}
@media screen and (max-width: 1199px) {
    h1, .h1, h2, .h2, .template-default .main-page-title {
        font-size: 34px;
        margin: 0 0 25px;
    }
    h3, h3{
        font-size: 22px;
        margin: 0 0 25px;
    }
    h4 {
        font-size: 16px;
        margin: 0 0 18px;
    }
    p,ul {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .button-wrapper {
        margin-top: 25px;
    }
    .title-text-heading {
        margin-bottom: 50px;
    } 
    .title-text-heading h2 + div {
        margin-top: 25px;
    }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    h1, .h1, h2, .h2, .template-default .main-page-title {
        font-size: 30px;
        margin: 0 0 22px;
    }
    h3, h3{
        font-size: 22px;
        margin: 0 0 25px;
    }
    h4 {
        font-size: 16px;
        margin: 0 0 18px;
    }
    p,ul {
        margin-bottom: 20px;
    }
    .button-wrapper {
        margin-top: 20px;
    }
    .button {
        font-size: 13px;
        padding: 0 17px;
        min-height: 38px;
        line-height: normal;
    }
    .title-text-heading {
        margin-bottom: 40px;
    } 
}
@media screen and (max-width: 749.98px) {
    h1, .h1, .template-default h1.main-page-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    h2, .h2, .template-default h2.main-page-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    h3, h3{
        font-size: 16px;
        margin: 0 0 20px;
    }
    h4 {
        font-size: 15px;
        margin: 0 0 20px;
    }
    body,
    .product__info-wrapper .product__accordion .accordion__content {
        font-size: 13px;
    }
    .template-default .rte h3 {
        font-size: 16px;
    }
    .mobile-hide {
        display: none !important;
    }
    .rich-text__blocks>*+* {
        margin-top: 18px !important;
    }
    .title-text-heading {
        margin-bottom: 24px;
    }
    .button {
     min-height: 36px;
    } 
}
/* research library accordian */
