/** 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 */

/* ====================================================== ========================================================
                                    NEW PDP LAYOUT SECTIONS.   >> START
====================================================== ======================================================== */

.collapsible--icon img {
    display: none;
}
.tab-newicon,
.pdp-tabicon {
    display: none;
}

.product_recommndation_new .section-header__title.new {
    display: none;
}

/*
START :: PDP USP [sections/pdp-usp.liqiud] ::  1
-----------------  ---------------------- ----------------- */
.pdp-usp-section{
    display: none;
}
/* section style */
.store_benefits_section {
    padding: 56px 50px;
}
.store_benefits_section .store_benefits_container {
    max-width: 1180px;
    margin: 0 auto;
}

.store_benefits_section .store_benefits_heading + .store_benefits_wrapper {
    margin-top: 40px;
}
.store_benefits_section .store_benefits_heading{
    text-align: center;
}
.store_benefits_section .store_benefits_heading h2{
    margin-bottom: 0;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
}

.store_benefits_wrapper .store_benefits_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.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;
}
.store_benefits_item .store_benefits_content {
    margin: 16px 0 0;
}
.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;
}
.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){
    .store_benefits_section {
        padding: 46px 40px;
    }
    .store_benefits_wrapper .store_benefits_grid {
        gap: 20px;
    }
    .store_benefits_item .store_benefits_content .store_benefits_heading {
        font-size: 18px;
    }
    .store_benefits_item .store_benefits_content .store_benefits_text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .28px;
    }
}

@media (min-width: 769px){
    .store_benefits_content .store_benefits_text_mobile {
        display: none;
    } 
}

@media (max-width: 767px){
    .store_benefits_section {
        padding: 32px 20px;
    }
    .store_benefits_section .store_benefits_heading + .store_benefits_wrapper {
        margin-top: 26px;
    }
    .store_benefits_section .store_benefits_heading h2{
        font-size: 26px;
    }
    .store_benefits_wrapper .store_benefits_grid {
        grid-template-columns: repeat(2,1fr);
        gap: 28px 18px;
    }
    .store_benefits_item .store_benefits_content .store_benefits_heading {
        font-size: 16px;
    }
    .store_benefits_content .store_benefits_text_desktop.hide_content {
        display: none;
    }
}

/*
END :: PDP USP [sections/pdp-usp.liqiud] ::  1
-----------------  ---------------------- ----------------- */

