/** Shopify CDN: Minification failed

Line 1432:0 Unexpected "}"
Line 4690:42 Unexpected "{"
Line 5253:31 Expected ":"

**/
@font-face {
    font-family: 'Morgenwalsh';
    src: url('/cdn/shop/files/Morgenwalsh.woff2?v=1740029690') format('woff2'), /* Modern Browsers */
         url('/cdn/shop/files/Morgenwalsh.otf?v=1740029663') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'diariapro';
    font-style: normal;
    font-weight: 300;
    src: url('/cdn/shop/files/Mint_Type_-_Diaria_Pro_Medium_Italic.otf?v=1740029469' ) format('opentype');
}
@font-face {
    font-family: 'diariapro';
    font-style: normal;
    font-weight: 500;
    src: url('/cdn/shop/files/Mint_Type_-_Diaria_Pro_Medium.otf?v=1740029469' ) format('opentype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    src: url('/cdn/shop/files/PlayfairDisplay-Medium.ttf?v=1740203133' ) format('opentype');
}
@font-face {
    font-family: 'missousy';
    font-style: normal;
    font-weight: 400;
    src: url('/cdn/shop/files/Missousy_Free.ttf?v=1740205786' ) format('opentype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/cdn/shop/files/PlusJakartaSans-VariableFont_wght.ttf?v=1740994738' ) format('opentype');
  /* src: url('{{ "PlusJakartaSans-Regular.woff2" | asset_url }}') format('woff2'),
       url('{{ "PlusJakartaSans-Regular.woff" | asset_url }}') format('woff'); */
  font-weight: 400;
  font-style: normal;
}
a, button, span, div{
  -webkit-tap-highlight-color: transparent;
}
.badge.color-scheme-4 {
    display: none;
}


::root{
  --morgenwalsh: 'Morgenwalsh';
  --diariapro: 'diariapro';
  --playfair-display: 'Playfair Display';
  --missousy: 'missousy';
  --plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
}

body{
    padding: 0;
    margin: 0;
    /* background-color: #F9F5F2 !important; */
    font-family: Morgenwalsh;
}
.overflow-hidden{
  overflow: hidden;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.section-spacing {
    margin: 100px 0;
}
.section-spacing-1 {
    padding: 79px 0 42px!important;
}
.bg-white{
    background-color: #fff;
}
.header-navigation li.menu-item.active a, .header-navigation li.menu-item a:hover {
    color: #41604C !important;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* header css start */

.hamburger {
  cursor: pointer;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #000;
  position: absolute;
  display: inline-block;
  content: '';
}
.hamburger span:before {
  top: -10px;
}
.hamburger span:after {
  bottom: -10px;
}
body.menu-open {
    overflow: hidden;
}

.header__icons--localization details-modal.header__search {
    order: 0;
}
.header__icons--localization .hulkapps-wl-wishlist-icon {
    order: 2;
    padding: 0;
}
.hulkapps-wl-wishlist-icon{
    justify-content: flex-start !important;
    width: 31px !important; 
}
.header__icons--localization .header__icon--cart{
  order: 3;
}
.header--icon{
  order: 4;
}
.header__icons{
      align-items: center !important;
}
/*
#hamburger span, #hamburger span:before, #hamburger span:after {
  transition: all 200ms ease-in-out;
}
*/
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  /* easeInOutCubic */
}

.hamburger.active span {
  background-color: transparent;
}

.hamburger.active span:before,
.hamburger.active span:after {
  top: 0;
}

.hamburger.active span:before {
  transform: rotate(45deg);
}

.hamburger.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}
#logout-button-desktop{
  color: #000000 !important;
    font-weight: 400 !important;
  border-radius: 0 !important;
  font-family: 'Plus Jakarta Sans' !important;
  border: 1px solid #000000 !important;
  background: transparent !important;
  transition: all 0.3s;
}
#logout-button-desktop:hover {
    background: #000 !important;
    color: #fff !important;
}
@media (max-width: 1200px) {
  header.container {
    padding: 22px 15px !important;
  }
}
@media (max-width: 991.98px) {
  /* header .hamburger-icon {
    display: inline-block!important;
    cursor: pointer;
    width: max-content;
  } */
  /* .header-navigation ul.header-menu {
    align-items: flex-start!important;
    flex-direction: column;
    gap: 20px!important;
    padding: 20px 0;
  } */
  /* .header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .header-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    transition: all .3s ease-in-out;
  }
  body.menu-open .header-navigation {
    top: 78px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  } */
  /* .header-navigation ul.header-menu li.menu-item a {
    line-height: 24px !important;
  } */
  /* .search-modal.modal__content {
    top: 90px !important;
  } */
  .header-navigation ul.header-menu {
    gap: 70px !important;
    padding: 0 !important;
  }
  .header-navigation ul.header-menu li.menu-item a {
    font-size: 18px !important;
    line-height: 55px !important;
  }
}
@media(max-width: 767.98px){
  .header .header__icon.header__icon--account {
    display: none !important;
  }
  .header-navigation {
    display: none;
  }
  .search-modal.modal__content {
    top: 90px !important;
  }
  .header {
    grid-template-columns: auto 1fr !important;
  }
  .header__heading, .header__heading-link {
    text-align: left;
    justify-self: flex-start;
  }
  .header__heading-logo-wrapper {
    width: 100%;
    max-width: 163px;
  }
}
/* header css end */

/* Home Page Css Start */

