/** Shopify CDN: Minification failed

Line 1791:0 Unexpected "}"

**/
/* -----------------  ---------------------- -----------------  ----------------------
Hero - [hero.liqiud] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-hero--section{
    display: none;
}
/* section style */
.mps-herohome{
    position: relative;
    overflow: hidden;
}
.mps-herohome .page-width {
    max-width: 1440px;
    padding: 0 80px;
}
.mps-herohome .mps-herogrid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.mps-herohome .mps-herogrid .mps-heroitem {
    flex: 0 0 auto;
    width: 50%;
}
.mps-herohome .mps-herogrid {
    /* min-height: 560px; */
}
.mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent {
    max-width: 540px;
    align-self: center;
}
.mps-herohome .mps-herogrid .mps-heroitem.mps-heromedia {
    /* max-width: 757px; */
    position: absolute;
    right: 0;
    height: 100%;
}
.mps-herohome .mps-herogrid .mps-heromedia .mps-media {
    height: 100%;
}
.mps-herohome .mps-herogrid .mps-heromedia .mps-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.mps-herohome .mps-herogrid .mps-heroitem .herocontent {
    padding: 114px 0;
}

.mps-herohome .mps-hero_offer_box {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  margin-top: -20px;
  gap: 10px;
}
.mps-herohome .hero_offer_list {
  width: calc(100% / 3);
}
.mps-herohome .hero_offer_list {
  width: calc(100% / 3);
  padding: 9px;
  border-radius: 6px;
}
.mps-herohome .hero_offer_list a.hf_inner_link {
  display: block;
}
.mps-herohome .hero_offer_list a.hf_inner_link span {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
@media (max-width: 389px) {
    .mps-herohome .mps-hero_offer_box {
        margin-top: -15px;
    }
}

/* VERSION TWO STYLE START  */
    .home-hero--section-v2{
        display: none;
    }
    .mps-herohome.mps-herohome-v2 {
        display: none !important;
    }
    .mps-herohome.mps-herohome-v2 .mps-herogrid .mps-heroitem.mps-herocontent {
        max-width: 514px;
    }
    .mps-herohome.mps-herohome-v2 .mps-herogrid .mps-heromedia {
        width: 100% !important;
    }
    .mps-herohome.mps-herohome-v2 .mps-herogrid .herocontent {
        position: relative;
        z-index: 1;
    }
    .mps-herohome.mps-herohome-v2 .mps-herorating .rating-inline {
        justify-content: center; 
        flex-wrap: wrap;
    }
    .mps-herohome.mps-herohome-v2 .mps-herorating .rating-inline .text {
        display: inline-block;
        flex: 0 0 auto;
    }
    .mps-herohome.mps-herohome-v2 .mps-herotitle>*{
        text-align: center;
    }
    .mps-herohome.mps-herohome-v2 .mps-herotitle.mobile {
        display: none;
    }


    .mps-herohome.mps-herohome-v2 .mps-herotext {
        text-align: center;
    }
    .mps-herohome.mps-herohome-v2 .mps-herotext ul {
        display: inline-flex;
        flex-direction: column;
    }
    .mps-herohome.mps-herohome-v2 .mps-herotext ul li {
        text-align: left;
        font-size: 18px;
    }
    .mps-herohome.mps-herohome-v2 .mps-herotext ul li:before {
        background: url('/cdn/shop/files/check-icon.svg?v=1767243560');
        background-size: 100% !important;
        background-repeat: no-repeat;
    }
    .mps-herohome.mps-herohome-v2 .mps-heroctagroup.groupcta {
        justify-content: center;
        margin-top: 32px;
    }
    .mps-herohome.mps-herohome-v2 .mps-heroctagroup .mps-button {
        border-radius: 8px;
        letter-spacing: 2px;
        max-width: 249px;
        width: 100%;
    }
    .mps-herohome.mps-herohome-v2 .mps-heroctagroup .mps-button-secondary {
        background: #fff;
    }
    @media(max-width:1024px){
        .mps-herohome.mps-herohome-v2 .mps-herotext ul li {
            font-size: 16px;
        }
    }


    @media(max-width:767px){
        .mps-herohome.mps-herohome-v2 .mps-herogrid .mps-heroitem.mps-herocontent {
            max-width: 500px;
            margin-inline: auto;
        }
        .mps-herohome.mps-herohome-v2:has(.mps-herotitle.mobile) .mps-herotitle.desktop {
            display: none;
        }
        .mps-herohome.mps-herohome-v2 .mps-herotitle.mobile {
            display: block;
        }
        .mps-herohome.mps-herohome-v2 .mps-herotext ul li {
            font-size: 15px;
        }
        .mps-herohome.mps-herohome-v2 .mps-heroctagroup .mps-button {
            max-width: calc(50% - 12px/2);
        }
        .mps-herohome.mps-herohome-v2 .mps-herotitle>* {
            margin-bottom: 12px;
        }
        .mps-herohome.mps-herohome-v2 .mps-heroctagroup.groupcta {
            margin-top: 16px;
        }
        .mps-herohome.mps-herohome-v2 .herocontent {
            display: flex;
            flex-direction: column;
        }
        .mps-herohome.mps-herohome-v2 .herocontent .mps-herorating {
            order: 1;
            margin-top: 16px;
        }
    }
    @media(max-width:480px){
        .mps-herohome.mps-herohome-v2 .mps-heroctagroup .mps-button {
            max-width: 100%;
        }
    }

/* VERSION TWO STYLE END */



/* blocks */
.mps-herohome .mps-herorating .rating-inline {
    display: flex;
    gap: 6px;
}
.mps-herohome .mps-herorating .rating-inline .stars {
    display: flex;
    align-items: center;
}
.mps-herohome .mps-herorating .rating-inline .stars svg{
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}
.mps-herohome .mps-herorating .rating-inline .text {
    flex: 1;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.mps-herohome .mps-herorating .rating-inline .text > *{
    margin: 0 0 0;
}
.mps-herohome .mps-herotitle {
    margin-top: 12px;
}
.mps-herohome .mps-herotitle > * {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.mps-herohome .mps-herotext{
    margin-top: 8px;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.48px;
}
.mps-herohome .mps-herotext ul, 
.mps-herohome .mps-herotext ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mps-herohome .mps-herotext li {
    position: relative;
    padding-left: 28px;
    margin: 0 0 0;
}
.mps-herohome .mps-herotext li + li {
    margin: 12px 0 0;
}
.mps-herohome .mps-herotext li:before {
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
.mps-herohome .mps-herotext li:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/cdn/shop/files/color-checked.png?v=1763981405); 
    background-size: contain;
    background-repeat: no-repeat;
}
.mps-herohome .mps-heroctagroup {
    margin: 24px 0 0;
}
.mps-herohome .mps-heroctagroup.groupcta {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.mps-herohome .mps-heroctagroup .mps-button {
    padding: 16px 32px;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    min-width: 224px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.mps-herohome .mps-heroctagroup .mps-button-primary {
    border: 1px solid #000;
    background: #000;
    backdrop-filter: blur(8px);
    color: #fff;
}
.mps-herohome .mps-heroctagroup .mps-button-primary:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
}
.mps-herohome .mps-heroctagroup .mps-button-primary:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}
.mps-herohome .mps-heroctagroup .mps-button-secondary {
    border: 1px solid #000;
    backdrop-filter: blur(8px);
    color: #000;
}
.mps-herohome .mps-heroctagroup .mps-button-secondary:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0.00%, 66.30%, 0.25), transparent);
}
.mps-herohome .mps-heroctagroup .mps-button-secondary:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}