/*
START :: PDP FEATURES PROMO [sections/pdp-features-promo.liqiud] ::  2
-----------------  ---------------------- ----------------- ------------ */
.pdp-features-promo {
    display: none;
}
/* section style */
.pdp-features-promo .watch-elevate-container {
	width: 100%;
	margin: 0 auto;
}
.pdp-features-promo .watch-elevate-main {
	display: flex;
	align-items: stretch;
}
.pdp-features-promo .watch-elevate-left {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.pdp-features-promo .watch-elevate-right-video {
	width: 50%;
	max-height: 696px;
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
}
.pdp-features-promo .watch-elevate-right-video .video_play_pause_btn {
	width: 80px;
	height: 80px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	/* display: none !important; */
}
.pdp-features-promo .watch-elevate-right-video:hover .video_play_pause_btn {
	opacity: 1;
}
.pdp-features-promo .watch-elevate-right-video video {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	border-radius: 0;
}
.pdp-features-promo .watch-left-main-desc {
	max-width: 420px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.pdp-features-promo .watch-elevate-title {
	color: #000;
	text-align: center;
	font-family: "Tenor Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0;
}
.pdp-features-promo .watch-elevate-sub {
	color: #000;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 175%;
	letter-spacing: 0.48px;
}
.pdp-features-promo .watch-elevate-sub p {
	margin: 0;
}
.pdp-features-promo .watch-elevate-sub ul {
	counter-reset: item;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.pdp-features-promo .watch-elevate-sub ul li {
	list-style: none;
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
}
.pdp-features-promo .watch-elevate-sub ul li::before {
	counter-increment: item;
	flex-shrink: 0;
	content: counter(item);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 120%;
	border-radius: 99px;
	background: rgba(160, 114, 0, 0.12);
	padding-top: 2px;
}
.pdp--watch-elevate-section .pdp-features-promo .watch-elevate-sub,
.pdp--watch-elevate-section .pdp-features-promo .watch-elevate-title {
	text-align: left;
}
.pdp--watch-elevate-section .pdp-features-promo .watch-left-main-desc {
	gap: 32px;
}
@media (max-width: 1024px) {
	.pdp-features-promo .watch-elevate-left {
		padding: 0 40px;
	}
	.pdp-features-promo .watch-elevate-title {
		font-size: 28px;
	}
	.pdp-features-promo .watch-elevate-right-video {
		height: auto;
	}
	.pdp-features-promo .watch-elevate-right-video img {
		height: auto;
	}
}
@media (max-width: 768px) {
	.pdp-features-promo .watch-elevate-main {
		flex-direction: column-reverse;
	}
	.pdp--watch-elevate-section .pdp-features-promo .watch-left-main-desc {
		gap: 16px;
	}
	.pdp--watch-elevate-section .pdp-features-promo .watch-elevate-title {
		text-align: center;
	}
	.pdp-features-promo .watch-elevate-sub ul {
		gap: 16px;
	}
	.pdp-features-promo .watch-elevate-left,
	.pdp-features-promo .watch-elevate-right-video {
		width: 100%;
	}
	.pdp-features-promo .watch-elevate-right-video {
		max-height: unset;
		aspect-ratio: 30/29;
		overflow: hidden;
	}
	.pdp-features-promo .watch-left-main-desc {
		gap: 8px;
	}
	.pdp-features-promo .watch-elevate-left {
		padding: 32px 20px 20px;
	}
	.pdp-features-promo .watch-elevate-title {
		font-size: 24px;
	}
	.pdp-features-promo .watch-elevate-sub {
		margin: 0;
	}
	.pdp-features-promo .watch-elevate-right-video .video_play_pause_btn {
		width: 64px;
		height: 64px;
	}
}

/*
END :: PDP FEATURES PROMO [sections/pdp-features-promo.liqiud] ::  2
-----------------  ---------------------- ----------------- ------------ */

/*
START :: PDP FEATURES POINTS [sections/pdp-features-points.liqiud] ::  3
-----------------  ---------------------- ----------------- ------------ */
.pdp-product-features {
    display: none;
}
/* section style */
.pdp-product-features {
    padding-block: 50px;
}
.pdp-product-features .page-width {
    max-width: 1440px;
    padding-inline: 50px;
    margin-inline: auto;
}
@media (max-width: 1199px){
    .pdp-product-features .page-width {
        padding-inline: 20px;
    }
}
.productfeatur-wrapp {
    display: flex;
    padding-right: 111px;
    min-height: 589px;
}
.productfeatur-media {
    flex: 1;
    align-self: flex-end;
}
.productfeatur-faq {
    align-self: center;
    flex: 0 0 auto;
}
.productfeatur-media  img {
    display: block;
}
.productfeatur-faq {
    align-self: center;
    padding-block: 24px;
}

/* panels */
.pfinfo-item + .pfinfo-item {
    margin-top: 16px;
}
.pfinfo-panel .pfinfo-heading {
    padding: 20px 16px 20px 24px;
    border-radius: 999px;
    border: 1px solid #E8E8E1;
    background: #fff;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}
.pfinfo-panel .pfinfo-heading > h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-transform: initial;
    font-family: 'Nunito Sans';
    margin-bottom: 0;
    white-space: nowrap;
    flex: 1;
}
.pfinfo-panel .pfinfo-heading .pinfo-icon {
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
}
.pfinfo-panel .pfinfo-heading:not(.active) .pinfo-icon .pinfo-minus {
    display: none;
}
.pfinfo-panel .pfinfo-heading.active .pinfo-icon .pinfo-plus {
    display: none;
}

.pfinfo-panel .pfinfo-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;

    max-width: 385px;
    width: 100%;
    margin-left: auto;
}
.pfinfo-panel .pfinfo-content > .rte {
    margin-top: 16px;
}
.pfinfo-panel .pfinfo-content > .rte {
    border-radius: 12px;
    border: 1px solid #A07200;
    background: #F4F1EC;
    padding: 16px 24px;

    color: #000;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
    letter-spacing: 0.45px;
}

.pfinfo-panel {
    text-align: right;
}
.pfinfo-panel .pfinfo-heading {
    margin-left: auto;
    margin-right: 0;
}
.pfinfo-panel .pfinfo-heading > h3,
.pfinfo-panel .pfinfo-content > .rte {
    text-align: left;
}
.pfinfo-panel .pfinfo-content > .rte * {
    margin-bottom: 0;
}
.pfinfo-panel .pfinfo-content > .rte *:not(:last-child) {
    margin-bottom: 4px;
}

/* responsive */
@media (max-width: 1389px){
    .productfeatur-wrapp {
        padding-right: 60px;
    }
}
@media (max-width: 1279px) {
    .productfeatur-wrapp {
        padding-right: 50px;
    }
    .pfinfo-panel .pfinfo-heading {
        padding: 14px 16px 14px 18px;
    }
    .pfinfo-panel .pfinfo-content {
        max-width: 360px;
    }
    .pfinfo-panel .pfinfo-content>.rte {
        padding: 12px 20px;
    }
}
@media (max-width: 1099px) {
    .productfeatur-wrapp {
        padding-right: 34px;
    }
}


.productfeatur-media {
    overflow: hidden;
}
.productfeatur-media picture {
    margin-bottom: -248px;
    display: block;
    position: relative;
    top: -40px;
}
.productfeatur-media img {
    display: block;
    transform: rotate(30deg);
    width: 100%;
    height: 820px;
    object-fit: contain;
    object-position: center center;
}
@media (max-width: 1279px) {
    .productfeatur-media picture {
        margin-bottom: -148px;
        top: -40px;
    }
    .productfeatur-media img {
        height: 720px;
    }
}
@media (max-width: 1099px){
    .productfeatur-media picture {
        margin-bottom: 0;
        top: 0;
    }
    .productfeatur-media img {
        height: 590px;
    }
}
@media (max-width: 767px){
    .pdp-product-features {
        padding-block: 0 24px;
    }
    .productfeatur-wrapp {
        flex-direction: column-reverse;
        padding: 24px 20px 0;
        border-radius: 12px;
    }
    .productfeatur-media img {
        height: auto;
        transform: unset;
    }
    .productfeatur-faq {
        align-self: unset;
        padding-block: 0 10px;
    }
    .pfinfo-panel .pfinfo-heading {
        padding: 14px 16px 14px 18px;
        display: flex;
    }
    .pfinfo-panel .pfinfo-content {
        max-width: 100%;
    }
    .pfinfo-item + .pfinfo-item {
        margin-top: 12px;
    }
    .pfinfo-panel .pfinfo-content > .rte {
        margin-top: 12px;
    }
    .pfinfo-panel .pfinfo-heading > h3 {
        white-space: unset;
    }
}

/*
END :: PDP FEATURES POINTS [sections/pdp-features-points.liqiud] ::  3
-----------------  ---------------------- ----------------- ------------ */

/*
START :: PDP UGC [sections/pdp-ugc.liqiud] ::  4
-----------------  ---------------------- ----------------- */
.pdp-videotestimonials {
    display: none;
}
/* section style */
.pdp-videotestimonials {
    padding: 50px;
    overflow: hidden;
    padding-inline: 0;
}
.pdp-videotestimonials .page-width {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 50px;
}

.pdp-videotestimonials .pdpvideo_slide {
    height: auto;
}
.pdp-videotestimonials .pdpvideo_cardvideo {
    aspect-ratio: unset;
    height: 100%;
}
.pdp-videotestimonials .pdpvideo_cardvideo video {
    height: 100% !important;
}

.pdp-videotestimonials .pdpvideo-header {
    position: relative;
    text-align: center;
}
/* new */
.pdp-videotestimonials .pdpvideo-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pdp-videotestimonials .pdpvideo-header .pdpvideo_content {
    flex: 1;
}
.pdp-videotestimonials .pdpvideo-header .pdpvideo_arrows {
    flex: 0 0 auto;
    width: fit-content;
    display: none;
    flex-wrap: nowrap;
    gap: 16px;
}
.pdp-videotestimonials .pdpvideo-header .pdpvideo_arrows .swiper-prev-custm,
.pdp-videotestimonials .pdpvideo-header .pdpvideo_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;
}
.pdp-videotestimonials .pdpvideo-header .pdpvideo_arrows .swiper-prev-custm:after,
.pdp-videotestimonials .pdpvideo-header .pdpvideo_arrows .swiper-next-custm:after {
    display: none;
}
.pdp-videotestimonials .pdpvideo-header .pdpvideo_arrows > div > svg {
    width: 24px;
    height: 24px;
}
@media (max-width: 767px){
    .pdp-videotestimonials .pdpvideo-header .pdpvideo_arrows{
        display: none;
    }
}
/* new end */
.pdpvideo-header .pdpvideo_content .pdp-title {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.pdpvideo-header .pdpvideo_content  .pdp-desc {
    margin: 4px 0 0;
}
.pdpvideo-header .pdpvideo_content .pdp-desc * {
    margin: 0;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.pdp-videotestimonials .pdpvideo_reviewwrapp {
    margin: 40px 0 0;
}
.pdpvideo_reviewwrapp .pdpvideo_swiper {
    overflow: visible;
}
.pdp-videotestimonials .pdpvideo_slide {
    display: flex;
    justify-content: center;
}
/* .pdp-videotestimonials .pdpvideo_slide:not(:last-child) {
    margin-right: 16px;    
} */
.pdp-videotestimonials .pdpvideo_card {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #000;
}
.pdp-videotestimonials .pdpvideo_cardvideo {
    position: relative;
    aspect-ratio: 317 / 469;
}
.pdp-videotestimonials .pdpvideo_cardvideo video {
  width: 100%;
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pdp-videotestimonials .pdpvideo_play {
    width: 56px;
    height: 56px;
    display: flex;
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.24);
    align-items: center;
    justify-content: center;
    margin: 0 0 18px 16px;
    padding: 0;
}
.pdp-videotestimonials .pdpvideo_play svg.play-icon {
    width: 36px;
    height: 36px;
}
.pdp-videotestimonials .pdpvideo_play svg {
    display: none;
}
.pdp-videotestimonials .pdpvideo_play .play-icon {
    display: block;
}
.pdp-videotestimonials .pdpvideo_card.playing .pdpvideo_play .play-icon {
    display: none;
}
.pdp-videotestimonials .pdpvideo_card.playing .pdpvideo_play .pause-icon {
    display: block;
    width: 22px;
    height: 22px;
}
.pdpvideo_card .pdpvideo_button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.pdp-videotestimonials .pdpvideo_card .pdpvideo_play {
    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;
}
.pdp-videotestimonials .pdpvideo_card .pdpvideo_play svg.play-icon {
    width: 36px;
    height: 36px;
}
.pdp-videotestimonials .pdpvideo_card .pdpvideo_play svg {
  display: none;
}
.pdp-videotestimonials .pdpvideo_card .pdpvideo_play .play-icon {
  display: block;
}
.pdp-videotestimonials .pdpvideo_card.playing .pdpvideo_play .play-icon {
  display: none;
}
.pdp-videotestimonials .pdpvideo_card.playing .pdpvideo_play .pause-icon {
    display: block;
    width: 22px;
    height: 22px;
}
.pdp-videotestimonials .pdpvideo_card .pdpvideo_play .pause-icon rect,
.pdp-videotestimonials .pdpvideo_card .pdpvideo_play .play-icon path {
    fill: #A09054;
}
.pdp-videotestimonials .pdpvideo_card .tvs-content-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
}
.pdp-videotestimonials .pdpvideo_card.playing .tvs-content-btn {
    transform: translateY(calc(100% - 72px));
}

.pdp-videotestimonials .pdpvideo_card .tvs-content-btn .tvs-content {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(8px);
    padding: 20px 16px;
}
.pdp-videotestimonials .pdpvideo_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;
}
.pdp-videotestimonials .pdpvideo_card .tvs-content .tvs_content_text {
    margin: 4px 0 0;
}
.pdp-videotestimonials .pdpvideo_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;
}