@media (max-width: 768px) {
      .collection-sec .community-description {
        width: 340px !important;
        right: 45px !important;
    }

    .bespoke-sec .community-description {
        max-width: 445px !important;
        left: 200px !important;
    }

    .discovery-sec .community-description {
        right: 45px !important;
    }

    .stylist-assistant-section .style-btns {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .spotlight-section-home .play-button {
        transform: translate(-50%, -50%) !important;
    }
    .collection-sec {
      padding-top: 90px!important;
    }
    .swym-wishlist-page .swym-wishlist-grid li {
      width: calc(50% - 10px) !important;
    }
}

/* Home Page Css End */

/* Breadcrumbs css start */
.breadcrumb {
    color: #2d4234;
    letter-spacing: 0;
    font-family: var(--morgenwalsh);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background: #f9f5f2;
}
.breadcrumb a {
    text-decoration: none;
    color: #333;
    transition: color .3s ease;
    font-family: var(--morgenwalsh);
    font-weight: 500;
}
.breadcrumb a:hover {
    color: #000;
}
/* Breadcrumbs css end */

/* Richtext section start */
.hero-top-content {
    background-color: #f9f5f2 !important;
}
.rich-txt-sec {
    padding-bottom: 60px;
}
.rich-txt-sec h1.rich-txt-title {
    color: #000;
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
}
.rich-txt-sec p.rich-txt-parag {
    color: #5a5a5b;
    letter-spacing: 0;
    margin-top: 0;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.92px;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 0;
}
.rich-txt-sec.bg-white {
    position: relative;
    z-index: 1;
    padding-bottom: 14px;
}
.rich-txt-sec.bg-white.section-spacing-1 h1.rich-txt-title {
    margin-top: 0;
    margin-bottom: 0;
    /* text-indent: -26px; */
    padding-bottom: 16px;
}
.hero-top-content .rich-txt-title {
    margin-top: 31px;
    margin-bottom: 0;
}
.section-spacing-1 .rich-txt-sec h1.rich-txt-title{
  margin-left: -30px;
}
/* Richtext section end */
/* Custom Card Section */
section.customized-sec {
    background-color: #f9f5f2 !important;
      padding-top: 70px;
}
  .card-sec .card-parts {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .card-sec .img-left-part {
    max-width: 485px;
    padding-left: 65px;
    position: relative;
    top: 10px;
}

.card-sec .img-left-part img{
  width:100%;
}
.card-right-part {
    width: calc((100% - 485px) + 77px);
    margin-left: -77px;
}
 .card-sec h1.card-main-title{
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
   margin:0 0 -17px;
   text-align: center;
   position: relative;
    top: -57px;
 }
.card-sec .card-content {
    text-align: center;
    background-color: #EBD2CE;
    min-height: 380px;
}
  .card-sec .card-btn{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 20px 87px;
    display:inline-block;
    transition:all 0.5s ease-in-out;
  }
.card-sec .card-btn:hover{
  background-color:#000;
  color:#fff;
}
.card-sec .card-paragraph{
  font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 142%;
    letter-spacing: 0;
    text-align: center;
    max-width: 564px;
    margin: 0 auto 40px;
}
.readymade-sec .card-sec .card-content {
    background-color: #CEC7B5;
}

.readymade-sec .card-sec .img-left-part{
  padding-left:0;
  padding-right: 65px;
  top: -130px;
}

.readymade-sec .card-right-part {
    margin-left: 0;
  margin-right:-77px;
}
.readymade-sec {
    padding-top: 148px !important;
}
section.readymade-sec{
  position:relative;
}
section.readymade-sec::after {
    content: "";
    width: 298px;
    height: 318px;
    background-image: url(/cdn/shop/files/ready-made.svg?v=1744020832);
    position: absolute;
    top: auto;
    bottom: -40px;
    left: auto;
    right: 0;
    background-size: cover;
}
@media(max-width:1300px){
  .card-sec .img-left-part{
    padding-left:0;
  }
  .readymade-sec .card-sec .img-left-part{
    padding-right: 0;
  }
}

@media(max-width:1150px){
  .card-sec .img-left-part{
    padding-left:0;
  }
  .readymade-sec .card-sec .img-left-part{
    padding-right: 0;
  }
  .card-right-inner > div {
    padding: 0 50px;
}
  .card-sec h1.card-main-title{
    top: -37px;
    font-size: 68px;
  }
  .card-sec .card-content{
    min-height: 350px;
  }
}

@media(max-width:1023px){
  .card-sec .img-left-part {
    max-width: 265px;
  }
  .card-right-part {
    width: calc((100% - 265px) + 47px);
    margin-left: -47px;
  }
  .card-sec .card-paragraph{
    font-size:16px;
  }
  .card-sec .card-btn{
    font-size:16px;
    padding:15px 40px;
  }
  .card-sec .card-content {
        min-height: 260px;
 }
  .readymade-sec .card-right-part{
    margin-left: 0;
    margin-right:-47px;
  }
  .readymade-sec .card-sec .img-left-part{
        top: -90px;
  }
  .readymade-sec {
    padding-top: 98px !important;
}
  .card-sec {
    max-width: 768px;
    margin: 0 auto;
}
    section.readymade-sec::after {
      width: 134px;
      height: 144px;
      bottom: -30px;
      z-index: 2;
  }
}

@media(max-width:767px){
  .card-sec .img-left-part {
    max-width: 138px;
  }
  .card-right-part {
    margin-left: -67px;
    width: calc((100% - 86px) + 27px);
  }
  .card-sec .card-paragraph{
    font-size:9px;
    margin-bottom: 20px;
  }
  .card-sec .card-btn{
    font-size:10px;
    padding:8px 37px;
  }
  .card-sec .card-content {
        min-height: 154px;
 }
  .readymade-sec .card-right-part{
    margin-left: 0;
    margin-right: -67px;
  }
  .readymade-sec .card-sec .img-left-part {
        top: 30px;
        right: -10px;
    }
  section.customized-sec{
    /* padding-top:50px; */
  }
    .readymade-sec {
        padding-top: 41px !important;
        padding-bottom: 50px;
    }
  .card-sec {
    max-width: 768px;
    margin: 0 auto;
}
  .card-sec h1.card-main-title{
    top: -12px;
    font-size: 26px;
    margin: 0 0 0;
  }
  .card-right-inner > div {
    padding: 0 10px 0 75px;
  }
  .readymade-sec .card-right-inner > div {
    padding: 0 65px 0 10px;
  }
  .card-sec .img-left-part{
        top: -50px;
  }
  section.readymade-sec::after {
    width: 94px;
    height: 104px;
}
}
/* Custom Card Section end */
/* makes us special sec start */
.make-special-sec .special-heading {
    text-align: center;
    position: relative;
}
.make-special-sec {
    /* background-image: url(https://ie2e04-kf.myshopify.com/cdn/shop/files/Vector_9.png?v=1740136861);
    background-repeat: no-repeat; */
    overflow: hidden;
    margin-top: 89px;
  position: relative;
}
.make-special-sec .special-heading:after {
    content: "";
    position: absolute;
    top: -30px;
    left: -20%;
    width: 633px;
    height: 228px;
    background-image: url(/cdn/shop/files/what-makes.svg?v=1744020757);
    background-repeat: no-repeat;
}
.make-special-sec .special-heading h2 span:first-child {
    display: block;
    transform: translate(147px);
    text-indent: 2px;
    letter-spacing: 0;
}
.make-special-sec .special-heading h2 span:nth-child(2) {
    display: block;
    transform: translate(-51px);
    text-indent: 0px;
    margin-top: -3px;
}
.make-special-sec .special-heading h2 span:last-child {
    display: block;
    transform: translate(-318px);
    margin-top: -3px;
} 
.make-special-sec .special-heading h2 {
  font-family: var(--morgenwalsh);
  font-weight: 400;
  font-size: 92px;
  line-height: 110.4px;
  letter-spacing: 0;
  text-transform: uppercase;
}
/* makes us special sec end */

/* collection sec start */
.template-collection.popup-open {
    overflow: hidden !important;
}
.collection-sec .text-box-community {
    position: relative;
    width: 588px;
    height: 250px;
    display: flex;
    align-items: center;
    margin: 0px 0 0 auto;
    margin-right: 0;
}
.collection-sec .community-text {
    position: absolute;
    top: -119px;
    left: 336px;
    display: flex;
    align-items: center;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 32px;
    line-height: 40.32px;
    letter-spacing: 0;
}
.collection-sec .community-description {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.56px;
    text-align: right;
    max-width: 392px;
    width: 100%;
    right: 104px;
    position: relative!important;
    margin-top: -10px;
    letter-spacing: 0;
    color: #010205;
}
.collection-sec .community-text p {
  margin: 0;
  top: -30px;
  position: relative;
  right: 103px;
  color: #000;
}
/* collection sec end */

/* bespoke sec start */
.bespoke-sec .text-box-community {
    position: relative;
    width: 588px;
    height: 250px;
    display: flex;
    align-items: center;
    margin: -24px auto 0 0;
}
.bespoke-sec .community-text {
    position: absolute;
    top: -116px;
    left: 35px;
    display: flex;
    align-items: center;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 32px;
    line-height: 40.32px;
    letter-spacing: 0;
    flex-direction: column-reverse;
}
.bespoke-sec .community-description {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.56px;
    letter-spacing: 0;
    text-align: left;
    max-width: 436px;
    width: 100%;
    top: -37px;
    left: 228px;
    position: relative!important;
    margin-top: 66px;
    color: #010205;
}
.bespoke-sec .community-text p {
  margin: 0;
  top: 5px;
  left: -4px;
  position: relative;
  right: 90px;
  color: #000;
}
.spotlight-heading h1 {
    margin-left: -7px !important;
}
/* bespoke sec end */

/* discovery sec start */
.discovery-sec .text-box-community {
    position: relative;
    width: 588px;
    height: 250px;
    display: flex;
    align-items: center;
    margin: -2px 0 0 auto;
}
.discovery-sec .community-text {
    position: absolute;
    top: -90px;
    left: 239px;
    display: flex;
    align-items: center;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 32px;
    line-height: 40.32px;
    letter-spacing: 0;
    flex-direction: row-reverse;
}
.discovery-sec .community-description {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.56px;
    text-align: right;
    max-width: 415px;
    width: 100%;
    right: 100px;
    letter-spacing: 0;
    position: relative!important;
    margin-top: -9px;
    color: #010205;
}
.discovery-sec .community-text p {
    margin: 0;
    top: -58px;
    left: -9px;
    position: relative;
    right: 60px;
    letter-spacing: 0;
    color: #000;
}
.discovery-sec{
  position: relative;
}
.discovery-sec:before {
    content: "";
    background: url(/cdn/shop/files/Vector_10.svg?v=1744021442);
    width: 252px;
    height: 217px;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
    background-repeat: no-repeat;
}
/* discovery sec end */

/* stylist assistant sec start */
.stylist-assistant-section {
    position: relative;
  z-index: 1;
}
.stylist-assistant-section .style-btns {
    display: flex;
  gap: 28px;
}

.stylist-assistant-section .stylist-part {
    display: flex;
    align-items: center;
}
.hero-top-content {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.hero-top-content:before {
    content: '';
    background-image: url(/cdn/shop/files/hero-section-badge.svg?v=1744020435);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: 41px;
    width: 316px;
    height: 105px;
    transform: translateY(-10%);
}
.stylist-left {
    position: relative;
    height: 381px;
    max-width: 282px;
    width: 100%;
    background-color: #d0aea3;
    padding-top: 78px;
    padding-left: 52px;
}
.stylist-left:before {
    content: "";
    position: absolute;
    top: unset;
    left: 18px;
    bottom: 0px;
    width: 64px;
    height: 200px;
    background-image: url(/cdn/shop/files/Vector_3.png?v=1740140822);
    z-index: 1;
}
.stylist-left h3.styl-first-title {
    letter-spacing: 0;
    line-height: normal;
    font-size: 56px;
    font-weight: 500;
    font-family: var(--morgenwalsh);
    margin: -10px 0 0;
}
.stylist-left h1.styl-second-title {
    font-size: 96px;
    font-weight: 500;
    width: 100%;
    font-family: var(--morgenwalsh);
    letter-spacing: -1px;
    line-height: normal;
    margin: -28px -95px 0 0;
    padding-left: 95px;
    white-space: nowrap;
}
.stylist-right{
  padding-left: 127px;
    width: 100%;
}
.stylist-right p.style-paragraph {
    line-height: 28.4px!important;
    letter-spacing: 0;
    color: #5a5a5b;
    margin-top: -5px;
    margin-bottom: 42px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 20px;
}
.stylist-assistant-section .call-back-btn {
    background-color: #d0aea3;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 38.4px;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #D0AEA3;
    width: 100%;
    max-width: 380px;
    height: 78px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stylist-assistant-section .wp-btn {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 38.4px;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #D0AEA3;
    width: 100%;
    max-width: 380px;
    height: 78px;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stylist-assistant-section .wp-btn:hover {
    background-color: #D0AEA3;
    transition: .3s;
}
.stylist-assistant-section .call-back-btn:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #d0aea3;
    transition: .3s;
}
/* stylist assistant sec end */

/* Collection list page start */
.collection-list-page .card__media img.motion-reduce {
    width: 100%;
    max-width: 100%;
    border-radius: 200px 200px 0 0!important;
    padding: 0 12px;
}
.collection-list {
  column-gap:24px;
}
.collection-list-page slider-component {
    opacity: 1 !important;
}
.collection-list-page h3.card__heading {
    text-align: center;
    font-size: 20px!important;
    letter-spacing: 0px!important;
    margin-top: -25px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    line-height: 25.2px;
}
.collection-list-page .card__inner.gradient {
    background: transparent;
}
.collection-list-page span.icon-wrap {
    display: none;
}
.squre-class  .title-wrapper-with-link {
    margin-top: -36px;
}
.squre-class .card__information, .kurta-sets-section h3 {
    padding-bottom: 13px;
    border-bottom: .2px solid #000000;
    /* margin: 0 10px; */
}
.collection-list-page .view-all-btn{
  display: none;
}
.squre-class .card__media {
    border-radius: 0px !important;
}
.squre-class .card__media img.motion-reduce {
    border-radius: 0px !important;
}
.rich-text-category .rich-text__heading strong {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: 0px;
}
.rich-text-category .rich-text__wrapper {
    padding: 0;
}
.rich-text-category .rich-text__heading {
    margin-top: -7px;
    margin-left: 1px;
}
.rich-text-category .rich-text__text p {
    letter-spacing: 0px;
    color: #5a5a5b;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.56px;
    text-align: center;
    /* padding: 2px 168px 0; */
}
.rich-text-category .rich-text__text {
    margin-top: 17px;
    margin-left: 0px;
}
.collection-list-page .collection-list-title {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 31px;
    line-height: 49px;
    letter-spacing: .45px;
}
.collection-list-page .collection-list-wrapper {
    padding-left: 0px;
    padding-right: 0;
}

/* .collection-list-page .card--card, .collection-list-page .card--standard .card__inner{
  height:328px;
  max-height:328px;
} */
.collection-list-page .card__content{
  margin-top: 22px;
}
.round-class .card__content {
  margin-top: 0px;
}
.round-class .card__inner {
    height: unset !important;
}
.round-class h3.card__heading {
    margin-top: -12px;
}
.squre-class .title-wrapper-with-link{
      margin-top: -1px;
}
.template-list-collections .round-class .card__media img.motion-reduce {
    width: 100%;
    max-width: 282px;
    height: 282px;
    border-radius: 50% !important;
}
.template-list-collections .round-class .card__information {
    border-bottom: none;
}
@media (max-width: 991.98px) {
  .collection-list-page .card__content {
    margin-top: 22px !important;
  }
}
@media (max-width: 576px) {
  .pagination__list > li {
    max-width: 30px !important;
  }
}
/* Collection list page end */

/*shop page css start  */
/* .product-grid-container .card__inner {
    height: 400px;
} */
.template-collection ul#product-grid img {
    object-position: top;
}
@media (max-width: 576px) {
  /* .product-grid-container .card__inner {
    height: 100%;
  } */

  main#MainContent{
            min-height: calc(100vh - 160px);
  }
}
/*shop page css end */

/* Category Page css start */
.collection-btn .button {
    background: #2d4234;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}
.collection-btn .button::after, .collection-btn .button::before{
  display: none;
}
/* Category Page css end */

/* Product Details Css Start */
product-info#MainProduct-template--23967612993901__main, .color-scheme-1.gradient.Designer-profile-section, section#shopify-section-template--23967612993901__related-products .color-scheme-1.gradient {
    background: #f9f5f2;
} 
.card-information .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup span.jdgm-prev-badge__stars .jdgm-star.jdgm--on:not(:first-child) {
    display: none !important;
    font-size: 0 !important;
}
.template-product .jdgm-preview-badge {
    color: #5B534F !important;
}
.template-product variant-selects {
    padding-top: 24px;
    margin-top: 47px;
    border-top: 1px solid #ECECEC;
}
.template-product .product__info-wrapper {
    max-width: 396px !important;
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 40px;
}
.template-product .grid__item.product__media-wrapper {
    max-width: 100% !important;
    width: 100%;
}
.template-product .product__media-list {
    flex-wrap: nowrap !important;
    gap: 24px;
}
.template-product .product__column-sticky {
    top: 0;
}
.template-product .product__media-list .slick-slide {
    overflow: hidden;
    margin-right: 24px;
    height: inherit;
    max-height: 100% !important;
    min-height: 100%;
}
.template-product .page-width {
    padding: 0;
}
.template-product .product__title h1 {
    font-family: var(--morgenwalsh);
    color: #000;
    font-weight: 400;
    font-size: 44px;
    line-height: 50.8px;
    letter-spacing: 0;
}
.template-product .product__text.caption-with-letter-spacing {
    text-transform: capitalize !important;
    padding-top: 18px;
    font-weight: 500;
    font-size: 24px;
    line-height: 31.99px;
    margin-bottom: 11px;
}
.template-product .price.price--large.price--sold-out.price--show-badge {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 23.99px;
    letter-spacing: 0;
}
.template-product .price-and-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -1px;
  margin-bottom: 0;
}
.template-product .pro-details-icon {
    display: flex;
    gap: 10px;
    margin-bottom: -11px;
}
.template-product .pro-details-icon .items {
    background-color: #2d4234;
    height: 48px;
    width: 48px;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-type-customised .pro-details-icon .items {
    background: #8E3812;
} 
.template-product .western-sec .title-wrapper-with-link {
    padding-top: 11px;
}
.template-product .page-width {
    padding: 0;
}
.template-product .main-product-area .price__regular .price-item--regular {
    position: relative;
    white-space: nowrap;
    letter-spacing: 0;
    color: #2d4234;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 24px;
}
.product-type-customised .product__info-wrapper .price-item--regular {
    color: #8e3812 !important;
}
.template-product .tax-cont {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5b534f;
    margin: 0;
}
.template-product .product-form__input {
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.template-product .product-form__input legend.form__label {
    border: none!important;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 3px;
}
.template-product .product__info-container .product-form {
    margin-top: 30px;
    margin-bottom: 0;
}
.template-product .product-form__quantity .quantity__label {
    display: none;
}
.template-product .product-form__input label {
    padding: 10px 37px !important;
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px !important;
    line-height: 26.66px !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    top: 3px;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: #2d4234 !important;
    color: #fff !important;
  border: 1px solid transparent !important;
}
.product-type-customised .product-form__input--pill input[type=radio]:checked+label {
    background: #8E3812 !important;
      border: 1px solid transparent !important;
}
.template-product .product-form__buttons {
    display: flex;
    gap: 15px;
    margin-top: -3px;
    border-color: #8E3812 !important;
}
.template-product button.product-form__submit.button.button--full-width.button--secondary {
    width: 48%;
}
.template-product .shopify-payment-button {
    width: 48%;
}
.template-product button.product-form__submit.button.button--full-width.button--secondary span {
    font-weight: 700;
    font-size: 16px;
    line-height: 21.33px;
    letter-spacing: 0;
}
.template-product .product-info-part .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    cursor: pointer;
}
.template-product .accordion-title.active svg {
    transform: rotate(180deg);
}
.template-product .accordion-content p {
    margin: 0 0 5px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
}
.template-product .accordion-item.active .icon {
    transform: rotate(180deg);
}
.template-product .product-info-part .accordion-title h4 {
    font-family: var(--morgenwalsh);
    font-weight: 500;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0;
    margin: 0;
}
.template-product .product-info-part .review h4 {
    display: flex;
    gap: 8px;
}
.template-product h2.related-products__heading.inline-richtext,
.template-product .jdgm-rev-widg.jdgm-rev-widg h2 {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin-top: 0;
}
.product-details-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-details-box .price-item {
    font-family: 'Plus Jakarta Sans';
    background: #00000099;
    color: #fff;
    padding: 5px 24px;
    border-radius: 100px;
}
.template-product .card .card__content h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 8px 0;
    color: #7e7e7e;
    font-weight:400;
}
.template-product .card .card__content h2 {
  font-size: 18px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 20px 0 0;
    color: #000;
    text-transform: uppercase; 
}
.template-product .related-products a {
    text-decoration: none;
}
.product-details-box .jdgm-widget.jdgm-widget span.jdgm-prev-badge__stars .jdgm-star:not(:first-child) {
    display: none !important;
}
.product-details-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.product-details-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 12px 22px;
}
.product-details-box .price + div {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-details-box .swym-add-to-wishlist-view-product {
    background-color: #00000099;
    padding: 6px;
    border-radius: 50%;
}
.product-details-box .swym-button.swym-add-to-wishlist-view-product.swym-custom:after {
    filter: invert(1);
}

/* .template-collection ul#product-grid {
    gap: 24px!important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
} */
.template-collection ul#product-grid li.grid__item {
    max-width: 100% !important;
    width: 100% !important;
}
.template-collection h2.jdgm-rev-widg__title {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.template-product .share-button__button div {
    display: none;
}
.related-products .card__information {
    display: none;
}
.template-product .breadcrumb-width {
    padding-bottom: 32px;
    margin-top: -9px;
}
.template-product .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none !important;
}
.template-product .jdgm-prev-badge__text {
    padding-left: 8px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}