/* mobile media */
@media (min-width: 768px) {
    .mps-herohome .mps-herogrid .mps-heromedia .mps-media.mps-media-small .media-small{
        display: none;
    }
    .mps-herohome .mps-hero_offer_box{
        display: none;
    }
}
@media (max-width: 767px) {
    .mps-herohome .mps-herogrid .mps-heromedia .mps-media.mps-media-small .media-large{
        display: none;
    }
}
/* responsive */
@media (max-width: 1440px){
    .mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent {
        width: 47%;
        max-width: 100%;
        padding-right: 50px;
    }
    .mps-herohome .mps-herogrid .mps-heroitem.mps-heromedia {
        width: 53%;
    }
}
@media (max-width: 1300px){
    .mps-herohome .page-width {
        padding: 0 50px;
    }
    .mps-herohome .mps-herogrid .mps-heroitem .herocontent {
        padding: 84px 0;
    }
}
@media (max-width: 1199px){
    .mps-herohome .mps-herogrid .mps-heroitem .herocontent {
        padding: 60px 0;
    }
    .mps-herohome .mps-herotitle > * {
        font-size: 34px;
    }
    .mps-herohome .mps-herotext li+li {
        margin: 8px 0 0;
    }
    .mps-herohome .mps-herotext li {
        padding-left: 24px;
    }
    .mps-herohome .mps-herotext li:before {
        width: 16px;
        height: 16px;
    }
    .mps-herohome .mps-heroctagroup .mps-button {
        min-width: unset;
        flex: 1;
        padding: 14px 18px;
    }
    .mps-herohome .mps-heroctagroup .mps-button {
        font-size: 14px;
    }
}
@media (max-width: 1099px){
    .mps-herohome .page-width {
        padding: 0 40px;
    }
    .mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent {
        padding-right: 40px;
    }
    .mps-herohome .mps-herotitle > * {
        font-size: 30px;
    }
}
@media (max-width: 991px){
    .mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent {
        width: 50%;
    }
    .mps-herohome .mps-herogrid .mps-heroitem.mps-heromedia {
        width: 50%;
    }
    .mps-herohome .mps-herorating .rating-inline .stars svg {
        width: 20px;
        height: 20px;
    }
    .mps-herohome .mps-herorating .rating-inline .text {
        font-size: 14px;
        line-height: 24px;
    }
    .mps-herohome .mps-herotext {
        font-size: 14px;
    }
    .mps-herohome .mps-herogrid .mps-heroitem .herocontent {
        padding: 40px 0;
    }
}
@media (max-width: 859px){
    .mps-herohome .page-width {
        padding: 0 20px;
    }
    .mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent {
        padding-right: 20px;
    }
}
@media (max-width: 767px){
    .mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent,
    .mps-herohome .mps-herogrid .mps-heroitem.mps-heromedia {
        width: 100%;
    }
    .mps-herohome .mps-herogrid .mps-heroitem.mps-heromedia {
        position: relative;
        right: unset;
        height: unset;
    }
    .mps-herohome .page-width {
        padding: 0;
    }
    .mps-herohome .mps-herogrid {
        flex-direction: column-reverse;
    }
    .mps-herohome .mps-herogrid .mps-heroitem.mps-herocontent {
        padding-right: 0;
    }
    .mps-herohome .mps-herogrid .mps-heroitem .herocontent {
        padding: 24px 20px 32px;
    }
    .mps-herohome .mps-herorating .rating-inline {
        justify-content: center;
        flex-wrap: wrap;
    }
    .mps-herohome .mps-herorating .rating-inline .stars svg {
        width: 18px;
        height: 18px;
    }
    .mps-herohome .mps-herorating .rating-inline .text {
        font-size: 15px;
        line-height: 28px;
        flex: 0 0 auto;
    }
    .mps-herohome .mps-herotitle>* {
        font-size: 30px;
        text-align: center;
    }
    .mps-herohome .mps-herotext {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.15px;
        text-align: center;
    }
    .mps-herohome .mps-herotext ul {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
    .mps-herohome .mps-heroctagroup {
        margin: 16px 0 0;
    }
    .mps-herohome .mps-heroctagroup.groupcta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .mps-herohome .mps-heroctagroup .mps-button {
        font-size: 16px;
        padding: 16px 18px;
        width: 100%;
        flex: 0 0 auto;
    }
}
@media (max-width: 389px){
    .mps-herohome .mps-herotitle>* {
        font-size: 28px;
    }
    .mps-herohome .mps-herotext {
        font-size: 14px;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
Hero - [hero.liqiud] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* ------------------------ --- ---------------------- --- ----------------------------
USP Bar - [usp-bar.liqiud] :: START
------------------------ --- ---------------------- --- ---------------------------- */
.section.home-uspbar--section {
    display: none;
}
/* section style */
.mps-uspbar {
    background: #FAF8F2;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
.mps-uspbar .page-width {
    padding: 0 50px;
    max-width: 1440px;
}
.mps-uspbar .uspbar-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.mps-uspbar .uspbar-box.uspbar--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.mps-uspbar .uspbar-box.uspbar--icon .uspbaricon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
}
.mps-uspbar .uspbar-box.uspbar--icon .uspbaricon>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
}
.mps-uspbar .uspbar-box.uspbar--icon .uspbartext * {
    margin: 0;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    text-transform: uppercase;
    letter-spacing: normal;
}
/* responsive */
@media (max-width: 1024px){
    .mps-uspbar .page-width {
        padding: 0 20px;
    }
    .mps-uspbar .uspbar-box.uspbar--icon .uspbaricon {
        width: 32px;
        height: 32px;
    }
    .mps-uspbar .uspbar-box.uspbar--icon .uspbartext * {
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .mps-uspbar {
        padding: 12px 0;
    }
    .mps-uspbar .uspbar-grid {
        gap: 12px;
    }
    .mps-uspbar .uspbar-grid .uspbar-item {
        width: calc(100% / 3 - 6px);
    }
    .mps-uspbar .uspbar-box.uspbar--icon {
        gap: 6px;
        /* flex-direction: column; */
        justify-content: center;
    }
    .mps-uspbar .uspbar-box.uspbar--icon .uspbartext * {
        text-align: center;
    }
}

/* ------------------------ --- ---------------------- --- ----------------------------
USP Bar - [usp-bar.liqiud] :: END
------------------------ --- ---------------------- --- ---------------------------- */

/* ------------------------ --- ---------------------- --- ----------------------------
Product Slider - [product-slider.liqiud] :: START
------------------------ --- ---------------------- --- ---------------------------- */
.section.home-productslider--section {
    display: none;
}
/* section style */
.mps-productslider {
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}
.mps-productslider .page-width {
    max-width: 1440px;
    padding: 0 50px;
}
/* when swiper not load */
.mps-productslider .productslider-grid:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 16px;
}
.mps-productslider .productslider-grid:not(.swiper-initialized) .swiper-wrapper .productslider-item {
    flex: 0 0 auto;
    width: 266px;
}
@media (min-width: 480px) and (max-width: 767px) {
    .mps-productslider .productslider-grid:not(.swiper-initialized) .swiper-wrapper .productslider-item {
        width: calc(50% - 16px / 2);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mps-productslider .productslider-grid:not(.swiper-initialized) .swiper-wrapper .productslider-item {
        width: calc(33.333% - 16px * 2 / 3);
    }
}
@media (min-width: 992px){
    .mps-productslider .productslider-grid:not(.swiper-initialized) .swiper-wrapper .productslider-item {
        flex: 0 0 auto;
        width: calc(25% - 16px * 3 / 4);
    }
}

/* when swiper not load 2 */
.mps-productslider .productslider-grid-two:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 16px;
}
.mps-productslider .productslider-grid-two:not(.swiper-initialized) .swiper-wrapper .productslider-item {
    flex: 0 0 auto;
    width: 266px;
}
@media (min-width: 480px) and (max-width: 767px) {
    .mps-productslider .productslider-grid-two:not(.swiper-initialized) .swiper-wrapper .productslider-item {
        width: calc(50% - 16px / 2);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mps-productslider .productslider-grid-two:not(.swiper-initialized) .swiper-wrapper .productslider-item {
        width: calc(33.333% - 16px * 2 / 3);
    }
}
@media (min-width: 992px){
    .mps-productslider .productslider-grid-two:not(.swiper-initialized) .swiper-wrapper .productslider-item {
        flex: 0 0 auto;
        width: calc(25% - 16px * 3 / 4);
    }
}

/* product grid */
.mps-productslider .productslider-item .grid__item.grid-product {
    width: 100%;
    margin: 0;
    padding: 0;
}
.mps-productslider .productslider-item .grid-product .pro-collection-gallery.slick-slider a div img {
    /* aspect-ratio: 324/401; */
    object-fit: cover;
    object-position: center center;
}
.mps-productslider .productslider-item .grid-product .hcp_product_atcbtn{
    /* display: none; */
}
.mps-productslider .productslider-item .grid-product .pro-collection-gallery .slick-dots {
    bottom: 24px !important;
    display: block;
    text-align: left;
    line-height: 1;
    left: 10px;
    width: auto;
    right: 10px;
    bottom: 5px !important;
}
.mps-productslider .productslider-item .grid-product .pro-collection-gallery .slick-dots li{
    display: inline-block;
    width: 14px;
    height: 20px;
    margin: 0 2px;    
    display: inline-block;
    width: 14px;
    height: 20px;
    margin: 0 2px;
}
.mps-productslider .productslider-item .grid-product .pro-collection-gallery .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 99px;
    background: transparent;
}
.mps-productslider .productslider-item .grid-product .pro-collection-gallery .slick-dots li.slick-active button{
}
.mps-productslider .productslider-item .grid-product .pro-collection-gallery .slick-dots li button::before{
    font-family: slick;
    font-size: 11px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
}

/* header */
.mps-productslider .mps-header {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
    margin: 0 0 32px;
}
.mps-productslider .mps-header h2 {
    margin: 0 0 0;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.mps-productslider .mps-header .mps-bedge {
    display: flex;
    gap: 8px;
    align-items: center;
}
.mps-productslider .mps-header .mps-bedge span {
    display: block;
    padding: 10px 16px;
    border-radius: 6px;
    background: #FFF;
    backdrop-filter: blur(10px);
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.mps-productslider .mps-header .mps-bedge .bedge-even {
    color: #fff;
    background: #B9AC79;
}
.mps-productslider .mps-header .mps-bedge .bedge-odd{
    color: #fff;
    background: #A09054;
}
.mps-productslider .mps-header .mps-pslide-pagination,
.mps-productslider .mps-header .mps--pslide-pagination {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

/* footer */
.mps-productslider .mps-footer {
    margin: 32px 0 0;
    text-align: center;
}
.mps-productslider .mps-footer .button {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 32px;
    border: 1px solid #000;
    backdrop-filter: blur(8px);
    width: 100%;
    max-width: 256px;
    position: relative;
    overflow: hidden;
}
.mps-productslider .mps-footer .button {    
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.mps-productslider .mps-footer .button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0.00%, 66.30%, 0.25), transparent);
}
.mps-productslider .mps-footer .button:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}

/* swiper */
.mps-productslider .productslider-grid.swiper-initialized,
.mps-productslider .productslider-grid-two.swiper-initialized  {
    overflow: visible;
}
.mps-productslider .mps-pslide-pagination .swiper-arrow,
.mps-productslider .mps--pslide-pagination .swiper-arrow {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    margin: 0 0 0;
}
.mps-productslider .mps-pslide-pagination .swiper-arrow,
.mps-productslider .mps--pslide-pagination .swiper-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content:center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}
.mps-productslider .mps-pslide-pagination .swiper-arrow:after,
.mps-productslider .mps--pslide-pagination .swiper-arrow:after {
    content: none;
    display: none;
}
.mps-productslider .mps-pslide-pagination .swiper-arrow svg,
.mps-productslider .mps--pslide-pagination .swiper-arrow svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* product grid */
.grid-product .grid-product__meta {
    padding-top: 8px;
}
.grid-product .grid-product__meta .jdgm-prev-badge__text {
    color:  #0F0F0F;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.5px;
}

.grid-product .grid-product__meta.gpm--left .grid-product__title * {
    color:  #0F0F0F;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
}
.grid-product .grid-product__meta.gpm--left .gallery-color-swatches,
.mps-productslider .productslider-item .grid-product__meta .gallery-color-swatches{
    margin-top: 8px;
}
.mps-productslider .productslider-item .grid-product__meta .grid-product__price {
    color: #000;
    font-size: 17px; 
    line-height: 150%;
    margin-top: 8px;
    font-weight: 500;
}
.mps-productslider .productslider-item .grid-product__meta .grid-product__price .grid-product__price--original {
    font-weight: 400;
    color: #808080;
}
.mps-productslider .productslider-item .grid-product__colors {
    gap: 6px;
}
.mps-productslider .productslider-item .color-swatch--small {
    width: 24px !important;
    height: 24px !important;
}
.mps-productslider .productslider-item .color-swatch--small {
    border-radius: 2px !important;
    margin: 0 !important;
}
.mps-productslider .productslider-item .color-swatch--small:before {
    border-radius: 4px !important;
}

/* responsive */
@media (max-width: 1199px) {
    .mps-productslider .mps-header h2 {
        font-size: 28px;
    }
    .mps-productslider .mps-header .mps-bedge span {
        padding: 8px 14px;
        font-size: 12px;
    }
}
@media (max-width: 859px){
    .mps-productslider .page-width {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .mps-productslider .productslider-grid .swiper-wrapper {
        flex-wrap: wrap !important;
    }
    .mps-productslider .productslider-grid .swiper-wrapper > .productslider-item {
        width: calc(50% - 16px/2) !important;
    }
    .mps-productslider .mps-header .mps-pslide-pagination {
        display: none;
    }
    .mps-productslider .productslider-grid .swiper-wrapper > .productslider-item {
        display: none;
    }
    .mps-productslider .productslider-grid .swiper-wrapper > .productslider-item:nth-child(-n+4) {
        display: block;
    }
    .mps-productslider .productslider-item .grid-product__meta .grid-product__price {
        margin-top: 6px; 
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .mps-productslider {
        padding: 40px 0;
    }
    .mps-productslider .mps-header {
        gap: 16px;
        justify-content: center;
    }
    .mps-productslider .mps-header h2 {
        font-size: 26px;
        letter-spacing: 0.26px;
        order: 1;
    }
    .mps-productslider .mps-header .mps-pslide-pagination,
    .mps-productslider .mps-header .mps--pslide-pagination {
        order: 2;
    }
    .mps-productslider .mps-header .mps-bedge {
        width: 100%;
        order: 3;
        justify-content: center;
    }
    .mps-productslider .mps-pslide-pagination .swiper-arrow,
    .mps-productslider .mps--pslide-pagination .swiper-arrow {
        width: 32px;
        height: 32px;
    }
    .mps-productslider .mps-header .mps-bedge span {
        text-align: center;
        padding: 10px 16px;
        font-size: 13px;
    }
    .grid-product .grid-product__meta.gpm--left .grid-product__title * {
        font-size: 14px;
    }
}
@media (max-width: 479px){
    .mps-productslider .mps-footer .button {
        max-width: 350px;
        width: 100%;
    }
}
/* ------------------------ --- ---------------------- --- ----------------------------
    Product Slider - [product-slider.liqiud] :: END
------------------------ --- ---------------------- --- ---------------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Video Testimonials - [video-testimonials.liqiud] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-videotestimonial--section {
    display: none;
}

/* section style */
.mps-videotestimonial {
    padding: 50px;
    overflow: hidden;
    padding-inline: 0;
}
.mps-videotestimonial .video_testimonial_container {
    max-width: 1340px;
    margin: 0 auto;
    max-width: 100%;
}
.mps-videotestimonial .video_testimonial_header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}
/* new */
.mps-videotestimonial .video_testimonial_header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mps-videotestimonial .video_testimonial_header .vt_header_content {
    flex: 1;
}
.mps-videotestimonial .video_testimonial_header .vt_header_arrows {
    flex: 0 0 auto;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    display: none !important;
}
.mps-videotestimonial .video_testimonial_header .vt_header_arrows .swiper-prev-custm,
.mps-videotestimonial .video_testimonial_header .vt_header_arrows .swiper-next-custm {
    position: relative;
    top: unset;
    left: unset;
    min-height: unset;
    min-width: unset;
    margin: 0;
    right: unset;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 1000px;
    border: 1px solid #000;
}
.mps-videotestimonial .video_testimonial_header .vt_header_arrows .swiper-prev-custm:after,
.mps-videotestimonial .video_testimonial_header .vt_header_arrows .swiper-next-custm:after {
    display: none;
}
.mps-videotestimonial .video_testimonial_header .vt_header_arrows > div > svg {
    width: 24px;
    height: 24px;
}
@media (max-width: 767px){
    .mps-videotestimonial .video_testimonial_header .vt_header_arrows{
        display: none;
    }
}

/* new end */
.mps-videotestimonial .video_testimonial_header .vt_header_arrows {
    /* display: none; */
}
.mps-videotestimonial .video_testimonial_header .vt_header_content .vt_header_title {
    margin: 0;
    color: #000;
    /* font-family: "Tenor Sans"; */
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.mps-videotestimonial .video_testimonial_header .vt_header_content  .vt_header_description {
    margin: 4px 0 0;
}
.mps-videotestimonial .video_testimonial_header .vt_header_content .vt_header_description * {
    margin: 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.mps-videotestimonial .video_testimonial_wrapper {
    margin: 40px auto 0;
    padding: 0 50px;
    max-width: 1440px;
}
.mps-videotestimonial .video_testimonial_wrapper .video_testimonial_swiper {
    overflow: visible;
}
.mps-videotestimonial .video_testimonial_slide {
  display: flex;
  justify-content: center;
}
.mps-videotestimonial .video_testimonial_card {
    border-radius: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #000;
}
.mps-videotestimonial .tvs-video-wrapper {
    position: relative;
    aspect-ratio: 317 / 469;
}
.mps-videotestimonial .tvs-video-wrapper video {
  width: 100%;
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mps-videotestimonial .tvs-play-btn {
    width: 56px;
    height: 56px;
    display: flex;
    border-radius: 999px;
    border: .5px solid #FFF;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px 16px;
    padding: 0;
}
.mps-videotestimonial .tvs-play-btn svg.play-icon {
    width: 36px;
    height: 36px;
}
.mps-videotestimonial .tvs-play-btn svg {
  display: none;
}
.mps-videotestimonial .tvs-play-btn .play-icon {
  display: block;
}
.mps-videotestimonial .video_testimonial_card.playing .tvs-play-btn .play-icon {
  display: none;
}
.mps-videotestimonial .video_testimonial_card.playing .tvs-play-btn .pause-icon {
    display: block;
    width: 22px;
    height: 22px;
}

.mps-videotestimonial .video_testimonial_card .tvs-play-btn .pause-icon rect,
.mps-videotestimonial .video_testimonial_card .tvs-play-btn .play-icon path {
    fill: #A09054;
}
/* .mps-videotestimonial .video_testimonial_card.playing .tvs-content {
  display:none;
} */
/* .mps-videotestimonial .video_testimonial_card.playing .tvs-play-btn{
  display:none;
  transition:0.5s;
} */
/* .mps-videotestimonial .video_testimonial_card.playing:hover .tvs-play-btn{
  display:block;
} */

.mps-videotestimonial .video_testimonial_card .tvs-content-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}
.mps-videotestimonial .video_testimonial_card.playing .tvs-content-btn {
    transform: translateY(calc(100% - 72px));
}

.mps-videotestimonial .video_testimonial_card .tvs-content-btn .tvs-content {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(8px);
    padding: 20px 16px;
}
.mps-videotestimonial .video_testimonial_card .tvs-content .tvs_content_heading {
    margin: 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: normal;
}
.mps-videotestimonial .video_testimonial_card .tvs-content .tvs_content_text {
    margin: 4px 0 0;
}
.mps-videotestimonial .video_testimonial_card .tvs-content .tvs_content_text * {
    margin: 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.45px;
}
.mps-videotestimonial .video_testimonial_swiper:not(.swiper-initialized){
    overflow:hidden;
}
.mps-videotestimonial .video_testimonial_swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.mps-videotestimonial .video_testimonial_swiper:not(.swiper-initialized) .swiper-wrapper .video_testimonial_slide {
    flex: 0 0 auto;
    width: 317px;
}

.mps-videotestimonial .swiper.video_testimonial_swiper .swiper-pagination.swiper-pagination-progressbar {
    position: static;
    margin: 0;
    padding: 0;
    height: 4px;
    background: #D5D5D5;
    border-radius: 100px;
    overflow: hidden;
    display: none;
}
.mps-videotestimonial .swiper.video_testimonial_swiper .swiper-pagination  .swiper-pagination-progressbar-fill {
  background: black;
  border-radius: 100px;
}
@media (max-width: 859px){
    .mps-videotestimonial{
        padding-inline: 0px;
    }
}
@media (max-width: 767px){
    .mps-videotestimonial {
        padding: 40px 0px;
    }
    .mps-videotestimonial .video_testimonial_header {
        padding-inline: 20px;
    }
    .mps-videotestimonial .video_testimonial_header .vt_header_content .vt_header_title {
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 0.26px;
    }
    .mps-videotestimonial .video_testimonial_header .vt_header_content .vt_header_description {
        margin: 8px 0 0;
    }
    .mps-videotestimonial .video_testimonial_wrapper {
        margin: 32px 0 0;
        padding-inline: 20px;
    }
    .mps-videotestimonial .video_testimonial_wrapper .video_testimonial_swiper .swiper-wrapper {
        margin-bottom: 32px;
    }
    .mps-videotestimonial .swiper.video_testimonial_swiper .swiper-pagination.swiper-pagination-progressbar {
        display: block;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
Video Testimonials - [video-testimonials.liqiud] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Join Instagram - [join-instagram.liqiud] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-joininstagram--section {
    display: none;
}
/* section style */
.mps-joininstagram {
    padding: 40px 0 0;
    overflow: hidden;
}
.mps-joininstagram .join_insta_header {
    max-width: 1440px;
    margin: 0 auto 32px;
    padding: 0 50px;
}
.mps-joininstagram .join_insta_header .join_insta_heading {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}
.mps-joininstagram .join_insta_header .join_insta_id {
    margin: 8px auto 0;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
}
.mps-joininstagram .join_insta_header .join_insta_id .ji_id_icon {
    flex: 0 0 auto;
    border-radius: 99px;
    background: #A09054;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mps-joininstagram .join_insta_header .join_insta_id .ji_id_label {
    display: block;
    color: #000;
    /* font-family: "Nunito Sans"; */
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.51px;
}
.mps-joininstagram .join_insta_slide .join_insta_banner {
    position: relative;
    padding-top: 100%;
}
.mps-joininstagram .join_insta_slide .join_insta_banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px){
    .mps-joininstagram .join_insta_header {
        padding: 0 20px;
    }
    .mps-joininstagram .join_insta_header .join_insta_heading {
        font-size: 26px;
        letter-spacing: 0.26px;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
Join Instagram - [join-instagram.liqiud] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
STORE BENEFITS - [store-benefits.liqiud] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-storebenefits--section {
    display: none;
}

/* section style */
.mps-storebenefits {
    padding: 56px 50px;
}
.mps-storebenefits .store_benefits_container {
    max-width: 1180px;
    margin: 0 auto;
}
.mps-storebenefits .store_benefits_wrapper .store_benefits_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.mps-storebenefits .store_benefits_item .store_benefits_icon {
    border-radius: 99px;
    background: #FFF;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.mps-storebenefits .store_benefits_item .store_benefits_content {
    margin: 16px 0 0;
}
.mps-storebenefits .store_benefits_item .store_benefits_content .store_benefits_heading {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: normal;
}
.mps-storebenefits .store_benefits_item .store_benefits_content .store_benefits_text {
    margin: 8px 0 0;
    color: #000;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.45px;
}
@media (max-width: 1024px){
    .mps-storebenefits {
        padding: 46px 40px;
    }
    .mps-storebenefits .store_benefits_wrapper .store_benefits_grid {
        gap: 20px;
    }
    .mps-storebenefits .store_benefits_item .store_benefits_content .store_benefits_heading {
        font-size: 18px;
    }
    .mps-storebenefits .store_benefits_item .store_benefits_content .store_benefits_text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .28px;
    }
}
@media (max-width: 767px){
    .mps-storebenefits {
        padding: 32px 20px;
    }
    .mps-storebenefits .store_benefits_wrapper .store_benefits_grid {
        grid-template-columns: repeat(2,1fr);
        gap: 28px 18px;
    }
    .mps-storebenefits .store_benefits_item .store_benefits_content .store_benefits_heading {
        font-size: 15px;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
STORE BENEFITS - [store-benefits.liqiud] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Home FAQs - [home-faqs.liqiud] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-faqs--section {
    display: none;
}
.section.home-faqs--section .mps-instaonfaq{
    display: none;
}

/* section style */
.mps-faqs {
    padding: 50px 0;
}
.mps-faqs .home_faq_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}
.mps-faqs .home_faq_grid {
    display: flex;
}
.mps-faqs .home_faq_grid .home_faq_header {
    width: 100%;
    max-width: calc(322px + 56px);
    flex: 0 0 auto;
    padding-right: 56px;
}
.mps-faqs .home_faq_grid .home_faq_wrapper {
    flex: 1;
    padding-left: 56px;
    border-left: 1px solid #E8E8E1;
}
.mps-faqs .home_faq_header .hf_hader_heading {
    margin: 0;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.mps-faqs .home_faq_contact_btn {
    margin: 16px 0 0;
    display: block;
    width: fit-content;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(8px);
    padding: 14px 48px;
    color: #000;
    font-family: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.2s;
}
.mps-faqs .home_faq_contact_btn:hover {
    background: #000;
    color: #fff;
}
.mps-faqs .home_faq_list .home_faq_item {
    border-bottom: 1px solid #E8E8E1;
}
.mps-faqs .home_faq_list .home_faq_item:last-child {
    border-bottom: none;
}
.mps-faqs .home_faq_list .home_faq_item_header {
    padding: 24px 32px 24px 0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.mps-faqs .home_faq_list .home_faq_item_header.active {
    padding-bottom: 16px;
}
.mps-faqs .home_faq_list .home_faq_item_header h5 {
    margin: 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: normal;
}
.mps-faqs .home_faq_list .home_faq_item_header::after {
    content: "\002B";
    font-size: 32px;
    position: absolute;
    right: 0;
    font-weight: 200;
}
.mps-faqs .home_faq_list .home_faq_item_header.active::after {
    content: "\2212";
}
.mps-faqs .home_faq_list .home_faq_item_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.mps-faqs .home_faq_list .home_faq_item_body_content {
    padding-bottom: 24px;
}
.mps-faqs .home_faq_list .home_faq_item_body_content * {
    margin: 0;
    color: #000;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.48px;
}

@media (min-width: 992px){
    .mps-faqs .home_faq_footer {
        display: none;
    }
}
@media (max-width: 1024px){
    .mps-faqs .home_faq_container {
        padding: 0 40px;
    }
    .mps-faqs .home_faq_grid .home_faq_header {
        max-width: 310px;
        padding-right: 26px;
    }
    .mps-faqs .home_faq_header .hf_hader_heading {
        font-size: 26px;
    }
    .mps-faqs .home_faq_grid .home_faq_wrapper {
        padding-left: 26px;
    }
}
@media (max-width: 991px){
    .mps-faqs .home_faq_grid {
        flex-direction: column;
        gap: 24px;
    }
    .mps-faqs .home_faq_grid .home_faq_header {
        max-width: 100%;
        padding-right: 0px;
    }
    .mps-faqs .home_faq_grid .home_faq_wrapper {
        padding-left: 0px;
        border: gainsboro;
    }
    .mps-faqs .home_faq_header .hf_hader_heading {
        font-size: 26px;
        text-align: center;
    }
    .mps-faqs .home_faq_grid .home_faq_header .home_faq_contact_btn {
        display: none;
    }
    .mps-faqs .home_faq_footer {
        display: block;
        margin: 24px 0 0;
    }
    .mps-faqs .home_faq_footer .home_faq_contact_btn {
        margin: 0 auto;
        max-width: 350px;
        width: 100%;
    }
}
@media (max-width: 767px){
    .mps-faqs {
        padding: 40px 0;
    }
    .mps-faqs .home_faq_container {
        padding: 0 20px;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
Home FAQs - [home-faqs.liqiud] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Promo Banners - [promo-banners.liqiud] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-promobanners--section {
    display: none;
}

/* section style */
.mps-promobanners {
    padding: 16px;
    overflow: hidden;
}
.mps-promobanners .promo_banners_grid {
    display: flex;
    gap: 16px;
}
.mps-promobanners .promo_banners_grid .promo_banner_col {
    width: calc(50% - 8px);
}
.mps-promobanners .promo_banner_col .promo_banner_item {
    position: relative;
    aspect-ratio: 696/701;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mps-promobanners .promo_banner_item .promo_banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mps-promobanners .promo_banner_item .promo_banner_img .pb_img_inner {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.mps-promobanners .promo_banner_col .promo_banner_item::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.mps-promobanners .promo_banner_item .promo_banner_content {
    position: relative;
    z-index: 1;
}
.mps-promobanners .promo_banner_content .promo_banner_caption {
    margin: 0 0 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.mps-promobanners .promo_banner_content .promo_banner_heading {
    margin: 24px auto 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Tenor Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 430px;
}
.mps-promobanners .promo_banner_content  .promo_banner_text {
    margin: 4px 0 0;
}
.mps-promobanners .promo_banner_content .promo_banner_text * {
    margin: 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.mps-promobanners .promo_banner_content  .promo_banner_btn {
    margin: 24px auto 0;
    display: block;
    width: 100%;
    border: 1px solid #FFF;
    background: #FFF;
    backdrop-filter: blur(8px);
    padding: 15px;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 262px;
    transition: 0.2s all;
}
.mps-promobanners .promo_banner_content .promo_banner_btn:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 1024px){
    .mps-promobanners .promo_banner_col .promo_banner_item {
        padding: 30px;
    }
    .mps-promobanners .promo_banner_content .promo_banner_heading {
        margin: 18px auto 0;
        font-size: 38px;
        max-width: 340px;
    }
}
@media (max-width: 991px){
    .mps-promobanners .promo_banner_content .promo_banner_heading {
        margin: 16px auto 0;
        font-size: 32px;
        max-width: 290px;
    }
}
@media (max-width: 767px){
    .mps-promobanners {
        padding: 8px;
    }
    .mps-promobanners .promo_banners_grid {
        gap: 8px;
        flex-direction: column;
    }
    .mps-promobanners .promo_banners_grid .promo_banner_col {
        width: 100%;
    }
    .mps-promobanners .promo_banner_col .promo_banner_item {
        padding: 20px;
        aspect-ratio: 1/1;
    }
    .mps-promobanners .promo_banner_content .promo_banner_caption {
        font-size: 14px;
        letter-spacing: .56px;
    }
    .mps-promobanners .promo_banner_content .promo_banner_btn {
        max-width: 300px;
        letter-spacing: 3px;
    }
    .mps-promobanners .promo_banner_content  .promo_banner_btn
}

/* -----------------  ---------------------- -----------------  ----------------------
Promo Banners - [promo-banners.liqiud] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Featured Image With Text - [featured-image-with-text.liquid] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-featuredimgtext--section {
    display: none;
}

/* section style */
.mps-featur-imgtext {
    background: #F8F8F8;
    position: relative;
}
.mps-featur-imgtext .featured-image-with-text-container {
    max-width: 1348px;
    padding-inline: 50px;
    margin-inline: auto;
}
.mps-featur-imgtext .featured-column-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.mps-featur-imgtext .content-column {
    width: calc( 50% - 110px);
    padding-block: 122px;
}
.mps-featur-imgtext .image-column {
    width: 48%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
}
.mps-featur-imgtext .image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    object-position: bottom;
}
.mps-featur-imgtext .featured-badge ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mps-featur-imgtext  .featured-badge ul li {
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0;
    border-radius: 6px;
    background:#9B8B51;
}
.mps-featur-imgtext .featured-badge ul li:nth-child(odd) {
    color: #fff;
    background: #A09054;
}
.mps-featur-imgtext .section-title {
    color: #000;
    font-family: "Tenor Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin:12px 0 0;
}

.mps-featur-imgtext .fit-subtitle {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.48px;
    margin: 0;
}
.mps-featur-imgtext .featured-list {
    margin: 16px 0 0;
}
.mps-featur-imgtext .featured-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.mps-featur-imgtext .featured-list ul li {
    margin-bottom: 6px;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.48px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}
.mps-featur-imgtext .featured-list ul li:before {
    width: 20px;
    height: 20px;
    content: '';
    background: url('/cdn/shop/files/check-icon.svg?v=1767243560');
    background-size: 100% !important;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.mps-featur-imgtext .fit-button {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px;
    text-decoration: none;
    max-width: 252px;
    width: 100%;
    transition: 0.2s;
    display: block; 
    margin-top: 24px;
    border: 1px solid #000;
    backdrop-filter: blur(8px);
    background: #000;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.mps-featur-imgtext .fit-button:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0.00%, 66.30%, 0.25), transparent);
}
.mps-featur-imgtext .fit-button:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}

/* Responsive */
@media (max-width: 1200px) {
    .mps-featur-imgtext .content-column {
        width: calc( 50% - 50px);
        padding-block: 122px;
    }
}
@media (max-width: 859px) {
    .mps-featur-imgtext .featured-image-with-text-container {
        padding-inline: 0px;
    }   
    .mps-featur-imgtext .featured-column-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .mps-featur-imgtext .image-column {
        position: static;
    } 
    .mps-featur-imgtext .content-column{
        padding: 40px 20px;
        max-width: 550px;
        margin-inline: auto;
    }
    .mps-featur-imgtext .featured-list {
        text-align: center;
    }
    .mps-featur-imgtext .featured-badge ul {
        justify-content: center;
    }
    .mps-featur-imgtext .fit-subtitle {
        text-align: center;
        line-height: 24px;
        margin-top: 3px;
    }
    .mps-featur-imgtext .section-title {
        text-align: center;
        font-size: 32px;
        margin-top: 16px;
    }
    .mps-featur-imgtext .featured-list {
        margin: 8px 0 0;
    }
    .mps-featur-imgtext .featured-list ul li {
        text-align: left;
        font-size: 15px;
        letter-spacing: 0.45px;
    }
    .mps-featur-imgtext .fit-button {
        max-width: 390px;
        margin-inline: auto;
        letter-spacing: 3px;
    }
    .mps-featur-imgtext .content-column,
    .mps-featur-imgtext .image-column {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mps-featur-imgtext .section-title {
        text-align: center;
        font-size: 26px;
        letter-spacing: 0.26px;
    }
    .mps-featur-imgtext .featured-list ul li:before {
        width: 16px;
        height: 16px;
    }
}
/* -----------------  ---------------------- -----------------  ----------------------
Featured Image With Text - [featured-image-with-text.liquid] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Video Hero Banner - [video-hero-banner.liquid] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-videoherobanner--section {
    display: none;
}

/* section style */
body:has(.banner-video-popup.video-show) {
    overflow: hidden;
}
.mps-videobanner-modal {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}
.mps-videobanner-modal .banner-video-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #0008;
    filter: backdrop-filter(5px);
    z-index: 99;
    padding: 20px;
}
.mps-videobanner-modal .banner-video-popup.video-show {
    display: flex;
}
.mps-videobanner-modal .banner-video-popup .video-popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mps-videobanner-modal .banner-video-popup .video-box {
    text-align: center;
    max-width: 92%;
    width: 100%;
    height: auto;
    max-height: 100%;
    /* aspect-ratio: 9/16; */
    aspect-ratio: 1144 / 644;
    max-width: 900px;
    overflow: hidden;
}
.mps-videobanner-modal .banner-video-popup .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mps-videobanner-modal .video-hero-banner__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 119px 50px 0;
    max-width: 1280px;
    width: 100%;
}
.mps-videobanner-modal .video-hero-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mps-videobanner-modal .video-hero-banner__content {
    margin-left: auto;
    max-width: 514px;
    text-align: right;
}
.mps-videobanner-modal .video-hero-banner__title {
    color: #000;
    font-family: "Tenor Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
}
.mps-videobanner-modal .video-hero-banner__subtitle {
    color: #000;
    text-align: right;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.54px;
    margin: 6px 0 0;
}
.mps-videobanner-modal .video-hero-banner__button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 15px 20px 15px 16px;
    background: #fff;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    min-height: 52px;
}
.video-hero-banner-section .video-hero-banner__button .pause-icon {
    width: 20px;
    height: 15px;
    display: none;
}
.video-hero-banner-section .video-hero-banner__button .pause-icon rect {
    fill: #000;
}
.mps-videobanner-modal .video-hero-banner__button:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0.00%, 66.30%, 0.25), transparent);
}
.mps-videobanner-modal .video-hero-banner__button:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
} 

/* NEW CSS - START */
.video-hero-banner-section.active_video .video-hero-banner__button .play-icon {
    display: none;
}
.video-hero-banner-section.active_video .video-hero-banner__button .pause-icon {
    display: block;
}
.video-hero-banner-section.active_video .video-hero-banner-wrapper {
    opacity: 0;
}
.video-hero-banner-section.active_video .banner-video-popup {
    position: absolute;
    display: block;
    z-index: 1;
    padding: 0;
}
.video-hero-banner-section .banner-video-popup .video-popup-close-btn {
    display: none;
}
.video-hero-banner-section.active_video .banner-video-popup .video-box {
    width: 100%;
    aspect-ratio: unset;
    max-width: 100%;
    height: 100%;
}
.video-hero-banner-section .banner-video-popup .banner_video_playpouse {
    width: 64px;
    height: 64px;
    display: flex;
    border-radius: 999px;
    border: .5px solid #FFF;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-hero-banner-section .banner-video-popup .banner_video_playpouse .play-icon {
    display: none;
}
.video-hero-banner-section .banner-video-popup .banner_video_playpouse svg.pause-icon {
    width: 26px;
    height: 25px;
}
.video-hero-banner-section .banner-video-popup .banner_video_playpouse svg.pause-icon rect {
    fill: #d7a11b;
}
/* NEW CSS - END */

@media (max-width: 1024px) {
    .mps-videobanner-modal .video-hero-banner__container { 
        padding-top: 50px;
    }
    .mps-videobanner-modal .video-hero-banner__title {
        font-size: 32px;
    }
    .mps-videobanner-modal .video-hero-banner__content {
        margin-left: auto;
        text-align: right;
        max-width: 354px;
    }
    .mps-videobanner-modal .video-hero-banner__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 859px) {
    .mps-videobanner-modal .video-hero-banner__container { 
        padding: 40px 20px 0;
    }
    .mps-videobanner-modal .video-hero-banner__title {
      font-size: 26px;
    }
    .mps-videobanner-modal .video-hero-banner__button {
        margin-top: 16px;
    }
}
@media (max-width: 600px) {
    .mps-videobanner-modal .video-hero-banner__subtitle {
        max-width: 299px;
        margin-left: auto;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
Video Hero Banner - [video-hero-banner.liquid] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Showcase Slider - [showcase-slider.liquid] , [showcase-slider-v2.liquid] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-showcase-slidertwo--section {
    display: none;
}
.section.home-shopthelook--section {
    display: none;
}

/* section style */
.showcase-slider-section {
    padding: 50px 0;
    overflow: hidden;
}
.showcase-slider-section .container {
    max-width: 1440px;
    padding-inline: 50px;
    margin: auto;
}
.showcase-slider-section .section-heading {
    color: #000;
    font-family: "Tenor Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
    display: flex;
}
.showcase-slider-section .showcase-swiper {
    overflow: visible;
    margin-top: 24px;
}
.showcase-slider-section .showcase-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    overflow: auto;
}
.showcase-slider-section .showcase-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 272px;
    flex-shrink: 0;
}

.showcase-slider-section .showcase-swiper .swiper-pagination {
    position: static;
    margin-top: 32px;
    background: #D5D5D5;
    backdrop-filter: blur(8px);
    border-radius: 99px;
    overflow: hidden;
    display: none;
}
.showcase-slider-section .showcase-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #000;
    border-radius: 99px;
}
.showcase-slider-section .showcase-slider-slider-arrow {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-items: center;
    margin-left: auto;
}
.showcase-slider-section .showcase-slider-slider-arrow > div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid #000;
}
.showcase-slider-section .showcase-slider-slider-arrow > div:not(.swiper-button-disabled) {
    cursor: pointer;
}

.showcase-slider-section .showcase-slider-slider-arrow > div.swiper-button-disabled {
    opacity: 0.24;
}
.showcase-slider-section .showcase-card {
    overflow: hidden;
    aspect-ratio: 16 / 25;
}

.showcase-slider-section .showcase-card-image img {
    width: 100%;
    display: block;
}
.showcase-slider-section .showcase-card .product-toggle-btn {
    width: 27px;
    height: 27px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.showcase-slider-section .showcase-card .product-toggle-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}

.showcase-slider-section .showcase-card-products {
    margin-top: 10px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 16px 12px 12px 12px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FFF;
    backdrop-filter: blur(8px);
    max-height: calc(100% - 32px);
    overflow: auto;
    /* transform: scale(0); */
    display: none;
    /* transition: 0.3s ease-in; */
    transition: 0.3s all;
    /* transform-origin: bottom right; */
    opacity: 0;
}
.showcase-slider-section .showcase-card-products.open {
    /* transform: scale(1); */
    display: block;
    opacity: 1;
}
.showcase-slider-section .showcase-card:has(.showcase-card-products.open):before {
    content: '';
    position: absolute;
    inset:0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.showcase-slider-section .showcase-card-products .showcase-close-icon {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.showcase-slider-section .showcase-card-products .card-title {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-align: center;
}

.showcase-slider-section .showcase-card-products .card-product-list {
    margin-top: 12px;
}

.showcase-slider-section .card-product-list .showcase-product-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.showcase-slider-section .card-product-list .showcase-product-item + .showcase-product-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}

.showcase-slider-section .card-product-list .showcase-product-item .product-image {
    border-radius: 1.555px;
    overflow: hidden;
    background: #F8F8F8;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}
.showcase-slider-section .card-product-list .showcase-product-item .product-image  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.showcase-slider-section .card-product-list .showcase-product-item .product-details {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100px;
}
.showcase-slider-section .card-product-list .showcase-product-item .product-details a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.showcase-slider-section .card-product-list .showcase-product-item .product-details .price-box {
    display: flex;
    gap: 2px;
    align-items: center;
}
.showcase-slider-section .card-product-list .showcase-product-item .product-details .price-box > span {
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.showcase-slider-section .card-product-list .showcase-product-item .product-details .price-box > span.com-price {
    text-decoration-line: line-through;
}

.showcase-slider-section .card-product-list .showcase-product-item .product-details .price-box > span.price {
    color: var(--Red, #FF4F33);
    font-weight: 600;
}
.showcase-slider-section .card-product-list .showcase-product-item .variant-pricker {
    width: 66px;
    height: 32px;
    flex-shrink: 0;
    background: #000;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.showcase-slider-section .card-product-list .showcase-product-item .variant-pricker .btn--loading:before {
    border-width: 2px;
}
.showcase-slider-section .card-product-list .showcase-product-item .variant-pricker .common-loader-atc {
    height: 32px;
    min-height: unset;
}

.showcase-slider-section .card-product-list .showcase-product-item .variant-pricker select {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 13px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding-left: 10px;
    border: none;
    width: 66px;
    height: 32px;
    background: url(/cdn/shop/files/plus-icon.svg?v=1764247074);
    background-repeat: no-repeat;
    background-position: 42px;
}

/* VERSION TWO STYLE */
.home-showcase-slidertwo--section .showcase-slider-section {
    background: #F5F5F5;
    padding-block: 56px;
}
.home-showcase-slidertwo--section .showcase-slider-section .container {
    max-width: 100%;
    padding: 0;
}
.home-showcase-slidertwo--section .section-heading {
    max-width: 1440px;
    padding-inline: 50px;
    margin: auto;
}
.home-showcase-slidertwo--section .showcase-slider-section .showcase-card {
    aspect-ratio: 17/24;
}
.home-showcase-slidertwo--section .showcase-slider-section {
    position: relative;
}
.home-showcase-slidertwo--section .showcase-slider-section .slider-prev.swiper-button-disabled,
.home-showcase-slidertwo--section .showcase-slider-section .slider-next.swiper-button-disabled{
    opacity: 0.25;
}
.home-showcase-slidertwo--section .showcase-slider-section .slider-prev:not(.swiper-button-disabled),
.home-showcase-slidertwo--section .showcase-slider-section .slider-next:not(.swiper-button-disabled){
    cursor: pointer;
}

.home-showcase-slidertwo--section .showcase-slider-section .slider-prev,
.home-showcase-slidertwo--section .showcase-slider-section .slider-next {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.home-showcase-slidertwo--section .showcase-slider-section .slider-prev {
    left: 0;
}
.home-showcase-slidertwo--section .showcase-slider-section .slider-next {
    right: 0;
}
@media(max-width: 859px){
    .showcase-slider-section {
        padding-block: 40px !important;
    }
    .showcase-slider-section .section-heading {
        font-size: 26px;
        letter-spacing: 0.26px;
    }
    .home-showcase-slidertwo--section .section-heading {
        padding-inline: 20px;
    }
    .showcase-slider-section .card-product-list .showcase-product-item .product-image {
        width: 32px;
        height: 32px;
    }
    .home-showcase-slidertwo--section .showcase-slider-section .slider-prev,
    .home-showcase-slidertwo--section .showcase-slider-section .slider-next {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 1px solid #000;
        border-radius: 50%;
        transform: none;
    }
    .home-showcase-slidertwo--section .showcase-slider-section .slider-prev {
        top: 40px;
        right: 68px;
        left: unset;
    }
    .home-showcase-slidertwo--section .showcase-slider-section .slider-next {
        right: 20px;
        top: 40px;
    }


    .home-showcase-slidertwo--section .showcase-slider-section .showcase-swiper{
        padding-inline: 20px;
        position: unset;
    }
    .showcase-slider-section .showcase-slider-slider-arrow > div {
        width: 32px;
        height: 32px; 
    }


    .showcase-slider-section .showcase-swiper .swiper-pagination {
        display: block;
    }

    .showcase-slider-section .showcase-swiper {
        margin-top: 32px;
    }
    .showcase-slider-section .container {
        padding-inline: 16px;
    }
}

/* -----------------  ---------------------- -----------------  ----------------------
Showcase Slider - [showcase-slider.liquid] , [showcase-slider-v2.liquid] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* -----------------  ---------------------- -----------------  ----------------------
Showcase Slider - [home-newlook.liquid] :: START
-----------------  ---------------------- -----------------  ---------------------- */
.section.home-newlook--section {
    display: none;
}

/* section style */
.home-newlook {
    display: flex;
    align-items: center;
}
.home-newlook .page-width {
    max-width: 1340px;
    width: 100%;
    padding-inline: 50px;
    margin-inline: auto;
}
.home-newlook .newlook-grid {
    max-width: 613px;
    text-align: center;
}
.home-newlook .newlook-grid .title {
    color: #000;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.12px;
}
.home-newlook .newlook-grid .title strong {
    color: #A07200;
    font-weight: 400;
}
.home-newlook .newlook-grid .rte p {
    color: #000;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.6px;
    margin: 0;
}
.home-newlook .newlook-grid .rte strong {
    font-weight: 700;
}

@media(max-width:1200px){
    .home-newlook .newlook-grid .title {
        color: #000;
        text-align: center;
        font-family: "Tenor Sans";
        font-size: 54px;
        font-style: normal;
        font-weight: 400;
        line-height: 112.5%;
        letter-spacing: -1.4px;
    }
    .home-newlook .newlook-grid {
        max-width: 528px;
        text-align: center;
    }
}
@media(max-width:1024px){
    .home-newlook .newlook-grid {
        max-width: 408px;
        text-align: center;
    }
    .home-newlook .newlook-grid .title {
        font-size: 32px;
        letter-spacing: -0.26px;
    }
}
@media(max-width:859px){
    .home-newlook .page-width {
        padding-inline: 20px; 
    }
    .home-newlook .newlook-grid {
        max-width: 348px;
        text-align: center;
    }
    .home-newlook .newlook-grid .rte p {
        font-size: 16px;
        letter-spacing: 0.48px;
    }
}
@media(max-width:767px){
    .home-newlook {
        align-items: flex-start;
        min-height: 526px;
        width: 100%;
        background-position-x: center !important; 
    }
    .home-newlook .page-width {
        padding-top: 40px;
        padding-inline: 20px;
    }
    .home-newlook .newlook-grid {
        max-width: 408px;
        margin-inline: auto;
        text-align: center;
    }
}


/* -----------------  ---------------------- -----------------  ----------------------
Showcase Slider - [home-newlook.liquid] :: END
-----------------  ---------------------- -----------------  ---------------------- */

/* ------------------------ --- ---------------------- --- ----------------------------
    Home Collection Grid - [home-collection-grid.liqiud] :: START
------------------------ --- ---------------------- --- ---------------------------- */
.section.home-collectiongrid--section {
    display: none;
}

/* section style */
.mps-collection-grid{
    padding: 50px 0;
}
.mps-collection-grid .page-width{
    max-width: 100%;
    width: 100%;
    padding: 0 12px;
}
.mps-collection-grid .mps-cgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.mps-collection-grid .mps-cgrid .mps-cgrid-item{
    flex: 0 0 auto;
    width: 100%;
}
.mps-collection-grid .mps-cgrid.mps-cgrid-2 .mps-cgrid-item{
    flex: 0 0 auto;
    width: calc(50% - 12px / 2);
}
.mps-collection-grid .mps-cgrid.mps-cgrid-3 .mps-cgrid-item{
    flex: 0 0 auto;
    width: calc(33.333% - 12px * 2 / 3);
}
.mps-collection-grid .mps-cgrid.mps-cgrid-4 .mps-cgrid-item{
    flex: 0 0 auto;
    width: calc(25% - 12px * 3 / 4);
}
.mps-collection-grid .cgridbox{
    position: relative;
}
.mps-collection-grid .cgridbox .cgrid-media {
    position: relative;
}
.mps-collection-grid .cgridbox .cgrid-media:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.mps-collection-grid .cgridbox .cgrid-media img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.mps-collection-grid .cgridbox .cgrid-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px 28px;
    text-align: center;
}
.mps-collection-grid .cgridbox .cgrid-content h3.cgrid-title {
    color: #FFF;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
.mps-collection-grid .cgridbox .cgrid-content .cgrid-button {
    background: #FFF;
    backdrop-filter: blur(8px);
    padding: 12px;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin: 16px 0 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    max-width: 152px;
    width: 100%;
}
.mps-collection-grid .cgridbox .cgrid-content .cgrid-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0.00%, 3.50%, 0.25), transparent);
}
.mps-collection-grid .mps-cgrid-item:hover .cgridbox .cgrid-content .cgrid-button:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}
.mps-collection-grid .cgridbox a.coverlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    /* z-index: 1; */
}

/* responsive */
@media (max-width: 1199px){
    .mps-collection-grid .cgridbox .cgrid-content h3.cgrid-title {
        font-size: 20px;
    }
    .mps-collection-grid .cgridbox .cgrid-content {
        padding: 10px 16px 20px;
    }
}
@media (max-width: 991px){
    .mps-collection-grid .cgridbox .cgrid-content .cgrid-button {
        margin: 10px 0 0;
        padding: 10px 24px;
    }
}
@media (max-width: 767px){
    .mps-collection-grid {
        padding: 8px 0;
    }
    .mps-collection-grid .page-width {
        padding: 0 8px;
    }
    .mps-collection-grid .mps-cgrid{
        gap: 8px;
    }
    .mps-collection-grid .mps-cgrid.mps-cgrid-2 .mps-cgrid-item {
        flex: 0 0 auto;
        width: calc(50% - 8px /2);
    }
    .mps-collection-grid .mps-cgrid.mps-cgrid-3 .mps-cgrid-item {
        flex: 0 0 auto;
        width: calc(33.333% - 8px * 2 / 3);
    }
    .mps-collection-grid .mps-cgrid.mps-cgrid-4 .mps-cgrid-item {
        flex: 0 0 auto;
        width: calc(50% - 8px / 2);
    }
    .mps-collection-grid .cgridbox .cgrid-content h3.cgrid-title {
        font-size: 16px;
    }
    .mps-collection-grid .cgridbox .cgrid-content .cgrid-button {
        margin: 8px 0 0;
        padding: 10px 24px;
        font-size: 13px;
        display: none !important;
    }
}
@media (max-width: 575px){
    .mps-collection-grid .mps-cgrid.mps-cgrid-3 .mps-cgrid-item {
        flex: 0 0 auto;
        width: calc(50% - 8px / 2);
    }
    .mps-collection-grid .mps-cgrid.mps-cgrid-3 .mps-cgrid-item:last-child {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* ------------------------ --- ---------------------- --- ----------------------------
    Home Collection Grid - [home-collection-grid.liqiud] :: END
------------------------ --- ---------------------- --- ---------------------------- */

/* ------------------------ --- ---------------------- --- ----------------------------
    Home Collection Blocks - [collection-blocks.liquid] :: START
------------------------ --- ---------------------- --- ---------------------------- */
.section.home-collectionblocks--section {
    display: none;
}

/* section style */
.mps-collection-blocks{
    padding: 50px 0;
}
.mps-collection-blocks .page-width {
    padding: 0 50px;
    max-width: 1440px;
}
@media (max-width: 767px){
    .mps-collection-blocks .page-width {
        padding: 0 20px;
    }
}
/* header */
.mps-collection-blocks .mps-header{
    margin: 0 0 32px;
}
.mps-collection-blocks .mps-header > h2 {
    color: #000;
    font-family: "Tenor Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0 0 0;
}

/* blocks */
.mps-colblocks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.mps-colblocks .mps-colblock-item {
    flex: 0 0 auto;
    width: 100%;
}
.mps-colblocks.mps-colblock-2 .mps-colblock-item {
    flex: 0 0 auto;
    width: calc(50% - 16px / 2);
}
.mps-colblocks.mps-colblock-3 .mps-colblock-item {
    flex: 0 0 auto;
    width: calc(33.333% - 16px * 2 / 3);
}
/* box */
.colblock-box .colblock-media .cblink-media {
    display: block;
}
.colblock-box .colblock-media .cbmedia:not(.cbmedia-placeholder) {
    position: relative;
    padding-bottom: var(--aspect-ratio);
}
.colblock-box .colblock-media .cbmedia:not(.cbmedia-placeholder) picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.colblock-box .colblock-media .cbmedia:not(.cbmedia-placeholder) picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.colblock-box .colblock-media .cbmedia-placeholder {
    background: #d3d3d35c;
}
.colblock-box .colblock-content a.cblink {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
}
.colblock-box .colblock-content a.cblink .cbcontent {
    flex: 1;
    text-align: left;
}
.colblock-box .colblock-content a.cblink button.cbbutton {
    flex: 0 0 auto;
    border-radius: 1000px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.colblock-box .colblock-content .cbcontent h2.title {
    color: #000;
    font-family: "Tenor Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0 0 0;
}
.colblock-box .colblock-content .cbcontent h2.title+.rte {
    margin: 6px 0 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.48px;
}
.colblock-box .colblock-content .cbcontent h2.title+.rte *{
    margin: 0 0 0;
}
/* responsive */
@media (max-width: 991px) {
    .colblock-box .colblock-content a.cblink button.cbbutton {
        width: 34px;
        height: 34px;
    }
}
@media (max-width: 767px) {
    .mps-collection-blocks {
        padding: 40px 0;
    }
    .mps-collection-blocks .mps-header>h2 {
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0.26px;
    }
    .mps-colblocks.mps-colblock-2 .mps-colblock-item,
    .mps-colblocks.mps-colblock-3 .mps-colblock-item {
        flex: 0 0 auto;
        width: 100%;
    }
    .colblock-box .colblock-media .cbmedia:not(.cbmedia-placeholder) {
        padding-bottom: var(--aspect-ratio-small);
    }
    .colblock-box .colblock-content a.cblink {
        padding-top: 12px;
    }
    .colblock-box .colblock-content .cbcontent h2.title {
        font-size: 18px;
    }
    .colblock-box .colblock-content a.cblink button.cbbutton {
        width: 40px;
        height: 40px;
    }
}

/* ------------------------ --- ---------------------- --- ----------------------------
    Home Collection Blocks - [collection-blocks.liquid] :: END
------------------------ --- ---------------------- --- ---------------------------- */
/* ------------------------ --- ---------------------- --- ----------------------------
    Quiz Block - [quiz-block.liquid] :: START
------------------------ --- ---------------------- --- ---------------------------- */
.section.home-quizblock--section {
    display: none;
}

/* section style */
.mps-quizblock {
    padding: 48px 0;
    background: rgba(160, 114, 0, 0.05);
}
.mps-quizblock .page-width {
    max-width: 1440px;
    padding: 0 50px;
}
.mps-quizblock .quiz-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mps-quizblock .quiz-flex .quiz-ftitle {
    width: 45%;
    padding-right: 20px;
}
.mps-quizblock .quiz-flex .quiz-ftitle h2 {
    margin: 0;
    color: #000;
    /* font-family: "Tenor Sans"; */
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.mps-quizblock .quiz-flex .quiz-ftext {
    width: 40%;
    padding-right: 20px;
}
.mps-quizblock .quiz-flex .quiz-ftext .rte {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.mps-quizblock .quiz-fbutton {
    flex: 0 0 auto;
}
.mps-quizblock .quiz-fbutton a {
    border: 1px solid #000;
    background: #000;
    backdrop-filter: blur(8px);
    padding: 12px 20px;
    display: block;
    transition: 0.2s;
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mps-quizblock .quiz-fbutton a:hover {
    background: transparent;
    color: #000;
}

@media (max-width: 991px){
    .mps-quizblock .quiz-flex {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .mps-quizblock .quiz-flex .quiz-ftitle {
        width: 100%;
        padding-right: 0px;
    }
    .mps-quizblock .quiz-flex .quiz-ftitle h2,
    .mps-quizblock .quiz-flex .quiz-ftext .rte {
        text-align: center;
    }
    .mps-quizblock .quiz-flex .quiz-ftext {
        width: 100%;
        padding-right: 0px;
        max-width: 500px;
        margin: 8px auto 0;
    }
    .mps-quizblock .quiz-fbutton {
        flex: 1;
        margin: 16px 0 0;
        width: 100%;
    }
    .mps-quizblock .quiz-fbutton a {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px){
    .mps-quizblock {
        padding: 40px 0;
    }
    .mps-quizblock .page-width {
        padding: 0 20px;
    }
    .mps-quizblock .quiz-flex .quiz-ftitle h2 {
        font-size: 26px;
        letter-spacing: 0.26px;
    }
    .mps-quizblock .quiz-fbutton a {
        letter-spacing: 3px;
    }

}

.quiz-custom-modal.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}
.quiz-custom-modal.custom-modal .modal-content {
    background: #fff;
    padding: 25px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    height: 90vh;
    overflow-y: auto;
    width: calc(100% - 40px);
}
.quiz-custom-modal .modal_inner_content .rte {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    margin-bottom: 16px;
}
.quiz-custom-modal .quiz-media img {
    position: relative;
    display: block;
    border-radius: 4px;
    height: auto;
}
.quiz-custom-modal .modal_inner_content .rte:last-child{
    margin-bottom: 0;
}
.quiz-custom-modal.custom-modal .close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgb(84 84 84 / 41%);
    cursor: pointer;
}
a.quiz-pop-btn {
    padding: 16px 32px;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: .32px;
    text-transform: uppercase;
    min-width: 224px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.quiz-custom-modal a.quiz-pop-btn {
    border: 1px solid #000;
    background: #000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 12px 20px;
    display: block;
    transition: .2s;
    color: #fff;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: .3px;
    text-transform: uppercase;
    width: 240px;
    margin: 0 auto;
}
.quiz-custom-modal a.quiz-pop-btn:hover{
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.quiz-custom-modal .quiz-bottom-btn {
    display: block;
    margin-top: 25px;
}
/* ------------------------ --- ---------------------- --- ----------------------------
    Quiz Block - [quiz-block.liquid] :: END
------------------------ --- ---------------------- --- ---------------------------- */

/* ------------------------ --- ---------------------- --- ----------------------------
    Strap Highlight - [strap-highlight.liquid] :: START
------------------------ --- ---------------------- --- ---------------------------- */
.section.home-straphighlight-section {
    display: none;
}

/* section style */
.strap_highlight_section {
    padding: 160px 0;
    background: #FFFAEA;
    position: relative;
}
.strap_highlight_onewrapp.strap_highlight_section{
    padding-block: calc(var(--spacing) / 4);
}
.strap_highlight_section .strap_highlight_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.strap_highlight_section .strap_highlight_grid {
    display: flex;
}
.strap_highlight_grid .strap_highlight_col {
    width: 50%;
}
.strap_highlight_wrapper .strap_highlight_content {
    padding-right: 20px;
}
.strap_highlight_col.strap_highlight_banner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.strap_highlight_banner .sh_banner_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.strap_highlight_banner .sh_banner_inner::before {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, rgba(255, 250, 234, 0.00) 81.68%, #FFFAEA 97.39%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.strap_highlight_banner .sh_banner_inner .sh_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}
.strap_highlight_content .strap_highlight_caption {
    margin: 0;
    color: #000;
    text-align: left;
    /* font-family: "Nunito Sans"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.strap_highlight_content .strap_highlight_heading {
    margin: 16px 0 0;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.strap_highlight_content .strap_highlight_text {
    margin: 4px 0 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.54px;
}
.strap_highlight_content .strap_highlight_btn {
    display: block;
    margin: 24px 0 0;
    padding: 16px 32px;
    max-width: 240px;
    width: 100%;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    transition: 0.2s;
}
.strap_highlight_content .strap_highlight_btn {
    border: 1px solid #000;
    background: #000;
    backdrop-filter: blur(8px);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.strap_highlight_content .strap_highlight_btn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
}
.strap_highlight_content .strap_highlight_btn:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}
@media (max-width: 1199px) {
    .strap_highlight_onewrapp.strap_highlight_section {
        padding-block: calc(var(--spacing) / 4.5);
    }
    .strap_highlight_onewrapp .strap_highlight_content .strap_highlight_heading{
        font-size: 36px;
    }
}

@media (max-width: 1024px){
    .strap_highlight_section {
        padding: 80px 0;
    }
    .strap_highlight_content .strap_highlight_heading,
    .strap_highlight_onewrapp .strap_highlight_content .strap_highlight_heading {
        font-size: 34px;
    }
}

@media (max-width: 950px){
    .strap_highlight_section {
        padding: 60px 0;
    }
    .strap_highlight_content .strap_highlight_caption {
        font-size: 14px;
        letter-spacing: 1.12px;
    }
    .strap_highlight_content .strap_highlight_heading,
    .strap_highlight_onewrapp .strap_highlight_content .strap_highlight_heading {
        font-size: 26px;
    }
    .strap_highlight_content .strap_highlight_text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .48px;
    }
}

@media (max-width: 767px){
    .strap_highlight_section {
        padding: 0px 0 40px;
    }
    .strap_highlight_onewrapp.strap_highlight_section{
        padding: 0px 0 40px !important;
    }
    .strap_highlight_section .strap_highlight_container {
        padding: 0 0px;
    }
    .strap_highlight_section .strap_highlight_grid {
        flex-direction: column-reverse;
    }
    .strap_highlight_grid .strap_highlight_col {
        width: 100%;
    }
    .strap_highlight_col.strap_highlight_banner {
        position: unset;
        height: fit-content;
        aspect-ratio: 390/356;
    }
    .strap_highlight_col.strap_highlight_wrapper {
        padding: 0px 20px 0;
    }
    .strap_highlight_wrapper .strap_highlight_content {
        padding-right: 0px;
    }
    .strap_highlight_banner .sh_banner_inner:before {
        background: linear-gradient(180deg, rgba(255, 250, 234, 0.00) 68.39%, #FFFAEA 96.09%);
    }
    .strap_highlight_content .strap_highlight_caption,
    .strap_highlight_content .strap_highlight_heading,
    .strap_highlight_content .strap_highlight_text {
        text-align: center;
    }
    .strap_highlight_content .strap_highlight_btn {
        margin: 16px auto 0;
        max-width: 350px;
        width: 100%;
    }
}

/* Reverse -- START */

.strap_highlight_grid.strap_highlight_grid_reverse {
    flex-direction: row-reverse;
}
.strap_highlight_grid.strap_highlight_grid_reverse .strap_highlight_banner {
    left: 0;
    right: auto;
}
.strap_highlight_grid_reverse .strap_highlight_banner .sh_banner_inner::before {
    background: linear-gradient(90deg, rgba(255, 250, 234, 0.00) 78.05%, #FFFAEA 96.57%);
}
.strap_highlight_grid_reverse .strap_highlight_wrapper .strap_highlight_content {
    padding: 0 0 0 20px;
}
.strap_highlight_grid_reverse .strap_highlight_caption,
.strap_highlight_grid_reverse .strap_highlight_heading,
.strap_highlight_grid_reverse .strap_highlight_text {
    text-align: right;
}
.strap_highlight_grid_reverse .strap_highlight_btn {
    margin: 24px 0 0 auto;
}

@media (max-width: 767px){
    .strap_highlight_grid.strap_highlight_grid_reverse {
        flex-direction: column-reverse;
    }
    .strap_highlight_grid_reverse .strap_highlight_banner .sh_banner_inner:before {
        background: linear-gradient(180deg, rgba(255, 250, 234, 0.00) 68.39%, #FFFAEA 96.09%);
    }
    .strap_highlight_grid_reverse .strap_highlight_wrapper .strap_highlight_content {
        padding: 0 0 0 0px;
    }
    .strap_highlight_grid_reverse .strap_highlight_caption, 
    .strap_highlight_grid_reverse .strap_highlight_heading, 
    .strap_highlight_grid_reverse .strap_highlight_text {
        text-align: center;
    }
    .strap_highlight_grid_reverse .strap_highlight_btn {
        margin: 24px auto 0;
    }
}

/* Reverse -- END */

/* ------------------------ --- ---------------------- --- ----------------------------
    Strap Highlight - [strap-highlight.liquid] :: END
------------------------ --- ---------------------- --- ---------------------------- */

/* MENU ONE LINE -- START */

@media (min-width: 960px){
    .header-layout--left-center .header-item--icons {
        -webkit-box-flex: 0 0 100px !important;
        -ms-flex: 0 0 300px;
        flex: 0 0 100px !important;
        min-width: 100px;
    }
    .site-nav__dropdown-link {
        padding: 8px 12px;
        letter-spacing: 2px;
    }
}

/* MENU ONE LINE -- END */