/** Shopify CDN: Minification failed

Line 2115:0 Unexpected "}"
Line 2161:1 Unexpected "/"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
*, :before, :after{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
:root{

--prozaLibre_fontFamily: "Proza Libre", sans-serif;
    --cormorantGaramond_fontFamily: "Cormorant Garamond", serif;
    --body_color: #000000;
    --white_color: #ffffff;
    --black_color: #000000;
    --blue_color: #4B828F;
    --blue_bg_color: #4B828F;
    --footer_bg_color: #1C2E3A;
    --heading_color: #1C2E3A;
    --button_bg_color: #1C2E3A;
    --hover_color: #4B828F;
    --button_box_shadow: 7px 15px 24px 0px #3E87794D;
    --rgbWhiteColor: 255, 255, 255;
    --uppercase: uppercase;
    --lowercase: lowercase;

    --font_size_18px: clamp(1.6rem, 0.947vw, 1.8rem);
    --font_size_20: clamp(1.7rem, 1.053vw, 2rem);
    --font_size_24: clamp(1.8rem, 1.263vw, 2rem);
    --font_size_30px: clamp(2rem, 1.579vw, 3rem);
    --font_size_32px: clamp(2.4rem, 1.684vw, 3.2rem);
    --font_size_35px: clamp(1.8rem, 1.842vw, 3.5rem);
    --font_size_42px: clamp(2.4rem, 2.211vw, 4.2rem);
    --font_size_44px: clamp(2.4rem, 2.316vw, 4.4rem);
    --font_size_55px: clamp(2.8rem, 2.895vw, 5.5rem);
    --font_size_62px: clamp(4.5rem, 3.263vw, 6.2rem);
    --font_size_90px: clamp(3.5rem, 4.737vw, 9rem);
    --font_size_100px: clamp(4rem, 5.263vw, 10rem);

    --font_weight_400: 400;
    --font_weight_500: 500;
    --font_weight_600: 600;
    --font_weight_700: 700;
    --font_weight_800: 800;
    --font_weight_900: 900;

    --border_radius: 3rem;
    --page-width-sm: 1630px; 
    /* --page-width: 1850px; */
    --page-width: 1802px;
    --duration: .3s;
    --easing: ease;

    --padding-80px: clamp(3.5rem, 4.211vw, 8rem);
    --padding-120px: clamp(4rem,6.316vw, 12rem);
    --padding-100px: clamp(4rem, 5.263vw, 10rem);

    --grid-desktop-vertical-spacing: 3rem;
    --grid-desktop-horizontal-spacing: 3rem;
    --grid-mobile-vertical-spacing: 1.5rem;
    --grid-mobile-horizontal-spacing: 1.5rem;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
  
.page-width , .container-fluid , .container {
    max-width: var(--page-width); 
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important; 
}
.page-width-sm{
    max-width: var(--page-width-sm); 
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important; 
}
  
body{
    padding:0;
    font-family: var(--prozaLibre_fontFamily);
    color: var(--body_color);
    letter-spacing: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.81;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--white_color);
    -webkit-text-size-adjust: 100%;
}
.gradient{
    background: #FFFAF1;
}
  
h1,h2,h3,h4,h5,h6{
    font-family: var(--cormorantGaramond_fontFamily);
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0;
    color: var(--heading_color);
    font-weight: 400 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: var(--heading_color);
    font-family: var(--cormorantGaramond_fontFamily);
}
.common_heading{
    margin: 0;
}
.common-heading{
    font-family: var(--cormorantGaramond_fontFamily);
    font-size: var(--font_size_55px);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 1rem;
}
strong, b{
    font-weight: 400;
}
  
p{
    margin: 0px;
}

p:last-child{
    margin-bottom:0;
}

p:empty{
    display:none;
}

ul, ol{
    margin:0;
    padding:0; 
    list-style:none;
}
img{
    display:block;
    max-width:100%;
    height: auto;
}  
video, iframe{
    display:block;
    width:100%;
}
a{
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
    color: currentColor;
}
a, a:hover, a:focus{
    text-decoration:none;
}
:focus{
    outline:none !important;
    box-shadow: none !important;
}  
table{
    width:100%;
}
body.overflow-hidden {
    display: block;
}.btn-primary {
    padding-top: 3.1px;
}
.btn, .cust_btn, .m-button, .button, .custom-button{
    padding: 0px 2.2rem;
    background: var(--button_bg_color); 
    font-size: var(--font_size_18px);
    color: var(--white_color);
    font-weight: var(--font_weight_400);
    font-family: var(--prozaLibre_fontFamily);
    line-height: 1;
    text-transform: var(--uppercase);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 1rem;
    min-height: 5.4rem;
    height: auto;
    min-width: 21.4rem;
    width: auto;
    cursor: pointer;
    letter-spacing: 0.04em;
    -webkit-transition: ease-in .3s;
    transition: all 0.3s ease;
    border: .1rem solid transparent;
    border-radius: .4rem;
}
.button.accent2,
.custom-button{
    background: var(--button_bg_color) !important;
}
.btn:after, .button:after , .btn:before, .button:before {
    display: none; 
}
.btn-primary{
    background: var(--white_color) !important;
    color: var(--black_color) !important;
}
.btn:hover, .button:hover , .cust_btn:hover , .m-button:hover, .custom-button:hover { 
    background: var(--white_color) !important;   
    box-shadow: none !important;
    color: var(--black_color);
    border-color: var(--heading_color);
}
.custom-button:hover span{
    color: var(--black_color) !important;
}
.btn-primary:hover{
    background: var(--button_bg_color) !important;
    color: var(--white_color) !important;
}
.thb-quick-search--popular .button.outline:hover{
    color: var(--black_color) !important;
}
.thb-quick-search--popular span,
.thb-quick-search--results-container * {
    font-size: 1.2rem !important;
}
.button.white:hover{
    color: var(--black_color) !important;
}

.mobile {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.mobile {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}
}

.center {
    text-align: center;
}

/* Start announcement-bar-section css  */
.new-announcement-bar{
    position: relative;
    z-index: 99;
    background: var(--blue_bg_color);
    padding-block: 1.5rem;
}
.new-announcement-bar .announcement-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.new-announcement-bar .announcement-text .acc-icon {
  width: 100%;
  max-width: 14px;
  flex-shrink: 0;
}

.new-announcement-bar .announcement-text .acc-icon img {
  filter: brightness(0) invert(1);
}

.new-announcement-bar .announcement-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.new-announcement-bar .announcement-text a .svg-wrapper {
  display: block;
}

.new-announcement-bar .announcement-text a .svg-wrapper svg {
  display: block;
}

body.open-cc .new-announcement-bar{
    z-index: 1;
}
.new-announcement-bar .announcement-text a,
.new-announcement-bar .announcement-text {
    letter-spacing: 0;
    color: var(--white_color);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: var(--prozaLibre_fontFamily);
    font-weight: 400;
    min-height: auto;
    padding: 0;
    text-align: center;
    line-height: 1.1;
}
.new-announcement-bar .splide{
    max-width: 84.2rem;
    width: 100%;
    margin-inline: auto;
}
.new-announcement-bar .splide__arrow {
    height: auto;
    min-width: auto;
    min-height: auto;
    padding: 0;
    width: auto;
    color: var(--white_color);
}
.announcement-bar-section .utility-bar .slider-button:hover{
    color: var(--white_color);
}
.new-announcement-bar .splide__arrow svg {
    width: .8rem !important;
    color: var(--white_color);
}
/* End announcement-bar-section css  */


/* Start Header Css  */
.header-section{
    background: #efede9;
}
header.header {
    border-bottom: none;
    background: #efede9;
}
header.header .expanded{
    padding: 0;
    padding-block: 1.2rem;
    max-width: var(--page-width);
    margin-inline: auto;
    padding-inline: 1.5rem;
}
header.header>.row>.columns {
    grid-template-columns: 1.19fr auto 1fr auto;
    padding-bottom: 1.2rem;
    min-height: auto;
    padding: 0;
}
header.header .page-width{
    max-width: var(--page-width) !important;
    width: 100%;
}
header.header .logolink{
    margin: 0;
}
header.header .logolink img{
    height: auto;
    max-width: 15rem;
    width: 100%;
}
header.header .thb-full-menu{
    column-gap: 1rem;
    display: flex;
}
header.header .full-menu{
    margin: 0;
    justify-content: center;
}
header.header .full-menu.right-menu{
    margin-left: auto;
    margin-right: clamp(1.5rem, 3.211vw, 6.1rem);
}
header.header .full-menu.right-menu .thb-full-menu {
    column-gap: 3rem;
}
header.header .thb-full-menu li:first-child{
    padding-left: 0;
}
header.header .thb-full-menu>li>a {
    text-transform: capitalize;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 400;
}

header.header .header__inline-menu .list-menu .header__menu-item span{
    text-decoration: none;
}
header.header .thb-secondary-area{
    min-width: auto;
    align-items: center;
}
.thb-secondary-area .thb-secondary-item svg {
    color: var(--heading_color);
}
.thb-secondary-area .thb-secondary-item {
    border-left: .1rem solid rgba(0,0,0,.28);
    height: 2rem;
    width: auto;
    padding-left: 2rem;
    color: var(--heading_color);
    display: flex!important;
    margin-left: 1rem;
}
.thb-secondary-area .thb-secondary-item:first-child{
    padding-left: 0;
    border: none;
    margin-left: 0;
}
header.header .header__icons .header__icon .svg-wrapper{
    height: 100%;
    width: 100%;
}
header.header .header__icons .header__icon .icon {
    height: 2rem;
    width: 2rem;
}
.thb-secondary-area .thb-item-count {
    background-color: var(--hover_color);
}

.thb-full-menu .sub-menu li a {
    display: block;
    font-size: 1.3rem;
}
.mobile-menu li a{
    font-size: 1.6rem !important;
    color: var(--black_color);
}
.mobile-menu .sub-menu a{
    font-size: 1.4rem !important;
}
/* End Header Css  */


/* Start home_banner_section css  */
.home_banner_section{
    position: relative;
}
.banner_img{
    position: relative;
}
.banner_img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #0000003d;
}
.banner_img video{
    height: 98rem;
    object-fit: cover;
}
.banner_img video,
.banner_img img{
    width: 100%;
}
.home_banner_innerwrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: clamp(4.3rem,3.579vw,6.8rem);
    justify-content: center;
}
.home_banner_innerwrap .page-width{
    width: 100%;
}
.index_banner_cont_inner {
    color: var(--white_color);
    max-width: 73rem;
    width: 100%;
    margin-inline: auto;
    text-align: center;
}
.index_banner_cont_inner .common-subheading {
    color: currentColor;
    font-size: var(--font_size_20);
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--prozaLibre_fontFamily);
    letter-spacing: .12em; margin:auto;
    margin-bottom: 1rem;
}
.index_banner_cont_inner .banner-heading {
    color: currentColor;
    font-size: var(--font_size_62px);
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin:0 auto 15px;
}
.index_banner_cont_inner .btn--holder{
    margin-top: 3rem;
}
/* End home_banner_section css  */


/* Start category-card-sec css  */
.category-card-sec .section-header-wrapper .common-heading {
    margin-bottom: 4.5rem;
}
.category-grid {
    --count: 4;
    display: grid;
    column-gap: 3rem;
    row-gap: 2rem;
    grid-template-columns: repeat(var(--count), 1fr);
}
.category-grid .category-card{
    display: block;
}
.category-grid .category-card .category-image {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 143%;
}
.category-grid .category-card .category-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration) var(--easing);
}
.category-grid .category-card:hover img {
    transform: scale(1.025);
}
.category-grid .category-card .title-wrapper {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.category-grid .category-card .title-wrapper .category-title {
    font-size: var(--font_size_24);
    color: var(--black_color);
    font-weight: 500;
    max-width: calc(100% - 3rem);
    width: 100%;
    text-transform: capitalize;
}
.category-grid .category-card .title-wrapper .category-arrow {
    color: var(--black_color);
    width: 2rem;
    height: 1.7rem;
    line-height: 1.4;
    margin-top: .6rem;
}
.category-grid .category-card .title-wrapper .btn-arrow{
    transition: transform var(--duration) var(--easing);
    width: 100%;
    height: 100%;
}
/* .category-grid .category-card:hover .btn-arrow{
    transform: rotate(-75deg);
} */
.category-grid .category-card .title-wrapper .btn-arrow path {
    stroke: currentColor;
}
/* End category-card-sec css  */


/* Start refening-comfort css  */
/* .refening-comfort{
   border-top: .1rem solid #BDBDBD;
     border-bottom: .1rem solid #BDBDBD;
} */
.refening-comfort .split-banner .page-width{
    max-width: calc(100% - (50% - (var(--page-width) / 2)));
    padding-left: 0 !important;
    margin-left: 0;
}
.split-banner__wrapper {
    display: grid;
    grid-template-columns: 62.3% auto;
    gap: 3rem;
}
.split-banner__wrapper .split-banner__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-banner__wrapper .split-banner-content {
    align-self: center;
    padding-block: 4rem;
}
.split-banner__wrapper .split-banner-content .split-banner-inner {
    max-width: 47.9rem;
    margin-inline: auto;
    text-align: center;
}
.sub-heading {
    font-weight: 500;
    font-family: var(--prozaLibre_fontFamily);
    font-size: var(--font_size_18px);
    letter-spacing: .12em;
    margin-bottom: 2rem;
}
.split-banner__wrapper .split-banner-content .split-banner-inner .common-heading {
    line-height: 1.3;
    margin-bottom: 2.5rem;
}
.split-banner__wrapper .split-banner-content .split-banner-inner .desc{
    color: #4E4E4E;
}
.split-banner__wrapper .split-banner-content .split-banner-inner .btn--holder {
    margin-top: 3rem;
}
.split-banner__wrapper .split-banner-content .split-banner-inner .btn--holder .button{
    border-color: #1C2E3A;
    background: transparent !important;
    color: var(--black_color) !important;
}
.split-banner__wrapper .split-banner-content .split-banner-inner .btn--holder .button:hover{
    background: var(--button_bg_color) !important;
    color: var(--white_color) !important;
}
/* End refening-comfort css  */


/* Start our-collection-sec css  */
.our-coll-sec{
    /* background: url('our-coll-sec_bg.png') no-repeat; */
    background-size: cover;
    background-repeat: no-repeat;
}
.our-coll-sec .header-wrapper {
    background-color: transparent;
    margin-bottom: 4.4rem;
    color: var(--heading_color);
}
.our-coll-sec .header-wrapper .common-heading {
    margin-bottom: 1.5rem;
}
.our-coll-sec .image-content {
    --count: 3;
    display: grid;
    column-gap: 3rem;
    row-gap: 2.4rem;
    grid-template-columns: repeat(var(--count),1fr);
}
.our-coll-sec .image-content .img-title-block {
    display: block;
    position: relative;
}
.our-coll-sec .image-content .img-title-block .img-block {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 100%;
}
.our-coll-sec .image-content .img-title-block .img-block:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url('Collections_overlay.png') no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
}
.our-coll-sec .image-content .img-title-block .img-block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration) var(--easing);
}/*
.our-coll-sec .image-content .img-title-block:hover img {
    transform: scale(1.025);
}*/
.our-coll-sec .image-content .img-title-block .content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding: clamp(3.3rem,1.823vw,3.5rem) 1.5rem;
    color: var(--white_color);
    z-index: 2;
    text-align: center;
}
.our-coll-sec .image-content .img-title-block .title {
    margin: 0;
    color: var(--white_color);
    font-size: var(--font_size_44px);
    font-family: var(--cormorantGaramond_fontFamily);
    line-height: 1.3;
    margin-bottom:5px;
}
.new-arrivals-section .splide__arrows {
    gap: 20px !important;
    width: auto!important;
}



.new-arrivals-section .splide__arrows button.splide__arrow {
    border: none!important;
}
.index-featured-collection .new-arrivals-section {
    background: var(--white_color);
}
.index-featured-collection .collection__title {
    margin-bottom: 1rem !important;
}
.index-featured-collection .collection__title .common-heading{
    color: var(--heading_color);
}
.index-featured-collection .splide__arrow--next {
    right: -2.1rem;
}
.index-featured-collection .splide__arrow--prev {
    left: -2.1rem;
}
/* End our-collection-sec css  */


/* Start banner_heading_content css  */
.banner_heading_content{
    position: relative;
}
.banner_heading_content .banner_content_main{
    background-size: cover;
    margin-top: -1px;
    background-repeat: no-repeat;
}
.banner_heading_content .banner_content_wrapper{
    position: relative;
}
.banner_heading_content .banner_img:before{
    display: none;
}
.banner_heading_content .banner_img img{
    border-radius: 1.5rem;
}
.banner_heading_content .banner_img img.desktop{
    min-height:45rem;
    object-fit: cover;
}
.index_banner_innerwrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem var(--padding-100px);
}
.index_banner_innerwrap .index_banner_cont_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 85rem;
    width: 100%;
    margin: 0;
    text-align: left;
}
.index_banner_innerwrap .index_banner_cont_inner .banner-heading{
    order: -1;
    font-size: var(--font_size_55px);
}
.index_banner_innerwrap .index_banner_cont_inner .icon-wrapper{
    margin-bottom: 3rem;
    width: 6.7rem;
}
.index_banner_innerwrap .index_banner_cont_inner .icon-wrapper img{
    width: 100%;
}
.index_banner_innerwrap .index_banner_cont_inner .content{
    font-size: var(--font_size_20);
}
.index_banner_innerwrap .index_banner_cont_inner .content p:last-child{
    font-size: var(--font_size_18px);
    margin-top: 2rem;
}
/* End banner_heading_content css  */