.template-product .main-product-area .shopify-block {
    margin-bottom: -24px;
}
.template-product .product-form__input--pill input[type=radio]+label {
    width: calc(25% - 11.5px);
    padding: 8px 0 9px!important;
}
.template-product .product button.product-form__submit, 
.template-product .product button.shopify-payment-button__button,
.template-product .order-now-btn{
    font-family: Plus Jakarta Sans, sans-serif;
    background: #2d4234;
    color: #fff;
    font-weight: 700;
    height: 49px;
}
}
.product-type-customised .product button.product-form__submit, 
.product-type-customised .product button.shopify-payment-button__button,
.product-type-customised .order-now-btn{
    background: #8e3812;
  border: 2px solid #8e3812;
  transition: .3s;
}
.template-product .order-now-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    font-family: Plus Jakarta Sans, sans-serif;
    height: 47px;
}
.template-product .product button.product-form__submit:hover, 
.template-product .product button.shopify-payment-button__button:hover,
.template-product .order-now-btn:hover{
    border: 2px solid #2d4234;
    background: transparent;
    color: #2d4234;
}
.product-type-customised .product button.product-form__submit:hover, 
.product-type-customised .product button.shopify-payment-button__button:hover,
.product-type-customised .order-now-btn:hover{
  color: #8E3812 !important;
   border: 2px solid #8e3812;
}
.product-type-customised .product__info-wrapper .order-now-btn {
    background: #8e3812;
}
.product-type-customised .product__info-wrapper .order-now-btn:hover {
    background: transparent;
}
.template-product product-info {
    overflow: hidden;
}
.template-product .main-product-area {
    padding-left: calc(50% - 600px);
}
.customise-button {
    background: linear-gradient(90deg,#e7bab3,#ebd2ce);
    padding: 8px 9.1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid #B46455;
}
.product-type-ready-made .customise-button {
    background: linear-gradient(to right, #A4C3A2, #F6F6F4);
    padding: 8px 9.1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid #2D4234;
}

.product-type-ready-made a.order-now-btn {
    display: none;
}

.product-type-customised .product-form__buttons{
  display:none;
}
.customise-button h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: Plus Jakarta Sans;
    margin: 0;
}
.template-product .price-and-share h3 {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    margin: -7px 0 0;
    letter-spacing: 0;
}
.size-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    transition: all .3s ease-in-out;
}
.size-popup img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.size-popup .size-inner {
    max-width: 500px;
    width: 100%;
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    transition: all .3s ease-in-out;
}
.size-popup .size-inner .close-icon {
    height: 30px;
    width: 30px;
    background-color: #000;
    padding: 3px;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.size-popup .bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    display: block;
    opacity: 40%;
}
.size-chart-open {
    overflow: hidden;
}
.size-chart-open .size-popup {
    display: block;
}
.size-popup .size-inner {
    display: block;
    top: 50%;
}
section#shopify-section-template--23967612993901__17415821712b227bb9,
section#shopify-section-template--23967612993901__174040117435a6926f{
    background: #f9f5f2;
}
.template-product {
    background-color: #f9f5f2;
}
.product-details-box .jdgm-widget {
    font-family: 'Plus Jakarta Sans';
    background: #0009;
    color: #fff;
    padding: 5px 8px;
    border-radius: 100px;
}
.product-details-box .jdgm-widget .jdgm-prev-badge__text {
    color: #fff;
}
.template-product .jdgm-rev-widg.jdgm-rev-widg {
    padding-top: 40px;
    padding-bottom: 40px;
}
.designer-sec .product-info-part .accordion-item:last-child {
    border-bottom: 1px solid #2d4234;
}
.need-help-sec .need-help-title {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    position: relative;
}
.need-help-sec .need-help-title:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: calc(50% - 180px);
    height: 1px;
    background-color: #000;
}
.need-help-sec .need-help-title:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: calc(50% - 180px);
    height: 1px;
    background-color: #000;
}
.need-help-sec .hlp-contact-part {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.need-help-sec .hlp-contact-part .white-bg {
    background: transparent;
    border-radius: 8px;
    width: 146px;
    text-align: center;
    padding: 18px 14px;
    color: #000;
    border: 1px solid #000;
}
.need-help-sec .wp-num {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.shipping-text {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color:#000;
}
.template-product .underline-links-hover a:hover{
    text-decoration: none !important;
  }
.ship-bold-text{
  font-family: Morgenwalsh;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.template-product .share-button__button{
  padding-right: 3px;
}
.template-product .button:after, .template-product .shopify-payment-button__button--unbranded:after{
  display: none;
}
.template-product .product__media-list .slick-track {
    display: flex;
    margin-left: 0;
}
.template-product .product__media-list .slick-slide img {
    object-position: top;
}
.template-product .product__media-list .slick-arrow {
    padding: 15px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: none;
    background-color: #2d4234;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    border: 1px solid #2d4234;
    transition: all .3s ease-in-out;
}
.product-type-customised.template-product .product__media-list .slick-arrow {
    background-color: #8e3812;
    border: 1px solid #8e3812;
}
.template-product .product__media-list .slick-next.slick-arrow {
    right: 39px;
    left: unset;
}
.template-product .product__media-list .slick-arrow svg {
    height: 100%;
    width: 100%;
}
.template-product .product__media-list .slick-arrow svg path {
    fill: #fff;
    transition: all .3s ease-in-out;
}
.template-product .product__media-list .slick-arrow:hover,
.product-type-customised.template-product .product__media-list .slick-arrow:hover {
    background-color: #fff;
}
.template-product .product__media-list .slick-arrow:hover svg path {
    fill: #2d4234;
}
.product-type-customised.template-product .product__media-list .slick-arrow:hover svg path {
    fill: #8e3812;
}
.related-products .card__inner{
  background-color: transparent !important;
}
.product__info-wrapper .wishlist_btn_icon  img.hulk-wishlist-custom-icon {
    margin-right: 0 !important;
    width: 25px;
    height: 25px;
}
.product-card-wrapper .card .card__media .media img {
    display: block;
}
.product__media img {
    display: block;
}
.template-product .product-media-container.media-type-image{
  background-color: transparent !important;
}
.related-products .wishlist-btn.heart-wishlist-animation {
    display: flex !important;
    background-color: #00000099;
    opacity: 0.8;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 5px !important;
}
.related-products .wishlist-btn.heart-wishlist-animation .hulk_wl_icon-text {
    font-size: 15px;
}
.related-products .wishlist-btn.style_1 [hulk-wl-custom-style], .wishlist-btn.style_3 [hulk-wl-custom-style], .wishlist-btn.style_5 [hulk-wl-custom-style] {
    color: #fff;
}
.related-products .wishlist-btn.heart-wishlist-animation .hulk_wl_icon-text .hulk_wl_icon,
.related-products .wishlist-btn.heart-wishlist-animation .hulk_wl_icon-text .hulk_wl_icon .heart-hulk-animation{
    margin-right: 0 !important;
}
.related-products .wishlist-btn.heart-wishlist-animation .hulk_wl_icon-text .hulk_wl_icon .icon-wishlist-heart-empty::before {
    margin-left: 0;
}
.wishlist-empty .empty_content .wishlist-btn {
    background-color: #000 !important;
}
.wishlist-empty .empty_content .wishlist-btn:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
}

@media(max-width:1380px){
  .designer-sec:before {
      top: 590px !important;
  }
}
@media(max-width:1024px){
  .designer-sec:before {
    /* bottom: -35px !important; */
    top: 400px !important;
  }
  .product-details-box .price-item {
    padding: 5px 15px;
    font-size: 12px;
  }
  .template-product variant-selects{
    border-top: none;
    padding: 0;
  }
}
@media(max-width: 1023px){
  .template-product .grid__item.product__media-wrapper {
    max-width: 100% !important;
    width: calc(100% - 15px) !important;
  }
  .template-product .card .card__content h2{
    margin: 15px 0 0;
  }
}
@media(max-width: 767.98px){
  .product-detail-sec{
      padding-top: 25px !important;
  }
  .template-product .product__media-list {
    gap: 14px;
    margin-bottom: 0 !important;
  }
  .template-product .product__media-item.grid__item.slider__slide {
    width: calc(100% - 28px);
    padding-top:0;
  }
  .product-media-container.constrain-height{
    --constrained-min-height: 100% !important;
  }
  .template-product button.product-form__submit.button.button--full-width.button--secondary span,
  .template-product .product button.shopify-payment-button__button{
    font-weight: 500;
  }
}
@media(max-width: 749px){
  .template-product .slider-buttons {
    display: none;
  }
}
@media(max-width: 576px){
  .product-detail-sec .product-form__buttons button {
    margin-bottom: 0;
  }
  .template-product .designer-sec{
    margin-top: 40px;
  }
}
/* Product Details Css End */

/* Designer Profile Sec Start */
.template-product .designer-sec .designer-part .designer-main-title {
    letter-spacing: 0;
    margin: 0 0 20px;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.template-product .designer-inner-part {
    margin-top: 10px;
}
.template-product .designer-left img {
    border-radius: 50%;
    max-width: 290px;
    width: 100%;
    /* height: 290px; */
  aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}
.template-product .design-info {
    display: flex;
    gap: 32px;
}
.template-product .designer-sec .designer-right {
    font-family: var(--morgenwalsh);
    font-weight: 500;
        font-size: 48px;
    line-height: 67.32px;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 7px;
    /* white-space: nowrap; */
}
.template-product .designer-btn {
    padding: 14px 24px;
    background-color: #2d4234;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 21.33px;
    letter-spacing: 0;
    text-decoration: none;
    border: 2px solid #2d4234;
    transition: all .3s ease-in-out;
}
.product-type-customised .designer-btn{
  border: 2px solid #8E3812;
  background: #8E3812;
}
.template-product .designer-btn:hover {
    background-color: transparent;
    color: #2d4234;
}
.product-type-customised .designer-btn:hover{
  color: #8E3812;
}
.template-product .designer-location {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.66px;
    letter-spacing: 0;
    color: #000;
    margin-top: 0;
    margin-bottom: 22px;
}
.template-product .product-info-part h1 {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0;
    margin: 0;
}
.template-product p.desig-info-paragraph, 
.template-product p.desig-info-paragraph + ul,
.template-product .designer-sec .design-info .product-info-part .accordion-item .accordion-content,
.template-product p.desig-info-paragraph + p{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
    margin-top: 8px;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
}
.template-product p.desig-info-paragraph + ul{
  padding-left:20px;
}
.template-product .designer-sec select {
    width: 100%;
    border: none;
}
.template-product .designer-sec .design-info .designer-part {
    background: #f1e0d7;
    padding: 20px 50px 35px;
    text-align: center;
    max-width: 396px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  max-height:max-content;
  position: relative;
}

.product-type-ready-made.template-product .designer-sec .design-info .designer-part {
  background-color:rgba(164, 195, 162, 0.3);
}
.designer-sec {
  background: #f9f5f2;
  position: relative;
}
.designer-sec:before {
    content: "";
    position: absolute;
    left: 0;
    width: 316px;
    height: 106px;
    background-image: url(/cdn/shop/files/Vector_7_1.svg?v=1744021655);
    background-repeat: no-repeat;
    top: 480px;
    z-index: 1;
}
.template-product .designer-sec .design-info .product-info-part {
    margin-top: -3px;
    width: 100%;
}
.template-product .designer-sec .design-info .product-info-part .accordion-item {
    padding-bottom: 24px;
}
.template-product .product__media-list .slick-slide li {
    opacity: 1;
}
.template-product .product__media-list .slick-slide > div {
    height: 100%;
}
.template-product .product__media-list .slick-slide > div > li {
    height: 100%;
}
.template-product .product__media-list .slick-slide > div > li .product-media-container {
    height: 100%;
}
.template-product .pro-details-icon .items:last-child .full-heart {
    display: none;
}
.swym-atw-button-container.default-position {
    display: none;
}
.related-products .product-grid .slick-slide li.grid__item {
    max-width: 100%;
    width: 100%;
      /* width: calc(25% - 15px); */
}
.related-products .product-grid {
    /* margin: 0 -12px; */
    gap: 20px;
}
.related-products .product-grid li{
    width: 100%;
    max-width: calc(25% - 15px);
}
.related-products .product-grid .slick-slide {
    padding: 0 12px;
}
.related-products .product-grid .slick-arrow {
  display: none;
}
.related-products .media--transparent img:nth-child(2) {
    display: none;
}
.related-products .jdgm-widget.jdgm-preview-badge {
    display: none;
}
.template-product .main-product-area .jdgm-preview-badge .jdgm-prev-badge, .template-product .main-product-area .jdgm-preview-badge {
  display: block!important;
  padding: 5px 0;
}
.template-product .price-and-share .price-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.template-product .main-product-area .jdgm-preview-badge {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 19px;
}
.img-content-sec .left-content-wrap h3 {
    z-index: 1;
    position: relative;
    font-weight: 600;
}
@media(max-width: 767.98px){
  .template-product .card .card__content h2 {
    font-size: 12px;
    line-height: 17px;
    margin: 12px 0 0;
  }
}
/* Designer Profile Sec end */

/* cart page start */
.template-cart .cart-sec, .template-cart #main-cart-footer {
    background-color: #f9f5f2;
}
.template-cart .title.title--primary {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
}
.template-cart .caption-with-letter-spacing {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.92px;
}
.template-cart .cart-item__name {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 18px;
}
.template-cart .product-option{
  font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px !important;
}
.template-cart .totals__total, .template-cart .totals__total-value {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 20px !important;
}
.template-cart .tax-note {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    text-align: left;
}
.template-cart .totals{
  justify-content: space-between !important;
}
.template-cart .cart__blocks {
    background: #fff;
    padding: 25px 15px;
}
.template-cart .cart__footer {
    padding-top: 0;
}
.template-cart .cart__empty-text {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
}
.cart__warnings .button {
    font-family: var(--plus-jakarta-sans);
    background-color: #2d4234;
    transition: .3s;
}
.cart__warnings .button:hover{
  background-color: transparent;
  color: #2d4234;
  border: 2px solid #2d4234;
}
.template-cart .button:after, .template-cart .button:not([disabled]):hover:after{
  display: none;
}
.template-cart .cart__login-title{
  font-family: Morgenwalsh;
}
.template-cart .cart__login-paragraph {
    font-family: 'Plus Jakarta Sans';
}

.quantity:after {
    top: 0 !important;
    bottom: 0 !important;
    border: 1px solid #2d4234 !important;
}
@media (max-width:767px){
 .template-cart .caption-with-letter-spacing {
    font-size: 16px;
    padding-bottom: 1.2rem;
  }
}
/* cart page end */

@media (max-width: 1240px) {
  .template-product .main-product-area {
    margin-left: 15px;
  }
}
@media (max-width: 1023.98px) {
  .template-collection ul#product-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .template-product .design-info {
    flex-direction: column;
    gap: 20px;
  }
  .template-product .designer-sec .design-info .designer-part {
    max-width: 100%;
  }
  .template-product .product__info-wrapper,
  .template-product .product-form__buttons,
  .template-product .product__info-container{
    max-width: 100% !important;
  }
  .template-product .product__info-container {
    margin-right: 0;
  }
  .template-product button.product-form__submit.button.button--full-width.button--secondary, .template-product .shopify-payment-button {
    width: 50%;
  }
  .template-product .product-form__input {
    max-width: 100%;
  }
  .template-product .main-product-area .price__regular .price-item--regular {
    position: unset;
    margin: 0 !important;
  }
  .template-product .pro-details-icon {
    margin-bottom: 0;
  }
  .template-product .price-and-share {
    margin-top: 0;
  }
  .template-product .pro-details-icon a {
    margin-top: 0;
  }
  .template-product variant-selects {
    padding-top: 20px;
    margin-top: 20px;
  }
  footer .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .template-product .pro-details-icon .items {
    margin-top: 0;
  }
  .related-products .product-grid .slick-arrow {
    display: block;
  }
  .related-products .product-grid .slick-next {
    right: 0 !important;
  }
  .related-products .product-grid .slick-prev {
    left: 45px !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023.98px) {
  .template-product .main-product-area {
    flex-direction: column-reverse;
  }
  .template-product .product__media-list .slick-slide {
    margin-right: 0;
  }
  .template-product .product__info-wrapper {
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {

}
@media (max-width: 767.98px) {
  .template-collection ul#product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px !important;
  }
}
@media (max-width: 750px) {
  .mobile-facets__open {
    padding: 10px 15px;
  }
  .collection-title-sec .rich-text__wrapper {
    width: 100%;
  }
  .template-product .main-product-area {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .size-popup .size-inner {
    max-width: calc(90% - 30px);
  }
}

/* Review sec start */
.product-type-customised .jdgm-histogram__bar-content {
    background-color: #8E3812;
}
.product-type-customised .jdgm-write-rev-link.jdgm-write-rev-link{
  background-color: #8E3812;
    border: 2px solid #8E3812;
  font-family:'Plus Jakarta Sans'
}
.jdgm-widget .jdgm-form__fieldset a {
    color: #121212bf;
}
.jdgm-widget .jdgm-write-rev-link, .jdgm-submit-rev, .jdgm-cancel-rev {
    font-family: Plus Jakarta Sans !important;
    padding: 20px 30px !important;
}
.jdgm-widget .jdgm-row-stars .jdgm-write-rev-link:hover, .jdgm-widget .jdgm-submit-rev:hover {
    border: 2px solid #2d4234 !important;
    background: transparent !important;
    color: #2d4234 !important;
    transition: .3s;
}
.product-type-customised .jdgm-widget .jdgm-row-stars .jdgm-write-rev-link:hover, .product-type-customised .jdgm-widget .jdgm-submit-rev:hover {
    border: 2px solid #8E3812 !important;
    background: transparent!important;
    color: #8E3812 !important;
    transition: .3s;
}
.product-type-customised  .jdgm-btn--solid, .product-type-customised  input[type=submit].jdgm-btn--solid {
    color: white;
    background-color: #8E3812;
    border: 2px solid #8E3812;
    font-family: Plus Jakarta Sans, sans-serif;
}
.jdgm-widget .jdgm-form .jdgm-cancel-rev {
    background-color: transparent;
}
.jdgm-widget .jdgm-form .jdgm-cancel-rev:hover {
    background-color: #2d4234 !important;
    color: #fff !important;
    opacity: 1;
    transition: .3s;
}
.product-type-customised .jdgm-widget .jdgm-form .jdgm-cancel-rev:hover {
    background-color: #8E3812 !important;
}
.jdgm-widget .jdgm-form input[type="text"], .jdgm-widget .jdgm-form input[type="email"], .jdgm-widget .jdgm-form input[type="url"], .jdgm-widget .jdgm-form textarea {
    background-color: transparent;
    border: 1px solid #000;
    padding: 15px !important;
  font-family: Plus Jakarta Sans;
}
.product-type-customised .jdgm-btn--border{
    color: #8E3812 !important;
    border: 2px solid #8E3812;
}
/* Review sec end */

/* Shop Customised Page Start */
.shop-customised-main-sec .content-container--full-width:after{
      background-color: #F9F5F2;
}
.shop-customised-main-sec h2.rich-text__heading {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    padding-bottom: 14px;
}
.shop-customised-main-sec p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.92px;
    letter-spacing: 0;
    text-align: center;
}
.shop-customised-main-sec p strong {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 25.92px;
    letter-spacing: 0;
    text-align: center;
}
.template-page-shop-customised .shop-customized-sec {
    position: relative;
    margin-bottom: 25px;
}
.template-page-shop-customised .shop-customized-sec:after {
    content: '';
    position: absolute;
    top: 49.7%;
    left: 50%;
    width: 100%;
    height: 153px;
    transform: translate(-50%, -50%);
    background-image: url(/cdn/shop/files/Vector_12_2.svg?v=1744021522);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  display: none
}
.shop-customised-main-sec .rich-text__text {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
}
.shop-customised-main-sec .rich-text__wrapper {
    width: 100%;
}
/* Shop Customised Page End */

/* Shop Featured page css start */

.template-page-shop-featured{
  background-color: #F9F5F2;
}
.template-page-shop-featured .rich-text-category h2.rich-text__heading {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0;
    text-align: center;
}
.template-page-shop-featured .collection-list-page .collection-list-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0;
}
.template-page-shop-featured .title-wrapper-with-link {
    margin-bottom: 14px;
  padding: 0;
}
.template-page-shop-featured .round-class.collection-list-page .motion-reduce {
    height: 100%;
    max-height: 220px;
    border-radius: 200px !important;
}
.round-class .motion-reduce {
    padding: 0px !important;
}
.template-page-shop-featured .collection-list-page .collection-list .slick-arrow ,
.shop-featured-pro .slick-arrow ,
.related-products .product-grid .slick-arrow {
    border: none;
    color: #2d4234;
    background: transparent;
}
.template-page-shop-featured .collection-list-page .collection-list .slick-arrow svg ,
.shop-featured-pro .slick-arrow svg ,
.related-products .product-grid .slick-arrow svg {
  height: 33.33px;
  width: 33.33px;
}
.template-page-shop-featured ul.collection-list.contains-card {
    position: relative;
}
.template-page-shop-featured .collection-list-page .collection-list .slick-prev,
.shop-featured-pro .slick-prev,
.related-products .product-grid .slick-prev {
    position: absolute;
    top: 45%;
    left: 9px;
    z-index: 1;
    transform: translate(-50%, -45%);
    cursor: pointer;
}
.template-page-shop-featured .collection-list-page .collection-list .slick-next, 
.shop-featured-pro .slick-next, 
.related-products .product-grid .slick-next {
    position: absolute;
    /* top: calc(50% - 28px); */
    top: 45%;
    right:-34px !important;
    z-index: 1;
    transform: translate(-50%, -45%);
    cursor: pointer;
}
.shop-featured-pro .slick-next:hover, .shop-featured-pro .slick-prev:hover ,
.related-products .product-grid .slick-prev:hover, 
.related-products .product-grid .slick-next:hover, 
.template-page-shop-featured .collection-list-page .collection-list .slick-next:hover, 
.template-page-shop-featured .collection-list-page .collection-list .slick-prev:hover {
    background: transparent;
}
.template-page-shop-featured .content-container--full-width:after {
    background-color: #f9f5f2;
}
.template-page-shop-featured .collection-list-page.color-scheme-1.gradient {
    background-color: #f9f5f2 !important;
}
.template-page-shop-featured .product-block img {
  width: 100%;
  max-width: 220px !important;
  max-height: 220px !important;
  height: 100% !important;
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.kurta-sets-section .card__inner {
    height: 328px;
}
.template-page-shop-featured .card__content h6, .template-page-shop-featured .card__content p {
    display: none;
}
/* .template-page-shop-featured .collection-list-page.kurta-sets-section .collection-list .card__inner{
    max-width: 220px;
} */
.template-page-shop-featured .collection-list-page.kurta-sets-section .collection-list .card__inner img.motion-reduce{
  padding: 12px;
}
.template-page-shop-featured .card__information {
    display: block !important;
}
.template-page-shop-featured .product-details-box {
    display: none;
}
.template-page-shop-featured .card-information {
    display: none;
}
.product-grid .card__inner .card__content {
    display: none;
}
.template-page-shop-featured .card__information h3 a,
.template-page-shop-featured .product-block a h3{
    font-size: 16px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 8px 0;
    color: #7e7e7e;
    font-weight:400;
  text-align: center
}
.template-page-shop-featured .product-block a h3{
  font-size: 20px;
  font-weight:500;
  line-height: 24px;
  color: #1D2F23
}
.shop-featured-pro .card__content h2{
  font-size: 18px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 20px 0 0;
    color: #000;
    text-transform: uppercase; 
}

.template-page-shop-featured .card__information{
  padding:0 !important
}
.template-page-shop-featured .product-block a {
    text-decoration: none;
}
.shop-featured-pro .card-wrapper {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    overflow: hidden;
}
.shop-featured-half .product-block img {
    border-radius: 150px 150px 0 0;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 1 / 1.5;
}
.shop-featured-square .product-block img{
  border-radius: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: 1 / 1.5;
}
.shop-featured-pro .product-grid {
    margin: 0 -12px;
}
.shop-featured-pro .product-grid li {
    max-width: 100%;
    width: 100%;
}
.shop-featured-pro {
    background-color: #F9F5F2;
}
.shop-featured-pro slider-component {
    padding: 0;
}
.shop-featured-pro slider-component .slick-track {
    margin: 0;
}
.shop-featured-pro slider-component .slick-track .slick-slide ,
.template-page-shop-featured .collection-list-page .slick-track .slick-slide {
    margin: 0 12px;
}
.shop-featured-pro h2 {
    font-size: 32px;
    font-family: var(--morgenwalsh);
    font-weight: 400;
}
.shop-featured-pro .product-grid li .card-wrapper > a ,
.round-class .card-wrapper > a {
    color: #000;
    text-decoration: none;
}
.shop-featured-pro .product-grid li .card-wrapper > a:hover ,
.round-class .card-wrapper > a:hover {
    text-decoration: none;
}
.shop-featured-pro .card-wrapper .card__inner {
    height: 328px;
}
.round-class .card__inner .card__content {
    display: none;
}
.template-page-shop-featured .slick-prev.slick-disabled{
  display: none !important;  
}
.template-page-shop-featured .collection-list-page .collection-list .slick-prev, 
.shop-featured-pro .slick-prev.slick-disabled ,
.related-products .product-grid .slick-prev.slick-disabled ,
.shop-featured-pro .slick-next.slick-disabled ,
.related-products .product-grid .slick-next.slick-disabled {
  /* display: none !important; */
}
/* .template-page-shop-featured .round-class .collection-list-wrapper {
    padding-bottom: 20px;
} */
.round-class .card-wrapper .card__heading:hover a {
    text-decoration: underline;
    transition: .3s;
}
@media screen and (min-width: 990px) {
    .card:hover .media.media--hover-effect>img:first-child:only-child, .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
        transform: unset !important;
    }
}
@media (max-width: 991.98px) {
    .shop-featured-pro .product-grid {
        margin: 0 20px;
    }
    .shop-featured-pro h2 {
        text-align: center;
    }
    /* .template-page-shop-featured .title-wrapper-with-link{
      justify-content: center;
    } */
    .template-page-shop-featured ul.collection-list.contains-card {
      position: relative;
      margin: 0 20px;
      padding: 0;
    }
}
@media(max-width: 767.98px){
  .template-page-shop-featured .round-class .collection-list-wrapper {
    padding-bottom: 40px;
  }
}
/* Shop Featured page css end */

/* Shop Readymade page start */
body.template-page-shop-readymade {
    background: #F9F5F2;
}
.template-page-shop-readymade .shop-customized-sec h2.shop-customized-title {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 34px;
}
.template-page-shop-readymade .shop-cards {
    display: flex;
    gap: 60px;
}
.template-page-shop-readymade .shop-customized-sec .shop-customized-card h3 {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 0.2px solid #000;
}
.template-page-shop-readymade .shop-customized-card {
    margin-bottom: 80px !important;
      width: calc(50% - 30px);
}

.product-type-ready-made .details-custom{
  display:none;
}

.details-custom{
  font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    margin: 0 !important;
}
.template-page-shop-readymade .shop-readymade-sec {
    position: relative;
    margin-bottom: 23px;
}
.template-page-shop-readymade .shop-readymade-sec:after {
    content: '';
    position: absolute;
    top: 49%;
    left: 50%;
    width: 100%;
    height: 84px;
    transform: translate(-50%, -50%);
    background-image: url('/cdn/shop/files/Vector_12_3.svg?v=1744021523');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  display:none;
}
.template-page-shop-readymade .shop-readymade-sec-2 {
    margin-top: 139px;
    position: relative;
    margin-bottom: 79px;
}
.template-page-shop-readymade .shop-readymade-sec-2:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1440px;
    height: 161.7px;
    background-image: url(/cdn/shop/files/Vector_12_1_6eb0972a-6279-4736-a22b-521a4b3c07ef.png?v=1742207530);
    background-repeat: no-repeat;
}
.shop-readymade-sec-2 img {
    width: 100%;
    max-width: 520px;
    height: 600px;
}
.shop-readymade-sec-2 h3 {
    padding-bottom: 12px !important;
}
.template-page-shop-readymade .shop-cards{
  flex-wrap: wrap;
}
/* Shop Readymade page end */

/* Policy pages start */
.template-page-cancel-and-refund-policy, .template-page-payment-policy, .template-page-shipping-policy, .template-page-privacy-policy, .template-page-terms-and-condition {
    background-color: #F9F5F2;
}
/* Policy pages end */

/* Footer Start */
footer {
    padding-top: 58px;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.footer-logo:before{
    margin: 0 46px 0 0;
}
.footer-logo:after{
   margin: 0 0 0 46px;
}
.footer-logo:before, .footer-logo:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: black; 
}
footer .footer-info {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
footer .footer-info .footer-info-part {
    max-width: 300px;
    width: 100%;
}
footer .footer-info .footer-services {
    max-width: 350px;
    width: 100%;
}
footer .social-media-icns {
    display: flex;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto;
  gap: 20px;
}
footer .social-media-icns a {
    height: 30px;
}
footer h1.footer-title {
    font-family: var(--morgenwalsh);
    font-weight: 500;
    font-size: 24px;
    line-height: 34.08px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
}
footer .footer-info-part ul {
    padding-left: 0;
}
footer .footer-info-part ul li {
    list-style: none;
    text-align: center;
}
.footer-info-part .header-menu .menu-item {
    margin-bottom: 10px;
}
.footer-info-part .header-menu .menu-item a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 28.4px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    text-decoration: none;
}
footer h1.newsletter-title {
    position: relative;
    padding-top: 83px;
    font-family: var(--morgenwalsh);
    font-weight: 500;
    font-size: 20px;
    line-height: 28.4px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
footer h1.newsletter-title:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #000000;
}
footer .newsletter-part input#mail-newsletter {
    background-color: rgba(255, 255, 0, 0);
    border: 0.5px solid #2d4234 !important;
    font-family: 'Plus Jakarta Sans';
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    border-radius: 0;
    padding: 16px 14px;
    margin-right: -5px;
}
footer #mail-newsletter::placeholder {
    color: #707070; 
    opacity: 1;
}
.contact-info .contact-num a.contact-id {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    text-decoration: none;
}
.contact-info .mail-info a.mail-id{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  text-decoration: none;
}
footer .footer-social-media-part .newsletter-part button#Subscribe {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 22px 35px;
    border: .5px solid #2d4234;
    background-color: transparent;
  cursor: pointer;
}
footer .footer-social-media-part .newsletter-part button#Subscribe:hover {
    background: #000;
    color: #fff;
    transition: .3s;
}
footer .footer-services h1.services-title {
    font-family: var(--morgenwalsh);
    font-weight: 500;
    font-size: 24px;
    line-height: 34.08px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
}
footer .contact-icn {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    justify-content: center;
}
footer .contact-info p {
    margin: 3px 0 -4px;
}
footer .mail-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
footer .bottom-footer {
    margin: 40px auto;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 22.72px;
    letter-spacing: 0;
    text-align: center;
    color: #707070;
}
footer button#Subscribe .svg-wrapper {
    display: contents !important;
}
footer button#Subscribe span.svg-wrapper svg.icon.icon-arrow {
    display: none;
}
.shopify-section-group-footer-group {
    background: #f9f5f2;
}
footer .footer-social-media-part .newsletter-part input {
    height: 60px;
    background: transparent;
}
.newsletter-form__field-wrapper label.field__label {
    top: 50%;
    transform: translateY(-50%);
}
footer .footer-social-media-part .newsletter-part input:focus + label {
    transform: unset;
}
footer .footer-info .footer-social-media-part {
    max-width: 464px;
    width: 100%;
}
footer .footer-info .footer-social-media-part .newsletter-form {
    margin: 0;
    max-width: 100%;
}
.newsletter-form__field-wrapper {
  max-width: 100% !important;
}
/* Footer End */