.pdpvideo_swiper:not(.swiper-initialized){
    overflow:hidden;
}
.pdpvideo_swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.pdpvideo_swiper:not(.swiper-initialized) .swiper-wrapper .pdpvideo_slide {
    flex: 0 0 auto;
    width: 255px;
}
.pdp-videotestimonials .swiper.pdpvideo_swiper .swiper-pagination.swiper-pagination-progressbar {
    position: static;
    margin: 0;
    padding: 0;
    height: 4px;
    border-radius: 99px;
    background: rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: none;
}
.pdp-videotestimonials .swiper.pdpvideo_swiper .swiper-pagination  .swiper-pagination-progressbar-fill {
    border-radius: 99px;
    background: #000;
}
@media (max-width: 1199px) {
    .pdp-videotestimonials .page-width {
        padding-inline: 20px;
    }
}
@media (max-width: 1119px) {
    .pdpvideo_reviewwrapp .pdpvideo_swiper .swiper-wrapper {
        margin-bottom: 24px;
    }
    .pdp-videotestimonials .swiper.pdpvideo_swiper .swiper-pagination.swiper-pagination-progressbar {
        display: block;
    }
}
@media (max-width: 859px){
    .video_testimonial_section{
        padding-inline: 0px;
    }
}
@media (max-width: 767px){
    .pdp-videotestimonials {
        padding: 32px 0px;
    }
    .pdpvideo-header .pdpvideo_content .pdp-title {
        font-size: 26px;
        font-weight: 400;
        letter-spacing: .26px;
        margin-inline: auto;
        max-width: 85%;
    }
    .pdpvideo-header .pdpvideo_content .pdp-desc {
        margin: 8px 0 0;
    }
    .pdp-videotestimonials .pdpvideo_reviewwrapp {
        margin: 32px 0 0;
    }
}

/*
END :: PDP UGC [sections/pdp-ugc.liqiud] ::  4
-----------------  ---------------------- ----------------- */

/*
STRAT :: PDP SIZING [sections/pdp-sizing.liqiud] ::  5
-----------------  ---------------------- ----------------- */
.pdp-sizing-steps {
    display: none;
}
/* section style */
.pdp-sizing-steps .sizing-page-width {
	width: 100%;
	margin: 0 auto;
}
.pdp-sizing-steps .sizing-elevate-main {
	display: flex;
	align-items: stretch;
}
.pdp-sizing-steps .watch-elevate-left {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.pdp-sizing-steps .watch-elevate-right-video {
	width: 50%;
	max-height: 696px;
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
}
.pdp-sizing-steps .watch-elevate-right-video .video_play_pause_btn {
	width: 80px;
	height: 80px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 0;
	/* display: none !important; */
}
.pdp-sizing-steps .watch-elevate-right-video:hover .video_play_pause_btn {
	opacity: 1;
}
.pdp-sizing-steps .watch-elevate-right-video video {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	border-radius: 0;
}
.pdp-sizing-steps .watch-left-main-desc {
	max-width: 420px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.pdp-sizing-steps .watch-elevate-title {
	color: #000;
	text-align: center;
	font-family: "Tenor Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 44.8px */
	text-transform: uppercase;
	margin: 0;
}
.pdp-sizing-steps .watch-elevate-sub {
	color: #000;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 175%;
	letter-spacing: 0.48px;
}
.pdp-sizing-steps .watch-elevate-sub p {
	margin: 0;
}
.pdp-sizing-steps .watch-elevate-sub ul {
	counter-reset: item;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.pdp-sizing-steps .watch-elevate-sub ul li {
	list-style: none;
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
}
.pdp-sizing-steps .watch-elevate-sub ul li::before {
	counter-increment: item;
	flex-shrink: 0;
	content: counter(item);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 120%;
	border-radius: 99px;
	background: rgba(160, 114, 0, 0.12);
	padding-top: 2px;
}
.pdp-sizing--section .pdp-sizing-steps .watch-elevate-sub,
.pdp-sizing--section .pdp-sizing-steps .watch-elevate-title {
	text-align: left;
}
.pdp-sizing--section .pdp-sizing-steps .watch-left-main-desc {
	gap: 32px;
}
@media (max-width: 1024px) {
	.pdp-sizing-steps .watch-elevate-left {
		padding: 0 40px;
	}
	.pdp-sizing-steps .watch-elevate-title {
		font-size: 28px;
	}
	.pdp-sizing-steps .watch-elevate-right-video {
		height: auto;
	}
	.pdp-sizing-steps .watch-elevate-right-video img {
		height: auto;
	}
}
@media (max-width: 768px) {
	.pdp-sizing-steps .sizing-elevate-main {
		flex-direction: column-reverse;
	}
	.pdp-sizing--section .pdp-sizing-steps .watch-left-main-desc {
		gap: 16px;
	}
	.pdp-sizing--section .pdp-sizing-steps .watch-elevate-title {
		text-align: center;
	}
	.pdp-sizing-steps .watch-elevate-sub ul {
		gap: 16px;
	}
	.pdp-sizing-steps .watch-elevate-left,
	.pdp-sizing-steps .watch-elevate-right-video {
		width: 100%;
	}
	.pdp-sizing-steps .watch-elevate-right-video {
		max-height: unset;
		aspect-ratio: 30/29;
		overflow: hidden;
	}
	.pdp-sizing-steps .watch-left-main-desc {
		gap: 8px;
	}
	.pdp-sizing-steps .watch-elevate-left {
		padding: 32px 20px 20px;
	}
	.pdp-sizing-steps .watch-elevate-title {
		font-size: 24px;
	}
	.pdp-sizing-steps .watch-elevate-sub {
		margin: 0;
	}
	.pdp-sizing-steps .watch-elevate-right-video .video_play_pause_btn {
		width: 64px;
		height: 64px;
	}
}

/*
END :: PDP SIZING [sections/pdp-sizing.liqiud] ::  5
-----------------  ---------------------- ----------------- */

/*
START :: PDP VIDEO PROMO [sections/pdp-video-promo.liqiud] ::  5
-----------------  ---------------------- ---------------------- */
.pdp-videobanner {
    display: none;
}
/* section style */
body:has(.banner-video-popup.video-show) {
    overflow: hidden;
}
.video-hero-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}
.video-hero-banner-section .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;
}
.video-hero-banner-section .banner-video-popup.video-show {
    display: flex;
}
.video-hero-banner-section .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;
}
.video-hero-banner-section .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;
}
.video-hero-banner-section .banner-video-popup .video-box video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0px;
}
.video-hero-banner-section .video-hero-banner__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 119px 50px 0;
    max-width: 1280px;
    width: 100%;
    /* z-index: 2; */
}
.video-hero-banner-section .video-hero-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-hero-banner-section .video-hero-banner__content {
    margin-left: auto;
    max-width: 514px;
    text-align: right;
}
.video-hero-banner-section .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;
}
.video-hero-banner-section .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;
}
.video-hero-banner-section .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: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: .28px !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;
}
.video-hero-banner-section .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);
}
.video-hero-banner-section .video-hero-banner__button:hover:after{
    animation: shine .75s cubic-bezier(.01, .56, 1, 1);
} 
.video-hero-banner-section.active_video .banner-video-popup {
    display: flex;
    z-index: 1;
    padding: 0;
}
.video-hero-banner-section .banner-video-popup .banner_video_playpouse {
    display: none;
}