/* Start feature-icons-section css  */
.feature-icons-section{
    background: #F7F0E4;
    padding-block: 4rem !important;
}
.feature-icons-wrapper {
    display: grid;
    --count: 4;
    grid-template-columns: repeat(var(--count), 1fr);
    text-align: center;
}
.feature-icons-wrapper .feature-item {
    padding-inline: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-icons-wrapper .feature-item:after {
    content: '';
    height: 14.9rem;
    width: 1px;
    background: #ACACAC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
}
.feature-icons-wrapper .feature-item:nth-child(5n+1):after {
    display: none;
}
.feature-icons-wrapper .feature-item:after:first-of-type{
    width: 0px  !important;
}
.feature-icons-wrapper .feature-item .feature-icon {
   /** width: 5.5rem;**/
    margin-inline: auto;
    margin-bottom: 3rem;
}
/**.feature-icons-wrapper .feature-item:first-child .feature-icon {
    width: 7.3rem;
}
/**.feature-icons-wrapper .feature-item:first-child .feature-icon img {
    object-position: center;
}**/
.feature-icons-wrapper .feature-item .feature-icon img {
    width: 100%;
    height:55px;
    object-fit: contain;
    object-position: top;
}
.feature-icons-wrapper .feature-item .title-wrapper{
    margin-bottom: 0;
}
.feature-icons-wrapper .feature-item .title-wrapper>* {
    font-size: var(--font_size_20);
    font-family: var(--prozaLibre_fontFamily);
    color: var(--heading_color);
    line-height: 1.6;
    font-weight: 400;
}
/**.feature-icons-wrapper .feature-item:nth-child(2) .feature-icon img{
   height:55px
}
/* End feature-icons-section css  */

/* feature sec v2 start here */
.icon-feature-v2 {
    background: #1c2e3a;
}
.icon-feature-v2 .feature-icons-wrapper h3 {
    color: #fff !important;
}
/* feature sec v2 end here */


/* Start  Image-cta css  */
.dual-image-cta .dual-grid {
    display: grid;height: 60vh;
    grid-template-columns: 1fr 1fr;
}
.dual-image-cta .dual-grid .image-card {
    overflow: hidden;
    position: relative;
}
.dual-image-cta .dual-grid .image-card:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 25, 28, 0.1);
    display: block;
    z-index: 1;
}
.dual-image-cta .dual-grid .image-card video,
.dual-image-cta .dual-grid .image-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration) var(--easing);
}
/* .dual-image-cta .dual-grid .image-card:hover video,
.dual-image-cta .dual-grid .image-card:hover img{
    transform: scale(1.025);
} */
.dual-image-cta .dual-grid .image-card__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
     z-index: 2;
}
.dual-image-cta .dual-grid .image-card__content .common-heading {
    color: var(--white_color);
    max-width: 51.6rem;
    width: 100%;
    text-align: center;
    line-height:1.2;
}

.dual-image-cta .dual-grid .image-card video, .dual-image-cta .dual-grid .image-card img {
    min-height: 100%;
}
.dual-image-cta .dual-grid .image-card__content .image-card__btn {
   /* position: absolute;*/
   /* bottom: clamp(4.3rem, 3.526vw, 6.7rem);*/margin-top:30px;
    color: var(--heading_color) !important;
}
.dual-image-cta .dual-grid .image-card__content .image-card__btn:hover{
    color: var(--white_color) !important;
}
/* End  Image-cta css  */


/* Start index-featuredproduct css  */
.index-featuredproduct .gradient{
    background: var(--white_color);
}
.index-featuredproduct .scroll-slider {
    max-width: 1830px;
    margin-inline: auto;
    width: 100%;
    padding-inline: 1.5rem;
}
.index-featuredproduct .flex-box {
    display: flex;
    flex-wrap: wrap;
    --col_gap: 6.4rem;
    column-gap: var(--col_gap);
    row-gap: 5rem;
}
.index-featuredproduct .flex-box .main-grid-col{
    max-width: calc(54% - var(--col_gap) * 1 / 2);
    width: 100%;
    padding-top: 2.4rem;
}
.index-featuredproduct .flex-box .offer-sec{
    max-width: calc(46% - var(--col_gap) * 1 / 2);
    width: 100%;
}
.index-featuredproduct .flex-box .splide__track .splide__list,
.index-featuredproduct .flex-box .splide__track,
.index-featuredproduct .flex-box .main-grid-col{
    width: 100%;
}
.index-featuredproduct .flex-box .main-grid-col .common-heading{
    margin-bottom: 3.9rem;
}
.index-featuredproduct .offer-sec .offer-img img{
    width: 100%;
    border-radius: 1rem;
}
.index-featuredproduct .splide__arrow--prev {
    left: -2rem;
}
.index-featuredproduct .splide__arrow--next {
    right: -2rem;
}

.product-card .product-card-info{
    text-align: left;
    padding-top: 3.7rem;
    display:flex;
    flex-direction:column;
}
.product-card .product-card-info .product-card-title {
    display:block;
    font-size: var(--font_size_24);
    color: var(--footer_bg_color);
    font-family: var(--prozaLibre_fontFamily);
    font-weight: 500;
    letter-spacing: 0;
    line-height:1.2 !important;
    margin-bottom:10px;
    max-width: 90%;
}
.product-card .product-card-info .price {
    display: flex;
    flex-wrap: wrap;
    gap:0 1rem;
    color: #9C5039;
    font-size:15px;
    font-weight:500;
    letter-spacing:normal;
    line-height:1.2;
}
.product-card .product-card-info .price del .amount{
    opacity:0.6;
    color:#9C5039;
}
.product-card .product-card-info .price del+ins {
    margin-left: 0;
}
.product-card .product-card-info .swatches-globo--list{
    order:-1;
}

.splide__arrow {
    width: auto !important;
    height: auto !important;
    background: none !important;
    color: var(--black_color) !important;
}
.splide__arrow svg {
    fill: var(--black_color)!important;
    height: 3rem!important;
    width: 2.8rem!important;
}
/* End index-featuredproduct css  */


/* Start image_text_banner_sec css  */
.image_text_banner_sec .image_text_mn{
    border-bottom: .1rem solid #B8B8B8;
}
.image_text_banner_sec .banner_img:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg,#1d2f3800 58.15%,#1d2f38cc 71.77%,#1d2f38 83.07%);
    display: block;
    opacity: .5;
    pointer-events: none;
}
.image_text_banner_sec .banner_img img{
    border-radius: 0;
}
.image_text_banner_sec .index_banner_innerwrap {
    padding: 4rem 1.5rem;
    max-width: 1560px;
    width: 100%;
    margin-inline: auto;
}
.image_text_banner_sec .index_banner_cont_inner .banner-heading {
    order: unset;
    margin-bottom: 0;
    max-width: 50rem;
    width: 100%;
}
.image_text_banner_sec .index_banner_cont_inner .icon-wrapper{
    order: -1;
    width: 11rem;
}
.image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner {
    max-width: 52rem;
}
/* End image_text_banner_sec css  */


/* Start testimonial-splide css */
.testimonial-splide{
    text-align:center;
}
.testimonial-slider .splide__slide {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.testimonial-slider {
    max-width: 135.5rem;
    margin: 0 auto;
}
.testimonial-slider .splide__track{
    max-width: 113.9rem;
    width: 100%;
    margin:auto;
}
.testimonial-text{
    font-size: var(--font_size_30px);
    line-height:1.4;
    margin-bottom:3rem;
    font-weight: 500;
    font-family: var(--cormorantGaramond_fontFamily);
}

.testimonial-text p {
    line-height: 1.4;
}
.testimonial-stars {
    color: #f4c542;
    font-size: 30px;
    margin-bottom: 1.5rem;
    line-height: 1;
}
.testimonial-author {
    font-size: var(--font_size_20);
}
.testimonial-splide .splide__arrow {
    top: 33%;
}
/* End testimonial-splide css */


/* Start newsletter_section css  */
.newsletter_section{
    position: relative;
}
.newsletter_section .content-container--full-width:after {
    background: linear-gradient(0deg, rgba(22, 37, 47, 0) 32.87%, rgba(22, 37, 47, 0.8) 69.31%, #16252F 95.3%);
}
.newsletter-bg-img{
    position: relative;
}
.newsletter-bg-img img {
    width: 100%;
    min-height: 83rem;
    object-fit: cover;
    object-position: center center;
}
.newsletter_section .newsletter__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-120px) 1.5rem;
}
.newsletter_section .newsletter__wrapper .newsletter-img{
    width: 11rem;
    margin-bottom: 4rem;
}
.newsletter_section .newsletter__wrapper .newsletter-img img{
    width: 100%;
}
.newsletter_section .newsletter__wrapper .common-heading {
    color: var(--white_color) !important;
    font-size: clamp(2.8rem, 3.438vw, 5.5rem);
    margin-bottom: 2rem;
    max-width: 75rem;
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.newsletter_section .newsletter__wrapper div{
    width: 100%;
}
.newsletter_section .newsletter__wrapper .newsletter-form {
    max-width: 62.2rem;
    margin-inline: auto;
}
.newsletter_section .newsletter__wrapper .field:before,
.newsletter_section .newsletter__wrapper .field:after{
    display: none;
}
.newsletter_section .newsletter__wrapper .newsletter-form__field-wrapper{
    max-width: 100%;
}
.newsletter_section .newsletter-form__field-wrapper .field .field__label{
    display: none;
}
.newsletter_section .newsletter-form__field-wrapper .field .field__input::placeholder{
    opacity: 1;
    color: var(--white_color);
}
.newsletter_section .newsletter-form__field-wrapper .field .field__input {
    font-family: var(--prozaLibre_fontFamily);
    background: transparent;
    border-bottom: .1rem solid #FFFFFF;
    padding: 2rem 5rem 2rem 0;
    height: auto;
    min-height: auto;
    color: var(--white_color);
    letter-spacing: 0;
    font-size: var(--font_size_20);
    opacity: .48;
}
.newsletter_section .newsletter-form__field-wrapper .form-notification {
    margin-bottom: 2rem;
    color: var(--white_color);
    font-size: 1.5rem;
}
.newsletter_section .newsletter-form__field-wrapper .field .newsletter-form__button {
  color: var(--white_color);
  top: 50%;
  transform: translateY(-50%);
}
.newsletter_section .newsletter-form__field-wrapper .field .newsletter-form__button svg {
    width: 2rem;
}
.newsletter_section .newsletter-form__message{
    color: var(--white_color) !important;
}
.newsletter_section .newsletter-form__button .icon {
    width: 2rem;
}
/* End newsletter_section css  */


/* Start inner-bnr-section css  */
.inner-bnr-section{
    position: relative;
}
.banner-image-wrapper{
    position: relative;
}
.banner-image-wrapper:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 24, 30, 0) 10.2%, #0E181E 57.9%);
    pointer-events: none;
    opacity: .40;
}
.banner-image-wrapper img{
    width: 100%;
}
.banner-image-wrapper img.desktop {
    min-height: 40rem;
    object-fit: cover;
}
.banner-image-wrapper video{
    width: 100%;
    height: 85rem;
    object-fit: cover;
}
.inner-banner-section .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: var(--white_color);
    padding-block: var(--padding-100px);
}
.inner-banner-section .content-wrapper * {
    color: currentColor;
}
.inner-banner-section .content-wrapper .page-width{
    width: 100%;
}
.bnr-content-wrapper.left{
    text-align: left;
}
.inner-banner-section .bnr-content-wrapper .common_heading {
    font-size: var(--font_size_62px);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.inner-banner-section .bnr-content-wrapper .common_heading *{
    line-height: 1.2;
    font-weight: 400;
}
.inner-banner-section .content-wrapper .bnr-content{
    max-width: 64.3rem;
    width: 100%;
    margin-inline: auto;
}
.bnr-sub-heading{
    text-transform: uppercase;
    margin-top: 2rem;
}
.scroll-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding-bottom: clamp(4.7rem, 2.895vw, 5.5rem);
}
.scroll-trigger-text{
    display: inline-flex;
    animation: bounceArrow 2s infinite;
}
.scroll-trigger-text svg{
    width: 1.8rem;
    height: 3.7rem;
}
@keyframes bounceArrow {
  0%,20%,50%,80%,100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}

.inr-bnr .content-wrapper .bnr-content .btn--holder{
    margin-top: 2rem;
}
.inr-bnr .content-wrapper .bnr-content .btn--holder .button {
    min-width: 19.3rem;
    padding-top: .6rem;
}
/* End inner-bnr-section css  */


/* Start heading-content-section css  */
.heading-content-sec .content-wrapper{
    max-width: 90.3rem;
    margin-inline: auto;
    text-align: center;
}
.heading-content-sec .content-wrapper .common-heading {
    margin-bottom: 2rem;
}
body.template-page-stain-protection .heading-content-sec .content-wrapper .content {
    color: #4e4e4e;
    max-width: 61.8rem;
    margin-inline: auto;
}
/* End heading-content-section css  */


/* Start career-positions css  */
.career-positions{
    background: #F7F0E4;
}
.career-positions .common-heading{
    margin-bottom: 6rem;
}
.career-location {
    color: var(--heading_color);
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    display: block;
}
.career-positions .splide__track .inner-block{
    position: relative;
}
.career-positions .splide__track .inner-block .career-image {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 117%;
}
.career-positions .splide__track .inner-block .career-image:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url("Calgary_overlay.png") no-repeat;
    background-size: cover;
    z-index: 1;
}
.career-positions .splide__track .inner-block .career-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration) var(--easing);
}
.career-positions .splide__track .splide__slide:hover img {
    transform: scale(1.025);
}
.career-positions .splide__track .inner-block .career-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    z-index: 2;
    padding: 2.5rem;
}
.career-positions .splide__track .inner-block .career-content .career-role {
    font-size: var(--font_size_24);
    color: var(--white_color);
    margin-bottom: 1.2rem;
    font-weight: 400;
    font-family: var(--prozaLibre_fontFamily);
}
.career-positions .splide__track .inner-block .career-content .career-btn {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: #1c2e3a80;
    font-size: 1.3rem;
    min-width: 10rem;
    color: var(--white_color);
   padding: 1.12rem 1.8rem 1rem;
    min-height: 4.5rem;
    border-radius: .4rem;
}
   
.career-positions .splide__track .inner-block .career-content .career-btn:before{
    position: absolute;
    top: 0;
    right: 0;
    height:100%
    width:100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  } 

.career-positions .splide__track .inner-block .career-content .career-btn:hover{
    color: var(--black_color);
}
.career-positions .splide__track .inner-block .career-content .career-btn svg path{
    fill: currentColor;
}
 .career-positions .splide__track .inner-block .career-content .career-btn svg {
  width: 16px;
  margin-top: -2px;
}



body.template-page-careers .image_text_banner_sec .banner_img:before{
    background: linear-gradient(270deg, rgba(29, 47, 56, 0) 1.33%, rgba(29, 47, 56, 0.3) 45.98%, #1D2F38 83.07%);
    opacity: .80;
}
body.template-page-careers .image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner {
    max-width: 56.5rem;
}
/* End career-positions css  */


/* Start team-members-section css  */
.team-members-mn .team-item .team-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 117.1%;
}
.team-members-mn .team-item .team-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration) var(--easing);
}
.team-members-mn .team-item:hover img {
    transform: scale(1.025);
}
.team-members-mn .team-item .team-info {
    padding: 2rem 1.5rem 0;
}
.team-members-mn .team-item .team-info h4{
    font-size: var(--font_size_24);
    margin-bottom: 1rem;
    font-weight: 600;
}
.team-members-mn {
    margin-top: -2px;
}
/* End team-members-section css  */


/* Start inr-bnr css  */
.inr-bnr .content-wrapper {
    align-items: end;
    padding-block: 4rem clamp(4rem, 4.368vw, 8.3rem);
}
.inr-bnr .content-wrapper .bnr-content {
    max-width: 85rem;
    margin: 0;
}
.inr-bnr .bnr-content-wrapper .common_heading {
    max-width: 71rem;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 2.4rem;
}
.inr-bnr .content-wrapper .bnr-content .bnr-logo {
    max-width: 19.1rem;
    width: 100%;
    margin-bottom: 2rem;
}
.inr-bnr .content-wrapper .bnr-content .bnr-logo img{
    width: 100%;
}
.bullets-poibts-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.bullets-poibts-wrapper .point {
    gap: .6rem;
    position: relative;
    display: flex;
    align-items: center;
}
.bullets-poibts-wrapper .point:before{
    content: '';
    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: var(--white_color);
    margin-top: -.3rem;
}
/* End inr-bnr css  */


/* Start plan-include-sec css  */
.plan-includes-section .common-heading{
    margin-bottom: 4rem;
    font-size: var(--font_size_44px);
} 
.plan-includes-section .plan-includes-slider .plan-card .plan-img {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 117.4%;
}
.plan-includes-section .plan-includes-slider .plan-card .plan-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration) var(--easing);
}
.plan-includes-section .plan-includes-slider .plan-card:hover img {
    transform: scale(1.025);
}
.plan-includes-section .plan-includes-slider .plan-card .plan-content{
    padding: 4rem 0;
}
.plan-includes-section .plan-includes-slider .plan-card .plan-content .title {
    margin: 0 0 1rem;
    font-size: var(--font_size_44px);
    font-weight: 400;
}
.plan-includes-section .plan-includes-slider .plan-card .plan-content .content {
    color: #4e4e4e;
    line-height: 1.7;
}
.slider-component-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.slider-component-wrapper .my-slider-progress {
    width: 100%;
    height: .4rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: .4rem;
    position: relative;
}
.slider-component-wrapper .my-slider-progress .my-slider-progress-bar {
    display: block;
    background: #1C2E3A;
    height: 100%;
    position: absolute;
    transition: var(--duration) var(--easing);
    border-radius: .4rem;
}
.custom-arrows {
    display: flex;
    align-items: center;
    gap: .6rem;
}
.custom-arrows button {
    cursor: pointer;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .1rem solid #1C2E3A;
    background: var(--white_color);
    flex-shrink: 0;
    color: #1C2E3A;
    transition: var(--duration) var(--easing);
}
.custom-arrows button:hover,
.custom-arrows button:focus{
    background: #1C2E3A;
    color: var(--white_color);
}
/* End plan-include-sec css  */