/* Product card start */
.content-container--full-width:after, .section-template--23967612633453__product-grid-padding.gradient.color-scheme-1{
  background: #f9f5f2;
}
.template-collection .collection .card .card__information {
    /* display: none; */
}
.template-collection .card__information h3.card__heading, .template-collection .card__information .price__container {
    display: none;
}
.template-collection .collection .card-wrapper a {
    text-decoration: none;
}
.template-collection .collection .card .card__content h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 8px 0;
    color: #7e7e7e;
    font-weight:400;
      /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}

.template-collection .collection .card .card__content h2{
  font-size: 18px;
  line-height: 20px;
  font-family: Plus Jakarta Sans;
  margin: 12px 0 0;
  color: #000;
  text-transform: uppercase;
}
.template-collection .collection .card .card__content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    line-height: 20px;
    color: #5B534F;
}
.template-collection .collection .underline-links-hover:hover a{
  text-decoration: none;
}
@media (max-width: 749px){
  menu-drawer.mobile-facets__wrapper {
    display: none;
  }
}
@media(max-width: 767.98px){
  .template-collection .collection .card .card__content h2{
    font-size:16px;   
    margin-top: 10px;
  }

}
/* Product card end */

/* Search bar start */
details[open] .modal-overlay:after {
    position: unset;
}
.search-modal__content .container {
    display: flex;
    justify-content: space-between;
}
.search-modal__content .container .field::before {
    box-shadow: none !important;
}
.search-modal__content .container .field::before, .search-modal__content .container .field::after {
    box-shadow: none !important;
}
.search-modal__content .container .field label.field__label {
    left: 50px;
}
.search-modal.modal__content {
    position: fixed;
    top: 155px;
    min-height: 70px !important;
    height: 70px !important;
}
.search-modal__form .reset__button {
  display: none;
    right: 0 !important;
}
button.search-modal__close-button.modal__close-button.link.link--text.focus-inset {
    /* display: none; */
  transform: translateX(-60px);
}
details[open="true"] .header__icon-close {
    display: none;
}
.field .search__input {
    padding-left: 45px;
}
.search-modal__form {
    max-width: 114.2rem;
}
header .field__input:focus {
    box-shadow: none;
}
header button:hover{
  color: #000000;
}
header button.search__button.field__button {
    position: absolute;
    top: 0;
    left: 0;
}
body.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
@media(max-width: 767.98px){
  details-modal.header__search .search-modal__content {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  button.search-modal__close-button.modal__close-button.link.link--text.focus-inset {
    transform: translate(-10px, 8px);
    height: 30px;
    width: 30px;
  }
}
/* Search bar end */

/* Spotlight page css start */
.sportlight-main-txt h2.rich-text__heading {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0;
}
.sportlight-main-txt p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 34.08px;
    letter-spacing: 0;
}


.designer-video-sec .designer-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f5f2;
}
.designer-video-sec .profile-box {
    width: 328px;
    height: 258px;
    background-color: #e8cbc1;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transform: translateX(40px);
    z-index: 1;
}
.designer-video-sec .designer-name {
    color: #000;
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: 0;
    margin: 0;
    transform: translateY(-80px);
}
.designer-video-sec .first-name {
    display: block;
    text-align: left;
}
.designer-video-sec .last-name {
    display: block;
    text-align: left;
    margin-left: 40px;
    position: absolute;
    top: 70px;
    white-space: nowrap;
}
.designer-video-sec .profile-btn {
    display: inline-block;
    padding: 18px 64px;
    border: 1px solid black;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    width: 100%;
    max-width: 248px;
    white-space: nowrap;
    margin-top: 60px;
}
.designer-video-sec .profile-btn:hover {
    background-color: black;
    color: white;
}
.designer-video-sec .profile-content {
    position: relative;
}

.designer-video-sec .left-video-sec {
    position: relative;
}
.designer-video-sec .left-video-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 122px;
    background-image: url('/cdn/shop/files/Vector_7_1.png?v=1741160405');
    background-repeat: no-repeat;
}
.designer-video-sec .left-video-sec .designer-profile {
    flex-direction: row-reverse;
}
.designer-video-sec .left-video-sec .profile-box {
    transform: translateX(-40px);
}

/* Spotlight page css end */