@media (max-width: 1024px) {
    .video-hero-banner-section .video-hero-banner__container { 
        padding-top: 50px;
    }
    .video-hero-banner-section .video-hero-banner__title {
        font-size: 32px;
    }
    .video-hero-banner-section .video-hero-banner__content {
        margin-left: auto;
        text-align: right;
        max-width: 354px;
    }
    .video-hero-banner-section .video-hero-banner__subtitle {
        font-size: 16px;
    }
}
@media (max-width: 859px) {
    .video-hero-banner-section .video-hero-banner__container { 
        padding: 40px 20px 0;
    }
    .video-hero-banner-section .video-hero-banner__title {
      font-size: 26px;
    }
    .video-hero-banner-section .video-hero-banner__button {
        margin-top: 16px;
    }
}
@media (max-width: 768px) {
    .pdp-videobanner.video-hero-banner-section .video-hero-banner__container {
        top: unset;
        bottom: 0;
        padding: 20px 20px 32px;
    }
    .pdp-videobanner.video-hero-banner-section .video-hero-banner__content {
        margin-left: 0;
        text-align: left;
        max-width: 354px;
    }
    .pdp-videobanner.video-hero-banner-section .video-hero-banner__title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        line-height: 140%;
    }
    .pdp-videobanner.video-hero-banner-section .video-hero-banner__subtitle {
        color: #fff;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.48px;
        text-align: left;
        margin: 3px 0 0;
    }
}
@media (max-width: 600px) {
    .video-hero-banner-section .video-hero-banner__subtitle {
        max-width: 299px;
        margin-left: auto;
    }
}

/*
END :: PDP VIDEO PROMO [sections/pdp-video-promo.liqiud] ::  5
-----------------  ---------------------- ---------------------- */