/* Start contact-support-banner-sec css  */
.contact_support_bnr_mn .contact_support_bnr_wrp{
    background: #F7F0E4;
    border-radius: 1rem;
    padding-left: clamp(3rem, 5.842vw, 11.1rem);
    display: flex;
    flex-wrap: wrap;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left {
    max-width: 59.85%;
    width: 100%;
    padding-right: 3rem;
    padding-top: clamp(4.7rem, 8.158vw, 15.5rem);
    padding-bottom: 4rem;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_right {
    max-width: 40.15%;
    width: 100%;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .bnt_content{
    max-width: 67.8rem;
    width: 100%;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .bnt_content .common-heading {
    margin-bottom: 2rem;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .bnt_content .banner_text{
    color: #4E4E4E;
    margin-bottom: 4.3rem;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .bnt_content .banner_text strong{
    font-weight: 600;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .banner_buttons {
    display: inline-flex;
    gap: 2rem;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .banner_buttons .btn_secondary{
    background: #FFFFFF;
    color: var(--black_color);
    border-color: var(--white_color);
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_left .banner_buttons .btn_secondary:hover{
    background: var(--button_bg_color) !important;
    color: var(--white_color);
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_right .img_wrp{
    position: relative;
    margin-top: -8rem;
}
.contact_support_bnr_mn .contact_support_bnr_wrp .banner_right .img_wrp img {
    width: 100%;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
/* End contact-support-banner-sec css  */


/* Start care-section css  */
.care-section .care_mn{
    max-width: 163rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.5rem;
}
.care-section .care-wrapper {
    display: grid;
    grid-template-columns: 50.3% auto;
    column-gap: clamp(3rem,6.105vw,11.6rem);
    max-width: 152.3rem;
    width: 100%;
    padding-inline: 0 !important;
    margin: 0 !important;
}
.care-section .care-wrapper .care-image img{
    border-radius: 1rem;
    width: 100%;
}
.care-section .care-wrapper .care-content{
    padding-top: 5.1rem;
}
.care-section .care-content .common-heading{
    margin-bottom: 4rem;
}
.care-section .care-list{
    list-style: none;
    padding: 0;
    margin: 0;
    position:relative;
}
.care-section .care-list:before {
    content: "";
    position: absolute;
    left:.75rem;
    top: 0;
    bottom: 0;
    width: .1rem;
    background: #cfc7bd;
    transform: scaleX(0.5);
    transform-origin: center;
}
.care-section .care-list:before {
    top: 0rem !important;
    bottom: auto !important;
    height: calc(100% - 9rem);
}
.care-section.rewards_steps_mn.comfort-section .care-list:before {
    left:18px;
}
.care-section .progress-line{
    position: absolute;
    left: .763rem;
    top: 0;
    width: .1rem;
    height: 0;
    background: #3a7b7d;
    transition:height 0.15s linear;
}
.care-section .care-item {
    display: flex;
    gap: 2.3rem;
    padding-bottom: 7.7rem;
    opacity: 1;
    transition: all .3s ease;
    font-size: var(--font_size_24);
    font-family: var(--cormorantGaramond_fontFamily);
    line-height: 1.1;
    color: var(--heading_color);
}
.care-section .care-item .text p {
    line-height: 1.3;
}
.care-section .care-item .dot{
    width: 1.5rem;
    height: 1.5rem;
    background: #cfc7bd;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all .3s ease;
    position: relative;
}
.care-section .care-item.active{
    opacity:1;
}
.care-section .care-item.active .dot{
    background:#3a7b7d;
}
.care-section .care-item .text strong{
    font-weight: 700;
}
/* End care-section css  */


/* Start faq-secMain css  */
.custom_accordion .flex {
    max-width: 160rem;
    width: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 28.44%;
    gap: 4rem;
}
.custom_accordion .flex .common-heading{
    margin-bottom: 3rem;
    line-height: 1.1;
}
.accordion-item{
    background: #F7F0E4;
    border-radius: 1rem;
    padding: 1.9rem 4rem;
}
.accordion-item:not(:last-child){
    margin-bottom: 1.7rem;
}
.accordion-item .accordion-header {
    display: flex;
    align-items: center;
    gap: 2.6rem;
    cursor: pointer;
}
.accordion-item .accordion-header .number-icon {
    display: flex;
    border: .1rem solid #1C2E3A;
    border-radius: 50%;
    flex-shrink: 0;
    background: #F7F0E4;
    width: 4.4rem;
    height: 4.4rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.accordion-item .accordion-header .heading_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    -webkit-flex: 1;
    gap: 1.5rem;
}
.accordion-item .faq-title{
    font-size: var(--font_size_32px);
}
.accordion-content {
    display: none;
    color: #4e4e4e;
    padding-left: 7rem;
}
.accordion-content.show{
    display: block;
    max-height: 150rem;
}
.accordion-item .svg_wrp {
    width: 2rem;
    height: 2rem;
    position: relative;
    flex-shrink: 0;
}
.accordion-item .svg_wrp svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: var(--duration) var(--easing);
}
.accordion-header.active .plus-icon{
    opacity: 0;
}
/* .faq-hero{
    height: 100%;
} */
.faq-hero img{
    width: 100%;
    border-radius: 1rem;
    /* height: 100%;
    object-fit: cover; */
}

.accordion-item.call-text {
    margin-top: 1.7rem;
    padding: 3rem 4rem 2.5rem;
}
.call-text a {
    color: var(--heading_color);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: .5rem;
    font-size:2rem;
}
.call-tex .svg-wrapper{
    width: 1.9rem;
    height: 1.9rem;
}
/* End faq-secMain css  */
.right-faq-content .accordion-item .faq-title {
    line-height: 1.2;
}

/* Start tabs-with-image-sec css  */
.tabs-with-image-mn{
    max-width: 163rem;
    width: 100%;
    margin-inline: auto;
    position: relative;
    padding-inline: 1.5rem;
}
.tabs-with-image-mn .banner_bg{
    position: relative;
}
.tabs-with-image-mn .banner_bg img{
    width: 100%;
    border-radius: 1rem;
}
.tabs-with-image-mn .banner_bg img.desktop {
    min-height: 49.9rem;
    object-fit: cover;
}
.tabs-with-image-mn .tabs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 3rem;
}
.tabs-with-image-mn .tabs-with-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 3.8rem 3.5rem 3.8rem clamp(3.5rem,4.526vw,8.7rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-content{
    display: none;
    color: var(--white_color);
    margin-bottom: 4.9rem;
}
.tab-content.active{
    display: block;
}
.tab-content *{
    color: currentColor;
}
.tabs-with-image-mn .tabs-with-image .tab-image {
    max-width: 66.2rem;
    margin-left: auto;
    width: 100%;
}
.tabs-with-image-mn .tabs-with-image .tabs-left {
    align-self: end;
}
.tabs-with-image-mn .tabs-with-image .tabs_left_inner {
    max-width: 52.8rem;
    width: 100%;
    padding-bottom: clamp(2rem, 3.211vw, 6.1rem);
}
.tabs-with-image-mn .tabs-with-image .tab-image img{
    width: 100%;
    border-radius: 1rem;
}
.tabs-with-image-mn .tabs-nav {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
}
.tabs-with-image-mn .tabs-nav .tab-btn {
    min-height: 2.5rem;
    min-width: 8rem;
    border-radius: 3rem;
    box-shadow: none!important;
    background: transparent;
    color: var(--white_color);
    outline: none!important;
    border: .1rem solid var(--white_color);
    cursor: pointer;
    font-size: 1.5rem;
    font-family: var(--prozaLibre_fontFamily);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--duration) var(--easing);
    padding:7px 16px 4px;
}
.tabs-with-image-mn .tabs-nav .tab-btn.active{
    background: var(--white_color);
    color: var(--black_color);
}
.tabs-with-image-mn .tab-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .9rem;
}
.tabs-with-image-mn .tab-buttons .tab-button {
    max-width: 10.4rem;
    width: 100%;
    height: .3rem;
    cursor: pointer;
    background: #d9d9d9;
    opacity: .5;
    outline: none;
    box-shadow: none;
    border: none;
    transition: var(--duration) var(--easing);
}
.tabs-with-image-mn .tab-buttons .tab-button.active{
    background: #D9D9D9;
    opacity: 1;
}

.tabs-grid.flex-row-reverse .tabs-right{
    order: -1;
}
.tabs-with-image-mn .tabs-with-image .flex-row-reverse .tab-image {
    margin-left: 0;
}
.tabs-with-image-mn .tabs-with-image .flex-row-reverse .tabs_left_inner {
    max-width: 59.8rem;
    margin-left: auto;
}
.tabs-with-image-mn .flex-row-reverse .tab-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.tabs-with-image-mn .flex-row-reverse .tab-buttons .tab-button{
    max-width: 100%;
}
.tabs-with-image-mn .flex-row-reverse .tabs_left_inner .common-heading {
    color: var(--white_color);
    margin-bottom: 2.5rem;
}
.tabs-with-image-mn .flex-row-reverse .tabs-nav .tab-btn{
    padding: 0;
}

.step-tab-content-sec{
    padding-inline: 1.5rem;
}
.step-tab-content-sec .step-tab-content{
    padding: 0;
}
.step-tab-content {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 160rem;
    border-radius: 1rem;
}
.step-tab-content .tabs-with-image{
    position: static;
    padding: 3.8rem clamp(3.5rem,7.448vw, 14.3rem) 3.8rem 4rem;
}
/* End tabs-with-image-sec css  */


/* Start Rewards Program Page css  */
body.template-page-rewards .inr-bnr .content-wrapper{
    padding-bottom: clamp(4rem, 3.177vw, 6.1rem);
}
body.template-page-rewards .banner-image-wrapper:before{
    opacity: .7;
}

body.template-page-rewards .image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner {
    max-width: 59rem;
}
body.template-page-rewards .image_text_banner_sec .index_banner_cont_inner .banner-heading {
    max-width: 55rem;
}
body.template-page-rewards .image_text_banner_sec .image_text_mn{
    border-bottom: 0;
}
/* End Rewards Program Page css  */


/* Start rewards_steps_section css  */
/*
.rewards_steps_mn .care-wrapper {
    grid-template-columns: 49.3% auto;
    column-gap: clamp(3rem,6.51vw,12.5rem);
    margin-inline: auto !important;
}
.rewards_steps_mn .care-wrapper .care-content {
    padding-top: 4rem;
}
.rewards_steps_mn .care-list:before {
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='424' viewBox='0 0 1 424' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='-2.18557e-08' x2='0.500019' y2='424' stroke='%23A1A1A1' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
    left: 1.7rem;
    /* height: calc(100% - 9rem); */
}
.rewards_steps_mn .care-item {
    font-size: var(--font_size_18px);
    color: #4e4e4e;
    font-family: var(--prozaLibre_fontFamily);
    font-weight: 400;
    padding-bottom: 5.2rem;
    opacity: 1;
}
.rewards_steps_mn .care-list .care-item:last-of-type{
    padding-bottom: 0 !important;
    position: relative;
}
.rewards_steps_mn .care-list .care-item:last-of-type:before {
    content: "";
    position: absolute;
    top: 3.6rem;
    left: 1.7rem;
    width: .2rem;
    height: calc(100% - 2.6rem);
    background: #fffaf1;
    z-index: 1;
}
.rewards_steps_mn .care-item .text_wrp h4 {
    font-size: var(--font_size_35px);
    color: var(--black_color);
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 500 !important;
}
.rewards_steps_mn .care-item .text_wrp p {
    line-height: 1.6;
}
.rewards_steps_mn .care-item .dot {
    width: 3.6rem;
    height: 3.6rem;
    background: #FFFAF1 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='18' cy='18' r='18' fill='%23C8BBA4'/%3E%3Ccircle cx='18' cy='18' r='13' fill='%23FFFAF1'/%3E%3C/svg%3E%0A") !important;
}
.rewards_steps_mn .care-item.active .dot{
    background: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='18' cy='18' r='18' fill='%23C8BBA4'/%3E%3Ccircle cx='18' cy='18' r='13' fill='%23C8BBA4'/%3E%3C/svg%3E%0A") !important;
}
.rewards_steps_mn .progress-line{
    display: none;
}
*/
/* End rewards_steps_section css  */


/* Start refer-friends-section css */
.refer-friends-section{
    background: #F7F0E4;
    padding-block: clamp(5.6rem, 5.208vw, 10rem);
    margin-bottom: var(--padding-100px);
}
.refer-friends-section .refer-header {
    margin-bottom: 5rem;
}
.refer-friends-section .refer-wrapper{
    max-width: 149.5rem;
    width: 100%;
    margin-inline: auto;
}
.refer-friends-section .refer-wrapper .refer-image{
    position: relative;
    overflow: hidden;
}
.refer-friends-section .refer-wrapper .refer-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6E6557;
    opacity: .2;
    z-index: 0;
    border-radius: 1rem;
}
.refer-friends-section .refer-wrapper .refer-image img {
    width: 100%;
    border-radius: 1rem;
}
.refer-friends-section .refer-card {
    background: #f7efea;
    border: .1rem solid #BCBCBC;
    box-shadow: 0 20px 100px #e1d6c5;
    border-radius: 1rem;
    position: relative;
    margin-top: -20rem;
    display: grid;
    grid-template-columns: 22% 24.4% 1fr;
    max-width: 124rem;
    width: 100%;
    margin-inline: auto;
    padding-left: var(--padding-100px);
    gap: 2rem;
}
.refer-friends-section .refer-card .refer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.refer-card .reward-heading {
    display: inline-flex;
    align-items: center;
    gap: 1.3rem;
    flex-wrap: wrap;
}
.refer-card .reward-heading .label {
    font-size: var(--font_size_35px);
    font-weight: 500 !important;
}
.refer-card .refer-right{
    background: #FFFBF3;
    border-radius: 1rem;
    padding: .7rem .5rem .7rem .6rem;
}
.refer-card .refer-right .refer-text {
    background: #243039;
    border-radius: 1rem;
    padding: clamp(3.5rem,3.125vw,6rem) 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white_color);
}
.refer-card .refer-right .refer-text * {
    color: currentColor;
}
.refer-card .svg_wrp{
    width: 5.2rem;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #ECDFD7;
    border-radius: 50%;
}
.refer-card .svg_wrp svg {
    width: 2.2rem;
}
.refer-card .refer-right .refer-text .svg_wrp{
    background: #6F7D7F;
}
.refer-card .rewards-pt {
    font-size: clamp(6.2rem,4.167vw,8rem);
    font-family: var(--prozaLibre_fontFamily);
    color: #1c2e3a;
    line-height: 1;
    margin-block: 3rem;
    letter-spacing: 0;
}
.refer-card .refer-arrow .mid-content,
.refer-text .desc {
    font-size: var(--font_size_20);
    line-height: 1.3;
    color: var(--heading_color);
    font-weight: 500 !important;
    text-transform: capitalize;
}
.refer-card .refer-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.refer-card .refer-arrow .svg-wrapper {
    margin-right: -8rem;
    position: relative;
    width: calc(100% + 10rem);
}
.refer-card .refer-arrow .svg-wrapper svg {
    height: 8rem;
    display: block;
    width: 100%;
}
/* End refer-friends-section css */


/* Start rewards-section  css  */
.rewards-section{
    background: #F7F0E4;
}
.rewards-section .common-heading {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 3.5rem;
}
.rewards-section .rewards-grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    --count: 3;
    --clm_gap: 2.8rem;
    column-gap: var(--clm_gap);
    row-gap: 3.2rem;
    max-width: 160rem;
    width: 100%;
    margin-inline: auto;
}
.rewards-section .rewards-grid .reward-card {
    flex: 0 0 calc((100% - (var(--clm_gap) * (var(--count) - 1))) / var(--count));
    max-width: calc((100% - (var(--clm_gap) * (var(--count) - 1))) / var(--count));
    background: #fdf9f4;
    border-radius: 1rem;
    overflow: hidden;
    text-align: center;
    color: #4e4e4e;
    min-height: 49rem;
}
.rewards-grid .reward-card .reward-title {
    background: #ebe2d2;
    font-size: var(--font_size_35px);
    color: var(--heading_color);
    line-height: 1.1;
    font-family: var(--cormorantGaramond_fontFamily);
    padding: 2rem 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.rewards-grid .reward-card .reward-title:before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: #FFD700;
    display: block;
    border-radius: 50%;
}
.rewards-grid .reward-card:first-child .reward-title:before{
    background: #CD7F32;
    /* #C0C0C0 */
}
.rewards-grid .reward-card:nth-child(2) .reward-title:before{
    background: #C0C0C0;
}
.rewards-section .rewards-grid .reward-card.highlight .reward-title{
    background: #1C2E3A;
    color: var(--white_color);
}
.rewards-grid .reward-card .reward_txt_wrp {
    padding: 0 2.6rem 3.4rem;
}
.rewards-grid .reward-card .reward-subtitle {
    font-size: var(--font_size_35px);
    font-family: var(--cormorantGaramond_fontFamily);
    color: #4e4e4e;
    margin: 3rem 0 2rem;
}
.rewards-grid .reward-card .reward-subtitle *{
    line-height: 1.1;
}
.rewards-grid .reward-card .reward_border {
    border-bottom: .1rem solid #EFEBE4;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.rewards-grid .reward-card .reward-content {
    max-width: 36.9rem;
    margin-inline: auto;
}
.rewards-grid .reward-card .reward-content p{
    margin-bottom: 4rem;
}
.rewards-grid .reward-card .reward-content strong{
    display: block;
    color: var(--heading_color);
    font-size: var(--font_size_20);
}
/* End rewards-section  css  */


/* Start why-card-section css  */
.why-card-section .common-heading{
    text-align: center;
    margin-bottom: 3rem;
}
.why-card-grid {
    --count: 3;
    --gap: 2.3rem;
    --fr1: 1fr;
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(var(--count),var(--fr1));
    max-width: 156.5rem;
    margin-inline: auto;
}
.why-card-grid .why-card-item {
    background: #f6f0e5;
    border-radius: 1rem;
    padding: 4.7rem 4.4rem 4.6rem;
    text-align: center;
}
.why-card-grid .why-card-item .why-card-icon {
    max-width: 6rem;
    width: 100%;
    margin-inline: auto;
    height: 6rem;
    margin-bottom: 2.1rem;
}
.why-card-grid .why-card-item .why-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-card-grid .why-card-item .why-card-title {
    font-size: var(--font_size_24);
    font-family: var(--cormorantGaramond_fontFamily);
    line-height: 1.4;
    color: var(--heading_color);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1.5rem;
    max-width: 33rem;
    margin-inline: auto;
    width: 100%;
}
.why-card-grid .why-card-item .why-card-text{
    color: #4E4E4E;
    font-size: 1.6rem;
}
/* End why-card-section css  */


/* Start inancing-plan pag css  */
body.template-page-financing-plan .inr-bnr .content-wrapper{
    padding-bottom: 5.4rem;
}
body.template-page-financing-plan .banner-image-wrapper:before {
    opacity: .8;
    background: linear-gradient(180deg, rgba(14, 24, 30, 0) 27.79%, #0E181E 57.9%);
}

body.template-page-financing-plan .image_text_banner_sec .banner_img:before {
    opacity: .6;
    background: linear-gradient(270deg, rgba(29, 47, 56, 0) 40.29%, rgba(29, 47, 56, 0.8) 63.66%, #1D2F38 83.07%);
}
body.template-page-financing-plan .image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner {
    max-width: 60rem;
}
body.template-page-financing-plan .image_text_banner_sec .index_banner_cont_inner .banner-heading {
    max-width: 100%;
}
body.template-page-financing-plan .image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner .section-cta{
    margin-top: 3rem;
}
body.template-page-financing-plan .image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner .section-cta .button {
    min-width: 19.3rem;
    padding-top: .6rem;
}
/* End inancing-plan pag css  */


/* Start its-nice-section css  */
.its-nice-section {
    border-bottom: .1rem solid #B8B8B8;
}
.its-nice-wrapper {
    display: grid;
    grid-template-columns: 44.9% auto;
    max-width: 156.5rem;
    margin-inline: auto;
    column-gap: clamp(3rem, 5.417vw, 10.4rem);
    align-items: flex-start;
}
.its-nice-wrapper >* {
    position: sticky;
    top: 3rem;
    left: 0;
}
.its-nice-wrapper .image img{
    width: 100%;
    border-radius: 1rem;
}
.its-nice-wrapper .cnt{
    color: #4E4E4E;
}
.its-nice-wrapper .content-wrapper .grp .common-heading {
    margin: 2.5rem 0;
    line-height: 1;
}
.its-nice-wrapper .content-wrapper .grp:last-child .common-heading{
    font-size: var(--font_size_44px);
}
/* End its-nice-section css  */


/* Start finance-section css  */
.finance-section .finance_wrp{
    max-width: 125.3rem;
    width: 100%;
    margin-inline: auto;
}
.finance-section .finance-top {
    display: grid;
    grid-template-columns: 30% auto;
    background: #1C2E3A;
    color: var(--white_color);
    padding: 2.8rem;
    justify-content: center;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.finance-section .finance-top * {
    color: currentColor;
}
.finance-section .finance-top .finance-divider{
    display: none;
}
.finance-section .finance-left {
    display: flex;
    flex-wrap: wrap;
    gap: 1.9rem;
    border-right: .1rem solid var(--white_color);
    padding-right: 1.5rem;
}
.finance-section .finance-top .number {
    font-size: 6.2rem;
    line-height: .9;
    flex-shrink: 0;
    margin-top: .9rem;
}
.finance-section .finance-left .txt {
    flex: 1;
    font-size: var(--font_size_35px);
    font-family: var(--cormorantGaramond_fontFamily);
    -webkit-flex: 1;
    line-height: 1.2;
    margin-top: -.9rem;
}
.finance-section .finance-right{
    padding-left: clamp(2.5rem, 2.947vw, 5.6rem);
}
.finance-section .finance-right .common-heading {
    line-height: 1;
    margin-top: -.7rem;
}
.finance-section .finance-right .common-heading strong{
    font-family: var(--prozaLibre_fontFamily);
}
.finance-section .finance-bottom {
    display: grid;
    border: .2rem solid #1C2E3A;
    border-radius: 1rem;
    grid-template-columns: 21.85% auto;
    gap: 2rem;
    overflow: hidden;
}
.finance-section .finance-bottom .finance-bottom-right {
    display: grid;
    grid-template-columns: 31% 5% 46%;
    align-items: center;
    gap: 1.5rem;
    justify-content: end;
}
.finance-section .finance-bottom-left {
    font-size: var(--font_size_35px);
    font-family: var(--cormorantGaramond_fontFamily);
    color: var(--white_color);
    background: #1f2f3a;
    clip-path: polygon(0% 0%,85% 0%,100% 50%,85% 100%,0% 100%);
    padding: 3.5rem 3.2rem;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    margin-bottom: -.1rem;
}
.finance-bottom .finance-bottom-right .finance-item {
    display: flex;
    align-items: center;
    max-width: 29.9rem;
    margin-inline: auto;
    gap: 1.4rem;
}
.finance-bottom .finance-bottom-right .finance-item .img-wrapper {
    width: 5.4rem;
    flex-shrink: 0;
}
.finance-bottom .finance-bottom-right .finance-item .img-wrapper img{
    width: 100%;
}
.finance-bottom .finance-bottom-right .finance-item .dec {
    color: #4E4E4E;
    line-height: 1.4;
}
.finance-bottom .finance-bottom-right .finance-or {
    font-size: var(--font_size_24);
    color: #4e4e4e;
    font-family: var(--cormorantGaramond_fontFamily);
    line-height: 1;
}
/* End finance-section css  */


/* Start article-section css  */
.blog-post-detail--navigation-current>div span,
.blog-post-detail--navigation-link {
    font-size: 1.2rem !important;
}
.career-article-sec .blog-post-detail--wrapper {
    margin-top: 0rem;
    max-width: var(--page-width);
    margin-inline: auto;
    padding-inline: 1.5rem;
    margin-bottom: 0;
}
.career-article-sec .blog-post-detail--wrapper .row {
    max-width: 159.8rem;
    margin-inline: auto;
    padding: 0;
}
.career-article-sec .blog-post-detail--wrapper .blog-post-detail {
    max-width: 100%;
}
.career-article-sec .blog-post-detail--wrapper .row .columns{
    padding: 0;
}
.career-article-sec .blog-post-detail--wrapper .blog-post-detail .featured-image {
    position: relative;
    padding-bottom:32%;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.career-article-sec .blog-post-detail--wrapper .blog-post-detail .featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top!important;
    margin: 0 !important;
}
.career-article-sec .blog-post-detail .post-title {
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.career-article-sec .page-content-width {
    max-width: 100%;
    color: #4E4E4E;
}
.career-article-sec .article-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.career-article-sec .article-grid .article-main-content {
    max-width: 75.1%;
    width: 100%;
    border-right: .1rem solid #BDBDBD;
    padding-right: 3.7rem;
    position: sticky;
    top: 8rem;
    left: 0;
    padding-bottom: 1.6rem;
}
.career-article-sec .article-grid .benefits-section{
    max-width: 24.9%;
    width: 100%;
    padding-left: clamp(3rem, 3.158vw, 6rem);
    position: sticky;
    top:12rem;
    left: 0;
}
.career-article-sec .article-grid .article-main-content:only-child {
    max-width: 100%;
    padding-right: 0;
    border-right: none;
}
.career-article-sec .article-grid .article-main-content :is(h1,h2,h3,h4,h6) {
    color: var(--heading_color);
    font-size: var(--font_size_62px);
}
.career-article-sec  .artile-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-bottom: 1.5rem;
}
.career-article-sec .artile-list li {
    background: #f7f0e4;
    min-width: 9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4E4E4E;
    line-height: .8;
    padding: 1rem 1.2rem;
}
.career-article-sec .article-grid .article-main-content .section-cta{
    text-align: left;
}
.career-article-sec .article-grid .article-main-content .section-cta .button {
    background: #1c2e3a !important;
    color: var(--white_color) !important;
    padding-top: .4rem;
}
.career-article-sec .article-grid .article-main-content .section-cta .button:hover{
    border-color: var(--heading_color);
    background: var(--white_color) !important;
    color: var(--black_color) !important;
}
.career-article-sec .article-main-content .post-content ul li{
    background: url('/cdn/shop/files/tik_arrow.png') no-repeat;
    background-size: 1.6rem;
    background-position: top .6rem left;
    padding-left: 3rem;
    margin-bottom: 1rem;
}
.career-article-sec .article-main-content .post-content *{
    margin-bottom: 1rem;
}
.template-article-career .career-article-sec {
    padding-top: 4rem;
}
.benefits-section .benefits-wrapper{
    background: #F7F0E4;
    border-radius: 1rem;
    overflow: hidden;
}
.benefits-section .benefits-header {
    background: #ebe4d9;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: var(--font_size_32px);
    font-family: var(--cormorantGaramond_fontFamily);
    color: var(--heading_color);
    line-height: 1;
    padding: 3rem 2.9rem;
}
.benefits-section .benefit-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 3.7rem;
    border-bottom: .5px solid rgba(28,46,58,.2);
    font-size: 1.6rem;
    color: #4E4E4E;
}
.benefits-section .benefit-item:last-child{
    border-bottom: none;
}
.benefits-section .benefit-item img{
    width: 2.4rem;
    flex-shrink: 0;
}
.career-article-sec .article-main-content .post-content strong, .career-article-sec .article-main-content .post-content b {
    font-weight: 600;
}
.career-article-sec .article-grid .article-main-content .post-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: clamp(3.2rem, 2vw , 3rem);
}
.section-cta.btn-txt_abv.center {
    margin-bottom:5px;
}
.section-cta.btn-txt_abv.center p {
    color: rgb(78, 78, 78);
    font-size: 18px;
}
/**.career-article-sec .article-main-content .post-content p strong {
    font-size: var(--font_size_42px);
    display: block;
    line-height: 1;
    color: var(--heading_color);
    text-transform: capitalize;
    font-family: var(--cormorantGaramond_fontFamily);
    margin: 4rem 0 2.5rem;
}**/
/* End article-section css  */


/* Start hiring-process css  */
.hiring-process .common-heading{
    margin-bottom: 3rem;
}
.hiring-process .card-grid {
    display: flex;
    flex-wrap: wrap;
    --count: 4;
    --col_gap: 3rem;
    row-gap: 3rem;
    column-gap: var(--col_gap);
    max-width: 159.8rem;
    margin-inline: auto;
}
.hiring-process .card-grid .process-wrapper {
    max-width: calc((100% - (var(--col_gap) * (var(--count) - 1))) / var(--count));
    flex: 0 0 calc((100% - (var(--col_gap) * (var(--count) - 1))) / var(--count));
    background: #F6F0E5;
    border-radius: 1rem;
    text-align: center;
    padding: 4.7rem 4.7rem 3rem;
}
.card-grid .process-wrapper .card-icon{
    width: 6rem;
    margin: 0 auto 3rem;
}
.card-grid .process-wrapper .card-icon img{
    width: 100%;
}
.card-grid .process-wrapper .title {
    font-size: 3rem;
    color: var(--heading_color);
    font-family: var(--cormorantGaramond_fontFamily);
    line-height: 1.2;
    margin-bottom: 2rem;
    text-transform: capitalize;
}
.card-grid .process-wrapper .sub-text{
    color: #4E4E4E;
}
/* End hiring-process css  */


/* Start footer Css  */
footer.footer {
    background: var(--footer_bg_color) url('footer_bg_shape.png') no-repeat;
    position: relative;
    padding-top: var(--padding-120px);
    padding-bottom: 0;
    background-attachment: unset;
    background-size: 39rem;
    background-position: left;
    overflow: hidden;
    border-top: none;
    padding-top: 70px;
}
footer.footer .footer__content-top {
    padding-bottom: 0;
}
footer.footer .page-width-sm{
    max-width: var(--page-width);
}
footer.footer .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 17% 18% auto 23%;
    justify-content: space-between;
    row-gap: 4rem;
    margin-bottom: 2rem;
}
footer.footer .footer__blocks-wrapper .footer-block {
    color: var(--white_color);
    width: 100%;
    max-width: 100%;
}
footer.footer .contact-info .common_info_block {
    display: flex;
    align-items: center;
    gap: 1rem;
}
footer.footer .contact-info .common_info_block:not(:last-child){
    margin-bottom: 2rem;
    align-items: flex-start;
}
footer.footer .contact-info .common_info_block .svg-wrapper {
    margin-top: .4rem;
}
footer.footer .contact-info .common_info_block .svg-wrapper {
    width: 18px;
    height: 25px;
    flex-shrink: 0;
}
footer.footer .contact-info .common_info_block:last-child .svg-wrapper, footer.footer .contact-info .common_info_block .svg-wrapper svg {
    width: 18px!important;
}
footer.footer .contact-info .common_info_block:last-child .svg-wrapper{
    width: 1.5rem;
}
footer.footer .footer__list-social{
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
    display: flex;
}
footer.footer .footer__list-social .list-social__link {
    margin: 0;
    padding: 0;
    color: var(--white_color);
    width: 2rem;
    height: 2rem;
}
footer.footer .footer__list-social .list-social__link svg{
    width: 20px;
    height: 20px;
}
footer.footer .footer__list-social .list-social__link span{
    display: none;
}
footer.footer .footer__list-social .list-social__link svg path{
    fill: currentColor;
}
footer.footer .footer__blocks-wrapper .footer-block .footer-block__details-content{
    text-transform: uppercase;
    font-size: 1.6rem;
}
footer.footer .footer__blocks-wrapper .footer-block .footer-block__details-content a,
footer.footer .footer__blocks-wrapper .footer-block .footer-block__details-content h5,
footer.footer .footer__blocks-wrapper .footer-block .footer-block__details-content p{
    letter-spacing: 0.05em;
    color: var(--white_color);
    font-size: 1.6rem;
    font-family: var(--prozaLibre_fontFamily);
    line-height: 1.5!important;
    font-weight: 400;
}
footer.footer .footer__blocks-wrapper .footer-block .widget .footer-block__details-content a{
    line-height: 2;
}

footer.footer .footer-block__details-content .list-menu__item--link{
    color: var(--white_color);
    text-decoration: none;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

footer.footer .footer__content-bottom {
    padding-top: 0;
}
footer.footer .footer__localization:empty+.footer__column--info {
    align-items: end;
}
footer.footer .footer__payment {
    margin-top: 0;
}
footer.footer .footer__content-bottom-wrapper--center {
    justify-content: end;
    max-width: var(--page-width);
    padding-top: var(--padding-80px);
    padding-left:15px;
    padding-right:15px;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    color: var(--white_color);
    letter-spacing: 0;
    margin-inline: auto;
    text-align: end;
}
.bottom-text {
    font-size: clamp(9.2rem,12.526vw,23.8rem);
    color: var(--white_color);
    font-weight: 300;
    font-family: var(--cormorantGaramond_fontFamily);
    text-align: center;
    height: auto;
    min-height: auto;
    display: block;
    line-height: .7;
    letter-spacing: .04em;
    margin-bottom: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
span.plus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: clamp(5rem, 6.316vw, 12rem);
}

footer.footer .footer__blocks-wrapper .footer-block:last-child .footer-block__details-content p {
    line-height: 2.7;
}
footer.footer .footer__blocks-wrapper .footer-block:nth-child(3) .footer-block__details-content li:last-child a{
    text-decoration: underline;
}
.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
}
.footer__column--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
}
.footer__column--info .columns{
    padding-left: 0;
    padding-right:0;
}
.footer-payment-icons{
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
}
footer.footer .footer-payment-icons figure {
    margin:0;
}
footer.footer .footer__blocks-wrapper .footer-block:last-child .footer__list-social{
    display: none;
}
/* End footer Css  */

.card--standard>.card__content .card__information .price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-end;
}


/* Start Mega Menu Css  */
.splide__arrows {
    display: none;
}
header.header {
    padding: 6px 0;
}
.thb-full-menu .mega-menu-columns {
    max-width: 1366px;
    width: 100%;
    padding-inline: 1.5rem;
}
.menu-item-has-children.menu-item-has-megamenu .mega-menu-columns>li>a{
    font-weight: 500;
    border-bottom: .1rem solid #dedbd2;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--heading_color) !important;
    font-size: 1.7rem;
}
.mega-menu__link{
    text-decoration: none !important;
    color: var(--black_color) !important;
    font-size: 1.3rem;
}
.mega-menu__link:hover, .mega-menu__link--active{
    color: var(--hover_color) !important;
}
/* End Mega Menu Css  */
.product-card figure{
    position: relative;
}
.product-card .badge {
    font-family: var(--prozaLibre_fontFamily);
    background: var(--hover_color);
    position: absolute;
    bottom: auto;
    left: auto !important;
    right:0 !important;
    border-radius:4px;
    letter-spacing: normal;
    font-weight: 500;
}

.instafeed-new-layout-wrapper {
    gap: 0 !important;
}

.new-announcement-bar {
    background: #f52f2e;
}
.thb-full-menu li:first-child ul.sub-menu {
    padding: 16px;
    top: 63px;
    left: -23px;
}
.thb-secondary-area .thb-item-count {
    background-color: #a84b32;
    font-size:8px;
    top:0px;
    right:-9px;
    width: 15px;
    height: 15px;
}
.thb-secondary-area .thb-secondary-item{
    border-left:none;
    padding-left: 1rem;
}
.help-menus ul{
    position: absolute;
    top: 65px;
    right: 10px;
    background: #EEEDE9;
    padding: 16px;
    width: 190px;
    box-shadow: 0 8px 20px #00000026;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition:all .25s cubic-bezier(.104,.204,.492,1);
    border-radius: 0 0 5px 5px;
}
.help-menus:hover ul{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.help-menus ul li {
    padding: 5px 0;
}
.help-menus ul li a {
    font-size: 1.2rem;
    color: #555555;
}
header.header .thb-full-menu>li>a{
    font-size:1.4rem;
}
.thb-full-menu>li.menu-item-has-children.menu-item-has-megamenu .sub-menu{
    padding:32px 0;
    top:100%;
    border-top: 0 !important;
    box-shadow:unset !important;
}
.thb-full-menu .mega-menu-columns ul li:last-child {
    padding-bottom: 0;
}
.thb-full-menu .sub-menu li {
    padding: 8px 0 0 0;
}
.thb-full-menu .sub-menu li.bestsellers{
    padding: 8px 0;
}
.only-for-mobile.menu-with-searchbar{
    display:none !important;
}
.menu-item-has-children.menu-item-has-megamenu .mega-menu-columns>li>a{
    text-transform:capitalize;
}
.thb-secondary-area .thb-secondary-item {
    margin-left: 0;
}

.new-announcement-bar .announcement-text a, .new-announcement-bar .announcement-text {
    text-transform: capitalize;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
/* .thb-secondary-item svg {
    width: 28px;
    height: 28px;
} */
.thb-full-menu>li.menu-item-has-children>a:hover:after {
    display: block;
    border: none;
    width: 100%;
    height: 2px;
    background: #42858C;
    top: 63px;
    left: -7px;
}
a.thb-secondary-item.thb-secondary-help:hover svg path{
    stroke: #A84B32;
}
.thb-full-menu .sub-menu{
    transform: translateY(-20px);
    transition: all .3s cubic-bezier(0.104, .204, .492, 1);
}
.thb-full-menu>li{
    color: transparent;
}
header.header .thb-secondary-area{
    position:relative;
}

.help-menus{
    width: 30px;
}
a#help_menus {
    width: 100%;
    height: 100%;
    position:relative;
}
a#help_menus:after {
    content: "";
    position: absolute;
    top: 22px;
    left: -4px;
    width: 30px;
    height: 22px;
    background: #EEEDE9;
}
.thb-secondary-area .thb-secondary-item {
    margin-left: 0;
    padding: 0;
}
.thb-secondary-area .thb-secondary-item {
    border-right: 1px solid #16303b3d !important;
    padding: 0 15px;
}
.thb-secondary-area .thb-secondary-item:last-child{
    border-right:none !important
}
a#help_menus:hover svg path{
    stroke: #A84B32;
}
#header .sub-menu.mega-menu.active {
    border-top: 1px solid #dedbd2 !important;
}