/* Video sec start*/
.video-banner {
    position: relative;
    width: 100%;
    height: 615px;
    /* background: url('/cdn/shop/files/video-img.jpg?v=1740198204') no-repeat center center/cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top;
}
.video-content-wrap {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.play-button {
  display: none;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 3;
}
.video-banner.video-clicked {
    background-image: unset;
}
.video-banner.video-clicked video {
    display: block;
}
.video-text {
    /* max-width: 287px;
    width: 100%; */
}
.video-text h1 {
    margin: 0px 0px 9px;
    font-size: 62px;
    line-height: 74px;
    font-weight: 400;
    font-family: var(--morgenwalsh);
    letter-spacing: 0;
    color: #ffffff;
}
.video-text p {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 14px;
    color: #bababa;
    font-weight: 500;
    font-family: Plus Jakarta Sans;
    letter-spacing: 0;
}
.video-content-wrap .social-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.video-content-wrap .social-item .phone-box,
.video-content-wrap .social-item .share-button__button {
    display: flex;
    border: .3px solid #EFEBE0;
    align-items: center;
    padding: 9px 24px;
    gap: 6px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.video-content-wrap .social-item .phone-box:hover,
.video-content-wrap .social-item .share-box:hover {
    background-color: #fff;
    color: #000;
}
.video-content-wrap .social-item .phone-box:hover a,
.video-content-wrap .social-item .share-button__button:hover>div{
    color: #000 !important;
}
.video-content-wrap .social-item .share-button__button:hover {
    text-decoration: none;
}
.video-content-wrap .social-item .phone-box:hover svg path,
.video-content-wrap .social-item .share-box:hover svg path {
    fill: #000;
}
.video-content-wrap .social-item .share-box button.share-button__button:hover{
    background: transparent;
}
.video-content-wrap .social-item .share-box button.share-button__button {
    min-height: auto;
}
.video-content-wrap .social-item .share-button__button>div {
    text-decoration: none;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #fff;
    font-family: Plus Jakarta Sans;
    margin-left: 6px;
}
.video-content-wrap .social-item img {
    max-width: 32px;
    width: 100%;
    margin: 0;
    height: 32px;
    position: relative;
}

/* img Content */
.img-content-sec {
    padding: 70px 0px 40px;
    background: #f9f5f2;
    z-index: 0;
    position: relative;
}
.img-content-sec .img-content-inner {
    display: flex;
    align-items: flex-start;
}
.img-content-inner .left-content-wrap {
    max-width: 745px;
    width: 100%;
    position: relative;
    margin-right: 24px;
}
.img-content-inner .left-content-wrap:before {
    content: '';
    position: absolute;
    top: -121px;
    left: -17px;
    background: #F1E0D7;
    width: 180px;
    height: 277px;
}
.img-content-inner .left-content-wrap h2 {
    z-index: 9;
    position: relative;
    color: #a56447;
    font-size: 82px;
    line-height: 62px;
    letter-spacing: 0px;
    font-weight: 400;
    margin: -20px 0 20px;
    font-family: missousy;
}
.left-content-wrap p {
    position: relative;
    z-index: 9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    max-width: 550px;
    letter-spacing: 0px;
    margin: 0px 0px 20px;
}
.left-content-wrap p:last-child {
    margin: 0px;
}
.right-content-wrap {
    max-width: 398px;
    width: 100%;
}
.right-content-wrap h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: var(--morgenwalsh);
    margin: -24px 0 0;
}
.right-content-wrap ul.list-item {
    padding: 0px;
    margin: 23px 0px 0px 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}
.right-content-wrap ul.list-item li {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #2B2B2B;
    font-family: 'Plus Jakarta Sans';
    text-align: left;
    padding-left: 29px;
    background-image: url(/cdn/shop/files/circle-star.svg?v=1740204875);
    background-repeat: no-repeat;
    background-size: 25px;
    /* height: 24px; */
    margin-bottom: 11px;
      width: 100%;
}
.information-text {
    display: flex;
    align-items: flex-start;
    margin-top: 19px;
}
.information-text img {
    margin-right: 8px;
}
.information-text p {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
}
@media(max-width: 1200px){
  .right-content-wrap h3{
      margin: 0 !important;
      z-index: 99;
      position: relative;
  }
}
@media(max-width: 767.98px){
  .right-content-wrap ul.list-item {
    flex-direction: column;
    z-index: 9;
    position: relative;
  }
  .right-content-wrap ul.list-item li {
    width: 100%;
  }
  .img-content-sec {
    padding-bottom: 40px !important;
  }
  .information-text{
    margin-top: 10px;
  }
  .information-text p {
    font-size: 13px !important;
  }
  .video-text p{
    font-size: 14px;
  }
  .right-content-wrap h3{
        margin: 0;
  }
  .left-gallery h2 {
    margin: 0px 0 26px 0px !important;
  }
  .img-content-sec .img-content-inner {
    gap: 20px !important;
  }
}
@media(max-width: 576px){
  .information-text{
    margin-top: 10px !important;
  }
  .information-text p {
    font-size: 13px !important;
  }
  .video-text p{
    font-size: 16px !important;
     margin: 0 0 30px;
  }
  .video-content-wrap .social-item a {
    font-size: 14px;
  }
  .video-content-wrap .social-item .svg-wrapper {
    width: 18px !important;
    height: 18px !important;
  }
  .video-content-wrap .social-item .share-box {
    padding: 8px 14px !important;
  }
}
/* gallery */
.gallery-sec {
    padding: 80px 0 41px;
    background: #f9f5f2;
    overflow: hidden;
}
.gallery-sec .gallery-inner {
    display: flex;
    align-items: center;
}
.gallery-sec .gallery-inner .left-gallery {
    max-width: 537px;
    width: 100%;
    margin: -4px 49px 0 0;
    text-align: center;
}
.gallery-item h2 {
    writing-mode: sideways-lr;
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 92px;
    margin-top: -21px;
    position: relative;
    left: -92px;
}
.gallery-sec .gallery-inner .right-gallery-img {
    width: 100%;
    max-width: 628px;
}
.right-gallery-img .gallery-item {
    display: flex;
    align-items: flex-start;
}
.right-gallery-img .gallery-item img:first-child {
    margin: 0;
    display: block;
}
/* .right-gallery-img .gallery-item img:last-child {
    max-width: 499px;
    width: 100%;
} */
.left-gallery h2 {
    margin: -31px 0 26px 14px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    color: #000;
    font-family: var(--morgenwalsh);
    letter-spacing: 0px;
}
.left-gallery p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #2B2B2B;
    font-family: 'Plus Jakarta Sans';
  text-align: left;
}
.gallery-sec .gallery-inner .right-gallery-img a.view-btn {
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: auto;
    height: 44px;
    background: #2d4234;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0px;
    border: 1px solid #1A1A1A;
      font-family: 'Plus Jakarta Sans';
}
.gallery-sec .gallery-inner .right-gallery-img a:hover {
    background: transparent;
    border-color: #1A1A1A;
    color: #1A1A1A;
}
/* Video sec end*/