/*
START :: PDP SHOP THE LOOK [sections/pdp-shop-the-look.liqiud] ::  6
-----------------  ---------------------- -------------------------- */
.mps-lookbook-product {
    display: none;
}
/* section style */
.mps-lookbook-product{
    padding-block: 50px;
}
.mps-lookbook-product .page-width {
    padding-inline: 50px;
    max-width: 1440px;
    width: 100%;
}
.mps-lookbook-product .mps-lookbook-flex {
    display: flex;
    flex-wrap: wrap;
    --gap: 25px;
    gap: var(--gap);
}
.mps-lookbook-product .mps-lookbook-flex .mps-lookbook-media {
    flex: 0 0 auto;
    width: calc(28% - var(--gap) / 2);
}
.mps-lookbook-product .mps-lookbook-flex .mps-lookbook-plist{
    flex: 0 0 auto;
    width: calc(72% - var(--gap) / 2);
    align-self: center;
}
.mps-lookbook-product .talb-media > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.mps-lookbook-product .talb-pheading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    justify-content: space-between;
}
.mps-lookbook-product .talb-pheading 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-lookbook-product .talb-pheading > span {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    text-transform: uppercase;
}
.mps-lookbook-plist .talb-media-small img.tm-mobile {
    display: block;
    height: auto;
}
.mps-lookbook-product .talb-plist .productlook-grid:after{
    content: none;
    display: none;
}
/* MOBILE PRODUCT CARD STYLE START  */
.mps-lookbook-product .talb-plist-small {
    display: none;
    gap: 8px;
    flex-direction: column;
}
.mps-lookbook-product .talb-plist-small .product-card{
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 8px;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_image {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 4px;
    border-radius: 8px;
    background: #F8F8F8;
    overflow: hidden;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mps-lookbook-product .talb-plist-small .product-card .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #D7A11B;
}
.mps-lookbook-product .talb-plist-small .product-card .jdgm-prev-badge__text {
    color: var(--Black, #0F0F0F);
    font-family: "Nunito Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.22px;
    text-decoration-line: underline;
    opacity: 0.6;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-title {
    margin-top: 4px;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-title a {
    color: #0F0F0F;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.13px;
    text-transform: capitalize;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details {
    flex-grow: 1;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .variant-dropdown {
    width: calc(50% - 50px /2);
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .variant-dropdown select {
    width: 100%;
    color: #0F0F0F;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    border-radius: 4px;
    border: 1px solid  #E5E5E5;
    background: #F8F8F8;
    padding: 6px 26px 6px 10px;
    height: 40px;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .variant-dropdown select {
    background: url('/cdn/shop/files/chevron-down.svg?v=1767767080');
    background-size: 20px !important;
    background-position: calc(100% - 3px) !important;
    background-repeat: no-repeat;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .product-card_atc {
    width: 80px;
    flex-shrink: 0;
    margin: 0 !important;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .product-card_atc .add-to-cart {
    width: 80px !important;
    min-height: 40px;
    border-radius: 4px;
    padding: 5px 12px;
    height: auto;
    min-width: 100% !important;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .product-card_atc .add-to-cart span.small-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .product-card_atc .add-to-cart span.small-text svg {
    vertical-align: middle;
}
@media(max-width:799px) {
    .mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .product-card_atc .add-to-cart span:not(.small-text) {
        display: none !important;
    }
    .mps-lookbook-product .talb-plist-small .product-card .product-card_details .product-card_variant .product-card_atc .add-to-cart span.small-text {
        display: block !important;
    }
}
/* MOBILE PRODUCT CARD STYLE END  */
@media (max-width: 1289px){
    .mps-lookbook-product .mps-lookbook-flex {
        --gap: 18px;
    }
}
@media (max-width: 1199px) {
    .mps-lookbook-product {
        padding-block: 40px;
    }
    .mps-lookbook-product .page-width {
        padding-inline: 20px;
    }
}
@media (min-width: 799px) {
    .mps-lookbook-product .talb-smallmedia .talb-media > img.tm-mobile{
        display: none !important;
    }
    .mps-lookbook-product .mps-lookbook-flex .mps-lookbook-media .talb-media {
        height: 100%;
        max-height: 674px;
    }
    .mps-lookbook-product .mps-lookbook-flex .mps-lookbook-media .talb-media img.tm-desk {
        height: 100%;
        object-fit: cover;
    }
    .mps-lookbook-product .mps-lookbook-plist .talb-media-small {
        display: none;
    }
}
@media (max-width: 798px){ 
    .mps-lookbook-product{
        padding-block: 32px 32px;
    }
    .mps-lookbook-product .page-width {
        padding-inline: 20px;
    }
    .mps-lookbook-product .mps-lookbook-flex {
        --gap: 32px;
    }
    .mps-lookbook-product .talb-smallmedia,
    .mps-lookbook-product .talb-smallmedia .talb-media > img.tm-desk  {
        display: none;
    }
    .mps-lookbook-plist .talb-media-small{
        margin-bottom: 10px;
    }
}
@media (min-width: 601px){
    .talb-plist_commonbtn {
        display: none !important;
    }
}
@media (max-width: 600px){
    .mps-lookbook-product .talb-plist .productlook-grid {
        flex-wrap: nowrap;
    }
    .mps-lookbook-product .talb-plist::-webkit-scrollbar {
        height: 4px;
        background-color: rgba(0, 0, 0, 0.10);
    }
    .mps-lookbook-product .talb-plist::-webkit-scrollbar-thumb {
        height: 4px;
        background-color: #000;
    }
    .mps-lookbook-product .talb-plist .productlook-grid .productlook {
        flex: 0 0 auto;
        width: 216px;
    }

    /* V1 -- START */
    .mps-lookbook-product .talb-plist_vone .productlook-grid {
        flex-direction: column;
        gap: 10px;
    }
    .mps-lookbook-product .talb-plist_vone .productlook-grid .productlook {
        width: 100% !important;
    }
    .talb-plist_vone .productlook-grid .productlook .product_lookcard {
        flex-direction: row;
        gap: 8px;
        /* align-items: center; */
    }
    .talb-plist_vone .product_lookcard .product_lookmedia {
        width: 64px;
        flex: 0 0 auto;
        /* min-height: 93px; */
    }
    .talb-plist_vone .product_lookcard .product_lookmedia .grid-product__tag.grid-product__tag--custom {
        display: none !important;
    }
    .talb-plist_vone .productlook .product_lookmedia .pro-collection-gallery .slick-dots {
        display: none !important;
    }
    .talb-plist_vone .product_lookcard .product_lookmedia .pgi-gallery-drops {
        height: 100%;
    }
    .talb-plist_vone .product_lookcard .product_lookmedia .pgi-gallery-drops .pgi-default-slider {
        /* height: 100%; */
        width:100%;
    }
    .talb-plist_vone .pgi-default-slider .slick-list,
    .talb-plist_vone .pgi-default-slider .slick-list * {
        height: 100%;
    }
    .talb-plist_vone .pgi-default-slider img {
        object-fit: cover;
        border-radius: 4px !important;
    }
    .talb-plist_vone .product_lookcontent {
        padding-top: 0px;
    }
    .talb-plist_vone .product_lookcontent .product-block.buy-atc {
        display: none;
    }
    .talb-plist_vone .product_content_header {
        display: flex;
        gap: 6px;
    }
    .talb-plist_vone .product_content_header .pc_header_content {
        flex: 1;
    }
    .talb-plist_vone .productlook .product_lookcontent .product-title {
        font-size: 13px;
        margin-bottom: 2px;
        letter-spacing: -0.13px;
    }
    .talb-plist_vone .product_content_header .pc_header_pricebox .compare_price,
    .talb-plist_vone .product_content_header .pc_header_pricebox .sale_price {
        font-size: 12px;
        letter-spacing: -.24px;
    }
    .talb-plist_vone .product_content_header .pc_header_checbox {
        display: block;
        flex: 0 0 auto;
        position: relative;
    }
    .talb-plist_vone .product_content_header .pc_header_checbox input {
        margin: 0;
        width: 0px;
        height: 0px;
        position: absolute;
    }
    .talb-plist_vone .product_content_header .pc_header_checbox .atc_checkbox_label {
        margin: 0;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid #A8A8A8;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .talb-plist_vone .product_content_header .pc_header_checbox .atc_checkbox_label svg {
        display: none;
    }
    .talb-plist_vone .product_content_header .pc_header_checbox input:checked~.atc_checkbox_label {
        background: #000;
        border-color: #000;
    }
    .talb-plist_vone .product_content_header .pc_header_checbox input:checked~.atc_checkbox_label svg {
        display: block;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants {
        margin-top: 4px;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block {
        margin: 0 !important;
        display: flex;
        gap: 12px;
        justify-content: space-between;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block .variant-wrapper {
        flex: 1;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block .variant-wrapper.variant-wrapper--dropdown {
        margin: 0;
        max-width: 122px;
        flex: 0 0 auto;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block .variant-wrapper.variant-wrapper--dropdown .size-guide-cta {
        display: none !important;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block .variant-wrapper .variant__button-label {
        width: 22px !important;
        height: 22px !important;
        padding: 2px !important;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block .variant-wrapper .variant__button-label::before {
        border-width: 2px;
    }

    /* when version */
    .productlook .product_lookcontent .product-variants > .product-block {
        gap: 10px 12px;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block {
        flex-wrap: wrap;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block > .version-variant {
        width: 100%;
        flex: 0 0 auto;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block > .version-variant > label.variant__label {
        margin-bottom: 8px;
    }
    .productlook .product-variants .variant-wrapper.version-variant .variant-input {
        max-width: 105px;
    }
    .talb-plist_vone .product_lookcontent_innr .product-variants .product-block > .version-variant label.variant__button-label {
        width: 100% !important;
        margin-bottom: 0;
        height: 26px !important;
        padding: 5px 2px !important;
    }
    /* when version :: end */

    .talb-plist_commonbtn {
        display: none;
    }
    .talb-plist_vone .talb-plist_commonbtn {
        display: block;
    }
    .talb-plist_commonbtn .talb-plist_btn.btn {
        display: block;
        width: 100%;
        border-radius: 4px;
        padding: 14px;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    /* V1 -- END */
}
.productlook-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}
.productlook-grid div.productlook {
    float: none;
    flex: 0 0 auto;
    width: calc(33.333% - 20px * 2 / 3);
    padding: 0;
}
.productlook-grid .productlook .product_lookcard {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--Stroke, #E5E5E5);
    background: var(--White, #FFF);
    height: 100%;
}
.productlook-grid .productlook .product_lookcard {
    display: flex;
    flex-direction: column;
}
.productlook .product_lookcard .product_lookcontent > .product_lookcontent_innr {
    flex: 1;
}
.productlook .product_lookcard .pgi-gallery-drops .hcp_product_atcbtn{
    display: none;
}
.product_lookcontent {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.productlook .product_lookcontent .product-judgeme-stars {
    margin-bottom: 6px;
    display: none;
}
.productlook .product_lookcontent .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #D7A11B;
}
.productlook .product_lookcontent .product-title {
    color: var(--Black, #0F0F0F);
    font-family: "Nunito Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.17px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.product_content_header .pc_header_pricebox {
    display: flex;
    align-items: center;
    gap: 3px;
}
.product_content_header .pc_header_pricebox .compare_price {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    text-decoration-line: line-through;
    opacity: 0.4;
}
.product_content_header .pc_header_pricebox  .sale_price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.product_content_header .pc_header_checbox {
    display: none;
}
.productlook .product_lookcontent .product-variants .on-version {
    display: none;
}
.product_lookcontent_innr .product-variants {
    margin-top: 12px;
}
.productlook .product-variants .variant-wrapper+.variant-wrapper {
    margin-top: 0px;
}
.productlook .product-variants .variant-wrapper .variant-input-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0px;
}
.productlook .product-variants .variant-wrapper .variant-input label.color-swatch {
    width: 28px !important;
    height: 28px !important;
    padding: 3px;
    border-radius: 2px !important;
    margin: 0;
    display: block;
}
.productlook .product-variants .variant-wrapper [data-swatch_style="round"] .color-swatch:before {
    border-radius: 4px !important;
    border-width: 3px;
}
.productlook .product-variants .variant-wrapper .variant-input-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px var(--colorTextBody);
}
.productlook .product-variants .product_color_vone .variant-input-wrap-style .variant-input input[type="radio"]:checked + label, 
.productlook .product-variants .product_color_vone .variant-input-wrap-style .variant-input label.active {
    box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px var(--colorTextBody) !important;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown {
    margin-top: 16px;
    width: 100%;
}
.productlook .product-variants .variant-wrapper.variant-wrapper .variant__label {
    margin-bottom: 6px;
    color: #0F0F0F;
    font-family: "Nunito Sans" !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: normal;
}
.productlook .product-variants .variant-wrapper.variant-wrapper .variant__label {
    clip: unset;
    overflow: unset;
    position: unset;
    height: unset;
    width: unset;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant__label .size-guide-cta {
    display: flex !important;
    gap: 4px;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant__label .size-guide-cta > img {
    display: none;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant__label .size-guide-cta > svg {
    display: block !important;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant__label .size-guide-cta span {
    color: #505050;
    font-family: "Nunito Sans";
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    letter-spacing: normal;
    position: relative;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant__label .size-guide-cta span::before{
    content:'Size Guide';
    color: #505050;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    letter-spacing: normal;
}
.productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant-input-wrap select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    background-color: #f8f8f8;
    padding: 8px 30px 8px 16px;

    color: var(--Black, #0F0F0F);
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.productlook .product_lookmedia .pro-collection-gallery .slick-dots {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 6px;
    right: 10px;
    bottom: 10px!important;
}
.productlook .product_lookmedia .pro-collection-gallery .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.productlook .product_lookmedia .pro-collection-gallery .slick-dots li > button {
    width: 14px;
    height: 3px;
    padding: 0;
    background: #E5E5E5;
    border-radius: 99px;
}
.productlook .product_lookmedia .pro-collection-gallery .slick-dots li.slick-active > button{
    background: #000;
}
.productlook .product_lookmedia .pro-collection-gallery .slick-dots li > button:before {
    content: none;
    display: none;
}
.productlook .product_lookcontent .product-variants > .product-block {
    margin-bottom: 12px;
}
.productlook .product_lookcontent .buy-atc {
    margin-bottom: 0!important;
    flex: 0 0 auto;
    margin-top: 0;
}
.productlook .product_lookcontent .product-single__form .btn.add-to-cart {
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0 !important;
    height: 44px;
}
.productlook .product_lookcontent .product-single__form .btn.add-to-cart > span{
    display: block !important;
}
.productlook .product_lookcontent .product-single__form .btn.add-to-cart > span.small-text{
    display: none !important;
}
.productlook .product_lookcontent .product-single__form .btn.add-to-cart > span:first-child {
    display: none !important;
}

/* versions */
.productlook .product-variants .variant-wrapper.version-variant .variant__label {
    margin-bottom: 12px;
}
.productlook .product-variants .variant-wrapper.version-variant .variant-input {
    max-width: 122px;
}
.productlook .product-variants .variant-wrapper.version-variant .variant-input .variant__button-label {
    padding: 6px 4px;
    font-size: 13px !important;
}
.productlook .product-variants .variant-wrapper.version-variant .variant-input .variant__button-label .new-badge {
    font-size: 9px;
    line-height: 100%;
    padding: 3px 6px 1px;
    height: 14px;
    bottom: 102%;
}
@media (max-width: 1099px) {
    .mps-lookbook-product .talb-pheading h2{
        font-size: 26px;
    }
    .productlook-grid{
        gap: 12px;
    }
    .productlook-grid div.productlook {
        width: calc(33.333% - 12px * 2 / 3);
    }
    .productlook-grid .productlook .product_lookcard {
        padding: 8px;
        border-radius: 8px;
    }
    .productlook .product_lookcontent .product-single__form .btn.add-to-cart {
        font-size: 13px;
    }
    .productlook .product_lookcontent .product-title {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .mps-lookbook-product .talb-pheading h2 {
        font-size: 22px;
    }
}
@media (max-width: 798px) {
    .mps-lookbook-product .mps-lookbook-flex .mps-lookbook-media{
        width: 100%;
    }
    .mps-lookbook-product .mps-lookbook-flex .mps-lookbook-plist{
        width: 100%;
    }
    .productlook .product_lookcontent .product-judgeme-stars {
        margin-bottom: 4px;
    }
    .productlook .product_lookcontent .product-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .productlook .product-variants .variant-wrapper.variant-wrapper--dropdown {
        margin-top: 12px;
        margin-right: 0;
    }
    .productlook .product-variants .variant-wrapper.variant-wrapper--dropdown .variant-input-wrap select {
        border-radius: 4px;
        padding: 6px 26px 6px 10px;
        font-size: 12px !important;
    }
    .productlook .product-variants .variant-wrapper.variant-wrapper .variant__label {
        margin-bottom: 4px;
        font-size: 12px;
    }
    .productlook .product_lookcontent .product-single__form .btn.add-to-cart {
        font-size: 13px;
        height: 40px;
        padding: 8px 10px;
    }
    .productlook .product_lookmedia .pro-collection-gallery {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .productlook .product_lookmedia .pro-collection-gallery.slick-dotted.slick-slider a div img {
        border-radius: 4px;
    }
    .mps-lookbook-product .talb-pheading h2 {
        font-size: 24px;
    }
    .mps-lookbook-product .talb-pheading > span {
        font-size: 11px;
    }
}

/*
END :: PDP SHOP THE LOOK [sections/pdp-shop-the-look.liqiud] ::  6
-----------------  ---------------------- -------------------------- */

/*
START :: PDP TEXT MARQUEE [sections/pdp-text-marquee.liqiud] ::  7
-----------------  ---------------------- -------------------------- */
.pdp-textmarquee {
    display: none;
}
/* section style */
.text_marquee_section {
    background: #FAF8F2;
    padding: 22px 0;
}
.text_marquee_item .text_marquee_text {
    position: relative;
    display: block;
    color: #000;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-inline: 36px;
}
.text_marquee_item .text_marquee_text::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.50);
    left: -3px;
    top: 48%;
    transform: translateY(-50%);
    border-radius: 99px;
}
.text_marquee_wrapper:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.text_marquee_wrapper:not(.slick-initialized) .text_marquee_item {
    flex: 0 0 auto;
}
@media (max-width: 767px){
    .text_marquee_section {
        padding: 16px 0;
    }
    .text_marquee_item .text_marquee_text {
        font-size: 16px;
        padding-inline: 22px;
    }
}

/*
END :: PDP TEXT MARQUEE [sections/pdp-text-marquee.liqiud] ::  7
-----------------  ---------------------- -------------------------- */

/*
STRAT :: PDP WATCH INSIDE BOX [sections/pdp-watch-inside-box.liqiud] ::  8
-----------------  ---------------------- -------------------------------- */

.pdp-whats-insidebox {
    display: none;
}
/* section style */
.watch-inside-box {
	padding: 50px 0;
}
.watch-inside-container {
	max-width: 1440px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}
.watch-inside-main {
	background: #F8F8F8;
	display: flex;
	gap: 72px;
	height: auto;
	justify-content: space-between;
}
.watch-inside-left-img,
.watch-inside-right {
	width: calc(50% - 36px);
	height: auto;
}
.watch-left-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.watch-inside-right {
	padding: 40px 64px 40px 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}
.watch-inside-top-heading {
	color: #000;
	font-size: 32px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.watch-inside-box .watch-inside-sub-heading * {
	color: #000;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.48px;
	margin: 0px 0px 0px;
}
.watch-inside-single-main {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 72px;
}
.watch-inside-single-details {
	width: calc(50% - 36px);
	display: flex;
	align-items: center;
	gap: 12px;
}
.watch-inside-single-desc {
	color: #000;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.48px;
}
.watch-inside-single-box {
	width: 58px;
	height: 58px;
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	flex: 0 0 auto;
}
.watch-inside-single-img {
	width: 100%;
	height: 100%;
}
.watch-inside-buy-btn {
	width: 265px;
	padding: 14px 32px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.watch-inside-buy-btn:hover {
	color: #fff;
}
@media (max-width: 1199px) {
	.watch-inside-container {
		padding: 0 20px;
	}
	.watch-inside-main {
		gap: 44px;
	}
	.watch-inside-left-img,
	.watch-inside-right {
		width: calc(50% - 22px);
		height: auto;
	}
	.watch-inside-right {
		padding: 23px 40px 23px 0;
		display: flex;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
	}
	.watch-inside-single-main {
		display: flex;
		flex-wrap: wrap;
		gap: 14px 26px;
	}
	.watch-inside-single-details {
		width: calc(50% - 13px);
		display: flex;
		align-items: center;
		gap: 12px;
	}
}
@media (max-width: 1024px) {
	.watch-inside-main {
		gap: 36px;
	}
	.watch-inside-left-img,
	.watch-inside-right {
		width: calc(50% - 20px);
		height: auto;
	}
	.watch-inside-right {
		padding: 20px 30px 20px 0;
		display: flex;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
	}
	.watch-inside-single-main {
		display: flex;
		flex-wrap: wrap;
		gap: 14px 20px;
	}
	.watch-inside-single-details {
		width: calc(50% - 10px);
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.watch-inside-top-heading {
		font-size: 26px;
	}
	.watch-inside-single-desc {
		font-size: 15px;
	}
}
@media (max-width:899px) {
	.watch-inside-main {
		gap: 24px;
		padding: 20px 20px 32px 20px;
		flex-direction: column;
	}
	.watch-inside-left-img,
	.watch-inside-right {
		width: 100%;
	}
	.watch-inside-right,
	.watch-inside-left-img {
		padding: 0;
	}
	.watch-inside-buy-btn {
		width: 50%;
		margin: 0 auto;
	}
}
/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
	.watch-inside-box {
		padding: 0px 0px;
		background: #F8F8F8;
	}
	.watch-inside-main {
		flex-direction: column;
		padding: 20px 20px 32px 20px;
		gap: 24px;
	}
	.watch-inside-left-img,
	.watch-inside-right {
		width: 100%;
	}
	.watch-inside-top-heading {
		font-size: 24px;
	}
	.watch-inside-right {
		padding: 24px;
	}
	.watch-inside-single-main {
		display: flex;
		flex-wrap: wrap;
		gap: 12px 8px;
	}
	.watch-inside-single-details {
		width: calc(50% - 4px);
		gap: 10px;
	}
	.watch-inside-buy-btn {
		width: 100%;
	}
	.watch-inside-right {
		padding: 0px 0px;
	}
	.watch-inside-single-desc {
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0.42px;
	}
	.watch-inside-container {
		padding: 0 0px;
	}
}
/*
END :: PDP WATCH INSIDE BOX [sections/pdp-watch-inside-box.liqiud] ::  8
-----------------  ---------------------- -------------------------------- */

/*
START :: PDP SPECIFICATIONS [sections/pdp-specifications.liquid] ::  9
-----------------  ---------------------- -------------------------------- */

.pdp-specifiactions {
    display: none;
}
/* section style */
.watch-specification {}
.watch-specification .specification-container {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.watch-specification .specification-container .content-side {
	width: 50%;
	padding: 80px 68px;
}
.watch-specification .section-heading {
	color: #000;
	font-family: "Tenor Sans";
	font-size: 32px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	margin: 0;
}
.watch-specification .watch-sub-heading {
	color: #000;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.48px;
	margin: 12px 0 0;
}
.watch-specification .watch-specification-main {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 32px;
}
.watch-specification .watch-specification-main:empty {
	display: none;
}
.watch-specification .specification-left-box {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}
.watch-specification .specification-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.watch-specification .specification-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.watch-specification .specification-desc {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-grow: 1;
}
.watch-specification .specification-desc-title {
	color: #000;
	text-align: left;
	font-family: "Tenor Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
.watch-specification .specification-desc-sub {
	color: #000;
	text-align: right;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.48px;
	margin: 0;
	margin-left: auto;
}
.watch-specification .specification-container .image-side {
	width: 50%;
	padding: 69px;
}
.watch-specification .specification-container .image-side img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media(max-width:1200px) {
	.watch-specification .specification-container .content-side {
		width: 50%;
		padding: 60px 40px;
	}
	.watch-specification .specification-container .image-side {
		padding: 40px;
	}
}
@media(max-width:899px) {
	.watch-specification {
		padding: 32px 20px;
	}
	.watch-specification .section-heading-bar {
		text-align: center;
	}
	.watch-specification .section-heading {
		font-size: 24px;
	}
	.watch-specification .specification-container .content-side {
		width: 100%;
		padding: 0;
	}
	.watch-specification .specification-container .image-side {
		display: none;
	}
	.watch-specification .specification-icon {
		width: 64px;
		height: 64px;
	}
	.watch-specification .specification-icon img {
		width: 64px;
		height: 64px;
	}
}
@media(max-width:767px) {
	.watch-specification .watch-specification-main {
		gap: 12px;
		margin-top: 16px;
	}
	.watch-specification .watch-heading {
		font-size: 24px;
		line-height: 130%;
	}
	.watch-specification .specification-desc {
		flex-direction: column;
		align-items: start;
		gap: 6px;
	}
	.watch-specification .watch-sub-heading {
		font-weight: 300;
	}
	.watch-specification .specification-desc-sub {
		margin: 0;
		font-size: 13px;
		text-align: left;
		font-weight: 300;
	}
}

/*
END :: PDP SPECIFICATIONS [sections/pdp-specifications.liquid] ::  9
-----------------  ---------------------- -------------------------------- */

/*
START :: PDP QUIZBLOCK [sections/pdp-quizblock.liquid] ::  10
-----------------  ---------------------- -------------------------------- */

.pdp-quizblock {
    display: none;
}
/* section style */
.mps-quizblock {
    padding: 48px 0;
    background: #FFFAEA;
}
.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: 0.3px;
    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;
    }
}

.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;
}

/*
END :: PDP QUIZBLOCK [sections/pdp-quizblock.liquid] ::  10
-----------------  ---------------------- -------------------------------- */

/*
STRAT :: PDP FAQS [sections/pdp-faq.liquid] ::  11
-----------------  ---------------------- -------------------------------- */

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

@media (min-width: 992px){
    .home_faq_section .home_faq_footer {
        display: none;
    }
}

@media (max-width: 1024px){
    .home_faq_section .home_faq_container {
        padding: 0 40px;
    }
    .home_faq_grid .home_faq_header {
        max-width: 310px;
        padding-right: 26px;
    }
    .home_faq_header .hf_hader_heading {
        font-size: 26px;
    }
    .home_faq_grid .home_faq_wrapper {
        padding-left: 26px;
    }
}

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

/*
END :: PDP FAQS [sections/pdp-faq.liquid] ::  11
-----------------  ---------------------- -------------------------------- */

/*
START :: PDP GUARANTEE [sections/pdp-guarantee.liquid] ::  12
-----------------  ---------------------- -------------------------------- */

.pdp-guarantee { 
    display: none;
}
/* section style */
.guarantee-section {
	padding: 50px;
}
.guarantee-section .guarantee-section_container {
	display: flex;
	justify-content: space-between;
	border: 1px solid #A07200;
	border-radius: 14px;
	max-width: 1252px;
	margin-inline: auto;
	gap: 30px;
	background: #FAF8F2;
	overflow: hidden;
}
.guarantee-section .guarantee-section_image {
	max-width: 260px;
	width: 100%;
}
.guarantee-section_image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	height: auto;
	display: block;
}
.guarantee-section_image.image-left img {
	object-position: top right;
}
.guarantee-section_image.image-right img {
	object-position: top left;
}
.guarantee-section_content {
	text-align: center;
	max-width: 722px;
	padding-block: 32px 54px;
}
.guarantee-section_content .guarantee_right_icon {
	border-radius: 999px;
	background: #FFF;
	width: 72px;
	height: 72px;
	margin: 0 auto 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guarantee-section_content .guarantee_right_icon img {
	max-width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}
.guarantee-section_heading {
	color: #000;
	text-align: center;
	font-family: "Tenor Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}
.guarantee-section_description {
	color: #000;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.48px;
	margin-top: 8px;
}
.guarantee-section_description p {
	margin: 0;
}
.guarantee-section_description p+p {
	margin-top: 8px;
}
.guarantee-section_features {
	display: flex;
	justify-content: center;
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 16px;
}
.guarantee-section_features ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 15px;
}
.guarantee-section_features ul li {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.48px;
	margin: 0;
}
.guarantee-section_features ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/cdn/shop/files/check-icon_1523792d-dee6-4e7b-92a2-754e5874a434.svg?v=1767780988');
	background-size: 100% !important;
	background-repeat: no-repeat;
}
/* Responsive */
@media (max-width: 1199px) {
	.guarantee-section {
		padding-inline: 20px;
	}
	.guarantee-section .guarantee-section_content {
		padding-block: 50px;
	}
}
@media (max-width: 767px) {
	.guarantee-section {
		padding: 20px;
	}
	.guarantee-section_container {
		text-align: center;
		position: relative;
		border-radius: 8px;
    }
	.guarantee-section .guarantee-section_content {
		padding-block: 40px;
		max-width: 300px;
		margin-inline: auto;
	}
	.guarantee-section_features {
		flex-direction: column;
		gap: 12px;
	}
	.guarantee-section .guarantee-section_image {
		position: absolute;
		bottom: 0;
		width: 98px;
		height: 201px;
		display: none;
	}
	.guarantee-section_image.image-right {
		right: 0;
	}
	.guarantee-section_image.image-left {
		left: 0;
	}
	.guarantee-section_heading {
		font-size: 26px;
		letter-spacing: 0.26px;
	}
	.guarantee-section_features ul {
		gap: 4px;
		flex-direction: column-reverse;
	}
	.guarantee-section_features ul li {
		font-size: 15px;
		letter-spacing: 0.45px;
	}
	.guarantee-section_features ul li:before {
		width: 16px;
		height: 16px;
	}
}

/*
END :: PDP GUARANTEE [sections/pdp-guarantee.liquid] ::  12
-----------------  ---------------------- -------------------------------- */

/*
START :: PDP INSTAGRID [sections/pdp-instagrid.liquid] ::  13
-----------------  ---------------------- -------------------------------- */

.pdp-instagrid {
    display: none;
}
/* section style */
.join_insta_section {
    padding: 40px 0 0;
    overflow: hidden;
}
.join_insta_section .join_insta_header {
    max-width: 1440px;
    margin: 0 auto 32px;
    padding: 0 50px;
}
.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;
}
.join_insta_header .join_insta_id {
    margin: 8px auto 0;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
}
.join_insta_header .join_insta_id .ji_id_icon {
    flex: 0 0 auto;
    border-radius: 99px;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: 400;
    line-height: 28px;
    letter-spacing: 0.51px;
}
.join_insta_header .join_insta_id .ji_id_label *{
    margin: 0;
}
.join_insta_header .join_insta_id .ji_id_label strong{
    font-weight: 700;
}
.join_insta_slide .join_insta_banner {
    position: relative;
    padding-top: 100%;
}
.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){
    .join_insta_section .join_insta_header {
        padding: 0 20px;
    }
    .join_insta_header .join_insta_heading {
        font-size: 26px;
        letter-spacing: 0.26px;
    }
}

/*
END :: PDP INSTAGRID [sections/pdp-instagrid.liquid] ::  13
-----------------  ---------------------- -------------------------------- */

/*
START :: PDP BANNER V2 [sections/pdp-banner-v2.liquid] ::  14
-----------------  ---------------------- -------------------------------- */
.pdp-banner-vtwo-wrapp  {
    display: none;
}
/* section style */
.pdp-banner-vtwo-wrapp .image-banner_container {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    position: relative;
}
.pdp-banner-vtwo-wrapp .image-banner_container .image-banner_content {
    max-width: 613px;
    padding: 122px 0 106px;
}
.pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading {
    color: #000;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.28px;
    margin: 0;
}

.pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading {
    color: #000;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.28px;
}
.pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading strong {
    color: #A07200;
    font-weight: 400;
}
.pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading  + .image-banner_description {
    margin-top: 13px;
}

.pdp-banner-vtwo-wrapp .image-banner_content .image-banner_description {
    color: #000;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.6px;
}
.pdp-banner-vtwo-wrapp .image-banner_content .image-banner_description p {
    margin: 0;
}
.pdp-banner-vtwo-wrapp .image-banner_img_box {
    width: 338px;
    flex: 0 0 auto;
}
.pdp-banner-vtwo-wrapp .image-banner_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pdp-banner-vtwo-wrapp .image-banner_img_box.left-image img {
    object-position: right;
}
.pdp-banner-vtwo-wrapp .image-banner_img_box img.mobile-image,
.pdp-banner-vtwo-wrapp .image-banner_container .mobile-image {
    display: none;
}
.pdp-banner-vtwo-wrapp .image-banner_img_box.right-image img {
    object-position: left;
}

@media(max-width:1300px) {
    .pdp-banner-vtwo-wrapp .image-banner_container .image-banner_content {
        padding: 96px 0 96px;
    }
    .pdp-banner-vtwo-wrapp .image-banner_img_box {
        width: 248px;
    }
    .pdp-banner-vtwo-wrapp .image-banner_container .image-banner_content {
        max-width: 473px;
    }
    .pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading {
        font-size: 48px;
        line-height: 58px;
    }
}
@media(max-width:1100px) {
    .pdp-banner-vtwo-wrapp .image-banner_img_box {
        width: 178px;
        flex-grow: 1;
    }
}

@media(max-width:800px) {
    .pdp-banner-vtwo-wrapp .image-banner_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .pdp-banner-vtwo-wrapp .image-banner_content {
        padding: 32px 20px 40px !important;
        max-width: 600px;
        position: relative;
        z-index: 2;
    }
    .pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading {
        font-size: 32px;
        line-height: 40px;
    }

    .pdp-banner-vtwo-wrapp .image-banner_img_box {
        width: 112px;
        width: auto;
        position: absolute;
        top: 0; 
        bottom: 0; 
    }
    .pdp-banner-vtwo-wrapp .image-banner_img_box.left-image {
        left: 0;
    }
    .pdp-banner-vtwo-wrapp .image-banner_img_box.right-image {
        right: 0;
    }

    .pdp-banner-vtwo-wrapp .image-banner_img_box img.desk-image {
        display: none;
    }  
    .pdp-banner-vtwo-wrapp .image-banner_img_box img.mobile-image,
    .pdp-banner-vtwo-wrapp .image-banner_container .mobile-image {
        display: block;
    }
    .pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading+.image-banner_description {
        margin-top: 4px;
    }
    .pdp-banner-vtwo-wrapp .image-banner_content .image-banner_description {
        font-size: 16px;
        line-height: 150%;
    }
}
@media (max-width: 389px) {
    .pdp-banner-vtwo-wrapp .image-banner_content .image-banner_heading{
        font-size: 30px;
    }
}

/*
END :: PDP BANNER V2 [sections/pdp-banner-v2.liquid] ::  14
-----------------  ---------------------- -------------------------------- */

/* ====================================================== ========================================================
                                    NEW PDP LAYOUT SECTIONS.   >> END
====================================================== ======================================================== */