/* about us page css start */
.about-bnr-section .about-banner-section {
  position: relative;
}
.about-banner-section .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-bnr-section .about-banner-section .banner-image-wrapper .desktop {
  min-height: auto;
}

.about-bnr-section .about-banner-section .bnr-content .content {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white_color);
  margin-block-end: clamp(2rem, 1.875vw, 3rem);
}

.about-bnr-section .about-banner-section .bnr-content .content p {
    line-height: 1;
}

.about-bnr-section .about-banner-section .common_heading {
  font-size: clamp(3.6rem,2.5vw,4rem);
  line-height: 1.17;
  color: var(--white_color);
  margin: 0;
  text-transform: capitalize;
  max-width: 100% !important;
}

.about-bnr-section .banner-image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("abt-bnr-shadow.png") no-repeat top center / cover;
    opacity: 1;
}

.about-story-section {
  padding-block-start: clamp(5rem, 6.25vw, 10rem); 
  padding-block-end: 5.5rem;
}

.about-story-section .page-width {
  max-width: 1267px;
  position: relative;
}

.about-story-section .story-frame-mid {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  overflow: hidden;
  width: 100%;
  height: 795.43px;
  padding: 2rem 3.4rem;
  margin: 0 auto;
}

.about-story-section .story-frame-mid .story-frame-inner {
  width: 100%;
  height: 751.94px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 3.8rem;
  overflow: hidden;
}