/* collection all page css start */
.template-collection main#MainContent {
    background: #f9f5f2;
}
.template-collection h2.rich-text__heading {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    background-color: #f9f5f2;
    text-transform: capitalize;
}
.template-collection .disclosure-has-popup {
  border: 1px solid #000 !important;
}
.template-collection div#FacetsWrapperDesktop .disclosure-has-popup .facets__summary{
	color: #000 !important;
      width: 100%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0;
  padding-right: 0;
}
div#FacetsWrapperDesktop .facets__disclosure[open] .facets__display{
      position: absolute;
    width: 100% !important;
    top: calc(100% + 1px);
}
.sidebar-popup summary.facets__summary {
    pointer-events: none;
}
.facets__wrapper{
  gap: 14px !important;
}
.template-collection .facets__summary .icon-caret{
	display: none;
}
.template-collection  form#FacetFiltersForm .facets__heading{
	display: none !important;
}
.template-collection .facets__wrapper{
	flex-wrap: nowrap !important;
}
 .disclosure-has-popup[open]>summary:before{
  display:none;
}
#FacetsWrapperDesktop .disclosure-has-popup[open]>summary:before{
  display:block;
}
.template-collection .facets__disclosure {
    margin-right: 0!important;
    width: 100%;
    max-width: 25%;
    min-height: 50px;
  position:relative;
}
.template-collection .product-count{
	display: none;
}
.template-collection .facets__summary:hover .facets__summary-label {
  text-decoration: none !important;
}
.template-collection .facets__display{
  width: 30rem !important;
  left: 0 !important;
}
.facets__summary-label.color-type {
    font-size: 0;
    line-height: 0;
}
.popup-open .sidebar-popup{
  padding: 40px 24px;
}
.facet-filters__field.sort-by-custom {
    display: block;
}
.facet-filters__field.sort-by-custom h2 label{
    color: #000 !important;
    width: 100%;
    font-family: 'Morgenwalsh';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.popup-open .sidebar-popup .disclosure-has-popup {
    border: none !important;
    white-space: nowrap;
}
.sidebar-popup span.facets__summary-label {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
}
form#FacetFiltersForm .button-side-filter {
    width: 52px;
    height: 52px;
    border: 1px solid #000;
    padding: 11px;
    cursor: pointer;
    margin-right: -14px;
}
.popup-open .sidebar-popup .disclosure-has-popup summary.facets__summary {
    padding-right: 0;
}
.sidebar-popup .filter-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
}
.filter-section .reset-all {
    font-family: Plus Jakarta Sans;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
}
.popup-open .sidebar-popup .disclosure-has-popup summary.facets__summary {
    margin-bottom: 14px !important;
}
.sidebar-popup .facet-filters__label {
    margin: 25px 0 17px!important;
}
.sidebar-popup fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.facet-filters__field.sort-by-custom fieldset label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 500;
}
.facet-filters__field.sort-by-custom fieldset label input[type=radio] {
    height: 18px;
    width: 18px;
    margin: 0;
    accent-color: #000;
    position: relative;
}
.filter-section {
    margin-bottom: 45px;
}
.sidebar-popup .facet-filters__field .select fieldset label {
    width: 100%;
    display: block;
}
.sidebar-popup .facet-filters__field.sort-by-custom fieldset label {
    width: 100%;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 14px;
    margin-left: 3px;
    display: flex;
    gap: 11px;
    color: #000;
  cursor: pointer;
}
.sidebar-popup fieldset ul.facets-layout{
	gap: 8px !important;
}
.sidebar-popup .facets__label.facet-checkbox {
    padding: 0 !important;
}
.sidebar-popup .filter-section {
    margin-top: 4px;
}
.sidebar-popup .facets__label.facet-checkbox input {
    height: 22px;
    width: 22px;
}
.sidebar-popup .swatch-input__input+.swatch-input__label {
    outline: none;
    height: 22px;
    width: 22px;
}
.sidebar-popup .swatch-input__input:active+.swatch-input__label, 
.sidebar-popup .swatch-input__input:checked+.swatch-input__label {
    border: 2px solid #000000;
    outline: none;
}
.sidebar-popup .swatch-input__input+.swatch-input__label:hover, 
.sidebar-popup .swatch-input__input:hover+.swatch-input__label {
    outline: none;
    border: 2px solid #000000;
}
.facet-filters__field.sort-by-custom fieldset label input[type=radio]:before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #D8D8D8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.facet-filters__field.sort-by-custom fieldset label input[type=radio]:checked:before {
    display: none;
}
.mobile-facets .mobile-facets__heading {
  font-family: var(--morgenwalsh);
  font-size: 20px;
}
.sidebar-popup .close-button {
  font-family: var(--morgenwalsh);
}
.template-collection .wishlist-btn  {
    background-color: #00000099;
    width: 32px;
    height: 32px;
    position: absolute;
    top: unset !important;
    bottom: 23px;
    right: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
}
.template-collection .wishlist-btn img {
    margin-right: 0 !important;
    display: block !important;
    margin-top: 0 !important;
}
.template-collection .wishlist-btn div {
    display: contents !important;
}
@media (max-width: 1200px) {
  .img-content-sec{
    padding: 70px 0 14px;
  }
  .img-content-sec .img-content-inner {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .gallery-sec .gallery-inner {
    flex-direction: column;
  }
  .gallery-sec .gallery-inner .left-gallery {
    max-width: 80%;
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
  }
  .img-content-inner .left-content-wrap {
    max-width: 745px;
    width: 100%;
    position: relative;
    margin-right: 0;
    text-align: center;
  }
  .left-content-wrap p {
    margin-left: auto;
    margin-right: auto;
  }
  .right-content-wrap {
    margin: 0 auto;
    text-align: center;
  }
  .img-content-inner .left-content-wrap:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .left-gallery h2,.right-content-wrap ul.list-item{
    margin-left: 0;
  }
  .information-text img{
    margin-right: 3px;
  }
  .collection-sec .container, .bespoke-sec .container, .discovery-sec .container {
    padding: 0 60px !important;
  }
}
@media (max-width: 750px) {
  .template-collection h2.rich-text__heading {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
}
@media(max-width: 576px){
  .template-collection .wishlist-btn,.related-products .wishlist-btn.heart-wishlist-animation {
    width: 28px;
    height: 28px;
    bottom: 21px;
  }
  .template-collection .wishlist-btn img {
    height: 18px;
    width: 18px;
  }
}
/* collection all page css end */

/* Contact Page Css Start */

.contact-form-content {
    background-repeat: no-repeat;
    background-size: cover;
}

.template-page-contact .contact-sec {
    display: flex;
    align-items: center;
    gap: 30px;
}

.template-page-contact form#ContactForm {
    width: 100%;
}

.template-page-contact .contact-map {
    width: 50%;
}

.template-page-contact h2.title {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.contact__button button.button {
    background-color: #ffffff !important;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #2d4234;
}

.contact__button button.button:hover {
    background-color: #2d4234 !important;
    border: 1px solid #2d4234 !important;
    color: #fff!important;
}
.contact__button button.button:before,
.contact__button button.button:after {
    content: unset;
}

.contact-sec .field__input, .contact-sec .select__select, .contact-sec .customer .field input, .contact-sec .customer select {
    background-color: #ffffff54;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}
.contact-sec .field__label, .contact-sec .customer .field label {
    color: #fff !important;
}
.template-page-contact .contact-sec .field:before ,
.template-page-contact .contact-sec .field:after {
    box-shadow: none;
}
.contact-desc, .contact-desc a{
  color: #fff;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
}
.contact-description {
    margin-bottom: 50px;
}
.contact-flex {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.contact .form__message{
  color: #fff;
}
@media (max-width: 991px) {
    .template-page-contact .contact-sec {
        display: block !important;
    }
    .template-page-contact form#ContactForm,
    .template-page-contact .contact-map {
        width: 100% !important;
    }
    .template-page-contact form#ContactForm {
        margin-bottom: 50px !important;
    }
    .template-page-contact .contact {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .stylist-assistant-section .call-back-btn, .stylist-assistant-section .wp-btn {
      font-size: 20px;
    }
    .swym-ui-component .swym-wishlist-grid {
      padding: 0;
    }
    .contact-flex{
      gap: 30px;
    }
}
@media (max-width: 750px) {
  .select fieldset {
    border: none;
  }
}
@media (max-width: 767.98px) {
.contact-flex{
    gap: 0px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .template-product .product__media-list .slick-slide li {
      margin-right: 15px;
  }
  .template-product .product__media-list .slick-slide {
    max-width: 280px!important;
    max-height: 420px !important;
    height: 100%;
    width: 100%!important;
  }
  .contact-description {
    margin-bottom: 30px;
  }
  
}

/* Contact Page Css End */
/* Cart Drawer Css Start */

.drawer .drawer__inner .drawer__heading {
  font-family: Morgenwalsh;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 0 !important;
}
.drawer #CartDrawer-ColumnProduct, .drawer #CartDrawer-ColumnTotal {
    display: none;
}
.drawer .cart-drawer__form .cart-item__details .cart-item__name {
  font-family: Morgenwalsh;
  font-weight: 400;
  font-size: 18px;
}
.drawer .product-option, .template-cart .cart-item__price-wrapper .price {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 16px;
}
.drawer .drawer__close {
  min-width: 30px!important;
  min-height: 30px!important;
  color: #fff!important;
  background-color: #2d4234!important;
  top: 22px !important;
  right: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer .drawer__close .svg-wrapper {
  height: 14px !important;
  width: 14px !important;
}
.drawer .cart-item__totals.right {
  display: none;
}
.drawer .cart-drawer .cart-item__details {
    grid-column: 2 / 6!important;
    padding-top: 0;
}
.drawer .cart-item__quantity-wrapper {
  justify-content: space-between;
}
.drawer .quantity__button, .template-cart .cart-items .quantity__button {
  background-color: #2d4234 !important;
  color: #fff;
}
.drawer button.cart-remove-button:hover {
  background: transparent !important;
}
.drawer .cart-drawer__footer .totals__total {
  font-family: Morgenwalsh;
  font-weight: 400;
  font-size: 20px;
}
.drawer .cart-drawer__footer .totals__total-value {
  font-family: Morgenwalsh;
  font-weight: 400;
  font-size: 20px;
}
.drawer .cart-drawer__footer .tax-note {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
}
.drawer .cart__checkout-button, .template-cart button#checkout {
  font-family: var(--plus-jakarta-sans);
  background-color: #2d4234;
  transition: .3s;
}
.drawer .cart__checkout-button:hover, .template-cart button#checkout:hover {
  border: 1px solid #2d4234 !important;
  background-color: transparent !important;
  color: #2d4234 !important;
}
.drawer .cart-item__media {
    padding-top: 0 !important;
}
.drawer .drawer__header {
    padding-bottom: 0 !important;
}
.drawer .cart-drawer .cart-item {
    border-bottom: 1px solid #2d42346e;
    margin-bottom: 10px;
}
.drawer .cart-drawer .cart-item:last-child {
    border-bottom: none;
}
.drawer__inner-empty .drawer__close {
    right: 22px !important;
}
.cart-drawer__empty-content .cart__empty-text {
  font-family: var(--morgenwalsh);
}
.cart-drawer__empty-content .cart__login-title {
  font-family: var(--plus-jakarta-sans);
}
.cart-drawer__empty-content .button {
  background-color: rgb(29 47 35);
  font-family: var(--plus-jakarta-sans);
}
.cart-drawer__empty-content .button:hover{
  background: transparent;
  color: #2d4234;
  transition: .3s;
}
.view-cart-btn {
    background-color: #000;
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 10px;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.view-cart-btn:hover {
    border-color: #000;
    background-color: transparent;
    color: #000;
    transition: all 0.3s;
}
@media (max-width: 575px) {
  .drawer.active .drawer__inner, .cart-drawer{
    max-width: 100%;
    width: 100% !important;
  }
  .menu-opening .mobile-facets__inner {
    width: 100% !important;
    max-width: 100%;
  }
}

/* Cart Drawer Css End */

/* Blog Artist Page Css Start */

.template-blog footer {
  margin-top: 14px;
}

/* Blog Artist Page Css End */

/* @media screen and (max-width: 749px) {
    .small-hide {
        display: block !important;
    }
} */

/* Responsive Css Start */
@media(max-width: 1440px){
  body.template-index{
    overflow-x: hidden !important;
  }
  sticky-header.header-wrapper.header-wrapper--border-bottom {
    /* overflow-x: hidden !important; */
    overflow-x: visible;
  }
  .make-special-sec .special-heading:after {
    left: -120px;
  }
}
@media(max-width: 1140px){
  .round-class .card__information {
    padding: 0;
  }
  .swym-wishlist-grid li {
    width: calc(33.33% - 14px)!important;
  }
  .swym-wishlist-page {
    margin: 0 16px !important;
  }
  .make-special-sec .special-heading:after {
    top: -70px;
  }
  .template-blog .sportlight-main-txt p {
        font-size: 22px;
        line-height: 30px;
    }
}
@media(max-width: 1200px){
	.collection-sec .text-box-community{
		flex-wrap: wrap !important;
		margin: 0 auto !important;
	}
	.collection-sec{
		padding-top: 80px !important;
	}
	.bespoke-sec,.discovery-sec{
		padding-top: 150px !important;
	}
	.bespoke-sec .text-box-community,.discovery-sec .text-box-community{
		margin: 0 auto !important;
	}
    .shop-featured-pro .product-grid {
      margin: 0;
    }
    .round-class .card .card__inner .card__media {
      width: 200px;
      height: 200px;
      border-radius: 100%;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
    }
    .template-page-shop-featured ul.collection-list.contains-card {
      /* margin: 0 40px; */
    }
    .round-class .card__information {
      padding: 0;
    }
    .collection-sec .community-text {
      left: 280px;
      right: 0px;
    }
    .collection-sec .community-text .text-img {
      right: -100px;
      position: relative;
    }
    .collection-sec .community-text p {
      right: 0;
    }
  }
@media(max-width: 1024px){
	.make-special-sec .special-heading h2 span:nth-child(2){
		transform: translate(0px) !important;
		margin-top: 0 !important;
	}
	.make-special-sec .special-heading h2 span:last-child{
		transform: translate(-120px) !important;
		margin-top: 0 !important;
	}
    .round-class .card__information h3 a {
        margin-top: 35px;
    }
    .template-collection .product-card-wrapper .jdgm-prev-badge {
        font-size: 12px;
	}
	.template-collection .product-card-wrapper .price__regular .price-item--regular {
	    font-size: 12px !important;
	}
  .hero-top-content .rich-txt-sec {
    padding-bottom: 0px;
  }
  .hero-top-content:before {
    bottom: 0px;
    transform: translateY(10%);
  }
  .make-special-sec {
    margin-top: 30px;
  }
  .spotlight {
    width: 131px !important;
    margin-left: 0px !important;
  }
  .collection-sec .community-description, .bespoke-sec .community-description, .discovery-sec .community-description{
    margin: 0 !important;
    top: 0 !important;
  }
  .hero-top-content .rich-txt-parag, .rich-txt-sec p.rich-txt-parag {
    padding: 0 !important;
  }
  .template-page-shop-featured .collection-list-page .collection-list .slick-next, .shop-featured-pro .slick-next, .related-products .product-grid .slick-next {
    padding: 0;
    right:0 !important;
  }
  .template-page-shop-featured .collection-list-page .collection-list .slick-prev, .shop-featured-pro .slick-prev, .related-products .product-grid .slick-prev{
    left: 12px;
  }
  .template-cart .cart-items td{
    padding-top: 2rem;
  }
  .template-page-shop-featured .rich-text {
      padding-top: 50px;
    }
    .template-page-shop-featured .rich-text-category .rich-text__heading {
      font-size: 40px !important;
      line-height: 44px !important;
    }
    .spotlight-heading p{
      font-size: 70px !important;
      line-height: 74px !important;
    }
    .spotlight-heading h1 {
      font-size: 110px !important;
      line-height: 100px !important;
      margin-left: 0 !important;
    }
  .spotlight span {
      font-size: 26px !important;
      margin-bottom: 100px !important;
    }
  .spotlight-section-home .spotlight-btn-part .spot-btn {
    padding: 18px 27px !important;
    font-size: 20px !important;
  }
  .make-special-sec .special-heading h2 {
    font-size: 50px;
    line-height: 54px;
  }
  .make-special-sec .special-heading h2 span:first-child {
    transform: translate(110px);
  }
  .stylist-assistant-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .stylist-right p.style-paragraph {
    line-height: 22px!important;
    font-size: 18px;
  }
  .stylist-assistant-section .call-back-btn, .stylist-assistant-section .wp-btn {
    font-size: 20px;
    line-height: 24px;
    max-width: 350px;
    height: 65px;
  }
  .section-spacing-1 {
    padding: 50px 0 42px!important;
  }
  .make-special-sec .special-heading:after {
    top: -40px;
    left: -40px;
  }
  .template-collection h2.rich-text__heading {
    font-size: 40px;
    line-height: 44px;
  }
}
@media(max-width: 991px){
  .round-class .card__information h3 a {
    margin-top: 0;
  }
  .round-class .card__information {
    padding: 0;
  }
  .template-page-shop-customised .shop-customized-sec:after {
    top: 48%;
  }
  .template-product .designer-sec .design-info .designer-part {
      flex-direction: column;
  }
  .template-product .grid__item.product__media-wrapper {
      width: 100% !important;
  }
  .collection-list-page .card__content {
      margin-top: 20px!important;
  }
  .round-class .card .card__inner .card__media {
      width: 200px;
      height: 200px;
  }
  .template-page-shop-featured ul.collection-list.contains-card {
      margin: 0 0px;
  }
  .shop-featured-pro .slick-next {
      right: calc(50% - 46%) !important;
  }
  /* .round-class button.slick-next.pull-right.slick-arrow {
      right: 6%!important;
  } */
  .template-page-shop-featured .round-class .collection-list-wrapper {
      padding-right: 0px !important;
  }
  .shop-featured-pro .slider-mobile-gutter {
    padding-right: 0px !important;
    overflow: hidden;
  }
  .template-page-shop-featured .round-class ul.collection-list.contains-card {
      padding: 0px;
  }
  .spotlight {
    width: 121px !important;
  }
  .collection-sec .community-description {
    max-width: 392px;
    right: 104px;
  }
  .bespoke-sec .community-description {
    max-width: 455px;
    left: 218px;
  }
  .discovery-sec .community-description {
    max-width: 415px;
    right: 100px;
  }
  .stylist-assistant-section .style-btns {
    flex-direction: column;
  }
  .stylist-assistant-section .call-back-btn, .stylist-assistant-section .wp-btn{
    max-width: 100%;
  }
  .make-special-sec .special-heading:after {
    width: 513px;
    height: 128px;
    background-size: contain;
  }
  .collection-list-page .collection-list-wrapper.container {
    padding-right: 0px !important;
  }
}
@media (max-width: 900px){
  .swym-ui-component .swym-wishlist-grid {
    padding: 0 !important;
  }
}
@media(max-width: 768px){
  .make-special-sec .special-heading:after{
    width: 433px;
    height: 158px;
    background-size: cover;
  }
}
@media(max-width: 767.98px){
    .hero-top-content {
      padding-top: 20px !important;
      padding-bottom: 32px !important;
    }
    .rich-txt-sec p.rich-txt-parag {
      font-size: 16px;
      line-height: 24px;
    }
	.make-special-sec .special-heading h2 {
        margin: 7px 50px!important;
    }
	.collection-sec{
		padding-top: 160px !important;
	}
	.collection-sec .community-text{
		left: calc(100% - 136px) !important;
        right: 0 !important;
        top: -60px !important;
	}
	.collection-sec .community-description {
      right: 79px !important;
    }
	.bespoke-sec{
		padding-top: 170px !important;
	}
    .bespoke-sec .text-box-community {
      max-width: calc(100% - 78px);
      height: 206px;
      margin: 49px auto 0 0 !important;
    }
	.bespoke-sec .community-text {
      left: 30px;
      top: -150px !important;
      justify-content: center;
    }
	.bespoke-sec .community-description {
        top: 0px !important;
        left: calc(100% - 320px) !important;
        margin: 0!important;
        max-width: 400px !important;
    }
	.discovery-sec{
		padding-top: 140px !important;
	}
	.discovery-sec .community-text {
      right: 30px !important;
      top: -150px !important;
    }
    .discovery-sec .community-text p {
      top: -5px;
      left: -8px;
    }
	.discovery-sec .community-description {
        right: 100px!important;
        margin: 0!important;
        max-width: 400px !important;
    }
	.stylist-assistant-section .style-btns{
        gap: 14px !important;
		flex-wrap: wrap;
	}
    .sportlight-main-txt .rich-text__blocks {
      width: 100%;
      text-align: center;
    }
    .template-product .breadcrumb-width{
      display: none;
    }
    .template-collection .rich-text__heading {
      font-size: 40px !important;
      line-height: 40px !important;
      /* padding-top: 40px !important; */
    }
    .pro-details-icon .share-button__button {
      padding-right: 2px;
    }
    .template-product .product-info-part .accordion-title h4 {
      font-size: 20px;
      line-height: 24px;
    }
    .template-product .jdgm-rev-widg.jdgm-rev-widg {
      padding-top: 36px;
      padding-bottom: 0px;
    }
    .template-product .designer-sec .designer-right {
      font-size: 24px;
      line-height: 30px;
    }
    .template-product .product-info-part h1, .template-product .jdgm-rev-widg.jdgm-rev-widg h2 {
      font-size: 28px;
      line-height: 32px;
    }
    .related-products {
      padding-bottom: 30px !important;
    }
    .product__media-wrapper svg.icon-caret {
      height: 8px !important;
    }
    .related-products .product-grid .slick-prev {
      left: 16px!important;
    }
    .spotlight-section-home .spotlight-btn-part .spot-btn {
      padding: 14px 25px !important;
      font-size: 14px !important;
    }
    footer {
      padding-top: 30px;
    }
    .shop-customised-main-sec .rich-text__heading {
      font-size: 24px!important;
      line-height: 100%!important;
      padding: 0 0 5px!important;
    }
    .shop-customised-main-sec .content-container {
      padding: 14px 0 !important;
    }
    .template-page-shop-featured .collection-list-page .collection-list .slick-next, .related-products .product-grid .slick-next{
      right: -20px;
      padding: 0;
    }
    .shop-featured-pro .slick-next{
      right: 25px;
    }
    .template-page-shop-featured .rich-text{
      padding-top: 15px;
      padding-bottom: 30px;
    }
    .hero-top-content:before {
        width: 171px;
        height: 84px;
        background-size: contain;
        transform: translateY(31%);
    }
  .make-special-sec .special-heading:after{
    width: 205px;
    height: 74px;
    top: 0;
    left: -15px;
    background-size: contain;
  }
  .discovery-sec:before {
        width: 146px;
        height: 127px;
        right: 0px;
        background-size: contain;
    }
  .section-spacing-1 {
    padding: 28px 0 21px !important;
  }
  .shop-featured-pro .slider-mobile-gutter {
    padding-left: 12px !important;
  }
  .round-class .card .card__inner .card__media {
      width: 165px;
      height: 165px;
  }
  .product-grid-container {
    margin-bottom: 0;
  }
  .gallery-sec {
    padding: 80px 0 40px;
  }
  .template-article .gallery-sec {
    padding: 0px 0 40px;
  }
  .stylist-assistant-section {
        padding: 40px 0 40px !important;
    }
  .template-page-shop-featured .round-class {
    padding-bottom: 0;
  }
  .stylist-right{
		text-align: center;
		padding-left: 0 !important;
		margin-top: 21px;
	}
	.stylist-right p.style-paragraph{
		margin: 0 0 26px !important;
	}
  .stylist-assistant-section .call-back-btn, .stylist-assistant-section .wp-btn {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        height: 50px;
    }
  footer{
    display: none;
  }
  main#MainContent {
    padding-bottom: 70px;
  }
  .stylist-assistant-section .stylist-part{
      flex-wrap: wrap;
	}
  .collection-sec .text-box-community, .discovery-sec .text-box-community {
        max-width: calc(100% - 78px)!important;
        height: 206px;
        margin: 49px 0 0 auto !important;
    }
  .discovery-sec .text-img img {
        max-width: 79px;
    }
  .collection-sec .community-text p, .discovery-sec .community-text p{
      font-size: 14px;
      line-height: 18px;
    }
  .collection-sec .community-text .text-img img {
        max-width: 62px;
        width: 100%;
    }
  .bespoke-sec .text-img img {
        max-width: 62px;
    }
    .bespoke-sec .community-text p {
      font-size: 14px;
      top: 4px;
      left: -1px;
    }
    .bespoke-sec .community-text {
      top: -97px!important;
      left: 18px;
    }
    
    .discovery-sec .community-text {
      top: -69px!important;
      right: 7px !important;
    }
    .discovery-sec .community-description {
      right: 78px!important;
      top: 0px !important;
    }
    .discovery-sec:before {
      /* top: 103px; */
    }
    .collection-sec .community-text p {
      right: 0;
      top: -13px;
    }
    .collection-sec .community-text .text-img {
      right: -24px;
      top: 2px;
    }
    .collection-sec {
        padding-top: 11px!important;
    }
    .bespoke-sec {
        padding-top: 96px!important;
    }
    .discovery-sec {
      padding-top: 34px!important;
      padding-bottom: 85px!important;
    }
  .stylist-left {
    max-width: calc(100% - 252px);
    padding-top: 100px;
    padding-left: calc(100% - 430px);
  }
  .template-product .customise-button{
      margin-top: 15px !important;
  }
  .template-page-shop-featured .collection-list-page .slick-track .slick-slide {
    margin: 0 5px; 
  }
  /* .template-page-shop-featured .slick-list {
    margin: 0 -5px;
  } */
  .template-page-shop-featured .round-class img {
    max-width: 220px !important;
    max-height: 220px !important;
  }
  .template-product .related-products .grid__item {
    width: 100% !important;
    max-width: calc(50% - 8px);
    /* max-width: 156px;
    max-height: 226px;
    height: 100%; */
  }
  .template-product .related-products .product-grid{
        justify-content: center;
        gap: 20px 16px;
    }
}
@media(max-width: 576px){
    .rich-txt-sec p.rich-txt-parag {
      font-family: Plus Jakarta Sans;
      font-weight: 400;
      font-style: italic;
      font-size: 11px;
      line-height: 15px;
    }
	.make-special-sec {
        background: transparent !important;
        margin: 40px 0 10px!important;
    }
	.make-special-sec .special-heading h2{
		font-size: 44px !important;
        line-height: normal !important;
        margin: 0 !important;
	}
	
	.stylist-left h1.styl-second-title {
      padding-left: 62px!important;
      margin: 7px 0 80px!important;
      font-size: 73px;
      line-height: 75px;
    }
	.card-spotlight .card-content{
		z-index: 1;
	}
	.stylist-left {
        height: 100% !important;
        max-width: 212px;
        width: 100%;
        padding-top: 58px;
        padding-left: 52px;
    }
	.stylist-left:before{
		left: 27px !important;
        bottom: 0px !important;
        background-size: cover;
        width: 48px;
        height: 148px;
	}
	.collection-sec .community-description,
    .bespoke-sec .community-description,
    .discovery-sec .community-description,{
		max-width: 243px !important;
        width: 100% !important;
        font-size: 11px;
        line-height: 15px;
        top: 12px !important;
	}
    .footer-logo:after {
      margin: 0 0 0 20px;
    }
    .footer-logo:before {
      margin: 0 20px 0 0;
    }
    .footer-info-part .header-menu .menu-item a {
      font-size: 18px;
      line-height: 22.4px;
    }
    .contact-info .contact-num a.contact-id, .contact-info .mail-info a.mail-id {
      font-size: 18px;
      line-height: 24px;
    }
    .spotlight-section-home .card-spotlight {
      padding: 20px!important;
      height: 139px !important;
      width: 270px !important;
      border-radius: 10px;
    }
    .spotlight-section-home .card-video-sec {
      row-gap: 30px !important;
      position: absolute;
      top: 0;
    }
    .spotlight-section-home .play-button {
      width: 33px;
        height: 33px;
    }
    .spotlight-section-home .video-container {
      right: 50%;
      transform: translate(50%);
      width: 300px;
      height: 310px;
    }
    .spotlight-section-home .play-button::after{
        left: 54%;
        width: 7.8px;
        height: 10px;  
    }
     .spotlight-heading p {
        font-size: 30px !important;
        line-height: 34px !important;
        letter-spacing: 3px !important;
        margin: 0px 0px 0px 18px !important;
    }
    .gallery-sec .grid{
      top: -52px !important;
      left: -47px !important;
    }
    .collection-sec .container, .bespoke-sec .container, .discovery-sec .container {
        padding: 0 16px !important;
    }
    .template-collection .rich-text__heading {
      font-size: 16px!important;
      line-height: 20px!important;
      text-align: center!important;
      padding: 13px 0px 10px!important;
      text-indent: -10px;
    }
    menu-drawer.mobile-facets__wrapper {
      display: none;
    }
    /* .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
      height: 500px !important;
      max-height: unset;
    } */
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
      padding: 15px 30px;
    }
    /* .product__media-wrapper .product__media {
      min-height: 150px;
      height: 100%;
    } */
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
      bottom: 31%;
    }
    .template-product .product__media-wrapper .caption {
      font-size: 16px;
    }
    .swym-ui-component .swym-product-price .swym-product-final-price {
      font-size: 12px;
    }
    .product-detail-sec {
      padding-top: 15px !important;
    }
    .template-product .product__title h1 {
      font-size: 40px;
      line-height: 49px;
    }
    .template-product .product__text.caption-with-letter-spacing {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 17px;
    }
    .template-product .tax-cont {
      margin-top: -7px;
    }
    .template-product variant-selects{
      border: none;
    }
    .template-product variant-selects {
      padding-top: 24px;
    }
    .template-product .product-form__input label {
      font-size: 16px!important;
      line-height: 20px!important;
    }
    .template-product .product-form__input {
      margin-bottom: 26px !important;
    }
    .template-product .main-product-area .jdgm-preview-badge {
      padding-bottom: 10px;
    }
    .template-product .product-detail-sec {
      padding-bottom: 0;
      z-index: 2;
      position: relative;
    }
    .template-product .designer-sec .design-info .product-info-part .accordion-item {
      padding-bottom: 10px;
    }
    .template-product.product-type-customised .designer-sec .design-info .product-info-part .accordion-item {
      padding-bottom: 9px;
    }
    .template-product .product__info-container .product-form {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .template-page-shop-featured .rich-text-category .rich-text__heading {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .template-page-shop-featured .collection-list-page .collection-list-title {
      font-size: 18px;
      line-height: 20px;
    }
    .template-page-shop-featured .product-block a h3 {
      font-size: 12px;
      line-height: 16px;
    }
    .template-product .designer-left img {
      max-width: 140px;
      width: 100%;
      height: 140px;
    }
    .designer-sec:before {
      top: -48px !important;
      left: -60px;
      max-width: 216px;
      width: 100%;
      max-height: 75px;
      height: 100%;
      background-size: cover;
    }
    .template-product .product-form__buttons {
      margin-top: 0;
      padding-bottom: 4px;
    }
  .template-product .designer-inner-part {
    margin-top: 0px;
  }
  .stylist-right p.style-paragraph{
		margin: 0 0 26px !important;
        line-height: 14px !important;
        font-size: 11px;
	}
  .template-product .designer-location {
    margin-top: -3px;
  }
  .template-product .designer-sec .design-info .designer-part {
    padding: 20px 50px 23px;
  }
  .template-product .product-info-part .accordion-title h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .template-product .ship-bold-text, 
  .template-product .shipping-text {
    font-size: 15px;
  }
  .template-product.product-type-customised .shipping-text {
    margin: -8px 0 11px;
  }
  .template-product.product-type-ready-made p.desig-info-paragraph {
    font-size: 12px;
    line-height: 15px;
    margin-top: 3px;
    margin-bottom: 18px;
  }
    .template-product .product-info-part h1 {
        font-size: 18px;
        line-height: 32px;
      }
    .template-product .designer-btn {
      padding: 12px 23px;
      font-size: 12px;
      line-height: 15px;
    }
    .designer-sec {
      margin-top: 10px;
    }
    .rich-text-category .rich-text__text {
	    margin-top: 8px;
	}
	.rich-text-category .rich-text__text p {
	    font-size: 11px;
	    line-height: 16px;
	}
	.shop-featured-pro h2 {
        text-align: left;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 14px;
    }
  .collection-sec .text-box-community, .discovery-sec .text-box-community{
    height: 136px;
  }
    .template-page-shop-featured .card__information h3 a, .template-page-shop-featured .round-class a h3{
	    font-size: 12px;
	    line-height: 15px;
	}
    
  .collection-sec .community-description, .bespoke-sec .community-description, .discovery-sec .community-description {
    font-size: 11px;
    line-height: 15px;
    max-width: 240px;
    right: 75px !important;
    margin-top: 25px !important;
  }
   .bespoke-sec .text-box-community {
      height: 136px;
    }
    
    .spotlight-heading h1 {
        font-size: 52px !important;
        line-height: 56px !important;
        margin-left: 2px !important;
    }
	.spotlight span {
        font-size: 12px !important;
        line-height: 16px !important;
        top: 0 !important;
        left: 8px;
        bottom: -67px !important;
    }
	.spotlight {
       width: auto !important;
       height: auto !important;
	}
    .template-page-shop-featured .collection-list-page .collection-list .slick-arrow svg, .shop-featured-pro .slick-arrow svg, .related-products .product-grid .slick-arrow svg {
        height: 20px;
        width: 20px;
    }
    .shop-featured-pro .card-wrapper .card__inner img {
        object-position: top;
    }
    .rich-txt-sec h1.rich-txt-title {
        font-size: 24px;
        line-height: 28px;
    }
    .spotlight-section-home .signature-spotlight {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    
    .round-class h2 {
        font-size: 18px !important;
    }
    .round-class .template-page-shop-featured .title-wrapper-with-link {
        justify-content: left;
    }
    .round-class button.slick-next.pull-right.slick-arrow {
        /* right: 15px !important; */
        top: 40%;
        transform: translate(-50%, -40%);
    }
    .round-class  .title-wrapper-with-link {
        justify-content: left !important;
    }
    
    .shop-featured-pro .collection__title.title-wrapper {
        margin-bottom: 0px;
    }
    .template-page-shop-featured .card__information {
        display: block !important;
        padding: 10px 0px;
    }
    .bespoke-sec .community-description {
      left: 80px !important;
      top: 0px !important;
    }
    .shop-featured-pro .collection {
        padding-bottom: 19px;
    }
    /* .shop-customised-main-sec {
        margin-top: -10px;
    } */
    .shop-customised-main-sec .rich-text__text {
        margin-top: 14px;
        margin-left: -6px;
    }
    .shop-customised-main-sec p, .shop-customised-main-sec p strong {
        font-size: 11px !important;
        line-height: 19px !important;
    }
    .Spotlight-section {
        height: auto !important;
        gap: 0 !important;
    }
    .template-collection .product-card-wrapper .price__regular .price-item--regular {
        font-size: 9px !important;
        padding: 6px 8px;
    }
    .product-details-box .swym-add-to-wishlist-view-product {
      max-width: 20px;
      height: 20px;
      padding: 0px;
  }
  .product-details-box .swym-button.swym-add-to-wishlist-view-product.swym-custom:after {
      background-size: 11px;
  }
  .product-details-box .price+div {
      gap: 4px;
  }
  .gallery-sec .gallery-inner .left-gallery {
      max-width: 100%;
            padding-bottom: 50px !important;
  }
  .make-special-sec .special-heading h2 span:first-child {
    transform: translate(88px);
  }
  .make-special-sec .special-heading h2 span:nth-child(2) {
    transform: translate(9px)!important;
    margin-top: -5px !important;
  }
  .make-special-sec .special-heading h2 span:last-child {
    transform: translate(-57px)!important;
    margin-top: -6px !important;
  }
  .breadcrumb {
    display: none;
  }
  .template-collection facet-filters-form form#FacetFiltersForm, .template-collection .facets__wrapper {
    gap: 0px!important;
    margin-bottom: 8px;
  }
  .facets-wrapper.container {
    padding: 0 !important;
  }
  form#FacetFiltersForm .button-side-filter {
    margin-right: 0;
    height: 36px;
    padding: 3px 8px 3px 10px;
    width: 36px;
  }
  .template-collection .collection-title .container {
      padding: 0 !important;
  }
  .template-collection .facets-container {
    padding-top: 5px;
  }
  .template-collection div#FacetsWrapperDesktop .disclosure-has-popup .facets__summary{
    font-family: Plus Jakarta Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 34px;
  }
  form#FacetFiltersForm .button-side-filter svg {
    width: 15px;
  }
  .template-collection .facets__disclosure {
    min-height: 36px;
  }
  .parent-display.facets__display .facets__header {
    padding: 5px;
  }
  .parent-display.facets__display .facets__header .facets__selected,
  .facets .facets__reset,
  .facets .facet-checkbox__text{
    font-size: 9px;
    font-family: Plus Jakarta Sans;
  }
  .facets .facets__list {
    padding: 5px;
  }
  .facets .facet-checkbox svg {
    width: 13px;
  }
  .collection .card .card__content h6 {
    font-size: 12px !important;
    line-height: 14px !important;
    margin: 10px 0 !important;
  }
  .collection .card .card__content p {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .popup-open .sidebar-popup {
    left: unset !important;
    width: 100%;
    right: 0;
    max-width: 360px;
  }
  .customise-button h4 {
    font-size: 14px;
  }
  .product-type-ready-made .customise-button{
    padding: 8px 12px;
  }
  .main-product-area.product .product__title {
    margin-top: 8px;
  }
  .template-product .pro-details-icon .items {
    height: 38px;
    width: 38px;
  }
  .need-help-sec .need-help-title:before, .need-help-sec .need-help-title:after {
    width: calc(50% - 115px);
  }
  .product-type-customised .need-help-sec .need-help-title:before, .product-type-customised .need-help-sec .need-help-title:after {
    width: 53px;
    top: 15px;
  }
  .need-help-sec .need-help-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    padding-top: 5px;
  }
  .product-type-customised .need-help-sec .need-help-title {
    padding-top: 4px !important;
  }
  .need-help-sec .hlp-contact-part {
    gap: 15px;
  }
  .need-help-sec .hlp-contact-part .white-bg {
    width: 127px;
  }
  .need-help-sec .wp-num {
    font-size: 11px;
    line-height: 14px;
    margin: -3px 0 0;
  }
  .jdgm-widget .jdgm-write-rev-link, .jdgm-submit-rev, .jdgm-cancel-rev{
    font-size: 12px;
     padding: 14px!important;
  }
  .jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-cancel-question, .jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-cancel-rev, .jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn{
    font-size: 12px;
    padding: 14px !important;
  }
  .product-details-box .price-item, .template-product .jdgm-prev-badge__text {
    font-size: 9px !important;
  }
  s.price-item--regular {
    margin-bottom: 10px !important;
  } 
  .template-product .card .card__content h6 {
    font-size: 11px;
    margin-top: 0;
  }
  .template-product .related-products {
    padding-bottom: 142px;
  }
  .template-product .product-details-box .price-item {
    padding: 5px 7px;
  }
  .template-product .jdgm-star{
        font-size: 10px;
  }
  .template-product .details-custom{
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
  }
  .template-product.product-type-customised p.desig-info-paragraph {
    font-size: 12px;
    line-height: 15px;
    margin-top: 3px;
    margin-bottom: 18px;
  }
  .template-product.product-type-customised .design-info {
    margin-top: 40px;
  }
  .template-product .jdgm-prev-badge, .template-product .jdgm-prev-badge{
    line-height: 8px !important;
  }
  .template-product h2.related-products__heading.inline-richtext{
    font-size: 32px;
    margin-bottom: 7px;
  }
  .template-product .product-media-container.media-type-image {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100%;
    height: 100%;
    margin: 0 !important;
  }
  .sportlight-main-txt .rich-text{
      padding-top: 12px;
        padding-bottom: 23px;
  }
  .sportlight-main-txt h2.rich-text__heading {
      font-size: 24px;
      line-height: 26px;
    }
    .template-blog .sportlight-main-txt p {
      font-style: italic;
      font-size: 11px !important;
      line-height: 16px !important;
      text-align: center;
    }
  .sportlight-main-txt .rich-text__text {
    margin-top: 12px;
  }

  .search-modal.modal__content {
    top: 77px!important;
  }
  .shop-featured-pro .slick-next {
      right: 17px;
  }
  .shop-featured-pro .card-wrapper .card__inner {
      height:210px;
  }
  .round-class .card .card__inner .card__media {
      width: 150px;
      height: 150px;
  }
  .stylist-left h3.styl-first-title{
      white-space: nowrap;
  }
  .customized-img{
		width: 100% !important;
	}
  .collection-sec .community-text .text-img {
    right: -43px;
    top: 2px;
  }
  #FacetsWrapperDesktop .facets__disclosure:nth-of-type(1){
    border-left: 1px solid #000 !important;
  }
  .template-collection .disclosure-has-popup {
    border-left: none !important;
  }
  
  form#FacetFiltersForm .button-side-filter {
    border-left: none;
  }
}
/* Responsive Css End */