.about-story-section .story-frame-mid .story-bg {
  width: 100%;
  height: 701.58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
}

.about-story-section .story-frame-mid .story-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-section .story-frame-mid .story-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  opacity: 0.2;
  pointer-events: none;
}

.about-story-section .story-frame {
  padding-top: 7.5rem;
}

.about-story-section .item-svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 127px;
  margin: 0 auto;
}

.about-story-section .item-svg-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.about-story-section .sec-content {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 85rem;
}

.about-story-section .sec-content .story-content {
  margin-right: -10rem;
}

.about-story-section .sec-content .content p {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400;
  font-size: clamp(2.4rem, 2.25vw, 3.6rem);
  line-height: 1.3;
  text-align: center;
  color: var(--white_color);
}

.about-story-section .sec-content .content {
  width: 100%;
  max-width: 755px;
  margin: 0 auto clamp(7rem, 6.063vw, 9.7rem);
}

.about-story-section .sec-content .story-product img {
  width: 100%;
}

.img-left-right-content-wrapper {
  padding-block-start: clamp(5rem,6.25vw,10rem);
}

.northstar-content {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --nrthstart-column-gap: clamp(2.5rem, 7.187vw, 11.5rem);
  column-gap: var(--nrthstart-column-gap);
  row-gap: 3rem;
  justify-content: center;
}

.northstar-content .content-wrapper {
  width: 100%;
  max-width: calc(47.2% - (var(--nrthstart-column-gap) - (var(--nrthstart-column-gap) / 2)));
}

.northstar-content .image-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  max-width: calc(52.8% - (var(--nrthstart-column-gap) - (var(--nrthstart-column-gap) / 2)));
}

.northstar-content .image-wrapper img {
  width: 100%;
}

.northstar-content.content-first {
  flex-direction: row-reverse;
  --nrthstart-column-gap: clamp(2.5rem, 10.375vw, 16.6rem);
}

.northstar-content .content-wrapper .common-sub-heading {
  font-size: clamp(2.8rem, 2.25vw, 3.6rem);
  line-height: 1.2;
  text-transform: capitalize;
  margin-block-end: clamp(1.5rem, 2.25vw, 3.6rem);
}

.northstar-content .content-wrapper .description p, 
.northstar-content .content-wrapper .description {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1.6;
  color: #4E4E4E;
  width: 100%;
  max-width: 646px;
}

.northstar-content.content-first .image-wrapper {
  max-width: calc(54.3% - (var(--nrthstart-column-gap) - (var(--nrthstart-column-gap) / 2)));
}

.northstar-content.content-first .content-wrapper {
  max-width: calc(45.7% - (var(--nrthstart-column-gap) - (var(--nrthstart-column-gap) / 2)));
  padding-left: 2.8rem;
}

.img-left-right-content-section + .img-left-right-content-section .img-left-right-content-wrapper {
  padding-block-start: 5rem;
}

.author-section {
  padding-block-start: clamp(5rem,6.25vw,10rem); 
}

.author-content-wrapper {
  background: #F7F0E4;
  padding-block: clamp(6.3rem, 5.5vw, 8.8rem) clamp(5.5rem, 6.375vw, 10.2rem); 
}

.authorr-content {
  width: 100%;
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  align-items: center;
  justify-content: center;
  --authr-cnt-clm-gap: clamp(2.5rem, 6.938vw, 11.1rem);
  column-gap: var(--authr-cnt-clm-gap);
}

.authorr-content .image-wrapper {
  width: 100%;
  max-width: calc(42.5% - (var(--authr-cnt-clm-gap) - (var(--authr-cnt-clm-gap) / 2)));
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.authorr-content .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.authorr-content .content-wrapper {
  width: 100%;
  max-width: calc(57.5% - (var(--authr-cnt-clm-gap) - (var(--authr-cnt-clm-gap) / 2)));
  text-align: center;
}

.authorr-content .content-wrapper .common-sub-heading {
  font-size: clamp(2.8rem, 2.25vw, 3.6rem);
  line-height: 1.2;
  text-transform: capitalize;
  margin-block-end: clamp(1.5rem, 2.25vw, 3.6rem);
}

.authorr-content .content-wrapper .description p {
  font-family: var(--prozaLibre_fontFamily);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1.6;
  color: #4e4e4e;
}

.our-journey-sec {
  padding-block-start: clamp(5rem,5vw,8rem);
}

.our-journey-section {
  background: #F7F0E4;
  padding-block: clamp(6rem, 5.375vw, 8.6rem) clamp(6rem,6.25vw,10rem);
}

.our-journey-section .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  max-width: 1630px;
  padding: 0 1.5rem;
  margin: 0 auto 3rem;
}

.our-journey-section .header-wrapper .common-heading {
  text-align: left;
  font-size: clamp(2.8rem, 2.25vw, 3.6rem);
  line-height: 1.2;
  text-transform: capitalize;
}

.our-journey-section .header-wrapper .custom-arrows button {
  background: #1C2E3A;
  color: var(--white_color);
}

.our-journey-section .header-wrapper .custom-arrows button svg {
  display: block;
}

.our-journey-section .header-wrapper .custom-arrows button:hover {
  background: transparent;
  color: #1C2E3A;
}

.our-journey-slider .plan-card .plan-img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2.4rem;
}

.our-journey-slider .plan-card .plan-img img {
  width: 100%;
  object-fit: cover;
}

.our-journey-slider .plan-card .journy-plan-content .title {
  display: none;
}

.our-journey-slider .plan-card .journy-plan-content .content p {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 500;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  line-height: 1.2;
  color: var(--heading_color);
}

.our-journey-slider .plan-card .journy-plan-content .content {
  width: 100%;
  max-width: 51rem;
}

.about_comfort_section .rewards_steps_mn .care-wrapper {
  grid-template-columns: 1fr 1fr;
  max-width: 1589px;
}

.about_comfort_section .comfort-section {
  padding-block-start: clamp(5rem,6.25vw,10rem);
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-content {
  padding-top: 0;
}

.about_comfort_section .care-section .care-content .common-heading {
  font-size: clamp(2.8rem,2.25vw,3.6rem);
  margin-bottom: clamp(2rem, 1.875vw, 3rem);
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-content .content {
  margin-block-end: clamp(2.9rem, 2.813vw, 4.5rem);
  font-size: clamp(1.5rem, 1vw, 1.6rem);
  line-height: 1.7;
  color: #4E4E4E;
  width: 100%;
  max-width: 553px;
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-content .care-list .care-item {
  padding-bottom: clamp(5rem, 4.375vw, 7rem) !important;
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-content .care-list .care-item h4 {
  font-weight: 500 !important;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  line-height: 1;
  text-transform: capitalize;
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-content .care-list .care-item p {
  font-size: clamp(1.5rem, 1vw, 1.6rem);
  line-height: 1.7;
  color: #4E4E4E;
  width: 100%;
  max-width: 604px;
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-content .care-list .care-item:last-of-type {
  padding-bottom: 0 !important;
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-image {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
}

.about_comfort_section .rewards_steps_mn .care-wrapper .care-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_comfort_section .rewards_steps_mn .care-list:before {
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='340' viewBox='0 0 1 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='-2.18557e-08' x2='0.500015' y2='340' stroke='%23A1A1A1' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    top: 51%!important;
    transform: translateY(-50%);
    height: calc(100% - 8rem);
}

.latest-blog-sec {
  padding-block: clamp(3.5rem,6.25vw,10rem) clamp(5rem,6.25vw,10rem);
}

.latest-blogs .section-heading {
  font-size: clamp(2.8rem,2.25vw,3.6rem);
  line-height: 1.1;
  text-align: center;
  margin-block-end: clamp(2.5rem, 3.125vw, 5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-block-start: clamp(5rem, 5vw, 8rem);
}

.latest-blog-sec .page-width {
  max-width: 1634px;
}

.blogs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6rem;
}

.blogs-grid .blog-main > a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding-bottom: 77%;
}

.blogs-grid .blog-main .blog-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(2.3rem, 2.5vw, 4rem) clamp(1.9rem, 2.188vw, 3.5rem);
  z-index: 1;
}

.blogs-grid .blog-main .blog-overlay .blog-date {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: clamp(1.5rem, 1vw, 1.6rem);
  line-height: 1;
  color: var(--white_color);
  margin-block-end: 1.5rem;
}

.blogs-grid .blog-main .blog-overlay h3 {
  font-weight: 500 !important;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  line-height: 1.2;
  color: var(--white_color);
  margin: 0 0 15px;
}

.blogs-grid .blog-main .blog-overlay .read-more {
  display: inline-block;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.blogs-grid .blog-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s;
  will-change: transform;
}

.blogs-grid .blog-main > a:hover img {
  transform: scale(1.03);
}

.blogs-grid .blog-main > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.95deg, rgba(32, 32, 32, 0) 35.59%, #202020 99.96%);
  z-index: 1;
  pointer-events: none;
}

.blogs-grid .blog-side .blog-card > a {
  display: block;
  width: 100%;
  background: #F7F0E4;
  overflow: hidden;
  border-radius: 1rem;
}

.blogs-grid .blog-side .blog-card .blog-card-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 3.125vw, 5rem);
}

.blogs-grid .blog-side .blog-card:not(:last-child) {
  margin-bottom: 3rem;
}

.blogs-grid .blog-side .blog-card .blog-card-inner .img-wrapper {
  width: 100%;
  max-width: 24rem;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 36.5%;
  flex-shrink: 0;
}

.blogs-grid .blog-side .blog-card .blog-card-inner .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s;
  will-change: transform;
}

.blogs-grid .blog-side .blog-card a:hover .blog-card-inner .img-wrapper img {
  transform: scale(1.03);
}

.blogs-grid .blog-side .blog-card .blog-card-inner .blog-content {
  width: 100%;
  max-width: 400px;
  padding-right: 1.5rem;
}

.blogs-grid .blog-side .blog-card .blog-card-inner .blog-content .blog-date {
  font-size: clamp(1.5rem, 1vw, 1.6rem);
  line-height: 1;
  color: #4E4E4E;
  margin: 0 0 2rem;
}

.blogs-grid .blog-side .blog-card .blog-card-inner .blog-content h4 {
  font-weight: 500 !important;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  line-height: 1.4;
  color: var(--black_color);
  margin: 0 0 2.5rem;
}

.blogs-grid .blog-side .blog-card .blog-card-inner .blog-content .read-more {
  display: inline-block;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1;
  text-decoration-line: underline;
  color: #4E4E4E;
}

.testimonial-splide .splide__arrows {
  display: block;
}
.testimonial-splide .splide__arrow--prev {
    left: -20px;
}
.testimonial-splide .splide__arrow--next {
    right: -20px;
}
body:is(.template-page-about) .image_text_banner_sec .index_banner_innerwrap .index_banner_cont_inner {
  max-width: 58rem;
}
/* about us page css end */

/* PDP page css start */
.breadcrumbs_innr {
  background: var(--white_color);
  display: block;
}

.breadcrumbs_innr .breadcrumbs {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  padding:5rem 1.5rem 2.5rem;
  display: flex;
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black_color);
}

.breadcrumbs_innr .breadcrumbs i {
  opacity: 1;
  margin: 0 10px;
}

body:is(.template-product, .template-collection) {
    background: var(--white_color);
}

.product-section .product .row {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  --product-dtls-column-gap: clamp(2.5rem, 6.25vw, 10rem);
  column-gap: var(--product-dtls-column-gap);
  row-gap: 4rem;
}

.product-section .product .columns {
  flex: none;
  width: 100%;
  max-width: calc(50% - (var(--product-dtls-column-gap) - (var(--product-dtls-column-gap) / 2)));
  padding: 0;
}

.product-section .product .columns .product-gallery-container .product-image-container {
  padding-right: 0 !important;
  margin-bottom: 1rem;
}

.product-section .product .columns .product-gallery-container {
  padding-bottom: 0;
}

.product-section .product .columns .product-gallery-sticky:has(.desktop) .product-gallery-container {
  margin-bottom: 4rem;
}

.product-section .product .columns .product-gallery-container scroll-shadow {
  position: relative;
  height: auto;
}

.product-section .product .columns .product-gallery-container .product-thumbnail-container {
  --prd-thm-gap: 1.5rem;
  gap: var(--prd-thm-gap);
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-section .product .columns .product-gallery-container .product-thumbnail-container .product-thumbnail {
  height: 146px!important;
  width: calc(25% - (var(--prd-thm-gap) - (var(--prd-thm-gap) / 4))) !important;
  flex-shrink: 0;
}

.product-section .product .product-information .product--text.subheading {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--heading_color);
  opacity: 1;
}

.product-section .product .product-information .product-title {
  font-family: var(--cormorantGaramond_fontFamily) !important;
  font-weight: 400 !important;
  font-size: clamp(3.6rem, 3.125vw, 5rem) !important;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--heading_color) !important;
  margin: 0 0 15px;
}

.product-section .product .product-information .price {
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 1.3rem;
  column-gap: 0;
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.25vw, 2rem) !important;
  line-height: 1;
  color: #9C5039;
  margin: 0 0 clamp(2rem,1.5vw,2rem);
  padding-bottom: clamp(2rem,1.5vw,2rem);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product-section .product .product-information .product-price-container {
  margin-top: clamp(1.5rem, 2.188vw, 3.5rem);
}

.product-section .product .product-information .price del .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product-section .product .product-information .price del {
  color: #9C5039;
  opacity: 0.6;
  line-height: normal;
}

.product-section .product .product-information .price ins {
  margin-left: 15px;
}

.product-section .product .product-information .price ins .amount {
  font-size: inherit;
  font-family: inherit !important;
  font-weight: inherit;
  color: inherit;
  line-height: normal;
}

.product-section .product .product-information .price .badges {
  margin-left: 25px;
}

.product-section .product .product-information .price .badges .badge {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white_color);
  background: var(--blue_bg_color);
  height: auto;
  padding: 10px 16px;
  text-transform: capitalize;
}

.canvas-care-section {
  padding-block-start: 0;
}

.canvas-care-section .page-width {
  max-width: 1358px;
  position: relative;
}

.canvas-care-bg {
  background: var(--bg-desktop);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 40px;
  padding: 30px 30px 30px 60px
}

.canvas-care-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
  --canvas-item-clm-gap: clamp(2rem, 3.125vw, 5rem);
  column-gap: var(--canvas-item-clm-gap);
}

.canvas-care-wrapper .canvas-care-left {
  width: 100%;
  max-width: calc(50% - (var(--canvas-item-clm-gap) - (var(--canvas-item-clm-gap) / 2)));
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.canvas-care-wrapper .canvas-care-left img {
  width: 100%;
}

.canvas-care-wrapper .canvas-care-right {
  width: 100%;
  max-width: calc(50% - (var(--canvas-item-clm-gap) - (var(--canvas-item-clm-gap) / 2)));
}
.canvas-care-wrapper .canvas-care-right .learn-btn {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 5px;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    min-height: 55px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: .04em;
}
.canvas-care-wrapper .canvas-care-right .learn-btn:hover{
    background: #9c5039;
    color: #fff;
}

.canvas-care-wrapper .canvas-care-right .common-heading {
    font-weight: 400 !important;
    text-transform: inherit!important;
    color: var(--white_color) !important;
    margin: 0 0 20px;
    font-size: clamp(34px, 4.6vw, 47px);
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.canvas-care-wrapper .canvas-care-right .subtext {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: clamp(1.8rem, 1vw, 2.4rem);
  line-height: 1.2;
  color: var(--white_color);
  margin: 0 0 20px 0;
}

.canvas-care-wrapper .canvas-care-right .features {
    margin: 0 0 20px 0;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.canvas-care-wrapper .canvas-care-right .features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--white_color);
}

.canvas-care-wrapper .canvas-care-right .features li img {
  width: 100%;
  max-width: 2rem;
  flex-shrink: 0;
  object-fit: contain;
}

.canvas-care-wrapper .canvas-care-right .note {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--white_color);
  margin: 0;
}

.canvas-care-wrapper .canvas-care-right .note p {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
}

.canvas-care-wrapper .canvas-care-right .btn_secondary.btn {
  background: var(--white_color);
  min-width: 198px;
  border: 1px solid var(--white_color);
  color: var(--heading_color);
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
}

.canvas-care-wrapper .canvas-care-right .btn_secondary.btn:hover {
    background: transparent !important;
    color: var(--white_color);
}

.video-info-section {
  padding-block-start: clamp(5rem,6.25vw,10rem);
}

.video-info-section .page-width {
  max-width: 1545px;
}

.video-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5rem;
  column-gap: 2rem;
  align-items: center;
}

.video-info-wrapper .custom-video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 94%;
  border-radius: 1rem;
}

.video-info-wrapper .custom-video-wrapper video, .video-info-wrapper .custom-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-info-wrapper .custom-video-wrapper .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-info-wrapper .custom-video-wrapper .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-info-wrapper .custom-video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11rem;
  height: 11rem;
  background: var(--white_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: glow 1.5s ease-out infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--rgbWhiteColor), 0.6);
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(var(--rgbWhiteColor), 0);
    transform: translate(-50%, -50%) scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--rgbWhiteColor), 0);
    transform: translate(-50%, -50%) scale(1);
  }
}

.video-info-wrapper .custom-video-wrapper .play-button svg {
  display: block;
  width: 3rem;
  height: 3rem;
}

.video-info-wrapper .custom-video-wrapper .play-button svg path {
  fill: #4B828F;
}

.video-info-wrapper .content_box_wrrp {
  width: 100%;
  max-width: 59.4rem;
  margin-left: auto;
  margin-right: 0;
}

.video-info-wrapper .content_box_wrrp .content_box_innr {
  text-align: center;
}

.video-info-wrapper .content_box_wrrp .top-icon {
  margin: 0 auto 2.5rem;
  width: 100%;
  max-width: 9.3rem;
}

.video-info-wrapper .content_box_wrrp  .common-heading {
  font-weight: 400 !important;
  font-size: clamp(2.8rem, 3.125vw, 5rem);
  text-transform: capitalize;
  color: var(--heading_color) !important;
  width: 100%;
  max-width: 41rem;
  margin: 0 auto clamp(3rem, 3.125vw, 4rem);
}

.video-info-wrapper .content_box_wrrp .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 2rem;
}

.video-info-wrapper .content_box_wrrp .info-grid .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.video-info-wrapper .content_box_wrrp .info-grid .info-item .info-text {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.25vw, 2rem);
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  color: var(--heading_color);
  width: 100%;
  max-width: 195px;
  margin: 0 auto;
}

.video-info-wrapper .content_box_wrrp .info-grid .info-item:nth-of-type(2) .info-text {
  max-width: 11rem;
}

.video-info-wrapper .content_box_wrrp .info-grid .info-item:nth-of-type(4) .info-text {
  max-width: 11rem;
}

body:is(.template-product, .template-product-custom-product) .img-txt-blk-main {
  margin-top: 0 !important;
  padding-block-start: clamp(5rem,6.25vw,10rem) !important;
}

body:is(.template-product, .template-product-custom-product) .img-txt-blk-main .image-text-custom {
  margin-top: 0 !important;
}

body:is(.template-product, .template-product-custom-product) .reputon-dual-row-carousel {
  background: #EEEDE9;
  padding-bottom: clamp(5rem, 7.125vw, 8.5rem) !important;
}

.product_banner_heading_content_sec .product-banner-text {
  padding: 0;
}

.product-banner-text .banner_content_wrapper {
  position: relative;
}

.product-banner-text .banner_img {
  position: relative;
  overflow: hidden;
}

.product-banner-text .banner_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(29, 47, 56, 0) 30.05%, rgba(29, 47, 56, 0.8) 68.52%, #1D2F38 85.51%);
  opacity: 0.8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.product-banner-text .banner_img img {
  width: 100%;
}