body.has-tag .facets {
    display: none;
}
iframe#admin-bar-iframe {    
  display: none;
}

.facet-checkbox{
  font-family: 'Plus Jakarta Sans' !important;
}
.product-media-modal__content .slick-slide > div {
	display: flex;
	justify-content: center;
}
.product-media-modal__content .slick-slide > div img {
	max-width: 500px;
    height: 70%;
	object-fit: cover;
}
.template-product .product-media-modal {
    background: rgb(0, 0, 0, 60%);
    backdrop-filter: blur(2px);
}
.template-product .product-media-modal .product-media-modal__dialog {
    background: transparent;
}
.template-product .product-media-modal__content {
  background: transparent;
}
.template-product .product-media-modal .slick-arrow {
    padding: 15px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: none;
    background-color: #2d4234;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    border: 1px solid #2d4234;
    transition: all .3s ease-in-out;
}
.template-product .product-media-modal .slick-next.slick-arrow {
    right: 15px;
    left: unset;
}
.template-product .product-media-modal .slick-arrow svg {
    height: 100%;
    width: 100%;
}
.template-product .product-media-modal .slick-arrow svg path {
    fill: #fff;
    transition: all .3s ease-in-out;
}
.template-product .product-media-modal .slick-arrow:hover, .product-type-customised.template-product .product-media-modal .slick-arrow:hover {
    background-color: #fff;
}
.template-product .product-media-modal .slick-arrow:hover svg path {
    fill: #2d4234;
}
.product-info-part ul li {
    margin-bottom: 10px;
}
div#shopify-section-sections--23967613288813__mobile_navbar_tVjDNU {
    display: none;
}
@media (max-width: 767.98px) {
  div#shopify-section-sections--23967613288813__mobile_navbar_tVjDNU {
      display: block;
  }
}
@media (max-width: 1023.98px) {
  .template-product .product-media-modal__content {
    display: flex;
    height: 100%;
  }
  .template-product .product-media-modal__content .slick-list {
    display: block;
    width: 100%;
  }
  .product-media-modal__content .slick-slide > div img {
    max-width: 90%;
    margin: 0 auto;
    height: 70%;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .template-product .product-media-modal .slick-arrow svg {
    height: 10px;
    width: 8px;
  }
  .template-product .product-media-modal .slick-arrow {
    height: 20px;
    width: 20px;
    padding: 0;
  }
  div#FacetsWrapperDesktop .facets__disclosure[open] .facets__display {
    width: 200px !important;
    top: 51px;
    left: auto;
    right: 0;
  }
  div#FacetsWrapperDesktop .facets__disclosure[open] .facets__display:nth-of-type(1) {
    left: 0;
    right: auto;
  }
  .template-collection #FacetsWrapperDesktop .disclosure-has-popup[open] {
    background-color: #000;
  }
  .template-collection div#FacetsWrapperDesktop .disclosure-has-popup[open] .facets__summary{
    color:#fff !important;
  }
  /* .template-collection .active-facets .active-facets__button.active-facets__button--light {
    padding-left: 30px;
  } */
}
@media(max-width: 576px){
  div#FacetsWrapperDesktop .facets__disclosure[open] .facets__display{
      top: 35px;
  }
  .active-facets {
    padding-inline: 16px;
}
  div#Facet-5-template--23967612633453__product-grid {
    right: 0 !important;
    left: auto !important;
  }
  .collection .card .card__content h6{
    margin-bottom:0
  }
}
@media(max-width: 425px){
  .template-page-shop-featured .round-class img {
    max-width: 147px !important;
    max-height: 147px!important;
  }
}
.swym-wishlist-container-rendered ul.swym-wishlist-grid {
    row-gap: 30px;
}
/* Search page css Start */
.template-search .card__content {
    padding-top: 10px;
}
.template-search .card__content h2 {
    font-size: 18px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 0 0 0;
    color: #000;
    text-transform: uppercase;
}
.template-search .card__content h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: Plus Jakarta Sans;
    margin: 8px 0;
    color: #7e7e7e;
    font-weight: 400;
}
.template-search .card__information {
    display: none;
}
.template-search .grid__item a {
    text-decoration: none;
}
.template-search .card__inner {
    background-color: transparent;
}
.template-search h1.h2.center {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
}
.template-search h1.main-title {
    text-align: center;
  font-family: Plus Jakarta Sans;

}
.template-search .field .search__input {
    padding-left: 20px;
}
.template-search__header {
    margin-bottom: 30px !important;
}
.template-search ul.grid.product-grid {
    gap: 20px;
}
.template-search ul.product-grid li {
    width: calc(25% - 15px);
}
.template-search .search-modal__content form.search.search-modal__form input#Search-In-Modal {
    padding-left: 45px;
}
@media(max-width: 1023px){
  .template-search ul.grid.product-grid {
    gap: 15px;
  }
  .template-search ul.product-grid li {
    width: 100%;
    max-width: calc(33.33% - 10px);
  }
}
@media(max-width: 767.98px){
  .template-search h1.h2.center {
    font-size: 16px;
    line-height: 20px;
  }
  .template-search .card__content h2 {
    font-size: 16px;
  }
  .template-search h1.main-title {
    font-size: 20px;
    margin: 0;
  }
  .template-search ul.product-grid li {
    max-width: calc(50% - 8px);
    width: 100%;
  }
}
@media(max-width: 576px){
  div#Facet-4-template--23967612633453__product-grid {
    /* transform: translateX(-50%);
    left: 50% !important; */
    left: -3% !important;
  }
}
/* Search page css End */