.product-banner-text  .banner_innerwrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.product-banner-text .banner_innerwrap .banner_content {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.product-banner-text .banner_innerwrap .index_banner_cont_inner {
  max-width: 50rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.product-banner-text .banner_innerwrap .icon-wrapper {
  margin-bottom: clamp(1.5rem, 2.188vw, 3.5rem);
}

.product-banner-text .banner_innerwrap .icon-wrapper .icon {
  width: 100%;
  max-width: 10rem;
}

.product-banner-text .banner_innerwrap .banner-heading {
  font-weight: 400 !important;
  font-size: clamp(2.8rem, 3.125vw, 5rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--white_color) !important;
}

.product-banner-text .banner_innerwrap .banner-heading em {
  display: block;
  font-style: normal;
}

.product-banner-text .banner_innerwrap .content {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1.7;
  color: var(--white_color);
  margin-bottom: clamp(2rem, 1.875vw, 3.5rem);
}

.product-banner-text .banner_innerwrap .content p {
  line-height: inherit;
}

.product-banner-text .banner_innerwrap .custom-button {
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  padding: 10px 15px 5px;
  min-width: 297px;
}

.product-banner-text .banner_innerwrap .custom-button:hover {
  background: transparent !important;
  border-color: var(--white_color);
  color: var(--white_color);
}
.product-banner-text .banner_innerwrap .button {
    width: auto;
}

.product-banner-text.product-banner-text-second .banner_img:before {
  background: linear-gradient(270deg,#1d2f3800 30.05%,#1d2f38cc 68.52%,#1d2f38 85.51%);
  box-shadow: 0 4px 4px #00000040;
  opacity: 1;
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion {
  padding: clamp(8.5rem,6vw,8.5rem) 0 0;
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img {
  max-width: 1607px;
  display: flex;
  flex-wrap: wrap;
  --faq-img-clm-gap: clamp(2.5rem, 2.5vw, 4rem);
  column-gap: var(--faq-img-clm-gap);
  row-gap: 2.8rem;
  flex-direction: row-reverse;
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content {
  width: 100%;
  max-width: calc(70% - (var(--faq-img-clm-gap) - (var(--faq-img-clm-gap) / 2)));
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .left-faq-content {
  width: 100%;
  max-width: calc(30% - (var(--faq-img-clm-gap) - (var(--faq-img-clm-gap) / 2)));
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content .common-heading {
  font-size: clamp(2.8rem,3.125vw,5rem);
  color: var(--heading_color) !important;
  margin: 0 0 clamp(2rem, 1.875vw, 3rem);
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content .accordion-item {
  padding: clamp(1.6rem, 1.188vw, 1.9rem) clamp(2rem, 2.5vw, 4rem);
  background: #F7F5F2;
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content .accordion-item .accordion-header {
  gap: clamp(1.2rem, 1.625vw, 2.6rem);
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content .accordion-item .number-icon {
  background: transparent;
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--black_color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  flex-shrink: 0;
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content .accordion-item .faq-title {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--heading_color) !important;
}

body:is(.template-product-custom-product, .template-product) .faq-secMain .custom_accordion .flex.left-img .right-faq-content .accordion-item  .accordion-content {
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1.6;
  color: #4E4E4E;
  width: 100%;
  max-width: 85rem;
}

.accordion-content .inner-content {
  padding-top: 6px;
}

.product-banner-text.product-banner-text-second .banner_innerwrap .button {
    min-width: 32rem;
}

.experience-slider-innr {
  padding-block: clamp(5rem,6.25vw,10rem);
}

.experienceSplide {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
}

.experienceSplide .experience-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.experienceSplide .experience-card .image_wrrp img {
  width: 100%;
}

.experienceSplide .experience-card .experience-card__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: clamp(8.5rem, 6.875vw, 11rem) 0;
}

.experienceSplide .experience-card .image_wrrp {
  position: relative;
}

.experienceSplide .experience-card .image_wrrp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black_color);
  opacity: 0.2;
  pointer-events: none;
}

.experienceSplide .experience-card .experience-card__content .common-heading {
  font-weight: 400 !important;
  font-size: clamp(2.8rem, 3.125vw, 5rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--white_color) !important;
  margin: 0 0 1.5rem;
}

.experienceSplide .experience-card .experience-card__content .sub_heading {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  line-height: 1.2;
  color: var(--white_color) !important;
  margin: 0 0 1.5rem;
}

.experienceSplide .experience-card .experience-card__content .subContent {
  font-size: 16px;
  line-height: 1.6;
  color: var(--white_color);
}

.experienceSplide .experience-card .experience-card__content .subContent p {
  line-height: inherit;
}

.experienceSplide .splide__pagination {
  bottom: 5rem;
  gap: 0.5rem;
}

.experienceSplide .splide__pagination li {
  display: block;
}

.experienceSplide .splide__pagination li .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--white_color);
  background: transparent;
  transform: none;
  margin: 0;
  opacity: 1;
}

.experienceSplide .splide__pagination li .splide__pagination__page.is-active {
  background: var(--white_color);
}

.showroom-banner {
  padding-block-start: clamp(5rem, 6.25vw, 10rem);
}
.template-index .showroom-banner {
  padding-block-start:0;
}
.showroom-banner-innr {
  position: relative;
}

.showroom-banner-innr .image_wrrp {
  position: relative;
}

.showroom-banner-innr .image_wrrp img {
  width: 100%;
}

.showroom-banner-innr .image_wrrp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(29, 47, 56, 0) 0%, #1D2F38 100%);
  pointer-events: none;
}

.showroom-banner-innr .showroom-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.showroom-banner-innr .showroom-banner__content .page-width {
  width: 100%;
  max-width: 1637px;
}

.showroom-banner-innr .showroom-banner__content .common-heading {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(3.8rem,3.125vw,5rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--white_color) !important;
  margin: 0 0 4.5rem;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper {
  margin: 0 0 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  width: 100%;
  max-width: 50rem;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info .showroom-icon {
  width: 100%;
  max-width: 2rem;
  flex-shrink: 0;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info .showroom-icon img {
  width: 100%;
  object-fit: contain;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info .info_head {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(1.5rem, 1.25vw, 2rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--white_color) !important;
  margin: 0 0 1rem;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info .info_head a:hover {
  color: currentColor;
  text-decoration: underline;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info  .info_cnt {
  font-weight: 400;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 1.5;
  color: var(--white_color);
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info .info_cnt p {
  line-height: 1.8;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info .info_cnt a:hover {
  color: var(--white_color);
  text-decoration: underline;
}

.showroom-banner-innr .showroom-banner__content .showroom-info-wrapper .showroom-info:last-child {
  margin-top: -50px;
}

.showroom-banner-innr .showroom-banner__content .custom-button {
  min-width: 280px;
  padding: 10px 24px 7px 24px;
}

.showroom-banner-innr .showroom-banner__content .custom-button:hover {
  background: transparent !important;
  border-color: var(--white_color);
}

.showroom-banner-innr .showroom-banner__content .quick-help-card:focus {
  color: var(--white_color) !important;
}

.showroom-banner-innr .showroom-banner__content .Btn_wrrp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}

.showroom-banner-innr .showroom-banner__content .custom-button.quick-help-card {
  background: transparent !important;
  border: 1px solid var(--white_color);
}

.showroom-banner-innr .showroom-banner__content .custom-button.quick-help-card:hover {
  background: var(--white_color) !important;
  color: var(--black_color) !important;
}

.product-recommendations-slider {
  padding-block-start: clamp(5rem,6.25vw,10rem);
  padding-block-end: 0;
  display: block;
}

.product-recommendations-slider .row {
  width: 100%;
  max-width: 1603px;
  margin: 0 auto;
  padding: 0 15px;
}

.product-recommendations-slider .row .columns {
  padding: 0;
}

.product-recommendations-slider .recommendation-heading {
  font-size: clamp(2.8rem,3.125vw,5rem);
  font-weight: 400 !important;
  color: var(--heading_color) !important;
  line-height: 1.2;
  margin: 0 0 clamp(2rem, 2.5vw, 4rem);
}

.product-recommendations-slider .splide {
  width: 100%;
  max-width: 1603px;
  margin: 0 auto;
  padding: 0 15px;
}

.product-recommendations-slider  .product-card {
  margin: 0;
}

.product-recommendations-slider .product-card .product-featured-image .product-featured-image-link {
  padding-bottom: 80%;
}

.product-recommendations-slider .product-card .product-featured-image .product-featured-image-link img {
  object-fit: contain;
}

.product-recommendations-slider .product-card .product-card-info {
  padding: 0!important;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-recommendations-slider .product-card .product-card-info .product-card-title {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 500;
  font-size: clamp(1.6rem,1.25vw,2rem)!important;
  line-height: 1.2;
  color: var(--heading_color);
  margin: 0;
  order: 2;
}

.product-recommendations-slider .product-card .product-card-info .price {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #9c5039;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  order: 3;
}

.product-recommendations-slider .product-card .product-card-info .price del {
  color: #9C5039;
  opacity: 0.6;
  line-height: normal;
}

.product-recommendations-slider .product-card .product-card-info .price del .amount {
  font-size: inherit;
  color: inherit;
  opacity: 1;
  font-weight: inherit;
}

.product-recommendations-slider .product-card .product-card-info .price ins .amount {
  font-size: inherit;
  color: inherit;
  opacity: 1;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.product-recommendations-slider .splide .splide__arrows {
  display: block;
}

.product-recommendations-slider .splide .splide__arrow {
  border: none;
  width: 3rem !important;
  height: 3rem !important;
}

.product-recommendations-slider .splide .splide__arrow svg {
  width: 1.8rem !important;
  height: 3rem !important;
}

.product-recommendations-slider .splide .splide__arrow.splide__arrow--prev {
  left: -7rem;
}

.product-recommendations-slider .splide .splide__arrow.splide__arrow--next {
  right: -7rem;
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons {
    padding-block-start: clamp(4rem,5.25vw,8rem);
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons .text-with-icons {
  background: #f3f3f3;
  padding: 2.3rem 0;
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons .text-with-icons__block .text-with-icons__icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.product-section .product .product-information .product-price-container .product__tax.caption {
  font-family: var(--prozaLibre_fontFamily) !important;
  font-weight: 400;
  font-size: 1.6rem !important;
  line-height: 1.7;
  color: #4E4E4E !important;
  display: none;
}

.product-section .product .product-information .flxcalculator-plugin-wrapper {
  margin: 0 0 1rem;
}

.product-section .product .product-information .flxcalculator-plugin-wrapper img,
.product-card .product-card-info .flxcalculator-plugin-wrapper img {
  float: left;
  margin-right: 5px;
}

.product-section .product .product-information .flxcalculator-plugin-wrapper br,
.product-card .product-information .flxcalculator-plugin-wrapper br,
.product-card .product-card-info .flxcalculator-plugin-wrapper br {
  display: none;
}

.product-recommendations-slider .product-card .product-card-info .flxcalculator-plugin-wrapper {
  margin: 0;
  order: 4;
}

.product-recommendations-slider {
    order: 1;
}

.product-recommendations-slider .product-card .product-card-info .swatches-globo--list .swatches-globo {
  margin: 0;
}

.product-recommendations-slider .product-card .product-card-info .swatches-globo--list .swatch--gl {
  margin: 0;
}

.product-section .product .product-information .flxcalculator-plugin-wrapper .flxcalculator-plugin-snippet,
.product-card .product-card-info .flxcalculator-plugin-wrapper .flxcalculator-plugin-snippet {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4e4e4e;
}

.globo-swatch-product-detail {
  margin-bottom: 2.5rem;
}

.globo-swatch-product-detail .swatch--gl {
  margin: 0;
}

.globo-swatch-product-detail .name-option {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  line-height: 1;
  color: var(--black_color);
  margin: 0 0 2rem;
}

.globo-swatch-product-detail .name-option .name-variant {
  font-weight: 400;
  line-height: 1;
  color: #4E4E4E;
}

.product-section .product .product-information .globo-swatch-product-detail .g-variant-color-detail {
    gap: 1rem 2rem!important;
    align-items: center;
}

/* .product-section .product .product-information .globo-swatch-product-detail .g-variant-color-detail li .swatch-anchor {
  width: 37px !important;
  height: 37px !important;
} */

.globo-swatch-product-detail .swatch--gl ul.g-variant-color-detail li label[data-option-value="undefined"] {
    width: auto !important;
    height: auto !important;
}

.product-section .product .accordion summary {
  padding: 2.5rem 0 !important;
  font-family: var(--prozaLibre_fontFamily) !important;
  font-weight: 500;
  font-size: 1.6rem !important;
  line-height: 1.3;
  text-transform: capitalize !important;
  color: var(--black_color) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.accordion .accordion__content img{border-radius: 4px;}

.product-section .product .accordion + .accordion {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; */
  margin-top: 0;
}

.product-section .product  .accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 0 !important;
  margin: 0;
}

.product-section .product .accordion summary > span {
  position: static;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7' width='16' height='2' rx='1' fill='black'/%3E%3Crect x='9' width='16' height='2' rx='1' transform='rotate(90 9 0)' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.product-section .product .accordion details[open] summary>span {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='2' rx='1' fill='black'/%3E%3C/svg%3E%0A");
    height: 2px;
}

.product-section .product .accordion summary > span:after {
  display: none;
}

.product-section .product .accordion .accordion__content p:not(:last-child) {
    margin: 0 0 1.3rem;
}

.product-section .product {
  margin-top:6.5rem;
}

.product-gallery-container.thumbnails-bottom .product-image-container .product-images .flickity-nav {
  display: none;
}

.product-feature-icons-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: clamp(2rem, 2.5vw, 4rem);
  row-gap: 3rem;
  margin: 0 0 clamp(2rem, 1.875vw, 3rem);
  padding: clamp(2rem, 2.188vw, 3.5rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.product-feature-icons-wrapper .feature-item {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.product-feature-icons-wrapper .feature-item img {
  width: 100%;
  max-width: 3rem;
  flex-shrink: 0;
}

.product-feature-icons-wrapper .feature-item h4 {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 1.3;
  color: var(--heading_color) !important;
}

.product-section .product .product-information .product-form {
  margin-top: 0 !important;
}

.product-section .product .product-information .product-form .add_to_cart_holder {
  gap: var(--attCart-gap);
  align-items: center;
  --attCart-gap: 1.7rem;
  margin-bottom: 3rem;    row-gap: 1.2rem;
}

.product-section .product .product-information .product-form .add_to_cart_holder .button {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--white_color);
  background: #9c5039;
  border: 1px solid #9C5039;
  padding: 12px 20px 7px;
  transition: .45s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 54px;
  transform: none;
}

.product-section .product .product-information .product-form .add_to_cart_holder .button:hover {
  color: #9C5039;
}

.product-section .product .product-information .product-form .add_to_cart_holder .loading-overlay .spinner-path {
  stroke: #9c5039;
}

.product-section .product .product-information .product-form .add_to_cart_holder  > * {
  width: 100%;
  max-width: calc(50% - (var(--attCart-gap) - (var(--attCart-gap) / 2)));
  flex: none;
}
.product-section .product .product-information .product-form .add_to_cart_holder > .bttn-tag-text {
    max-width: calc(100% - (var(--attCart-gap) - (var(--attCart-gap) / 2)));
    text-align: center;
}
.product-section .product .product-information .product-form .add_to_cart_holder > .bttn-tag-text  p {
    font-size: 12px;
    font-family: Proza Libre;
    margin-bottom: 0;
    color: rgb(28, 46, 58) !important;
    font-weight: 500;
}
.product-section .product .product-information .product-form .add_to_cart_holder .view-in-your-space {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--heading_color);
  border-radius: 4px;
  min-height: 55px;
  gap: 1.5rem;
  font-family: var(--product-dtls-column-gap);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--heading_color);
  cursor: pointer;
  transition: 0.45s ease;
  transform: none;
}

.product-section .product .product-information .product-form .add_to_cart_holder .view-in-your-space .svg-wrapper {
  display: block;
  flex-shrink: 0;
}

.product-section .product .product-information .product-form .add_to_cart_holder .view-in-your-space:hover {
  background: var(--heading_color) !important;
  color: var(--white_color);
}

.product-section .product .product-information .product-form .add_to_cart_holder .view-in-your-space svg {
  display: block;
}

.product-section .product .product-information .product-form .add_to_cart_holder .view-in-your-space svg path {
  fill: currentColor;
  transition: 0.45s ease;
}

.product-section .product .columns .product-gallery-container .thumbnail-slider-wrapper {
  padding: 0 3rem;
  position: relative;
}

.product-section .product .columns .product-gallery-container .thumbnail-slider-wrapper .thumb-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-section .product .columns .product-gallery-container .thumbnail-slider-wrapper .thumb-arrow.thumb-next {
  right: 0;
}

.product-section .product .columns .product-gallery-container .thumbnail-slider-wrapper .thumb-arrow.thumb-prev {
  left: 0;
}

.product-recommendations-slider .product-card .product-featured-image .save-badge .onsale {
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: capitalize;
  color: var(--white_color);
  height: auto;
  width: auto;
  min-width: max-content;
  min-height: 26px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-gallery-container.thumbnails-bottom .product-image-container .product-images .product-single__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.product-section .product .product-information .variations .product-form__input--color {
  margin-bottom: clamp(2rem, 1.5vw, 2rem);
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons .text-with-icons__block  h6 {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400 !important;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--black_color) !important;
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons .text-with-icons .text-with-icons__track {
  animation: marquee-scroll 120s linear infinite !important;
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons .text-with-icons__block .text-with-icons__block-content {
  line-height: normal;
}

body:is(.template-product, .template-product-custom-product) .section-text-with-icons .text-with-icons__block .text-with-icons__block-content p {
  display: none;
}

.product-section .product .product-information .variations .product-form__input--color input[type=radio]+label {
  width: 3.8rem !important;
  height: 3.8rem !important;
  box-shadow: none;
  border: none;
  outline-color: transparent;
  outline-width: 1.5px;
  outline-style: solid;
}

.product-section .product .product-information .variations .product-form__input--color input[type=radio]:checked+label {
  outline-color: var(--black_color);
}

.product-section .product .columns .product-gallery-container .product-image-container .product-images__slide[hidden] {
  display: block !important;
}

.section-design-studio #ds-template--22430607638763__design_consultation_K4hxrx {
  padding-bottom: 0;
}

/* .section-design-studio .ds__form-wrap {
  display: none !important;
} */

.product-card .product-featured-image-link img {
    z-index: 1!important;
    width: 90%;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item .price del .amount {
  font-size: inherit;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item .price {
    flex-wrap: wrap;
    gap: 6px;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item .price ins {
  margin-left: 0;
}

.section-design-studio .ds {
  overflow: hidden;
}

/* .section-design-studio .ds .ds__form-wrap {
  display: none !important;
} */
/* PDP page css end */

/* collections page css start */
.collection-hero-banner-innr {
  position: relative;
  overflow:hidden;
}

.collection-hero-banner-innr .banner-content-wrrp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(5rem,5.625vw,9rem) 0;
  z-index: 1;
}

.collection-hero-banner-innr .banner-content-wrrp .page-width{
    /* max-width: 1730px; */
    width:100%;
}
@media only screen and (min-width:1200px){
  .collection-hero-banner-innr .banner-content-wrrp .page-width {
      width: 95%;
  }
}

.collection-hero-banner-innr .banner-content-wrrp .heading {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(3.6rem, 3.875vw, 6.2rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--white_color);
  margin: 0 0 clamp(1.5rem, 1.25vw, 2rem);
}

.collection-hero-banner-innr .banner-content-wrrp .collection-hero-banner__text {
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  line-height: 1.6;
  color: var(--white_color);
  width: 100%;
  max-width: 73rem;
}

.collection-hero-banner__media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 26.3%;
}

.collection-hero-banner__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.collection-hero-banner__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(14, 24, 30, 0.7) 0%, rgba(14, 24, 30, 0) 76.4%), linear-gradient(256.22deg, rgba(14, 24, 30, 0) 56.21%, rgba(14, 24, 30, 0.7) 67.77%);
}

/* body.template-collection .breadcrumbs_innr .breadcrumbs {
  max-width: 1850px;
} */

#CollectionContainer .page-width {
  width: 100%;
  max-width: 1850px;
}

#CollectionContainer .title {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(2.8rem, 3.438vw, 5.5rem);
  line-height: 1;
  text-transform: capitalize;
  color: var(--heading_color);
  margin: 0 0 clamp(1.5rem, 1.875vw, 3rem);
}

/* collections page css end */

.side-panel .cart-drawer__empty-cart .button:hover {
  background-color: transparent!important;
}

body:is(.template-customers-login, .template-customers-register, .template-customers-account, .template-customers-addresses) {
  background: transparent !important;
}

.thb-login-form h4, 
.thb-form-container h4 {
  font-weight: 700!important;
  line-height: 1.2;
  font-size: clamp(2.8rem,2.25vw,3.6rem);
}

.thb-form-container label,
.thb-form-container .center-button,
.thb-form-container .button,
.thb-form-container .center-button,
.thb-form-container .switch-login-section .text-button,
.myaccount-sidebar label {
  font-size: 13px !important;
}

.thb-form-container .switch-login-section h6 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.thb-form-container p {
  font-size: 17px;
}

.thb-form-container label {
  line-height: 1;
}

.customer-logged-in .thb-shop-title,
.customer-logged-in .myaccount-content h4 {
  font-weight: 700 !important;
  margin-block-end: 20px;
}

.my-account-header .thb-shop-title {
  color: #42858C;
}
.my-account-header p a,
.customer-addresses .address-index,
.customer-addresses p {
  color: #42858c;
}

body:is(.template-product-custom-product, .template-product) .section-slideshow .slideshow.main-slideshow {
  margin: clamp(8.5rem,6vw,8.5rem) 0 0!important;
  padding: 0;
  margin-top:clamp(5rem,7.125vw,8.5rem)!important;
}

body:is(.template-product, .template-product-custom-product) .section-slideshow  {
  padding: 0;
}

.thb-filter ul.list-color label:before {
  background: var(--bg-color);
}



.pagination .btn {
  background: var(--button_bg_color) !important;
  border: 1px solid var(--button_bg_color) !important;
  color: var(--white_color) !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  transition: 0.45s ease !important;
}

.pagination .btn:hover {
  background: transparent !important;
  color: var(--button_bg_color) !important;
}

.collection-container  .row {
  width: 100%;
}

.inlay-banner__item .design-plan-card {
  min-height:322px !important;
}
facet-filters-form.facets-desktop-container {
    display: none;
}

.coll-heading-section .collection-heading {
    padding-top:4.5rem;
}
.coll-heading-section .collection-heading .common-heading {
  margin: 0;
  font-size: var(--font_size_55px) !important;
  line-height: 1.1;
}


.collection-featured-column .featured-icons-section {
  background: transparent;
  padding: 0 0 var(--padding-80px);
}

.collection-featured-column .featured-icons-section .page-width {
  max-width: 1400px;
}

.collection-featured-column .featured-icons-section .featured-icons-title {
  font-size: clamp(30px, 3.438vw, 55px);
  color: var(--heading_color);
  margin: 0 0 clamp(25px, 4.063vw, 65px);
}

.collection-featured-column .featured-icons-section .featured-icons-grid .content {
  display: none;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.5;
  margin-bottom: 20px;
}

.collection-featured-column .featured-icons-section .featured-icons-grid h3 {
  font-family: var(--prozaLibre_fontFamily);
  text-transform: capitalize;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.2;
  color: var(--heading_color);
  margin: 0 0 19px;
}

.collection-featured-column .featured-icons-section .featured-icons-grid a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--heading_color);
  display: inline-block;
}

.collection-featured-column .featured-icons-section .featured-icons-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  --coll-feat-itm-clm-gap: clamp(15px, 2.5vw, 40px);
  column-gap: var(--coll-feat-itm-clm-gap);
  justify-content: space-between;
}

.why-shop-section {
  background: transparent !important;
  padding: 0 0 35px !important;
}

.why-shop-section .why-shop-title {
  font-size: 30px !important;
  color: var(--heading_color) !important;
  margin: 0 0 10px!important;
}

.why-shop-section .why-shop-wrapper {
  border-top: 0;
}

.why-shop-section .why-shop-wrapper .why-shop-item:last-child {
  border-bottom: 0;
}

.why-shop-section .why-shop-wrapper .why-shop-item .why-shop-toggle {
  padding: 20px 0;
}

.why-shop-section .why-shop-wrapper .why-shop-item .why-shop-toggle h3 {
  font-size: 16px;
  color: var(--heading_color);
  font-family: var(--prozaLibre_fontFamily);
}

.why-shop-section .why-shop-wrapper .why-shop-item .why-shop-toggle img {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.why-shop-section .why-shop-wrapper .why-shop-item .why-shop-toggle .why-shop-icon {
  transform: rotate(-90deg);
}

.why-shop-section .why-shop-wrapper .why-shop-item .why-shop-toggle.active .why-shop-icon {
  transform: rotate(0deg);
}

.why-shop-section .why-shop-wrapper .why-shop-item .why-shop-content-text {
  padding-bottom: 15px;
  font-size: 14px;
  color: #4e4e4e;
}


.featured-collection-splide .swatches-globo .swatch--gl li label .attr-title-hover,
.index-featuredproduct .swatches-globo .swatch--gl li label .attr-title-hover {
  left: 0 !important;
  transform: none !important;
}
/** 28-5-26**/
.template-article h1, .template-article #article-header .info_header, .template-article #bloggy--article p, .template-article #bloggy--article h6,
 .template-article #bloggy--article h5, .template-article #bloggy--article h4, .template-article #bloggy--article h3, .template-article #bloggy--article h2,
  .template-article #bloggy--article h1, .template-article .bggle--block.bggle_text, .template-article h3.bggle_title.bggle--block, .template-article a.bggle--anchor.bggle--anchor-link {
   color:var(--button_bg_color)!important;
}
.template-article .blog-post-detail--wrapper.section-spacing {
    margin-top: 40px;
}

body.template-page-help-center {
  background: var(--white_color);
}

body.template-page-help-center .page-header--wrapper .page-header {
  padding: clamp(5rem, 6.25vw, 10rem) 0 clamp(4rem, 3.75vw, 6rem);
  min-height: auto;
}

body.template-page-help-center .page-header--wrapper .page-header .thb-shop-title {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400 !important;
  font-size: clamp(2.8rem, 3.875vw, 6.2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.quick-help-top .quick-help-section {
  border-bottom: 1px solid rgba(28, 46, 58, 0.2);
  padding: 0 0 clamp(5rem, 6.25vw, 10rem);
}

.quick-help-section .common-heading {
  font-size: clamp(2rem, 2.25vw, 3.6rem);
  margin-bottom: clamp(2rem, 1.875vw, 3rem);
}

.quick-help-section .page-width {
  max-width: 1630px;
}

.quick-help-top .quick-help-section .quick-help-grid {
  gap: clamp(0.8rem, 1.875vw, 3rem);
}

.quick-help-grid .quick-help-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #F3F3F3;
  border-radius: 10px;
  padding: clamp(1.6rem, 1.875vw, 3rem);
}

.quick-help-grid .quick-help-card .quick-help-icon {
  margin-bottom: 2rem;
}

.quick-help-grid .quick-help-card .quick-help-icon img {
  width: 100%;
  max-width: 42px;
}

.quick-help-grid .quick-help-card .quick-help-card-title {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 700 !important;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--heading_color);
}

.order-help-section {
  border-bottom: 1px solid rgba(28, 46, 58, .2);
  padding: clamp(5rem, 6.25vw, 10rem) 0 !important;
}

.order-help-section .page-width {
  max-width: 1630px;
}

.order-help-section .common-heading {
  font-size: clamp(2rem, 2.25vw, 3.6rem);
  margin-bottom: clamp(2rem, 1.875vw, 3rem);
}

.order-help-section .order-help-grid {
  gap: clamp(.8rem,1.875vw,3rem);
}

.order-help-section .order-help-grid .order-help-card {
  padding: 2rem 0.7rem 2rem 1.6rem;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  min-height: auto;
}

.order-help-section .order-help-grid .order-help-card .order-help-icon {
  width: 100%;
  max-width: 35px;
}

.order-help-section .order-help-grid .order-help-card .order-help-icon img {
  width: 100%;
  height: auto;
}

.order-help-section .order-help-grid .order-help-card .order-help-title {
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black_color);
}

body.template-page-help-center-support {
  background: var(--white_color);
}

.tab-faq-collapsible {
  padding: clamp(5rem, 6.25vw, 10rem) 0;
}

.tab-faq-collapsible .page-width {
  max-width: 1630px;
}

.tab-faq-collapsible .tab-faq-header {
  text-align: center;
}

.tab-faq-collapsible .tab-faq-header .common-heading {
  font-weight: 400 !important;
  font-size: clamp(2.8rem, 2.5vw, 4rem);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--heading_color);
  margin: 0 0 clamp(2rem, 2.5vw, 4rem);
}

.tab-faq-collapsible .tab-faq-buttons {
  display: flex;
  gap: 4.8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: clamp(3rem,3.125vw,5rem);
}

.tab-faq-collapsible .tab-faq-buttons .tab-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  width: auto;
  height: auto;
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.12;
  color: var(--heading_color);
  position: relative;
  border-radius: 2px;
  flex-shrink: 0;
  transition: 0.45s ease;
  -webkit-transition: 0.45s ease;
}

.tab-faq-collapsible .tab-faq-buttons .tab-faq-btn:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: currentColor;
  transition: 0.45s ease;
  pointer-events: none;
}

.tab-faq-collapsible .tab-faq-buttons .tab-faq-btn.active {
  background: #F3F3F3;
  font-weight: 600;
  padding-inline: 24px;
}

.tab-faq-collapsible .tab-faq-group .faq-item {
  background: #F7F5F2;
  border-radius: 10px;
  padding: clamp(1.6rem, 1.188vw, 1.9rem) clamp(1.5rem, 1.25vw, 2rem);
}

.tab-faq-collapsible .tab-faq-group .faq-item:not(:last-child) {
  margin-bottom: 14px;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  color: var(--heading_color);
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question .faq-counter-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.2rem, 1.25vw, 2rem);
  text-align: left;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question .faq-counter {
  width: 44px;
  height: 44px;
  background: #F7F5F2;
  border: 1px solid var(--heading_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--prozaLibre_fontFamily);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--black_color);
  padding-top: 5px;
  flex-shrink: 0;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question span:not(.faq-counter) {
  font-family: var(--cormorantGaramond_fontFamily);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--heading_color);
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question .icon-caret {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: block;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-answer {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  line-height: 1.6;
  color: #4E4E4E;
  padding-top: 1.5rem;
  padding-left: 6.5rem;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-answer p {
  line-height: inherit;
}

.tab-faq-collapsible .tab-faq-group .faq-item .minus-icon {
  display: none;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question.active .plus-icon {
  display: none;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question.active .minus-icon {
  display: block;
}

.tab-faq-collapsible .tab-faq-group .faq-item .faq-question svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

body.template-page-contact .collection-hero-banner-innr .banner-content-wrrp .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: clamp(2.4rem, 1.875vw, 3rem);
}

body.template-page-contact .collection-hero-banner-innr .banner-content-wrrp .btn-wrapper .btn-primary {
  min-width: 251px;
  border: 1px solid var(--white_color);
}

body.template-page-contact .collection-hero-banner-innr .banner-content-wrrp .btn-wrapper .btn-primary:hover {
  background: transparent !important;
}

body.template-page-contact .collection-hero-banner-innr .banner-content-wrrp .button.btn-secondry {
  color: var(--white_color);
  background: transparent;
  border: 1px solid var(--white_color);
  min-width: 192px;
}

body.template-page-contact .collection-hero-banner-innr .banner-content-wrrp .button.btn-secondry:hover {
  color: var(--button_bg_color);
}

body.template-page-contact .collection-hero-banner-innr .banner-content-wrrp .collection-hero-banner__text {
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
}
.iziModal-content .container.window .body .table .pics img {
    width: 40px;
    margin:0;
}
.iziModal-content .container.window .body .table .text span {
    color: #da216f;
    margin-bottom: 0px;
}
.iziModal-content .container.window .head .plus {
    vertical-align: -10px;
}
.iziModal-content .container.window .body h1, .iziModal-content .container.window .body h2 {
    width: 90%;
    margin: 0 auto;
    font-family: "Proza Libre";
}
.iziModal-content .container.window .bottom-cell, .iziModal-content .container.window .body h1, .iziModal-content .container.window .body h2{
   font-size:18px !important;
}
.iziModal-content .container.window .body .table .text span {
    margin-bottom: 3px;
}
footer.footer .contact-info .common_info_block.loc .svg-wrapper svg {
    width: 14px!important;
}
.copyright-content p {
    font-size: 14px;
}
.ct-footer-text p , .footer .thb-widget-menu li {
    margin-bottom: 10px;
}
.scroll-slider .flex-box .main-grid-col .splide__arrow--next {
    transform: rotate(180deg) !important;
    right:-40px!important;
}
.scroll-slider .flex-box .main-grid-col .splide__arrow--prev {
    left:-40px!important;
}
.category-cards.shop-category-cards .category-grid .category-card .category-image {
    padding-bottom: 120%;
}
.product-card .product-card-info .swatches-globo--list {
    order: 0;
    position: absolute;
    bottom:90px;   
}
.btn-wrapper.our_collection .button.btn-primary{
min-width: max-content;
margin-top: 20px;
}
.btn-wrapper.our_collection .button.btn-primary,
.dual-image-cta .dual-grid .image-card__content .image-card__btn.button.btn-primary:hover {
    background: transparent !important;
    border: 1px solid #fff;  
    color: #fff !important;
    
    transition:
        background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-wrapper.our_collection .button.btn-primary:hover{
    background: #fff !important;
    border-color: #fff;
    color: var(--heading_color) !important;
    transform: translateY(-2px);
}

.banner-img-rounded .banner_content_wrapper.page-width-sm {
    padding: 0!important;
    border-radius: 1.5rem;
    overflow: hidden;
}
.banner-img-rounded .banner_content_wrapper.page-width-sm .banner_content{
  z-index:3;
}
.index_banner_wrapper .home_banner_innerwrap .index_banner_cont_inner{
    z-index: 3!important;
    position: relative!important;
}
.collection.slider-padding .product-card .product-card-info .swatches-globo--list {
    order: 0;
    position: absolute;
    bottom:90px;
}
.new-arrivals-section .splide__arrow:disabled {
    opacity: .3!important;
}
.globo-swatch-product-detail:empty {
    border: 0;
    margin: 0;
}
.globo-swatch-product-detail {
    width: 100%;
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.product-feature-icons-wrapper {
   padding-top:0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 0;
}
#main-content .thb-product-detail .product-title-container {
    padding-bottom: 0!important;
}
.template-collection #gf-products .product-card .product-card-info>.product-card-title {
    min-height:45px;
}
.spf-has-filter.spf-layout-theme .collection-container #ProductGridContainer #gf-grid #gf-products .column .product-card .product-card-info {
    padding: 0!important;
    margin-top: 10px;
}
br.mobile-only {
    display: none;
}
div#career-slider-list {
    justify-content: center;
}
.spf-has-filter.spf-layout-theme .template-collection #ProductGridContainer {
    margin-top: clamp(1.5rem,1.125vw,2rem)!important;
}
.care-section.section-template--22430603444459__stain_protection_dont_TVPhQf-padding .care-list:before {
    left: 7.5px;
}
.care-section.rewards_steps_mn.section-template--22430607016171__rewards_steps_j3WFgY-padding .care-list:before {
    height: calc(100% - 8rem)!important;
}
section#shopify-section-template--22430603084011__about_comfort_4aUhgB .rewards_steps_mn .care-list:before {
    left: 18px;
    top: 46%!important;
}
section#shopify-section-template--22430603084011__about_comfort_4aUhgB .rewards_steps_mn .progress-line {
    display: block!important;
    top: 25px;
    left: 18px;
    z-index: -1;
    background:#c8bba4!important;
}
section#shopify-section-template--22430603084011__about_comfort_4aUhgB .rewards_steps_mn .care-list .care-item:last-of-type:before{
  display:none;
}

div#shopify-block-AaUZITHVCejBFTHFHO__hulk_form_builder_form_block_t3TLdF {
    margin: 20px 0;
}
.without-italic-version .banner-heading {
    margin-bottom: 0;
    margin-top: 15px;
}
.template-page-financing-plan .care-section .care-item {
    align-items: center;
    display: flex;
    gap: 2.3rem;
    padding-bottom: 7.7rem;
    opacity: 1;
    transition: all .3s ease;
    font-size: var(--font_size_24);
    font-family: var(--cormorantGaramond_fontFamily);
    line-height: 1.1;
    color: var(--heading_color);
}
.template-page-financing-plan .care-section .care-list:before {
    top: 1rem !important;
}
.template-page-financing-plan .care-section .care-list:before {
    top: 1rem !important;
    bottom: auto !important;
    height: calc(100% - 10rem);
}

/* responsive start */
@media (min-width:767px){
  .rewards_steps_mn .care-item .dot {
    transform: scale(0.7);
}
  .template-page-careers .image_text_banner_sec .index_banner_cont_inner .banner-heading {
    margin-left: 0;
}
}
@media (min-width:1600px){
  .index-featuredproduct .offer-sec .offer-img img {
        height: 650px;
    }
    .product-card .product-card-info .swatches-globo--list {
        bottom:90px;
    }
}
@media (max-width: 1698px) {
    .thb-full-menu li:first-child ul.sub-menu,
    .thb-full-menu>li.menu-item-has-children>a:hover:after  {
        top: 72px !important;
    }
    a#help_menus svg{
        width:22px !important;
        height:22px !important;
    }
    .help-menus ul {
        top: 74px;
    }
    

}
@media (max-width: 1497px) {
    .thb-full-menu li:first-child ul.sub-menu, .thb-full-menu>li.menu-item-has-children>a:hover:after {
        top: 71px !important;
    }
}


@media (max-width: 1390px) {
    .thb-secondary-item.help-menus{
        display:none !important;
    }
    .thb-secondary-area .thb-secondary-item{
        padding:0 10px !important;
    }
    
    .mobile-leftside-menu {
        display: flex;
        align-items: center;
    }
    .mobile-leftside-menu a#quick-search {
        display: flex;
    }
    .mobile-toggle-wrapper {
        display: inline-flex;
        margin-right: 20px;
   }
   /* #header{
    position:relative;
   } */
   .only-for-mobile.menu-with-searchbar {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }
    .additional-menu li a{
        color: #555 !important;
    }
    .thb-secondary-area #quick-search {
        position: absolute;
        left: 80px;
        top: 32px;
        border-right: none !important;
    }
    .only-for-mobile.menu-with-searchbar a svg {
        display: flex;
        width: 28px;
        height: 26px;
    }
    .only-for-mobile.menu-with-searchbar .mobile-toggle-wrapper {
        margin: 0 !important;
    }
    .thb-secondary-area a {
        margin: 0 !important;
        padding: 0 5px !important;
    }
    .menu-item-has-children.menu-item-has-megamenu .mega-menu-columns>li>a{
        text-transform:capitalize;
    }
    .mobile-toggle-wrapper.active .mobile-toggle span {
        background: #A84B32 !important;
    }
    .mobile-menu .sub-menu a{
        font-weight:500 !important;
        padding: 0px 0 0px 45px !important;
    }
    #header .mobile-menu li:focus-within>.link-container a, #header .mobile-menu li.active>.link-container a{
        color: #16303B !important;
    }
    .header.style1 .logolink {
        margin: 0 0 0 60px;
    }
    header.header .thb-secondary-area{
        position:unset;
    }  
    .additional-menu .header-accordian-item-content ul.about-canvas{
        margin:0;
    }
    .contact-map-details h3 em {
        display: none;
    }
    .contact-map-details h3, .contact-map-btns h3 {
        font-size: 16px !important;
    }
} 
@media (max-width: 1244px) {
    .thb-secondary-area #quick-search {
        left: 50px;
    }
    .product-card .product-card-info .swatches-globo--list, .collection.slider-padding .product-card .product-card-info .swatches-globo--list {
        bottom:100px;
    }
    .spf-has-filter.spf-layout-theme .template-collection #ProductGridContainer {
        margin-top: 5px!important;
    }
    .template-collection .recommended-collections {
        margin-bottom:35px;
    }


}
@media (max-width:1024px) {
  .iziModal-content .container.window .body .table .pics {
      width: 45px;
  }
  footer.footer {
    padding-top: 40px;
  }
  
}
@media (max-width:991px){
  .product-card .product-card-info {
    padding-top: 3.7rem;
}
  .scroll-slider .flex-box .main-grid-col .splide__arrow--prev {
    left: -15px!important;
}
.product-card .product-card-info .swatches-globo--list , .collection.slider-padding .product-card .product-card-info .swatches-globo--list{
        bottom:100px;
        position:absolute;
}
.our-coll-sec .image-content .img-title-block .img-block {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 130%;
}
.our-coll-sec .image-content .img-title-block .title {
    font-size: 2.8rem!important;
    line-height: 1.4;
    margin-bottom: 4px;
}

.our-coll-sec .sub-title p br {
    display: none;
}
.btn-wrapper.our_collection .button.btn-primary, .dual-image-cta .dual-grid .image-card__content .image-card__btn.button.btn-primary {
    padding: 14px 20px 12px;
    line-height: 1;
    font-size: 1.5rem;
    min-height: 4.5rem;
    border-radius: 3px;
}
.testimonial-splide .splide__arrow {
    top:50%;
}
#career-slider .splide__list {
  justify-content: flex-start !important;
}
section#shopify-section-template--22430603084011__about_comfort_4aUhgB .rewards_steps_mn .care-list:before {
    left: 10px;
    top: 42%!important;
}
section#shopify-section-template--22430603084011__about_comfort_4aUhgB .rewards_steps_mn .progress-line {
    top: 8px;
    left: 10px;
}
section#shopify-section-template--22430603084011__about_comfort_4aUhgB .rewards_steps_mn .care-list:before {
    height: calc(100% - 12rem);
}

}

@media (max-width: 767px) {
  .tabs-with-image-mn .tabs-nav {
   
    gap: 1.1rem;
}
    header.header .logolink img {
        max-width: 12rem !important;
    }
    .banner-img-rounded .banner_content_wrapper.page-width-sm {
      border-radius: 0;
  }
    header.header>.row>.columns {
        justify-content: space-between;
    }
    .mobile-toggle-wrapper {
        order: unset !important;
        margin-left: 0 !important;
    }
    .thb-secondary-area{
        margin-left:unset !important;
    }
    .thb-secondary-area .thb-secondary-item {
        margin-left: 0;    
    }
    .thb-secondary-area #quick-search {
        top: 27px;
    }
    .thb-secondary-area #quick-search svg{
        width:18px;
        height:18px;
    }
    header.header {
        padding-top: 1.6rem !important;
        padding-bottom: 1.6rem !important;
    }
    #header .row {
        padding: 0 15px;
    }
    .template-article .blog-post-detail--wrapper.section-spacing {
      margin-top: 0px;
  }
  .copyright-content p {
    font-size: 12px;
}
.iziModal-content .container.window .body {
    padding: 0 20px;
}
.iziModal-content .container.window .body .table .pics img {
    margin:0 auto;
}
.iziModal-content .container.window .body .table .pics {
    width: auto;
    margin-bottom: 5px;
}
.iziModal-content .container.window .head .plus {
    font-size:30px;
    margin: 0 10px;
}
.container.window input.apply, input.close, .iziModal-content .container.window .bottom-cell,
 .iziModal-content .container.window .body h1, .iziModal-content .container.window .body h2{
   font-size:14px !important;
}
 .iziModal-content .bottom-cell {
    margin-bottom: 10px!important;
}
 .iziModal-content .container.window input.apply, input.close {
    margin: 20px auto 20px;
}
.iziModal-content .container.window .body h2 {
    margin-bottom: 10px;
}
.scroll-slider .flex-box .main-grid-col .splide__arrow--next {
    right:0px!important;
    transform: rotate(180deg) !important;
}
.scroll-slider .flex-box .main-grid-col .splide__arrow--prev {
    left: 0px!important;
    transform: none!important;
}
.collection .scroll-slider .flex-box .main-grid-col .splide__arrows {
    display: flex;
}
.scroll-slider .flex-box .main-grid-col .splide__arrow--next svg{
  transform: scaleX(-1);
}
.product-card .swatches-globo--list {
    position: absolute;
    z-index: 2;
    bottom: -20px;
}
.template-collection .product-card .swatches-globo--list {
    bottom: 0px;
}
.thb-localization-forms .select,footer.footer .footer__blocks-wrapper {
    margin-bottom: 0!important;
}
footer.footer .footer__blocks-wrapper .footer-block:last-child .footer__list-social {
    margin-top:20px;
    margin-bottom: 10px;
}
.footer .thb-widget-menu li:last-child {
    margin-bottom: 0!important;
}
.banner-img-rounded .banner_content_wrapper.page-width-sm .banner_content {
  padding-top:30px;
}
.category-cards.shop-category-cards .category-grid {
    row-gap: 3rem;
}
.testimonial-text {
        padding: 0 10px;
    }
    .our-collection-v2 .our-coll-sec.stacked-collection-card .page-width-sm {
    padding: 0!important;
}
.our-collection-v2 .our-coll-sec.stacked-collection-card .image-content .img-title-block .img-block {
    border-radius:0;
}
.our-collection-v2 .our-coll-sec .image-content {
    column-gap: 0;
    row-gap: 0;
}
/**.feature-icons-wrapper .feature-item:nth-child(2) .feature-icon img{
   height:45px
}**/
.feature-icons-wrapper .feature-item .feature-icon img {
    height: 40px;
}
br.mobile-only {
    display: block;
}
.care-section.rewards_steps_mn.section-template--22430607016171__rewards_steps_j3WFgY-padding .care-item .dot {
    width: 2.6rem;
    height: 2.6rem;
    min-width: 2.6rem;
}
.care-section.rewards_steps_mn.section-template--22430607016171__rewards_steps_j3WFgY-padding .care-list:before , .care-section.rewards_steps_mn.section-template--22430607016171__rewards_steps_j3WFgY-padding .progress-line{
    left: 1.3rem!important;
}


}



footer.footer .footer-payment-icons figure svg {
    width:32px;
    height:20px;
}
.collection-container #gf-products .product-card .product-card-info>.price {
    order: 3;
    flex-direction: column;
}
.spf-has-filter.spf-layout-theme #ProductGridContainer #gf-grid #gf-products .column .product-card .product-card-info .product-card-title {
    line-height: 1.4!important;
}
select.thb-currency-code.resize-select {
    background: #eeede9;
    padding: 10px 6px;
    font-size:12px;
    box-sizing: content-box;
    color: var(--heading_color);
    margin-bottom:0px;
}
select.thb-currency-code.resize-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top:10px;
}

.localization-wrapper-main.desktop_view .thb-localization-forms {
    text-align: left;
}
.footer .small-12.medium-8.columns.footer__content-bottom-wrapper--center {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px!important;
    z-index: 9;
    position: relative;
}
.search-open.header-section {
    top: 47px;
}
.footer-payment-icons figure {
    border: 1.5px solid #fff;
    border-radius: 4px;
    padding: 2px 2px;
}
footer.footer .footer-payment-icons figure img {
    height: 20px;
}
.footer-payment-icons {
    align-items: center;
}
footer.footer .footer-payment-icons figure:nth-child(2) svg{
  width:40px;
}
footer.footer .footer-payment-icons figure:nth-child(2) {
    width: 60px;
    justify-content: center;
}
.footer .thb-widget-menu li, footer.footer .footer__blocks-wrapper .footer-block:last-child .footer-block__details-content p {
    margin-bottom: 10px!important;
}
footer.footer .footer-payment-icons figure svg {
    width: 32px;
    height: 20px;
    transform: scale(1.3);
}
footer.footer .footer-payment-icons figure:nth-child(5) svg {
    top: -3px;
    position: relative;
    left: -3px;
}

body:is(.template-page-team) .banner-image-wrapper:before {
  background: linear-gradient(256.22deg, rgba(14, 24, 30, 0) 56.21%, rgba(14, 24, 30, 0.7) 67.77%), linear-gradient(0deg, rgba(14, 24, 30, 0.7) 0%, rgba(14, 24, 30, 0) 76.4%);
  opacity: 1;
}

body:is(.template-page-team) .inr-bnr .bnr-content-wrapper .common_heading {
    font-size: clamp(3.6rem, 3.875vw, 6.2rem);
    margin: 0 0 1rem;
}

body:is(.template-page-team) .inner-banner-section .content-wrapper .content {
  font-size: clamp(1.5rem,1.125vw,1.8rem);
  width: 100%;
  max-width: 45.8rem;
}

body:is(.template-page-team) .inr-bnr .content-wrapper {
  padding-block: 6rem;
}
.without-italic-version .content p:not(:last-child) {
    font-style: italic;
}
.products.collection .product-card .product-card-info .price del+ins {
    padding-left: 5px;
}
.template-product .thb-product-detail .variations .product-form__input--block input[type="radio"]+label {
    padding: 6px 34px 3px!important;
    min-height: 42px !important;
    line-height:1.2!important;
    border-radius:50px!important;
}
.template-product .cl-config-fieldset {
    max-width: 64%;
}
.block-items-left.columns.product-information {
    max-width: 100%;
    padding-top: 50px;
}
.block-items-left.columns.product-information .product-feature-icons-wrapper .feature-item {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}
.thb-product-detail .product-information .variations .product-form__input--block input[type=radio]+label {
    margin-bottom: 10px!important;
}
.thb-product-detail .product-price-container {
    margin-top: 0!important;
}
.thb-product-detail .product-information .variations fieldset{margin: 0 0 10px;}
.block-items-left.columns.product-information .product-feature-icons-wrapper {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-section .product .product-information .product-form .add_to_cart_holder .get-directions-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--heading_color);
    border-radius:8px;
    min-height: 54px;
    gap: 1.5rem;
    font-family: var(--product-dtls-column-gap);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--heading_color);
    cursor: pointer;
    transition: .45s ease;
    transform: none;
    padding-top: 3px;
}
.product-section .product .product-information .product-form .add_to_cart_holder .get-directions-btn svg {
    width: 16px;
    padding-top: 3px;
}
.product-section .product .product-information .product-form .add_to_cart_holder .get-directions-btn:hover {
    background: var(--heading_color)!important;
    color: var(--white_color);
}
.product-section .product .product-information .product-form .add_to_cart_holder .get-directions-btn svg path {
  transition: .45s ease;
}
.product-section .product .product-information .product-form .add_to_cart_holder .get-directions-btn:hover svg path {
    fill: #fff;transition: .45s ease;
}
.stain-and-protection-page .index_banner_innerwrap .index_banner_cont_inner .content {
    font-style: normal;
    font-size: 1.5rem;
}
.image_text_banner_sec.stain-and-protection-page .index_banner_cont_inner .banner-heading {
    margin-bottom: 30px;
    margin-left: 0;
}

@media(max-width: 480px){
  .product-section .product .product-information .product-form .add_to_cart_holder .get-directions-btn {
    border-radius: 4px;
  }
  .product-card .product-card-info {
    padding-top: 7rem;
  }
  .product-card .swatches-globo--list {
    bottom: -65px;
  }
  .footer .small-12.medium-8.columns.footer__content-bottom-wrapper--center {
    padding-top:42px!important;
  }
  .template-collection .product-card .swatches-globo--list {
    bottom:-10px;
  }
  .template-collection #gf-products .product-card .product-card-info>.product-card-title {
    min-height: auto;
  }
  .template-product .thb-product-detail .variations .product-form__input--block input[type="radio"]+label {
      padding: 6px 30px 3px!important;
  }
  .template-product .cl-config-fieldset {
    max-width:100%;
  }
  .image_text_banner_sec.stain-and-protection-page .index_banner_cont_inner .banner-heading {
      max-width: 100%;
  }
  .without-italic-version .banner-heading {
      margin-top: 0!important;
  }


}

@media(max-width:374px){
   .template-product .thb-product-detail .variations .product-form__input--block input[type="radio"]+label {
      padding: 7px 20px 3px!important;
  }


}