/* Wishlist Page css Start */
.hulk-wl-header-count{
  top: -5px !important;
}
.hulk__wishlist-wrap .fancy_title h3 {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px !important;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.hulk__wishlist-wrap .fancy_title{
  border-bottom: none !important;
}
.hulk__wishlist-wrap .fancy_title div, .hulk__wishlist-wrap .list-header {
    display: none !important;
}
.card__information .card__heading.h5 + .icon-wishlist-heart-empty {
    display: none !important;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-status .wishlist-btn {
    background-color: #000 !important;
    border: 1px solid #000000 !important;
    text-transform: capitalize;
    border-radius: 0;
    transition: all 0.3s;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-status .wishlist-btn:hover {
    background-color: transparent !important;
    color: #000 !important;
    opacity: 1;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist__product .wishlist__product-img .item__delete a {
    color: #FFFFFF !important;
}
.hulk__wishlist-wrap .wishlist-popup.wishlist-delete-popup .wishlist-modal__body .btn-wrap .wishlist-btn:first-child {
    background-color: #000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important
}
.hulk__wishlist-wrap .wishlist-popup.wishlist-delete-popup .wishlist-modal__body .btn-wrap .wishlist-btn{
    border: 1px solid #000000 !important;
    color: #000000 !important;
}
.hulk__wishlist-wrap .wishlist-popup.wishlist-delete-popup .wishlist-modal__body .btn-wrap .wishlist-btn, .wishlist-modal__body h4 {
    font-family: 'Morgenwalsh';
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist__product .wishlist__product-content p.hulk-product__title {
    color: #000;
}
a.pagination-link[style*="background-color: #5c6ac4"] {
    background-color: #000 !important;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-card{
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist__product .wishlist__product-content p.varient,
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-status p.added_date{
    display: none !important;
}
.mobile-nav-social #kp-login-button-header-logo {
    order: 1;
}
.hulk-wl-header-count {
    width: 1.7em;
    height: 1.7em;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-card select {
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-card select option{
  color: #000;
}
@media (max-width:1024px){
  .hulk__wishlist-wrap .fancy_title h3,.template-cart .title.title--primary {
    font-size: 40px !important;
    line-height: 46px;
  }
}
@media (max-width:767px){
  .hulk__wishlist-wrap .fancy_title h3 {
    font-size: 24px !important;
    line-height: 32px;
    margin-top: 15px;
}
  .hulk__wishlist-wrap .fancy_title {
    padding-bottom: 0 !important;
}
  .template-cart .title.title--primary {
      font-size: 24px !important;
      line-height: 35px;
  }
}
/* Wishlist Page css End */

/* About us Page css Start */
.template-page-about-us .image-with-text__media.media {
    padding-bottom: 0 !important;
    height: 100%;
    border: none;
}
.about-img-sec, .about-img-sec-2{
  background: #f9f5f2; 
  position: relative;
}
.template-page-about-us h2.rich-text__heading {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}
.about-img-sec h2, .about-img-sec-2 h2{
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0;
}
.about-img-sec .image-with-text__content {
    padding: 0 0 0 50px;
}
.about-img-sec-2 .image-with-text__content {
    padding: 0 50px 0 0;
}
.template-page-about-us .container{
  padding: 0 16px;
}
.about-form .contact-map {
    display: none;
}
.about-form {
    padding: 50px 0;
}
.template-page-about-us .about-form .field:hover.field:after, .template-page-about-us .about-form .field:before, .template-page-about-us .about-form .field:after{
  box-shadow: none;
}
.about-img-sec p, .about-img-sec-2 p, .about-content .rich-text__text {
    font-family: 'Plus Jakarta Sans';
}
@media(max-width: 1023px){
  .about-content .content-container {
    padding: 60px 0 0;
  }
  .about-img-sec-2, .about-content-2 .content-container, .about-img-sec{
      padding-top: 60px !important;
  }
}
@media(max-width: 767.98px){
  .about-img-sec .image-with-text__grid, .about-img-sec-2 .image-with-text__grid {
    flex-direction: column;
    align-items: center;
  }
  .about-img-sec .image-with-text__media-item, .about-img-sec .image-with-text__text-item, 
  .about-img-sec-2 .image-with-text__media-item, .about-img-sec-2 .image-with-text__text-item {
    width: 100% !important;
  }
  .about-img-sec .image-with-text__content, .about-img-sec-2 .image-with-text__content{
    padding: 20px 0 0;
  }
  .template-page-about-us .rich-text__wrapper{
    width: 100%;
  }
  .about-img-sec-last{
    padding-bottom: 60px !important;
  }
  .about-content .content-container {
    padding: 50px 0 0;
  }
  .about-img-sec-2, .about-content-2 .content-container, .about-img-sec {
    padding-top: 50px !important;
  }
}
@media(max-width: 576px){
  .about-img-sec h2, .about-img-sec-2 h2, .template-page-about-us h2.rich-text__heading{
    font-size: 24px;
  }
  .about-content .rich-text__text, .about-img-sec .image-with-text__text, .about-img-sec-2 .image-with-text__text {
    margin-top: 10px;
  }
}
/* About us Page css End */

/* account page css Start */
.template-customers-account .account h1, .template-customers-addresses h1 {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.template-customers-account .main-login-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.hulk-account-detail-1 h2, div#AddAddress h2#AddressNewHeading {
    font-family: var(--morgenwalsh);
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    color: #000000;
}
.hulk-account-detail-1 p{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.92px;
    letter-spacing: 0;
}
.template-customers-addresses .select .svg-wrapper, .template-customers-addresses .customer select + .svg-wrapper{
    right: 20px;
}
.address-flex{
  display: flex;
  gap: 10px;
}
a.app-flex {
    display: flex;
    align-items: center;
}
.template-customers-addresses .addresses button {
  border: 1px solid #000;
    transition: all 0.3s;
  width: 50%;
  margin: 10px 0 0px;
}
.addresses form button:first-of-type {
    margin-right: 0 !important;
}
.template-customers-addresses .addresses button:hover{
  color: #000;
  background: transparent;
}
.template-customers-addresses .customer.addresses {
    padding: 50px 0 60px;
}
@media(max-width: 989px){
  .hulk-account-detail-1 div {
    text-align: center;
  }  
}
@media(max-width: 576px){
  .template-customers-account .account h1, .template-customers-addresses h1{
    font-size: 35px;
    line-height: 40px;
  }
  .address-flex {
    flex-direction: column;
    gap: 0;
  }
  .template-customers-addresses .addresses button {
    width: unset;
  }
}
/* account page css End */

.facet-filters.sorting.caption {
    display: none;
}
.sidebar-popup .facet-filters.sorting.caption {
    display: block;
}

/* login, register, reset password page css start */
  .customer.register, .customer.login {
    max-width: 100% !important;
    padding: 0;
    display: flex;
    height:100vh;
    padding: 0 !important;
  }

  .template-customers-register .skip-to-content-link, .template-customers-register .section-header, .template-customers-register footer, .template-customers-register #swym-plugin {
    display: none;
  }
  .customer.login .col-8 {
    width: calc(100% - 604px);
    background-image: url(/cdn/shop/files/Mask_group.jpg?v=1752039535);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    background-position: top center;
    padding: 0 20px;
  }
  .customer.register .col-8{
    width: calc(100% - 604px);
    background-image: url(/cdn/shop/files/freepik__the-style-is-candid-image-photography-with-natural__23392_1.jpg?v=1743567211);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    background-position: top center;
     padding: 0 20px;
  }

 .customer.register .col-8 h1, .customer.login .col-8 h1 {
    font-family: Morgenwalsh;
    font-weight: 400;
    font-size: 88px;
    line-height: 105.6px;
    letter-spacing: 0;
    color: #fff;
   margin:0;
  }

  .customer.register .col-8 p, .customer.login .col-8 p{
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 26.66px;
    text-align: center;
    color: #fff;
    margin: 0 auto 66px;
    max-width: 508px;
  }

  .customer.register .col-4, .customer.login .col-4 {
    width: 604px;
     display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
  }
   .customer.register .col-4 > div, .customer.login .col-4 > div {
    width: 100%;
    padding: 0 73px;
  }
  .customer.register .col-4::before, .customer.login .col-4::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/cdn/shop/files/Vector_7_3.svg?v=1752053793);
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }

  .customer.register .col-4::after, .customer.login .col-4::after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Vector_8_1.svg?v=1752054019);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    z-index:-1;
  }
  a.logo-login {
    margin-bottom: 60px;
    max-width: 384px;
    width: 100%;
	display: inline-block;
  }

  a.logo-login img{
    width:100%;
  }

  .form-heading-content {
    font-family: 'Morgenwalsh';
    font-weight: 700;
    font-size: 28px;
    line-height: 37.32px;
    letter-spacing: 0;
    text-align: center;
    color: #2d4234;
  }

  .customer form {
    margin-top: 34px;
  }

  .customer button {
    margin: 60px 0 18px;
    width: 100%;
    background-color: #2D4234;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    border: 2px solid #2D4234 !important;
    transition: all 0.3s ease-in-out !important;
  }
  .customer button:hover{
    background-color: transparent;
    color: #2d4234;
  }

  .login-button {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 26.66px;
    letter-spacing: 0;
    text-align: center;
    color:#5A5A5B;
    cursor: pointer !important;
  }

  .login-button a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 26.66px;
    letter-spacing: 0;
    text-align: center;
    color: #5A5A5B;
    cursor: pointer;
  }
.err-msg{
  display: none;
}
  @media(max-width: 1024px){
      .customer.register .col-8, .customer.login .col-8 {
        width: calc(100% - 440px);
      }
    .customer.register .col-8 h1, .customer.login .col-8 h1 {
      font-size: 70px;
      line-height: 80px;
    }
    .price--on-sale .price-item--regular{
    font-size: 12px !important;
  } 
  }
  @media(max-width: 768px){
    .customer.register .col-8, .customer.login .col-8 {
      width: calc(100% - 190px);
    }
    .customer.register .col-4 > div, .customer.login .col-4 > div {
      padding: 0 30px;
    }
  }
@media (max-width: 767.98px) {
	.template-customers-register #MainContent.content-for-layout,
	.template-customers-login #MainContent.content-for-layout {
      padding-bottom: 0 !important;
	}
	.template-customers-register .shopify-section-group-footer-group .bottom-nav,
	.template-customers-login .shopify-section-group-footer-group .bottom-nav{
		display: none !important;
	}
	.template-customers-register .customer.register .col-8 h1,
	.template-customers-login .customer.login .col-8 h1{
      font-size: 55px !important;
      line-height: 60px !important;
      margin-bottom: 15px !important;
	}
	.template-customers-register .customer.register .col-8 p,
	.template-customers-login .customer.login .col-8 p{
		font-size: 16px !important;
	}
  .template-customers-register .customer.register,
  .template-customers-login .customer.login{
  	flex-wrap: wrap;
  	height: auto !important;
  }
  .template-customers-register .customer.register .col-8,
  .template-customers-login .customer.login .col-8 {
    width: 100% !important;
    height: 600px;
    padding: 0 30px;
  }
  .template-customers-register .customer.register .col-4,
  .template-customers-login .customer.login .col-4 {
    width: 100% !important;
    padding: 50px 0;
  }
  .template-customers-register .customer.register .col-4::before, 
  .template-customers-login .customer.login .col-4::before{
  	background-position: 0px 14%;
  }
  a.logo-login {
      max-width: 285px !important;
      margin-bottom: 30px !important;
  	}
	.form-heading-content{
    	font-size: 24px !important;
      line-height: 30px !important;
	}
	.login-button,.login-button a{
      font-size: 16px !important;
      line-height: 24px !important;
	}
    .customer button {
	    margin: 20px 0 18px !important;
	}
}
@media (max-width: 576px) {
	.template-customers-register .customer.register .col-8 h1,
	.template-customers-login .customer.login .col-8 h1{
      font-size: 45px !important;
      line-height: 50px !important;
      margin-bottom: 15px !important;
	}
	.template-customers-register .customer.register .col-8 p,
	.template-customers-login .customer.login .col-8 p{
		font-size: 16px !important;
	}
  .template-customers-register .customer.register .col-4::before,
  .template-customers-login .customer.login .col-4::before {
      background-position: 0px 13%;
      background-size: 240px auto !important;
	}
	a.logo-login {
      max-width: 200px !important;
	}
	.form-heading-content{
    	font-size: 20px !important;
        line-height: 24px !important;
        margin-top: 40px;
	}
    .customer form {
      margin-top: 2rem !important;
    }
}
.product-card-wrapper .price-item.price-item--regular {
    color: #fff !important;
    /* margin-bottom: 10px !important; */
}
/* login, register, reset password page css End */
.price__sale {
    font-family: 'Plus Jakarta Sans';
}
.price--on-sale .price-item--regular{
    margin-bottom: 10px !important;
  }
@media(max-width: 576px){
  .price--on-sale .price-item--regular{
    font-size: 9px !important;
  }
}